SAP Reports / Programs

RKPEP012 SAP ABAP Report - Display Project Settlement Line Items







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

CJ70 - Maintain Project Settlement LIs
CJ72 - Project: Act. amt. line item settlmt
CJIE - Projects: Retirement LI Settlement
CJID - Display Project Settlement Line Itms
CJIC - Maintain Project Settlement LIs
CJ7N - Maint. DRG inv.projects for retmt.


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 RKPEP012. "Basic submit
SUBMIT RKPEP012 AND RETURN. "Return to original report after report execution complete
SUBMIT RKPEP012 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_AFABE = Depreciation area
Selection Text: P_DISVAR = Layout
Title: Display Project Settlement Line Items
Text Symbol: BAV = Settings
Text Symbol: BSD = Settlement data
Text Symbol: BT1 = Further settings...
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: WTP = Line item type


INCLUDES used within this REPORT RKPEP012

INCLUDE RKPEPTOP. "DATA DEFINITION AND FORMS


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_TKA01 = GS_TKA01 E_KOKRS = GD_KOKRS E_TKA00 = GS_TKA00 E_UPDATE = GD_UPDATE ET_WRTTP = GT_WRTTP 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.

CJPN_GET_WBS_ELEMENT CALL FUNCTION 'CJPN_GET_WBS_ELEMENT' "ins h124954 EXPORTING "ins h124954 I_POSID = CN_PSPNR-LOW "ins h124954 IMPORTING "ins h124954 OBJNR_EXP = LD_OBJNR "ins h124954 EXCEPTIONS "ins h124954 INPUT_ERROR = 1 "ins h124954 NOT_FOUND = 2 "ins h124954 OTHERS = 3. "ins h124954

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_UPDATE = GD_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 I_CALLED = CON_ON "ins h124954 TABLES IT_RSTHIE = LT_RSTHIE "ins h124954 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 RKPEP012 or its description.