SAP Reports / Programs | Project System | Information System | Accounting(PS-IS-REP-ACC) SAP PS

RKPEP004 SAP ABAP Report - Display Project Planned Cost Line Items







RKPEP004 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 RKPEP004 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

CJ7M - Project Plan Cost Line Items
CJI4 - Project Plan Cost Line Items
CJI4N - Projects Line Items Plnd Costs New


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 RKPEP004. "Basic submit
SUBMIT RKPEP004 AND RETURN. "Return to original report after report execution complete
SUBMIT RKPEP004 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: KOAGR = Cost element group
Selection Text: P_DISVAR = Layout
Selection Text: R_GJAHR = Fiscal Year
Selection Text: R_KSTAR = Cost Element
Selection Text: R_PERIO = Period
Selection Text: R_VERSN = Version
Title: Display Project Planned Cost Line Items
Text Symbol: BAV = Settings
Text Symbol: BPD = Plan Data
Text Symbol: BT1 = Further Settings...
Text Symbol: BT2 = For documentation see Note 1698066
Text Symbol: CEL = Cost Elements
Text Symbol: COR = Or
Text Symbol: EIN = : Initial Screen
Text Symbol: PAV = Layout
Text Symbol: PFV = No variant changes
Text Symbol: TFS = Define more selection criteria
Text Symbol: XX3 = Display Options


INCLUDES used within this REPORT RKPEP004

INCLUDE RKPEPTOP. "DATA DEFINITION AND FORMS
INCLUDE: RKPEPSEL_KSTAR_RANGE,
RKPEPSEL_COPL_SEL,
RKPEPSEL_SETTINGS.


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:

RS_TEXTPOOL_READ CALL FUNCTION 'RS_TEXTPOOL_READ' EXPORTING objectname = 'RKAEP000' action = space authority_check = ' ' language = sy-langu TABLES tpool = gt_textpool_rkaep000 EXCEPTIONS OTHERS = 0.

PS05_INIT_TRANSACTION CALL FUNCTION 'PS05_INIT_TRANSACTION' EXPORTING i_tcode = gd_tcode i_repid = gd_repid IMPORTING e_kokrs = gd_kokrs e_tka00 = gs_tka00 e_tka01 = gs_tka01 et_wrttp = gt_wrttp et_default_fieldcat = gt_default_fieldcat e_prim_dbtab = gd_prim_dbtab e_sek_dbtab = gd_sek_dbtab es_sel_view = gs_sel_view CHANGING c_display_variant = gs_display_variant.

PS05_PROJECT_LINE_ITEM CALL FUNCTION 'PS05_PROJECT_LINE_ITEM' EXPORTING i_repid = gd_repid_save i_disvar = gs_display_variant i_handle = psj_handle_tcndb i_actual_version = p_actvrs i_online_maxsel = p_maxsel i_usedb = p_usedb i_usear = p_usear i_arobj = p_arobj it_wrttp = g_wrttp[] it_free_selection = gt_free_selection it_free_selection_ranges = gt_free_sel_ranges iv_use_hana = p_hana "note 1687210: CJI4N iv_group_obj = space "note 1687210: CJI4N iv_tree_display = p_tree "note 1687210: CJI4N iv_imm_output = p_imout "note 1687210: CJI4N iv_dbcon = p_dbconx "note 1687210: CJI4N TABLES it_arsel = r_arsel.



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