SAP Reports / Programs

RP_US_EFFR_BUND_ACTUALS SAP ABAP Report - Actual Effort Certification by Employee







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

PRP_US_EFFR_BUND_ACT - Effort Reporting-US: Actual Report


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 RP_US_EFFR_BUND_ACTUALS. "Basic submit
SUBMIT RP_US_EFFR_BUND_ACTUALS AND RETURN. "Return to original report after report execution complete
SUBMIT RP_US_EFFR_BUND_ACTUALS 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: S_VRCD = Variance Code
Selection Text: S_STATUS = Effort Certification Status
Selection Text: S_POSNR = WBS Element
Selection Text: S_KOSTL = Cost Center
Selection Text: S_GRANT = Grant
Selection Text: S_FUND = Fund
Selection Text: S_FKBER = Functional Area
Selection Text: S_FISTL = Funds Center
Selection Text: S_AUFNR = Order
Selection Text: P_VAR1 = Variants
Title: Actual Effort Certification by Employee
Text Symbol: 052 = Fund Center Description
Text Symbol: 051 = Other selection
Text Symbol: 050 = Cost Objects Selection
Text Symbol: 049 = Completion %
Text Symbol: 048 = Total Emp in Org Unit
Text Symbol: 047 = Emp with Uutstanding status
Text Symbol: 046 = Other selection
Text Symbol: 045 = Cost Objects
Text Symbol: 044 = Created by
Text Symbol: 043 = Change Date
Text Symbol: 042 = Currency
Text Symbol: 041 = Proposed Cost Distribution
Text Symbol: 040 = Old Cost Distribution
Text Symbol: 039 = Variance Code Description
Text Symbol: 053 = Functional Area Description
Text Symbol: 054 = Internal Order Desription
Text Symbol: 055 = WBS Element Des
Text Symbol: 056 = Business Area Description
Text Symbol: 057 = Cost Center Description
Text Symbol: 058 = Fund Description
Text Symbol: 059 = Fund Center
Text Symbol: 060 = Variants
Text Symbol: 061 = Created/Certified User Name
Text Symbol: 062 = Created/Certified Date
Text Symbol: 063 = Created /Certified Time
Text Symbol: 064 = Approved/Rejected/Recertified User Name
Text Symbol: 065 = Approved/Rejected/Recertified Date





Text Symbol: 066 = Approved/Rejected/Recertified Time
Text Symbol: 001 = Cost and FM objects
Text Symbol: 002 = Other Selection
Text Symbol: 003 = List of values
Text Symbol: 004 = Dunning Report
Text Symbol: 005 = Personnel Number
Text Symbol: 006 = Name
Text Symbol: 007 = Valid from
Text Symbol: 008 = Valid to
Text Symbol: 009 = Position
Text Symbol: 010 = Position Description
Text Symbol: 011 = Organizational Unit
Text Symbol: 012 = Organizational Unit Description
Text Symbol: 013 = Company Code
Text Symbol: 014 = Business Area
Text Symbol: 015 = Cost Center
Text Symbol: 016 = WBS
Text Symbol: 017 = Grant
Text Symbol: 018 = Order
Text Symbol: 019 = Fund
Text Symbol: 020 = Functional Area
Text Symbol: 021 = Funded Program
Text Symbol: 022 = Salary Distribution
Text Symbol: 023 = Planned Effort Distribution
Text Symbol: 024 = Actual Effort Distribution
Text Symbol: 025 = Variance Code
Text Symbol: 026 = Employment Percentage
Text Symbol: 027 = Monthly Working Hours
Text Symbol: 028 = Weekly Working Hours
Text Symbol: 029 = Daily Working Hours
Text Symbol: 030 = Weekly Workdays
Text Symbol: 031 = Annual Working Hours
Text Symbol: 032 = Contract Type
Text Symbol: 033 = Competition Clause
Text Symbol: 034 = Address Record Type
Text Symbol: 035 = Address
Text Symbol: 036 = Effort.Certification Status
Text Symbol: 037 = User ID
Text Symbol: 038 = Date of Last Change





INCLUDES used within this REPORT RP_US_EFFR_BUND_ACTUALS

INCLUDE RP_US_EFFR_ACTUALS_DATADEC.
INCLUDE RP_US_EFFR_ACTUALS_1F01.


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:

GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'P10_EFFR_ECRSTATUS' text = 'X' * FILL_DD07L_TAB = ' ' TABLES values_tab = gt_dd07t * VALUES_DD07L = * EXCEPTIONS * NO_VALUES_FOUND = 1 * OTHERS = 2 .



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