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

RKKBPCD1 SAP ABAP Report - Call RKKBPCD0 in Background







RKKBPCD1 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 RKKBPCD1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CK83 - Print Cost Estimates in Background


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 RKKBPCD1. "Basic submit
SUBMIT RKKBPCD1 AND RETURN. "Return to original report after report execution complete
SUBMIT RKKBPCD1 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: D_KOKRS = Controlling Area
Selection Text: D_KLVAR = Costing Variant
Selection Text: D_KADKY = Costing Date
Selection Text: D_ERZKA = From Product Costing
Selection Text: D_DUPLI = Multiple Usage
Selection Text: D_DISSO = BOM Explosion
Selection Text: D_AUFLO = Explosion Level
Selection Text: D_LOSGR = Lot Size
Selection Text: S_WERKS = Plant
Selection Text: S_TVERS = Costing Version
Selection Text: S_MATNR = Material
Selection Text: S_KLVAR = Costing Variant
Selection Text: S_KADKY = Costing Date
Selection Text: S_FEHSTA = D Costing Status
Selection Text: P_SICHT = Cost Component View
Selection Text: P_RGJNR = Report
Selection Text: P_NORAW = No Raw Materials
Selection Text: P_LOSFX = Controlling Area Currency
Selection Text: P_KST = Cost Elements/Cost Comp. Group
Selection Text: P_EEPOS = Flexible Itemization
Selection Text: D_WERKS = Plant
Selection Text: D_TVERS = Costing Version
Selection Text: D_MATNR = Material
Title: Call RKKBPCD0 in Background
Text Symbol: 001 = BOM Explosion
Text Symbol: 002 = Select Cost Estimates
Text Symbol: 003 = Report Parameters
Text Symbol: 004 = Background Processing
Text Symbol: IMM = Immediate Start
Text Symbol: TDT = Start Date
Text Symbol: TTM = Start Date


INCLUDES used within this REPORT RKKBPCD1

INCLUDE RKKBEQ10.


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-KEL IANW = ANW-ERZ IOBJ = OBJ-ERZ NUM = '1' TRA = ' ' IMPORTING RGJNR = INIT-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-KEL IANW = ANW-ERZ KST = P_KST IMPORTING KST = INIT-KST EXCEPTIONS NO_AUTHORITY = 1 NO_KSTAR_SET = 2 NO_SET_PICKED = 3 SET_BROKEN = 4 OTHERS = 5.

K_KKB_JOB_GET CALL FUNCTION 'K_KKB_JOB_GET' EXPORTING CHOICE = 'X' DFO = DFORM-KEL IANW = ANW-ERZ IOBJ = OBJ-ERZ NUM = '1' TRA = ' ' RGJNR = P_RGJNR SHOW_ALSO_1 = 'X' 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 CHOICE = 'X' DFO = DFORM-KEL IANW = ANW-ERZ KST = P_KST SHOW_ALSO_1 = 'X' IMPORTING KST = P_KST EXCEPTIONS NO_AUTHORITY = 1 NO_KSTAR_SET = 2 NO_SET_PICKED = 3 SET_BROKEN = 4 OTHERS = 5.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = INT-JOBNAME SDLSTRTDT = INT-DATE SDLSTRTTM = INT-TIME IMPORTING JOBCOUNT = INT-JOBCOUNT EXCEPTIONS CANT_CREATE_JOB = 1 INVALID_JOB_DATA = 2 JOBNAME_MISSING = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = INT-JOBCOUNT JOBNAME = INT-JOBNAME SDLSTRTDT = INT-DATE SDLSTRTTM = INT-TIME STRTIMMED = INT-IMMED EXCEPTIONS CANT_START_IMMEDIATE = 1 INVALID_STARTDATE = 2 JOBNAME_MISSING = 3 JOB_CLOSE_FAILED = 4 JOB_NOSTEPS = 5 JOB_NOTEX = 6 LOCK_FAILED = 7 OTHERS = 8.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING POPUP_TITLE = TEXT-004 IMPORTING RETURNCODE = PBR_ANSWER TABLES FIELDS = PBR_SVAL 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 RKKBPCD1 or its description.