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
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.
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPC_ESS_WORK_FEED_GENERATOR - Work Feeds Generator RPC_ESS_WORK_FEED_GENERATOR - Work Feeds Generator RPCZVXD2_INFOTYPES - RPCZVXD2INFOTYPES RPCZVUD4 - documentation and ABAP source code RPCZVUD3 - Supplementary Pension - Civil Service: Include for RPCZVVD0 RPCZVUD1 - Data Definitions for the Subroutine Pool RPCZVVD0