on 2016 Jan 28 4:56 AM
Dear All,
Please give suggestions on, How can we execute transaction code with out interacting with SAP GUI.
Is it possible to execute transaction code from Command Prompt?
Your inputs are highly appreciated.
Thanks & Regards,
Chinni
Request clarification before answering.
Hi Chinni,
If I understand the question correctly, you wish to run a tcode by login in SAP from command prompt, then you can achieve this by calling sapshcut.exe with below parameters from cmd
sapshcut.exe -sysname=ABC -client=100 -command=tcode -user=usrName -pw=passwrd
you can have this code written in a batch file and pass tcode as an argument.
or you can set a particular Tcode as initial tocde when logged in SAP. to do so from your inital screen (/n) go to Extras--> choose Set Start Transaction --> Tocde. Done.
Regards,
Prithviraj.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.