Age: 160 Joined: 04 Oct 2007 Posts: 1218 Location: Санкт-Петербург
Posted: Mon Dec 01, 2008 6:14 pm Post subject: Use of Roles
Once you create role might want to try it.
- SAP does NOT provide the opportunity to test skills.
- However we can develop a small program to be able to prove it.
- The program should be based on the module to be able to function RH_GET_ACTORS evaluate the role.
- This module function receives the name of the container and its role as an entry and returns a table with the players selected.
Code:
REPORT ztestrule .
INCLUDE <cntn01>.
PARAMETERS: p_ekorg TYPE ekko-ekorg.
DATA: ev_holders TYPE STANDARD TABLE OF swhactor,
actor_tab TYPE STANDARD TABLE OF swhactor,
ac_agents TYPE STANDARD TABLE OF swhactor,
wa_ac_agents TYPE swhactor,
wa_ev_holders TYPE swhactor,
num_lines TYPE i.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.