SAP Reports / Programs

/SAPCEM/BI SAP ABAP Report - Batch Input for Catalogs







/SAPCEM/BI is a standard Executable ABAP Report 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/BI 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/BI. "Basic submit
SUBMIT /SAPCEM/BI AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPCEM/BI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_KATKZ = Catalog
Selection Text: P_NAME = File name
Selection Text: P_TEXT = Only read texts
Selection Text: P_TYPE = File type
Title: Batch Input for Catalogs
Text Symbol: 001 = Data formatting
Text Symbol: 009 = Data
Text Symbol: 010 = Text
Text Symbol: 011 = Catalog


INCLUDES used within this REPORT /SAPCEM/BI

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:

CLME_FEATURE_ATTR_OF_CLASS CALL FUNCTION 'CLME_FEATURE_ATTR_OF_CLASS' EXPORTING CLASS = J_3GT370S-J_3GKLASSE CLASSTYPE = J_3GT370S-J_3GKLART TABLES TFEATURES = IT_MERK.

WS_UPLOAD * CALL FUNCTION 'WS_UPLOAD' * EXPORTING * FILENAME = P_NAME * FILETYPE = HLP_TYPE * TABLES * DATA_TAB = IT_BAL90 * EXCEPTIONS * CONVERSION_ERROR = 1 * FILE_OPEN_ERROR = 2 * FILE_READ_ERROR = 3.

WS_UPLOAD * CALL FUNCTION 'WS_UPLOAD' * EXPORTING * FILENAME = P_NAME * FILETYPE = HLP_TYPE * TABLES * DATA_TAB = IT_BGL91 * EXCEPTIONS * CONVERSION_ERROR = 1 * FILE_OPEN_ERROR = 2 * FILE_READ_ERROR = 3.

J_3G_GET_KAT_STRUCTURE CALL FUNCTION 'J_3G_GET_KAT_STRUCTURE' EXPORTING I_KATALOG_ID = P_KATKZ TABLES T_STRUKTUR = IT_STRUK EXCEPTIONS NO_KATALOG = 0.

CACL_CLASSIFICATION_SAVE CALL FUNCTION 'CACL_CLASSIFICATION_SAVE'.

J_3G_KATALOG_RUNDUNG CALL FUNCTION 'J_3G_KATALOG_RUNDUNG' CHANGING WERT = HLP_NEUWERT.

CACL_CLASSIFICATION_SAVE CALL FUNCTION 'CACL_CLASSIFICATION_SAVE'.

J_3G_WRITE_TEXT CALL FUNCTION 'J_3G_WRITE_TEXT' EXPORTING I_OW_LTEXT = SPACE TABLES T_KATTEXT = IT_TEXT EXCEPTIONS DATABASE_ERROR = 1.

/SAPCEM/KATAL_MODIFY CALL FUNCTION '/SAPCEM/KATAL_MODIFY' TABLES T_KATAL_INSERT = IT_KATAL EXCEPTIONS OTHERS = 1.

CACL_OBJECT_VALIDATION_MAINT CALL FUNCTION 'CACL_OBJECT_VALIDATION_MAINT' EXPORTING OBJECT_TYPE = 'J_3GKATAL' CLASS = J_3GT370S-J_3GKLASSE CLASS_TYPE = J_3GT370S-J_3GKLART I_OBJ_NOT_CHK = 'X' TABLES OBJECT_IDENTIFICATION = IT_OBJECT VALIDATION_MAINT = IT_VALUES EXCEPTIONS OTHERS = 1.



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