SAP Reports / Programs | Construction Equipment Management | Industry Solution Engineering & Construction | Construction Equipment Management(IS-EC-CEM) SAP IS

/SAPCEM/SHOW_BOM_FORMS SAP ABAP INCLUDE - FORM Routines /SAPCEM/SHOW_BOM







/SAPCEM/SHOW_BOM_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 /SAPCEM/SHOW_BOM_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 /SAPCEM/SHOW_BOM_FORMS. "Basic submit
SUBMIT /SAPCEM/SHOW_BOM_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPCEM/SHOW_BOM_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: FORM Routines /SAPCEM/SHOW_BOM


INCLUDES used within this REPORT /SAPCEM/SHOW_BOM_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:

CTCV_PREPARE_VALUES_TO_DISPLAY CALL FUNCTION 'CTCV_PREPARE_VALUES_TO_DISPLAY' EXPORTING STRUCTURE_CABN = S_CABN STRUCTURE_CAWN = S_CAWN STRING_WITH_BASEUNIT = SPACE IMPORTING STRING = HLP_WERT EXCEPTIONS OTHERS = 1.

J_3G_BAPI_VALUES CALL FUNCTION 'J_3G_BAPI_VALUES' EXPORTING I_LOGSYS = WA_T370S-J_3GLOGSYS I_KATKZ = J_3GSTLKOPF-KATKZ TABLES IT_OBJECT = IT_OBJECT ET_VALUES = IT_VALUES EXCEPTIONS ERROR_RFC = 1.

CONVERSION_EXIT_ATINN_INPUT CALL FUNCTION 'CONVERSION_EXIT_ATINN_INPUT' EXPORTING INPUT = IT_VALUES-NAME_CHAR IMPORTING OUTPUT = WA_POS_VAL-ATINN.

J_3G_MERKMALSWERTE CALL FUNCTION 'J_3G_MERKMALSWERTE' EXPORTING I_KLART = WA_T370S-J_3GKLART I_OBTAB = WA_POS-OBTAB I_OBJEK = WA_POS-OBJEK TABLES T_AUSP = IT_AUSP EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = '/SAPCEM/SHOW_BOM' DYNUMB = '0100' TABLES DYNPFIELDS = IT_DYN.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = WA_DYN-FIELDVALUE IMPORTING OUTPUT = WA_KOPF-EQUNR.

J_3G_READ CALL FUNCTION 'J_3G_READ' EXPORTING I_KATKZ = WA_KOPF-KATKZ I_KATNR = WA_POS-KATNR I_KATAL = SPACE TABLES T_TEXT = IT_TEXT EXCEPTIONS OTHERS = 0.

J_3G_CHECK_LOGSYS CALL FUNCTION 'J_3G_CHECK_LOGSYS' EXPORTING I_KATKZ = J_3GSTLKOPF-KATKZ IMPORTING E_EQUAL = SAV_EQUAL ES_T370S = WA_T370S.

J_3G_GET_KAT_STRUCTURE CALL FUNCTION 'J_3G_GET_KAT_STRUCTURE' EXPORTING I_KATALOG_ID = J_3GSTLKOPF-KATKZ TABLES T_STRUKTUR = IT_STRU EXCEPTIONS NO_KATALOG = 1.

CLME_FEATURE_ATTR_OF_CLASS CALL FUNCTION 'CLME_FEATURE_ATTR_OF_CLASS' EXPORTING CLASS = WA_T370S-J_3GKLASSE CLASSTYPE = WA_T370S-J_3GKLART TABLES TFEATURES = IT_MERK EXCEPTIONS CLASS_NOT_FOUND = 1 NO_AUTHORITY = 2.

J_3G_CHECK_EDITMASK CALL FUNCTION 'J_3G_CHECK_EDITMASK' EXPORTING I_EDITMASK = WA_T370S-J_3GEDITM CHANGING C_STRING = J_3GSTLKOPF-KATNR.



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 /SAPCEM/SHOW_BOM_FORMS or its description.