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
Below is a list of transaction codes which are relevant to this SAP report
HR_FEED_SUBSCRIPTION - Subscribe User and Role to Work Feed
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPU_WORK_FEED_SUBS_ONBEHALF - Work Feeds Subscription RPU_WORK_FEED_SUBS_ONBEHALF - Work Feeds Subscription RPU_UPGRADE_VERSION_NUMBER_RM - Upgrade of RM Cluster Version for Upgrade from <=4.5 to >=4.6 RPU_UPGRADE_VERSION_NUMBER_RM - Upgrade of RM Cluster Version for Upgrade from <=4.5 to >=4.6 RPU_UPDATE_T5D8R - RPUUPDATET5D8R RPU_UPDATE_T5D8R - RPUUPDATET5D8R