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

J_3GBF01 SAP ABAP INCLUDE - FORM Routines Equipment Specifications Catalog Batch Input







J_3GBF01 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 J_3GBF01 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 J_3GBF01. "Basic submit
SUBMIT J_3GBF01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GBF01 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 Equipment Specifications Catalog Batch Input


INCLUDES used within this REPORT J_3GBF01

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:

WS_UPLOAD CALL FUNCTION 'WS_UPLOAD' EXPORTING FILENAME = V_FILENAME FILETYPE = V_FILETYPE TABLES DATA_TAB = X_TAB EXCEPTIONS CONVERSION_ERROR = 1 FILE_OPEN_ERROR = 2 FILE_READ_ERROR = 3.

CLAF_CLASSIFICATION_OF_OBJECTS * CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS' * EXPORTING * CLASS = HLP_KLASSE * CLASSTYPE = HLP_KLASSENART * OBJECT = HLP_PRUEFOBJECT * OBJECTTABLE = 'J_3GKATAL' * TABLES * T_CLASS = T_CLASS * T_OBJECTDATA = T_OBJECTDATA * EXCEPTIONS * NO_CLASSIFICATION = 1 * NO_CLASSTYPES = 2 * INVALID_CLASS_TYPE = 3 * OTHERS = 4.

CLAS_READ_FEATURE_INFO CALL FUNCTION 'CLAS_READ_FEATURE_INFO' EXPORTING CLASS = V_KLASSENNR CLASSTYPE = V_KLASSENTYP TABLES FEATURE_INFO = FIELDDAT EXCEPTIONS CLASS_NOT_EXIST = 1 OTHERS = 2.

CLSE_SELECT_CABN CALL FUNCTION 'CLSE_SELECT_CABN' EXPORTING KEY_DATE = SY-DATUM TABLES IN_CABN = IN_CABN T_CABN = T_CABN EXCEPTIONS NO_ENTRY_FOUND = 1.

CLSE_SELECT_CABNT CALL FUNCTION 'CLSE_SELECT_CABNT' EXPORTING LANGUAGE = SY-LANGU KEY_DATE = SY-DATUM TABLES IN_CABN = IN_CABN T_CABNT = T_CABNT EXCEPTIONS NO_ENTRY_FOUND = 1.

CLAF_CLASSIFICATION_OF_OBJECTS CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS' EXPORTING CLASS = HLP_KLASSE * CLASSTEXT = 'X' CLASSTYPE = HLP_KLASSENART * CLINT = ' ' * FEATURES = 'X' * LANGUAGE = SY-LANGU OBJECT = HLP_OBJECT * OBJECTTABLE = ' ' * KEY_DATE = SY-DATUM * INITIAL_CHARACT = 'X' * NO_VALUE_DESCRIPT = * CHANGE_SERVICE_CLF = 'X' * INHERITED_CHAR = ' ' TABLES T_CLASS = T_CLASS T_OBJECTDATA = T_OBJECTDATA EXCEPTIONS NO_CLASSIFICATION = 1 NO_CLASSTYPES = 2 INVALID_CLASS_TYPE = 3 OTHERS = 4.

J_3G_KATALOG_RUNDUNG CALL FUNCTION 'J_3G_KATALOG_RUNDUNG' CHANGING WERT = HLP_NEUWERT EXCEPTIONS OTHERS = 1.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING LOGICAL_FILENAME = LOG_NAM IMPORTING FILE_NAME = HLP_FILE EXCEPTIONS FILE_NOT_FOUND = 1 OTHERS = 2.

WS_DOWNLOAD CALL FUNCTION 'WS_DOWNLOAD' EXPORTING * BIN_FILESIZE = ' ' * CODEPAGE = ' ' FILENAME = HLP_FILE * FILETYPE = HLP_FILEFORMAT * MODE = ' ' * WK1_N_FORMAT = ' ' * WK1_N_SIZE = ' ' * WK1_T_FORMAT = ' ' * WK1_T_SIZE = ' ' * COL_SELECT = ' ' * COL_SELECTMASK = ' ' * IMPORTING * FILELENGTH = TABLES DATA_TAB = XINPUTTAB * FIELDNAMES = EXCEPTIONS FILE_OPEN_ERROR = 1 FILE_WRITE_ERROR = 2 INVALID_FILESIZE = 3 INVALID_TABLE_WIDTH = 4 INVALID_TYPE = 5 NO_BATCH = 6 UNKNOWN_ERROR = 7 OTHERS = 8.



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