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
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_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
INCLUDE RKACOPER.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKPLNC11 - Planning WBS Elements: Correct Inconsistent Totals Records/Line Items RKPLNC11 - Planning WBS Elements: Correct Inconsistent Totals Records/Line Items RKPLNC10 - Test Program: RKP6 Records with CCtr Object No. RKPLNC10 - Test Program: RKP6 Records with CCtr Object No. RKPLNC09 - Repair Program: RKP6 Records with CCtr Object No. RKPLNC09 - Repair Program: RKP6 Records with CCtr Object No.