SAP Reports / Programs | Personnel Management | Employee Self-Service | ESS Based on WD ABAP(PA-ESS-XX-WDA) SAP PA

RPC_ESS_WORK_FEED_GENERATOR SAP ABAP Report - Work Feeds Generator







RPC_ESS_WORK_FEED_GENERATOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to generate work feeds for a particular subscription key...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPC_ESS_WORK_FEED_GENERATOR 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 RPC_ESS_WORK_FEED_GENERATOR. "Basic submit
SUBMIT RPC_ESS_WORK_FEED_GENERATOR AND RETURN. "Return to original report after report execution complete
SUBMIT RPC_ESS_WORK_FEED_GENERATOR 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_AREA1 = D .
Selection Text: P_AREA2 = D .
Selection Text: P_SAREA1 = D .
Selection Text: P_SAREA2 = D .
Selection Text: P_SUBKY1 = D .
Selection Text: P_SUBKY2 = D .
Title: Work Feeds Generator
Text Symbol: 001 = This report should run in batch mode only
Text Symbol: 002 = Subscription Key Selection 1
Text Symbol: 003 = Subscription Key Selection 2
Text Symbol: 004 = Incorrect: personal area and Personal Subarea combination
Text Symbol: 005 = Processing Completed.


INCLUDES used within this REPORT RPC_ESS_WORK_FEED_GENERATOR

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:

POPUP_TO_INFORM *** CALL FUNCTION 'POPUP_TO_INFORM' "Note 1879006: to Start-Of-Selection *** EXPORTING "Note 1879006 *** titel = '' "Note 1879006 *** txt1 = text-001 "Note 1879006 *** txt2 = ''. "Note 1879006

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' "Note 1879006 EXPORTING "Note 1879006 titel = '' "Note 1879006 txt1 = text-001 "Note 1879006 txt2 = ''. "Note 1879006



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