SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Controlling Information System(CO-PC-IS) SAP CO

BOGENF01 SAP ABAP INCLUDE - Form Routines







BOGENF01 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 BOGENF01 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 BOGENF01. "Basic submit
SUBMIT BOGENF01 AND RETURN. "Return to original report after report execution complete
SUBMIT BOGENF01 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


INCLUDES used within this REPORT BOGENF01

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:

K_KKB_REPORTS_FROM_TREE_PICK CALL FUNCTION 'K_KKB_REPORTS_FROM_TREE_PICK' EXPORTING IANW = P_ANW * ITREE = "wird über die Anwendung ermittelt ITYPES = CON_RECHERCHE TABLES EREPOS = XTREEREP EXCEPTIONS TREE_DOES_NOT_EXIST = 1 APPLICATION_HAS_NO_TREE = 2 OTHERS = 3.

REPORT_DIRECTORY_READ CALL FUNCTION 'REPORT_DIRECTORY_READ' EXPORTING * LANGU = SY-LANGU * MONITOR = REPORT_PARAMETER_IN = ARKB1D * SUPPRESS_CONVERTING = ' ' IMPORTING REPORT_PARAMETER = ARKB1D EXCEPTIONS NO_REPORT = 1.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = CON_APPLCLASS I_RKB1X = ARKB1X I_TABLE = 'KKBOB' I_GET_TABLE = '0' IMPORTING E_RKB1X = ARKB1X * E_FCODE = * E_TABLE = EXCEPTIONS * field_is_initial = 1 " TODO 13.06.96

RKD_REPORT_IMPORT CALL FUNCTION 'RKD_REPORT_IMPORT' EXPORTING GENERATE_NEWGEN = LD_NEWGEN CHECK_MESSAGE_TYP = 'I' IMPORTING E_IMPORT_STATUS = LD_IMPORT_STATUS E_CHECK_STATUS = LD_CHECK_STATUS E_GENERATE_STATUS = LD_GENERATE_STATUS TABLES E_VAR_TAB = XREPINFO-XVARIS CHANGING C_RKB1X = ARKB1X C_RKB1D = ARKB1D EXCEPTIONS OTHERS = 1.

RKD_VAR_TAB_INFO CALL FUNCTION 'RKD_VAR_TAB_INFO' EXPORTING I_APPLCLASS = CON_APPLCLASS I_SUBCLASS = '01' I_TABNAME = 'KKBOB' I_REPID = ARKB1D-REPID I_VAR_TAB = XREPINFO-XVARIS IMPORTING E_VAR_TAB = XREPINFO-XVARIS EXCEPTIONS NO_REPORT = 1 IMPORT_ERROR = 2 OTHERS = 3.

RKD_RECHERCHE_DATA_DELETE CALL FUNCTION 'RKD_RECHERCHE_DATA_DELETE' EXPORTING * COMMIT = ' ' I_RKB1D = ARKB1D * I_RKB1F = * RCOIX = '*' IMPORTING E_RKB1D = ARKB1D * TABLES * SEIG = 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 BOGENF01 or its description.