Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

transaction (dialogue programming)

Former Member
0 Likes
492

hi everybody,

can anybody send me transaction explanation for interview purpose?

thanks&regards

kanny

2 REPLIES 2
Read only

Former Member
0 Likes
450

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://www.sap-img.com/

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

Read only

Former Member
0 Likes
450

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