SAP Reports / Programs

RKPEP008 SAP ABAP Report - Display Project Budget Line Items







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

CJI8 - Project Budget Line Items
CJI1 - Project Budget Line Items


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 RKPEP008. "Basic submit
SUBMIT RKPEP008 AND RETURN. "Return to original report after report execution complete
SUBMIT RKPEP008 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: R_GJAHR1 = Fiscal Year
Selection Text: P_GESW = Overall Values
Selection Text: P_DISVAR = Layout
Title: Display Project Budget Line Items
Text Symbol: TFS = Define more selection criteria
Text Symbol: PFV = No variant changes
Text Symbol: PAV = Layout
Text Symbol: EIN = : Initial Screen
Text Symbol: COR = Or
Text Symbol: BT1 = Further Settings...
Text Symbol: BDD = Budget Data
Text Symbol: BAV = Settings


INCLUDES used within this REPORT RKPEP008

INCLUDE RKPEPTOP. "DATA DEFINITION AND FORMS
INCLUDE: RKPEPSEL_BUDG_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:

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 = '000' * I_UPDATE = ' ' 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 * I_SHOWALL = showall 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 RKPEP008 or its description.