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

RPU_WORK_FEED_SUBS_ONBEHALF SAP ABAP Report - Work Feeds Subscription







RPU_WORK_FEED_SUBS_ONBEHALF 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 subscribe a set of users and roles to work feeds...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 RPU_WORK_FEED_SUBS_ONBEHALF 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

HR_FEED_SUBSCRIPTION - Subscribe User and Role to Work Feed


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 RPU_WORK_FEED_SUBS_ONBEHALF. "Basic submit
SUBMIT RPU_WORK_FEED_SUBS_ONBEHALF AND RETURN. "Return to original report after report execution complete
SUBMIT RPU_WORK_FEED_SUBS_ONBEHALF 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: USERNAME = Username
Selection Text: ROLE = Role
Selection Text: P_USER = User
Selection Text: P_UNSUBS = Unsubscribe
Selection Text: P_SUBSC = Subscribe
Selection Text: P_SKEY = D .
Selection Text: P_ROLE = Role
Title: Work Feeds Subscription
Text Symbol: 016 = No subscriber(s) found for &SUBKEY&.
Text Symbol: 015 = Unable to unsubscribe user(s)
Text Symbol: 014 = User(s) unsubscribed sucessfully
Text Symbol: 013 = Operation cancelled.
Text Symbol: 012 = No user(s) found. This operation will unsubscribe all users for the subscription key &SUBKEY&.
Text Symbol: 011 = User(s) already subscribed
Text Symbol: 010 = Unable to subscribe user(s)
Text Symbol: 009 = User(s) subscribed successfully
Text Symbol: 008 = No user(s) found. Operation cancelled.
Text Symbol: 007 = No Gateway Systems Configured.
Text Symbol: 006 = Invalid subscription key.
Text Symbol: 005 = Selection Mode
Text Symbol: 004 = Subscription Key
Text Symbol: 003 = Role
Text Symbol: 002 = Username
Text Symbol: 001 = User/Role


INCLUDES used within this REPORT RPU_WORK_FEED_SUBS_ONBEHALF

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_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-012 display_cancel_button = abap_false IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = p_lv_language roll_name = lv_rollname TABLES dd04t_tab_a = lt_dd04t EXCEPTIONS OTHERS = 99.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = p_lv_language roll_name = lv_rollname TABLES dd04t_tab_a = lt_dd04t EXCEPTIONS OTHERS = 99.



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