‎2007 May 04 3:37 PM
Dear all,
it it possible to simulate an user input in the command field during run time of a transaction? Somewhere in the transaction coding I would simulate the input
of /nex in the command field (just as a example).
Regards
Martin
‎2007 May 04 3:41 PM
Hello,
U could use the system variable <b>SY-TCODE</b>
REgards,
VAsanth
‎2007 May 04 3:44 PM
Hallo Vasanth,
this is not simulation a user input. The system should behave like if a user would type in a command in the command field. Is there any functionality fom the batch input world?
Regards
Martin
‎2007 May 04 3:46 PM
HEllo Martin,
COuld you please the requirement clearly..
REgards,
Vasanth
‎2007 May 04 4:03 PM
Hallo,
within a transaction I would send a command, which triggers a special functionality if the transaction. This functionality can be riggered by a input in the function field (like /nex).
Martin
‎2007 May 08 10:38 AM
So, I found the solution.
With FM SAPGUI_SET_FUNCTIONCODE it is possible to send the functioncode.
Regards
Martin