WBB_FORMS 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 WBB_FORMS 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.
Title: FORM routines for additionals in the assortment list
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WTAD_TWTFM_READ CALL FUNCTION 'WTAD_TWTFM_READ' * EXPORTING * KZRFB = ' ' TABLES I_FB_TWTFM = PET_ITWTFM EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
WTAD_READ_ADDI_4_MATNR CALL FUNCTION 'WTAD_READ_ADDI_4_MATNR' EXPORTING MATNR = PI_MATNR READ_FLAG = ADDI_READ_FLAG_MATNR READ_MAMT = 'X' READ_VARIANTS = ' ' " no variants, please FI_PLANT = PI_PLANT TABLES IWTADDI = PET_IWTADDI * IWTADDI_PR = IMAMT = PET_IMAMT * IMARA = EXCEPTIONS WRONG_CALL = 1 DB_ERROR = 2 OTHERS = 3.
WTAD_MATNR_IN_PR_ADDIS_GET CALL FUNCTION 'WTAD_MATNR_IN_PR_ADDIS_GET' EXPORTING AKTNR = PI_AKTNR MATNR = PI_MATNR MEINH = PI_MEINH TABLES IWTADAB = IWTADAB IWTADABT = IWTADABT EXCEPTIONS AKTNR_NOT_FOUND = 1 DB_ERROR = 2 OTHERS = 3.
WTAD_WTADAB_TO_WTADDI CALL FUNCTION 'WTAD_WTADAB_TO_WTADDI' TABLES IWTADAB = IWTADAB IWTADABT = IWTADABT IWTADDI = PXT_WTADDI IMAMT = PXT_MAMT EXCEPTIONS OTHERS = 1.
WTAD_TWTFM_READ CALL FUNCTION 'WTAD_TWTFM_READ' * EXPORTING * KZRFB = ' ' TABLES I_FB_TWTFM = ITWTFM EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
WTAD_TWTFM_READ CALL FUNCTION 'WTAD_TWTFM_READ' * EXPORTING * KZRFB = ' ' TABLES I_FB_TWTFM = ITWTFM EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING SAP_CODE = PI_TEXT_LINE-SPRAS IMPORTING ISO_CODE = SPRAS_ISO EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING MATNR = PI_ADDI_LIST-ADDIMAT IMPORTING WMARA = ADDI_MARA EXCEPTIONS LOCK_ON_MATERIAL = 1 LOCK_SYSTEM_ERROR = 2 WRONG_CALL = 3 NOT_FOUND = 4 OTHERS = 5.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING MATNR = PI_MATNR IMPORTING WMARA = WMARA EXCEPTIONS LOCK_ON_MATERIAL = 1 LOCK_SYSTEM_ERROR = 2 WRONG_CALL = 3 NOT_FOUND = 4 OTHERS = 5.
UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING SAP_CODE = WMARA-INHME IMPORTING ISO_CODE = PE_ADDI_SEGMENT-ADDIINHME EXCEPTIONS NOT_FOUND = 1 NO_ISO_CODE = 2 OTHERS = 3.
WTAD_ADDI_NUMBERING_TYPE_GET CALL FUNCTION 'WTAD_ADDI_NUMBERING_TYPE_GET' EXPORTING MATNR = PI_ADDI_LIST-ADDIMAT IMPORTING ADDI_NUM_TYPE = PE_ADDI_SEGMENT-ADDINUM EXCEPTIONS ADDI_NOT_FOUND = 1 ADDI_NUM_TYPE_NOT_FOUND = 2 OTHERS = 3.
DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING I_DOMNAME = 'ADDI_NUM' I_DOMVALUE = ADDINUM_TMP IMPORTING E_DDTEXT = PE_ADDI_SEGMENT-ADDINUM_TXT EXCEPTIONS NOT_EXIST = 1 OTHERS = 2.
MARD_GENERIC_READ_MATNR_PLANT CALL FUNCTION 'MARD_GENERIC_READ_MATNR_PLANT' EXPORTING MATNR = PI_ADDI_LIST-MATNR WERKS = PI_WERKS TABLES MARD_TAB = IMARD EXCEPTIONS WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3.
WTAD_ADDITIONAL_RELEVANT_CHECK CALL FUNCTION 'WTAD_ADDITIONAL_RELEVANT_CHECK' TABLES PIT_CHANGE_POINTERS = PIT_WBB_CHANGE_POINTERS PIT_ADDI_LIST = PXT_ADDI_LIST EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WBB_FORMS - FORM routines for additionals in the assortment list WB2_START_DI_MAPPING_C - Program WB2_START_DI_MAPPING_C WB2_START_DI_MAPPING_C - Program WB2_START_DI_MAPPING_C WB2_REPRICING_S01 - Include WB2_RELEASE_SC WB2_REPRICING_F0E - WB2REPRICINGF0E WB2_REPRICING_F03 - Include WB2_REPRICING_F03