SAP Reports / Programs | Logistics - General | Additionals Management(LO-ADM) SAP LO

UTIL_FORMS SAP ABAP INCLUDE - Additionals: FORM routines for general auxiliary routines







UTIL_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 UTIL_FORMS into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT UTIL_FORMS. "Basic submit
SUBMIT UTIL_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT UTIL_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Additionals: FORM routines for general auxiliary routines


INCLUDES used within this REPORT UTIL_FORMS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

WAUF_BREAK_DOWN_LOCATIONGROUP CALL FUNCTION 'WAUF_BREAK_DOWN_LOCATIONGROUP' EXPORTING IM_FIKLI = P_CLINT * im_filkl = * im_fklar = * IM_KEY = * IM_PINCR = 1 * IM_PUFFER = X * IMPORTING * EX_FILKB = TABLES EX_FILN = CLASS_MEMBERS EXCEPTIONS FIGR_EXISTIERT_NICHT = 1 OTHERS = 2.

CLMA_CLASS_READ CALL FUNCTION 'CLMA_CLASS_READ' EXPORTING CLASSNUMBER = P_CLINT * LANGUAGE = SY-LANGU IMPORTING CLASSNAME = CLASS_NAME CLASSTYPE = CLASS_TYPE * DESCRIPTION = * LANGUAGE = EXCEPTIONS CLASS_NOT_FOUND = 1 OTHERS = 2.

WTAD_READ_ADDI_4_MATNR CALL FUNCTION 'WTAD_READ_ADDI_4_MATNR' EXPORTING MATNR = PI_MATNR READ_FLAG = READ_FLAG READ_MAMT = 'X' READ_VARIANTS = ' ' PROMO_DATE = PI_PROMO_DATE TABLES IWTADDI = PET_WTADDI IWTADDI_PR = PET_WTADDI_PR IMAMT = PET_MAMT EXCEPTIONS WRONG_CALL = 1 DB_ERROR = 2 OTHERS = 3.

WTAD_TWTFM_READ CALL FUNCTION 'WTAD_TWTFM_READ' * EXPORTING * KZRFB = ' ' TABLES I_FB_TWTFM = ITWTFM EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

WTAD_TWTFMA_READ CALL FUNCTION 'WTAD_TWTFMA_READ' * EXPORTING * KZRFB = ' ' TABLES I_FB_TWTFMA = ITWTFMA EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING * KZRFB = ' ' * MAXTZ = 0 MATNR = PXT_WTADDI-ADDIMAT * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' IMPORTING WMARA = WMARA 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 * KZRFB = ' ' * MAXTZ = 0 MATNR = PXT_WTADDI_PR-ADDIMAT * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' IMPORTING WMARA = WMARA 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_ADDITIONAL IMPORTING WMARA = MARA_DATA EXCEPTIONS LOCK_ON_MATERIAL = 1 LOCK_SYSTEM_ERROR = 2 WRONG_CALL = 3 NOT_FOUND = 4 OTHERS = 5.

T134_SINGLE_READ CALL FUNCTION 'T134_SINGLE_READ' EXPORTING T134_MTART = MARA_DATA-MTART IMPORTING WT134 = IT134 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

VENDOR_MASTER_DATA_SELECT_17 CALL FUNCTION 'VENDOR_MASTER_DATA_SELECT_17' EXPORTING PI_LIFNR = PI_LIFNR PI_EKORG = PI_EKORG PI_PARVW = ADDI_PARTNER_ROLE TABLES T_E_WYT3 = PET_SUPPLIERS EXCEPTIONS PARAMETER_MISSING = 1 NO_ENTRY_FOUND = 2 NO_PARTNER_FOUND = 3 NO_EXISTING_MASTER_DATA = 4 OTHERS = 5.

ME_SEARCH_SOURCE_OF_SUPPLY CALL FUNCTION 'ME_SEARCH_SOURCE_OF_SUPPLY' EXPORTING COMIM = COMIN I_NO_MATERIAL_READ = 'X' TABLES SRC_TAB = PET_SUPPLIERS.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name UTIL_FORMS or its description.