SAP Reports / Programs

/BOBF/COM_GEN_TMPL_CHECK_CLSFY SAP ABAP Report - AP-SGA: Com Code Generator: Classfication tool (Read comment)







/BOBF/COM_GEN_TMPL_CHECK_CLSFY 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 /BOBF/COM_GEN_TMPL_CHECK_CLSFY 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 /BOBF/COM_GEN_TMPL_CHECK_CLSFY. "Basic submit
SUBMIT /BOBF/COM_GEN_TMPL_CHECK_CLSFY AND RETURN. "Return to original report after report execution complete
SUBMIT /BOBF/COM_GEN_TMPL_CHECK_CLSFY 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: PA_CONLY = Classified objects only
Selection Text: SO_DEVC = D .
Selection Text: SO_PROG = D .
Title: AP-SGA: Com Code Generator: Classfication tool (Read comment)
Text Symbol: 000 = Status
Text Symbol: 001 = Information Text
Text Symbol: 003 = Line No.
Text Symbol: 004 = Classification
Text Symbol: 800 = Template classification doesn't work as Obj Classif Attr SOURCE_TYPE is not valid for this release
Text Symbol: C01 = Template not classified
Text Symbol: C02 = Template classified
Text Symbol: R01 = Template syntactically correct
Text Symbol: R02 = No RC SGA Template
Text Symbol: R03 = Not Classified
Text Symbol: R04 = Not Classified (probably a template)
Text Symbol: S00 = Check &1 ... (&2/&3)


INCLUDES used within this REPORT /BOBF/COM_GEN_TMPL_CHECK_CLSFY

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = iv_icon info = iv_info add_stdinf = '' IMPORTING RESULT = rv_icon.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_callback_program = 'COM_GEN_TMPL_CHECK_CLASSIFY' i_callback_program = '/BOBF/COM_GEN_TMPL_CHECK_CLSFY' i_callback_user_command = 'CALLBACK_USER_COMMAND' i_structure_name = '/BOBF/COMS_CHECK_CLASSIFY' is_layout = ls_layout it_fieldcat = lt_fcat TABLES t_outtab = gt_result EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/BOBF/COMS_CHECK_CLASSIFY' i_client_never_display = 'X' CHANGING ct_fieldcat = rt_fcat.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_percenti text = lv_text.

CLS_CHARACTERIZER CALL FUNCTION 'CLS_CHARACTERIZER' EXPORTING im_attributes = lt_attribute im_key_attributes = lt_attribute im_operation = 'EDITCLS' im_objects = lt_object.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = ls_result-progname object_type = cl_apsga_tmpl_classif=>gc_trobj_prog position = ls_result-line_no in_new_window = 'X' EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.



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