‎2007 Dec 20 9:37 AM
Hi all,
i want to develop a module pool ,
first screen i hve to create a screen with 4 radiobuttons,
and if i click on any button it has to call a table control.
how can we do it using oops.
I will give u full points.
regards,
Sashi
‎2007 Dec 20 9:45 AM
Hi,
SAPMDEMO_TRANSACTION in SE80 Transaction
http://www.geocities.com/ZSAPcHAT
check these links, it may be helpful to u.
this link contains information about :
1)Table Controls in ABAP Programs
2)Looping Through an Internal Table
3)Table Controls: Examples with Scrolling
http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm
Reward me if useful.......
‎2007 Dec 20 9:54 AM
Hi,
Check these standard programs..
RSDEMO_TABLE_CONTROL
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_TABLE_CONTROL_2
RSDEMO_TABLE_CONTROL
RSDEMO02
http://help.sap.com/saphelp_45b/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm
http://sap.niraj.tripod.com/id29.html
Also see the links and sample programs and do accordingly
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
It is not necessary that OO ABAP is necessaru for module pool programming.
However modulepool programming existing even before OOABAP.
But it will be an added advantage if u know OOABAP
Module pools are obsolet (at least I have not developed any for more than 6 years).
ABAP-OO is not required for module pool programming but if you want to survive the near future as ABAP developer - it is a MUST.
Reward points if found helpful....
Cheers,
Chandra Sekhar.