SAP Reports / Programs

RCNRCJD0 SAP ABAP Report - Log of Drilldown Data Selection







RCNRCJD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RCNRCJD0 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 RCNRCJD0. "Basic submit
SUBMIT RCNRCJD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RCNRCJD0 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: WRTTP8 = Financial data
Selection Text: WRTTP7 = BUDGET
Selection Text: WRTTP6 = Imputed costs calculation
Selection Text: WRTTP5 = Residual plan
Selection Text: WRTTP4 = Commitments
Selection Text: WRTTP3 = Down payments as expense
Selection Text: WRTTP2 = Actual
Selection Text: WRTTP1 = Plan
Selection Text: T_VORGA = Business transaction
Selection Text: T_OBJNR = Object number
Selection Text: T_GJAHR = Fiscal year
Selection Text: TO_RECH = Content of RPSCO_X
Selection Text: SEL = Content of SELECTION_TABLE
Selection Text: REP_TOOL = Reporting Tool
Selection Text: PAUSE3 = Breakpoint 3
Selection Text: PAUSE2 = Bfr RPSCO_MODIFY in READ_DATA
Selection Text: PAUSE1 = Start HFRR_PR_READ_DATA
Selection Text: OBJINFO = Content of OBJINFO_TAB
Selection Text: OBJ = Contents of OBJNR_TAB
Selection Text: MODE9 = Delete entries without values
Selection Text: MODE6 = Corr. for rem.plan (append)
Selection Text: MODE5 = Corr. for settlement (delete)
Selection Text: MODE4 = Corr. for settlement (append)
Selection Text: MODE3 = Corr. for total value (append)
Selection Text: MODE2 = Corr. for fix.pr.vers.(append)
Selection Text: MODE1 = Corr. for sched.plan (append)
Selection Text: MODE0 = Content of RPSCO (from DB)
Selection Text: HIE = Content of RSTHIE
Title: Log of Drilldown Data Selection
Text Symbol: 009 = Contents of table SELECTED FIELDS:
Text Symbol: 008 = Contents of table SELECTION TABLE:
Text Symbol: 007 = Contents of table ADD SEL TAB:
Text Symbol: 006 = Contents of RKB1X (selected fields):
Text Symbol: 005 = Controlling area:
Text Symbol: 004 = Table name:
Text Symbol: 003 = Log of summarization data does not yet exist
Text Symbol: 002 = Import of transfer parameters from memory unsuccessful
Text Symbol: 071 = Bfr RPSCO-MODIFY in READ-DATA





Text Symbol: 070 = READ-DATA start
Text Symbol: 065 = RPSCO: Trsfr to drilldown
Text Symbol: 064 = RPSCO: Corr.residual plan append
Text Symbol: 063 = RPSCO: Fxd price vrsn corr. append
Text Symbol: 062 = RPSCO: Corr. re settlement append
Text Symbol: 027 = Deletes entries which do contain no values
Text Symbol: 028 = Content of OBJINFO TAB
Text Symbol: 047 = Table contents
Text Symbol: 048 = Breakpoints
Text Symbol: 049 = Value type constraints
Text Symbol: 061 = RPSCO: Corr.re settlement delete
Text Symbol: 060 = RPSCO: Corr.non-add.plan append
Text Symbol: 059 = RPSCO: Correct overall value append
Text Symbol: 058 = RPSCO: Delete entries w/o values
Text Symbol: 057 = RPSCO: from DB or summarization
Text Symbol: 056 = Content of OBJNR TAB
Text Symbol: 055 = Content of OBJINFO TAB
Text Symbol: 054 = Content of RSTHIE
Text Symbol: 053 = Content of SELECTED HIERAS
Text Symbol: 052 = Content of SELECTED FIELDS
Text Symbol: 051 = Content of SELECTION TABLE
Text Symbol: 050 = Content of ADD SEL TAB
Text Symbol: 010 = Contents of table SELECTED HIERAS:
Text Symbol: 072 = Not used
Text Symbol: 073 = Plan
Text Symbol: 074 = Actual
Text Symbol: 075 = Down payment as operating expense
Text Symbol: 076 = Commitment
Text Symbol: 077 = Res.plan.
Text Symbol: 078 = Restrictions
Text Symbol: 079 = Budget
Text Symbol: 080 = Financial data
Text Symbol: 081 = Document type constraints
Text Symbol: 082 = Costs and credit-side payments
Text Symbol: 083 = Revenues and debit-side payments
Text Symbol: 084 = Reporting tool
Text Symbol: 085 = Miscellaneous
Text Symbol: 087 = Tables
Text Symbol: 089 = RPSCO: Corr. for Del. Orders





Text Symbol: 090 = RPSCO: Overall Plan Corr. for Elim. of Int. BusVol.
Text Symbol: 026 = Contents of table OBJNR TAB (OBJNR by authorizaiton check):
Text Symbol: 023 = Contents of table STORE OBJ (ONJNR before authorization check)
Text Symbol: 022 = Insert entries in RPSCO for determination or remaining plan
Text Symbol: 021 = Delete entries in RPSCO for settlement
Text Symbol: 020 = Insert entries in RPSCO for settlement
Text Symbol: 019 = Insert entries in RPSCO for correction of total values
Text Symbol: 018 = Insert entries in RPSCO for fixed price version
Text Symbol: 017 = Insert entries in RPSCO for planning values not appended
Text Symbol: 016 = Formatted object number
Text Symbol: 015 = Contents of table passed to drilldown report:
Text Symbol: 014 = Contents of data table RPSCO as selected from DB:
Text Symbol: 013 = Contents of hierarchy table RSTHIE: (no authorization checks):
Text Symbol: 012 = (1 = called from overview report, 2 = from planning table=
Text Symbol: 011 = No log during call from overview report or planning table


INCLUDES used within this REPORT RCNRCJD0

No INCLUDES are used within this REPORT code!


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:

PS01_VS_READ_DATA CALL FUNCTION 'PS01_VS_READ_DATA' EXPORTING RKB1X = RKB1X S_FORM_NAME = ' ' S_PROGRAM_NAME = ' ' PROTOCOL = 'X ' TABLES SELECTED_FIELDS = SELECTED_FIELDS SELECTION_TABLE = SELECTION_TABLE ADD_SEL_TAB = ADD_SEL_TAB SELECTED_HIERAS = SELECTED_HIERAS EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

HFRR_VD_READ_DATA CALL FUNCTION 'HFRR_VD_READ_DATA' EXPORTING RKB1X = RKB1X S_FORM_NAME = ' ' S_PROGRAM_NAME = ' ' PROTOCOL = 'X ' TABLES SELECTED_FIELDS = SELECTED_FIELDS SELECTION_TABLE = SELECTION_TABLE ADD_SEL_TAB = ADD_SEL_TAB SELECTED_HIERAS = SELECTED_HIERAS EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

K_KKB_LIST_FOR_ITEM_SELECTION CALL FUNCTION 'K_KKB_LIST_FOR_ITEM_SELECTION' EXPORTING I_TITLE = TEXT-087 I_SELECTION = ON I_NO_SORT = ON I_ZEBRA = 'X' * i_screen_start_column = 2 * i_screen_start_line = 2 * i_screen_end_column = 60 * i_screen_end_line = 15 * I_CHECKBOX_FIELDNAME = * I_SELECTED_LINE = * I_SCROLL_TO_SEL_LINE = 'X' I_TABNAME = 'T_ALL_TABLES' IT_FIELDCAT = T_FIELDCAT IMPORTING ES_SELFIELD = LD_SELFIELD E_EXIT = LD_EXIT TABLES T_OUTTAB = T_ALL_TABLES EXCEPTIONS OTHERS = 1.

K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RCNRCJD0' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_TABNAME = IS_LAYOUT = GL_LAYOUT_1 IT_FIELDCAT = T_FIELDCAT TABLES T_OUTTAB = 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 RCNRCJD0 or its description.