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
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.
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
INCLUDE RKKBEQ10.
INCLUDE RKKBDT20.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKKBBTSD - Background Explosion of a List of Sales Orders RKKBBTSD - Background Explosion of a List of Sales Orders RKKBBR01 - Batch Environment Information System Interface Cost Elements RKKBBR01 - Batch Environment Information System Interface Cost Elements RKKBBR00 - Costing: Batch Request Report for Reporting RKKBBR00 - Costing: Batch Request Report for Reporting