SAP Reports / Programs

RCNCO800 SAP ABAP Report - Reconstruct Project Information Database: Costs/Revenues/Payments







RCNCO800 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 RCNCO800 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 RCNCO800. "Basic submit
SUBMIT RCNCO800 AND RETURN. "Return to original report after report execution complete
SUBMIT RCNCO800 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_TEST = Test run
Selection Text: P_PROT = Error log
Selection Text: P_OBLIST = Object list
Selection Text: P_DETAIL = Detail list
Selection Text: P_DEL = Delete
Selection Text: P_BATCH = Background processing
Title: Reconstruct Project Information Database: Costs/Revenues/Payments
Text Symbol: 110 = Error log
Text Symbol: 100 = Delete
Text Symbol: 090 = Detail list
Text Symbol: 080 = Test run
Text Symbol: 070 = Object list
Text Symbol: 060 = Background processing
Text Symbol: 055 = DB profile
Text Symbol: 054 = Network
Text Symbol: 053 = Project definition
Text Symbol: 052 = To
Text Symbol: 051 = Selections
Text Symbol: 050 = Processing
Text Symbol: 040 = Reconstructing Summarized Project Costs: Error Log
Text Symbol: 030 = Object Ldnr Vl C Fyear Group Acty Vrs Red. VTyp
Text Symbol: 029 = Object Lednr Vt ObjInd Fyear Grp BusTr Vers ResAnCat DTyp Tot. value curr. Tot. value Tcurr.
Text Symbol: 020 = Reconstructing Summarized Project Costs: Detail List
Text Symbol: 015 = Object Text
Text Symbol: 010 = Reconstructing Summarized Project Costs: Selected Objects
Text Symbol: 001 = Settings for Reconstructing Summarized Project Costs


INCLUDES used within this REPORT RCNCO800

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

KBPA_CARRIER_DIST_REFRESH_PROJ * call function 'KBPA_CARRIER_DIST_REFRESH_PROJ' * exporting * prot_type = ' ' * tables * r_pspid = cn_projn.

KBPA_CARRIER_DIST_REFRESH_PROJ * call function 'KBPA_CARRIER_DIST_REFRESH_PROJ' * exporting * prot_type = 'E' * tables * r_pspid = cn_projn.

STATUS_CHECK * call function 'STATUS_CHECK' "ALRK025422 * exporting "ALRK025422 * objnr = elm_ps-objnr "ALRK025422 * status = stk_vkt "Vorgangskont. "ALRK025422

HF_FIND_TRGKZ_FOR_OBJNR * call function 'HF_FIND_TRGKZ_FOR_OBJNR' "ALRK025422 * exporting "ALRK025422 * objnr = elm_ps-objnr "ALRK025422 * autyp = elm_ps-autyp "ALRK025422 * auart = elm_ps-auart "ALRK025422 * kokrs = elm_ps-kokrs "ALRK025422 * importing "ALRK025422 * trgkz = t1_objnr-trgkz. "ALRK025422



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