WTPR_FRM is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter WTPR_FRM into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WTAD_READ_ADDI_4_MATNR call function 'WTAD_READ_ADDI_4_MATNR' exporting matnr = pi_ekpo-matnr flag_addiprass_always = addiprass_always flag_addiprass_promo_only = addiprass_promo_only flag_addiprass_promo_never = addiprass_promo_never read_flag = read_flag read_variants = ' ' aktnr = pi_ekpo-aktnr tables iwtaddi = pet_wtaddi iwtaddi_pr = iwtaddi_pr exceptions wrong_call = 1 db_error = 2 others = 3.
WTAD_TWTCTRL_READ call function 'WTAD_TWTCTRL_READ' tables i_fb_twtctrl = itwtctrl exceptions not_found = 1 others = 2.
WTAD_WTADDI_TO_ADDILIST call function 'WTAD_WTADDI_TO_ADDILIST' exporting pi_werks = pi_ekpo-werks pi_add_makt_description = ' ' tables iwtaddi = pit_wtaddi imamt = imamt iaddilist = pet_addi_info.
WTAD_TWT_ACTION_READ call function 'WTAD_TWT_ACTION_READ' tables fet_twt_action = pet_action exceptions not_found = 1 others = 2.
WTAD_READ_ADDI_4_MATNR call function 'WTAD_READ_ADDI_4_MATNR' exporting matnr = pi_mseg-matnr flag_addiprass_always = addiprass_always flag_addiprass_promo_only = addiprass_promo_only flag_addiprass_promo_never = addiprass_promo_never read_flag = read_flag read_variants = ' ' aktnr = pi_mseg-aktnr tables iwtaddi = pet_wtaddi iwtaddi_pr = iwtaddi_pr exceptions wrong_call = 1 db_error = 2 others = 3.
WTAD_TWTCTRL_READ call function 'WTAD_TWTCTRL_READ' tables i_fb_twtctrl = itwtctrl exceptions not_found = 1 others = 2.
WTAD_WTADDI_TO_ADDILIST call function 'WTAD_WTADDI_TO_ADDILIST' exporting pi_werks = pi_mseg-werks pi_add_makt_description = ' ' tables iwtaddi = pit_wtaddi imamt = imamt iaddilist = pet_addi_info.
WTAD_READ_ADDI_4_MATNR call function 'WTAD_READ_ADDI_4_MATNR' exporting matnr = pi_lips-matnr flag_addiprass_always = addiprass_always flag_addiprass_promo_only = addiprass_promo_only flag_addiprass_promo_never = addiprass_promo_never read_flag = read_flag read_mamt = ' ' read_variants = ' ' aktnr = pi_lips-aktnr * fi_sm_transaction = addi_bom_transaction_deli * fi_plant = pi_lips-werks * fi_quantity = pi_lips-lfimg * fi_unit_of_measure = pi_lips-vrkme fi_addi_application = addi_appl_deliveries fi_sd_doc = pi_lips-vgbel fi_itm_number = pi_lips-vgpos fi_sd_doc_cat = pi_lips-vgtyp tables iwtaddi = pet_wtaddi iwtaddi_pr = iwtaddi_pr * imamt = imamt * fet_matnrs_and_quant = imatqu exceptions wrong_call = 1 db_error = 2 others = 3.
WTAD_TWTCTRL_READ call function 'WTAD_TWTCTRL_READ' tables i_fb_twtctrl = itwtctrl exceptions not_found = 1 others = 2.
WTAD_WTADDI_TO_ADDILIST call function 'WTAD_WTADDI_TO_ADDILIST' exporting pi_werks = pi_lips-werks pi_add_makt_description = ' ' tables iwtaddi = pit_wtaddi imamt = imamt iaddilist = pet_addi_info.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.