‎2006 Sep 26 1:58 PM
Hi,
Iam new to Module pool please send me material(pdf's) for 4.7 version and good examples
Thanks in advance
Ranjith
‎2006 Sep 26 2:07 PM
hi,
ABAP program with the program type "M." are module pool programs.
ABAP module pools contain mainly dialog modules for processing program screens. You must enter a transaction code to start them. We relate a module pool program to a transaction. A transaction is an ABAP program that you start using a transaction code. There are dialog and report transactions, parameter and variant transactions, and as of release 6.10 OO transactions. To start a transaction, you either enter the transaction code in the input field of the standard toolbar or use the statements CALL TRANSACTION or LEAVE TO TRANSACTION. Transaction codes are created in the transaction maintenance of the ABAP Workbench.
check out the link.
http://help.sap.com/saphelp_nw2004s/helpdata/en/21/682f8b277e11d2954e0000e8353423/content.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/e4/2adbd7449911d1949c0000e8353423/frameset.htm
Regards,
Richa.
‎2006 Sep 26 2:10 PM
chk these programs ,
DEMO_DYNPRO_AT_EXIT_COMMAND
DEMO_DYNPRO_AUTOMATIC_CHECKS
DEMO_DYNPRO_CHECK_RADIO
DEMO_DYNPRO_CONTEXT_MENU
DEMO_DYNPRO_DICTIONARY
DEMO_DYNPRO_DROPDOWN_LISTBOX
DEMO_DYNPRO_F1_HELP
DEMO_DYNPRO_F4_HELP_DICTIONARY
DEMO_DYNPRO_F4_HELP_DYNPRO
DEMO_DYNPRO_F4_HELP_MODULE
DEMO_DYNPRO_FIELD
DEMO_DYNPRO_FIELD_CHAIN
DEMO_DYNPRO_GET_CURSOR
DEMO_DYNPRO_GUI_STATUS
DEMO_DYNPRO_INPUT_OUTPUT
DEMO_DYNPRO_MODIFY_SCREEN
DEMO_DYNPRO_MODIFY_SCREEN_SEL
DEMO_DYNPRO_MODIFY_SIMPLE
DEMO_DYNPRO_MODULE
DEMO_DYNPRO_ON_CONDITION
DEMO_DYNPRO_PUSH_BUTTON
DEMO_DYNPROS_AND_LISTS
DEMO_DYNPRO_SET_CURSOR
DEMO_DYNPRO_SET_HOLD_DATA
DEMO_DYNPRO_STATUS_ICONS
DEMO_DYNPRO_STEP_LOOP
DEMO_DYNPRO_STRINGS
DEMO_DYNPRO_SUBSCREENS
DEMO_DYNPRO_TABCONT_LOOP
DEMO_DYNPRO_TABCONT_LOOP_AT
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_TABLE_CONTROL_2
DEMO_DYNPRO_TABSTRIP_LOCAL
DEMO_DYNPRO_TABSTRIP_SERVER
DEMO_DYNPRO_VALUE_SELECT
‎2006 Sep 26 2:26 PM
Hi Ranjit,
Please send in your mail ID n I shall forward you the docs.
Innova
‎2006 Oct 06 2:57 PM