It is also called as dialog Programming. It is a pool of modules( Screens, Includes, Transactions etc). A Module Pool is mainly a pool of screens. a) PBO( Process Before output) - This event called ...
data it_table type TABLE OF str1. data wa_table type str1. DATA IT_TABLE2 TYPE TABLE OF STR2. DATA WA_TABLE2 TYPE STR2. INCLUDE zprg1_module_pool_status_01o01. INCLUDE zprg1_module_pool_user_commi01.