‎2006 Jul 19 4:44 PM
Hi All,
I have query related to abap program.
<b>Can we make ABAP program as .exe file or .bat file.</b>.
<b>If yes then what is the procedure to do the same.</b>
I would really appreciate if anyone can suggest something on this.
Regards
Prabhat
‎2006 Jul 19 4:46 PM
Hi,
U cant make the ABAP Program Executable .
But u can execute .EXE file from ABAP using
FM :- WS_EXECUTE -
execute only the exe files.
‎2006 Jul 19 4:50 PM
No you can not. Why? Because ABAP is a proprietary language developed by SAP which only runs in the ABAP runtime environment.
Regards,
Rich Heilman
PS.
Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.
Spread the wor(l)d!
Message was edited by: Rich Heilman
‎2006 Jul 19 4:57 PM
NO, you can NOT do that,because,
ABAP program can be intrepreted by only SAP Runtime environment. so others can NOT understand it directly without SAP environment.
regards
srikanth
‎2006 Jul 19 5:04 PM
Thanks everybody.
Is there any way to assign points to everybody who has replied to my query.
Regards
Prabhat
‎2006 Jul 19 5:17 PM
Hi Prabhat,
To assign points click on the STARS that you see on the left side of each reply.
Regards,
ravi
‎2006 Jul 19 5:17 PM
Hi,
Click Radio Button next to reply to award points.
Radio Buttons
1) Helpful Answers
2) Very "
3) Problem Solved.
Click on Problem solved to close the thread.
‎2006 Jul 19 5:12 PM
Hi
You can't create .exe to run SAP program, but you can create a shortcut to logon SAP and run immediatly a transaction (so a program).
Max
‎2006 Jul 19 5:15 PM
Hi,
Why you want to do that? What is the end result you want to achieve with that?
Maybe your purpose is to execute ABAP Program automatically on double click on your destop?
You can create a shortcut to a transaction which calls an ABAP program in your SAP logon PAD. This way you can double click on that shortcut to call that program.
Cheers,
Codewala