Build a custom transaction to create and display Sales Orders using SAP Module Pool programming, eliminating spreadsheet-based order handling and improving accuracy of header–item data entry. The ...
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.