SAP Reports / Programs | Controlling | Overhead Cost Controlling | Cost Center Accounting(CO-OM-CCA) SAP CO

RKPLNC11 SAP ABAP Report - Planning WBS Elements: Correct Inconsistent Totals Records/Line Items







RKPLNC11 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 RKPLNC11 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 RKPLNC11. "Basic submit
SUBMIT RKPLNC11 AND RETURN. "Return to original report after report execution complete
SUBMIT RKPLNC11 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_GJAHR = Fiscal year
Selection Text: P_KOKRS = Controlling area
Selection Text: P_POSIDB = From WBS element
Selection Text: P_POSIDV = To WBS element
Selection Text: P_TEST = Test run.....................?
Selection Text: P_VERSN = Plan version
Title: Planning WBS Elements: Correct Inconsistent Totals Records/Line Items
Text Symbol: 001 = No WBS element exists in the interval for the controlling area.
Text Symbol: 002 = The given controlling area does not exist.
Text Symbol: 003 = No line items exist for totals record
Text Symbol: 004 = No WBS element with plan line item updating found in the interval
Text Symbol: 005 = No entry in version table for CO area/version/fiscal year
Text Symbol: 006 = Correction RKPLNC11.
Text Symbol: 031 = No entry in table TKA04 for transaction
Text Symbol: 032 = Error during number assignment for number range


INCLUDES used within this REPORT RKPLNC11

INCLUDE RKACOPER.


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:

STATUS_CHANGE_FOR_ACTIVITY CALL FUNCTION 'STATUS_CHANGE_FOR_ACTIVITY' EXPORTING CHECK_ONLY = 'X' OBJNR = ITOBJNR-OBJNR VRGNG = HELP_VRGNG_EPOS EXCEPTIONS OTHERS = 1.

K_COSSA_READ_MULTI CALL FUNCTION 'K_COSSA_READ_MULTI' EXPORTING VON_PERIODE = V_PER BIS_PERIODE = B_PER MODUS = 2 PROGNAME = 'RKPLNC11' FORMNAME = 'PROCESS_COSS_RECORD' TABLES T_COSEL = ITCOSEL * T_COSSA = * T_FGR = EXCEPTIONS OTHERS = 1.

K_COEJA_INSERT CALL FUNCTION 'K_COEJA_INSERT' EXPORTING EPSKZ = 'X' TOTALS_UPDATE = ' ' VRGNG = COBK-VRGNG TABLES COBK_TAB = ITCOBK COEJA_TAB = ITCOEJA.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING OBJECT = OBJECT SUBOBJECT = SUBOBJECT NR_RANGE_NR = NGN_INUMKR IMPORTING NUMBER = NGN_BELNR RETURNCODE = RETURNCODE EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.



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