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

RKKBBTSD SAP ABAP Report - Background Explosion of a List of Sales Orders







RKKBBTSD 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 RKKBBTSD 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 RKKBBTSD. "Basic submit
SUBMIT RKKBBTSD AND RETURN. "Return to original report after report execution complete
SUBMIT RKKBBTSD 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_KOKRS = Controlling area
Selection Text: P_KST = Cost element group
Selection Text: P_RGJNR = Report
Selection Text: S_KDAUF = Sales order
Selection Text: S_KDPOS = Item
Title: Background Explosion of a List of Sales Orders
Text Symbol: SE1 = Selections
Text Symbol: SE2 = Report parameters


INCLUDES used within this REPORT RKKBBTSD

INCLUDE RKKBEQ10.
INCLUDE RKKBDT20.


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_JOB_GET CALL FUNCTION 'K_KKB_JOB_GET' EXPORTING DFO = DFORM-KAR IANW = ANW-EIN IOBJ = OBJ-KUN NUM = '1' TRA = ' ' IMPORTING RGJNR = P_RGJNR EXCEPTIONS NOT_GENERATED = 1 NO_AUTHORITY = 2 NO_JOB = 3 NO_JOB_CHOSEN = 4 OTHERS = 5.

K_KKB_KSTAR_SET_GET CALL FUNCTION 'K_KKB_KSTAR_SET_GET' EXPORTING DFO = DFORM-KAR IANW = ANW-EIN IMPORTING KST = P_KST EXCEPTIONS NO_AUTHORITY = 1 NO_KSTAR_SET = 2 NO_SET_PICKED = 3 SET_BROKEN = 4 OTHERS = 5.

K_KKB_GLOBAL_READ CALL FUNCTION 'K_KKB_GLOBAL_READ' " Global lesen EXPORTING GLOBAL = MOD_VARTAB-NAME IMPORTING GLOBAL_DATA = KKBGL EXCEPTIONS OTHERS = 1.

G_REPORT_EXPORT_PARAMETER CALL FUNCTION 'G_REPORT_EXPORT_PARAMETER' EXPORTING SENDER_LIBRARY = DUMMY-LIB SENDER_REPORT = MOD_RNAME SENDER_TABLE = DUMMY-TAB TABLE_COUNTER = COUNT TABLE_POINTER = POINTER TABLES COL_TAB = COL_TAB DIM_TAB = DIM_TAB GLO_TAB = MOD_VARTAB ROW_TAB = ROW_TAB SEL_TAB = SEL_TAB SET_TAB = SEL_TAB.

K_KKB_REPID_GET CALL FUNCTION 'K_KKB_REPID_GET' EXPORTING MANDT = SY-MANDT OPTION = 'S' RGJNR = SUB_RGJNR IMPORTING REPID = SUB_REPID EXCEPTIONS OUT_OF_RANGE = 01.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING MODE = 'CURRENT ' NO_DIALOG = 'X' IMPORTING OUT_PARAMETERS = PRI_PARAMS OUT_ARCHIVE_PARAMETERS = ARC_PARAMS EXCEPTIONS OTHERS = 1.

K_KKB_GLOBAL_READ CALL FUNCTION 'K_KKB_GLOBAL_READ' EXPORTING GLOBAL = GGO_GLOBALS-GLOBAL IMPORTING GLOBAL_DATA = KKBGL EXCEPTIONS GLOBAL_DOES_NOT_EXIST = 1 OTHERS = 2.

K_KKB_GLOBALS_GET CALL FUNCTION 'K_KKB_GLOBALS_GET' EXPORTING DIALOG = ' ' INITIALIZE = 'X' RGJNR = GGO_RGJNR USER_DEFAULTS = SY-UNAME TABLES EXC_TAB = GGO_ETAB GLOBALS = GGO_GLOBALS EXCEPTIONS INTERNAL_ERROR = 01 JOB_DOES_NOT_EXIST = 02 NOT_GENERATED = 03 NO_AUTHORIZATION = 04 NO_GLOBALS = 05.



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