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

BSEL1F01 SAP ABAP INCLUDE - Form Routines Include for RKKBSELN







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


INCLUDES used within this REPORT BSEL1F01

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:

CLEX_DISPLAY_SCOPE_OF_RESULT CALL FUNCTION 'CLEX_DISPLAY_SCOPE_OF_RESULT' EXPORTING DISPLAY_SCOPE_IN = XCLDAR_SAVE LANGU = SY-LANGU UPDATE = CON_SPACE USER = SY-UNAME IMPORTING DISPLAY_SCOPE_OUT = XCLDAR_SAVE EXCEPTIONS ERROR = 01.

CLEX_DISPLAY_SCOPE_OF_RESULT CALL FUNCTION 'CLEX_DISPLAY_SCOPE_OF_RESULT' EXPORTING DISPLAY_SCOPE_IN = V_XCLDAR LANGU = SY-LANGU UPDATE = CON_X USER = SY-UNAME IMPORTING DISPLAY_SCOPE_OUT = XCLDAR_RES EXCEPTIONS ERROR = 01.

CLSC_SELECT_OBJECTS_FROM_CLASS CALL FUNCTION 'CLSC_SELECT_OBJECTS_FROM_CLASS' EXPORTING CLASSES = CON_KKR_RCLAOR KLART = CON_KKR_KARTOR TABLE = CON_KKR_TNAMOR * NO_F8_IN_RESULT = CON_X NO_F8_IN_RESULT = LD_NOF8 TABLES OBJECTS = OBJEK EXCEPTIONS PF03 = 01 PF12 = 02 PF15 = 03.

K_KKB_CURRENT_APPLICATION_GET CALL FUNCTION 'K_KKB_CURRENT_APPLICATION_GET' IMPORTING E_ANW = L_ANW * E_TKKBU = EXCEPTIONS NO_APPLICATION_SET = 1 OTHERS = 2.

K_KKB_TKKBT_UPDATE CALL FUNCTION 'K_KKB_TKKBT_UPDATE' EXPORTING I_MODE = 'R' I_TKKBT = ATKKBT EXCEPTIONS FATAL_ERROR = 01 FOREIGN_LOCK = 02 NO_DATA_FOR_KEY = 03.



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