Quantcast
Channel: SCN : Discussion List - SAP GUI
Viewing all articles
Browse latest Browse all 3066

Call SAP GUI using workflow shortcut

$
0
0

Hi all,

i would have an issue for you.

I have implemented the call to SAP GUI transaction using the following service and this works correctly:

 

/default_host/sap/public/bc/workflow/shortcut

 

In this way the user has to login in the first time to SAP system, but how can i fill also the following parameter in URL?

 

"at="MYSAPSSO2='"


I'm trying to login in directly without authentication....using the function module  CREATE_RFC_REENTRANCE_TICKET.


Last thing, i saw that the above link use just the following parameters :


*- get the parameters passed in via URL

   l_sysid       = l_request->get_form_field( 'sysid' ).     "#EC NOTEXT

   l_logon_id    = l_request->get_form_field( 'logonid' ).   "#EC NOTEXT

   l_uname       = l_request->get_form_field( 'uname' ).     "#EC NOTEXT

   l_langu_iso   = l_request->get_form_field( 'langu' ).     "#EC NOTEXT

   l_size        = l_request->get_form_field( 'size' ).      "#EC NOTEXT

   l_title       = l_request->get_form_field( 'title' ).     "#EC NOTEXT

   l_guiparm     = l_request->get_form_field( 'guiparm' ).   "#EC NOTEXT

   l_transaction = l_request->get_form_field( 'transaction' )."#EC NOTEXT

   l_report      = l_request->get_form_field( 'report' ).    "#EC NOTEXT

   l_command     = l_request->get_form_field( 'syscmd' ).    "#EC NOTEXT

   l_param       = l_request->get_form_field( 'param' ).     "#EC NOTEXT

   l_client      = l_request->get_form_field( 'client' ).    "#EC NOTEXT


Thanks in advance.

Regards.

Dario.



Viewing all articles
Browse latest Browse all 3066

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>