‎2007 May 31 7:53 AM
hi everybody,
can anybody send me transaction explanation for interview purpose?
thanks®ards
kanny
‎2007 May 31 8:05 AM
Hi
Transaction is nothing but the user interface with SAP screens, designed in SE51 Tcode
Check the below link:
http://wiki.ittoolbox.com/index.php/FAQ:What_is_module_pool_program_in_abap%3F
http://help.sap.com/saphelp_46c/helpdata/en/35/26b1aaafab52b9e10000009b38f974/content.htm
http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
http://sap.mis.cmich.edu/sap-abap/abap09/index.htm
http://www.geocities.com/ZSAPcHAT
http://www.allsaplinks.com/files/using_table_in_screen.pdf
http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
http://www.sapgenie.com/links/abap.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
You can also check the transaction ABAPDOCU which gives you lot of sample programs.
Also you can see the below examples...
Go to se38 and give demodynpro and press F4.
YOu will get a list of demo module pool programs.
One more T-Code is ABAPDOCU.
YOu can find more examples there.
See the prgrams:
DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement
DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB
http://www.geocities.com/ZSAPcHAT
http://www.allsaplinks.com/files/using_table_in_screen.pdf
Reward points if useful
Regards
Anji
‎2007 May 31 8:07 AM
hi
when we put transaction code to our program is like building it as executable program which doesn't need a predefined tcode like SE38 or SE80 to execute it...
We can just call it by your assign tcode and your program will execute automatically...
here are the procedure:
1. Go to SE93
2. Specify your desired tcode (ex. ZTCODE)
3. Of course you should specify short text as description of your tcode then
choose some option
Program and screen (if it is a dialogue)
*Program and selection-screen (if it is report transaction)
4. Assign the program that you have been created or wanted to have tcode
5. Save and Activate
regards,
nips