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.
Yes, It is possible to execute the transaction code from the Windows command prompt You can use the follow the command to start the SAPGUI along with user id credentials and SAP Transaction code
You can get the more help from " Start sapshcut / ? "
For example -
start sapshcut -system=SID -client=xxx -desc=(SAPGUI System desc) -user=(User ID) -pw=password -maxgui -command=( SAP Transaction code)
Regards
SS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply Prithviraj and Sriram.
By executing that command, we are successfully logged into SAP. I do not want to see that SAP Screen.
My actual requirement is, We have PAT file in my system.By installing PAT file, we should navigate to SAINT transaction and follow some steps, it will installed in SAP.
Now my question is can we install PAT file from command prompt with out seeing SAP Screens.
can we perform same operations which are done in SAINT transaction using Command Prompt.
Regards
Chinni
Hi,
You might end up corrupting your system if you do anythin like that from your cmd or putty prompt.
Use SPAM for older releases or else use SUM for newer releases if you would like your installation to go fine without errors. There are many intermediate processes called in between to apply these packages. please use SUM or SPAM and save your time.
We are developing product, for that developed objects in SAP and packed into PAT file. Now this PAT file should automatically installed in client SAP server using my developed product. (client will provide Server name, user name, Instance number....). For that reason, we are searching through command prompt.could you clarify me, is it possible or not.
Regards,
Chinni
Hi Chinni,
Automating the process is good idea but something like implementing/installation should be done in a conventional way. As these are complex processes, includes user inputs, multiple screens, settings, and all that.
I would strongly suggest to go through the ideal process for implementing the files.
Though you can try with SAP GUI scripting if that helps, haven't tried it, give try may be in sandbox system.
Regards,
Prithviraj.
| 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.