2012 Oct 16 7:04 AM
Hello all,
my requirement is to create composite role through program and in that i want to display tcode hierarchy like on sap easy access screen.
and that whole hierechy hav to display on main screen if that user log in into the system.
<<urgency removed>>
Message was edited by: Kesavadas Thekkillath
Hello all,
my requirement is to create composite role through program and in that i want to display tcode hierarchy like on sap easy access screen.
and that whole hierechy hav to display on main screen if that user log in into the system.
<<urgency removed>>
Message was edited by: Kesavadas Thekkillath
2012 Oct 16 8:17 AM
2012 Oct 16 8:26 AM
hiii raghu,
i already hav set of single role and i hav to create program that merge all those single roles in a new composite role and also in that to display hierarchy of that tcodes assign to user.
bcoz the enduser dosent hav much knowlege of sap. they hav to display only tcodes assign to it on sap main screen.
2012 Oct 16 8:28 AM
create program with following code
CALL FUNCTION 'BMENU_START_BROWSER'
EXPORTING
tree_id = 'ZREPORTS'
EXCEPTIONS
tree_does_not_exist = 1
no_authority = 2
OTHERS = 3.
IF sy-subrc <> 0.
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ENDIF.
in Tcode se43n
create area menu with name ZREPORTS.
2012 Oct 16 8:53 AM
hii raghu,
i want to display only those tcode hierachy that assign to particular user only.
2012 Oct 16 9:44 AM
hi,
if u want to restrict for particular user, u can use Authorization objects in above program
2012 Oct 16 10:42 AM
Hello experts,
i hav created one FM that give me tcode path. bt problem is how to construct that hierarchy ?
2012 Oct 16 11:42 AM
2012 Oct 16 11:43 AM
2012 Oct 16 12:30 PM
hello Raghu,
I have to create hierarchy as above u mentioned but only for those user has authorization and one more thing is that i hav to create that hierarchy in composite role not from area menu.
Is it possible to do that through custom program?
I need any function module or bapi that can create hierarchy structure.
2012 Oct 19 6:03 AM
Hello experts, please give me solution.
m at the point i get complete path in a internal table i just want to create that hierachy only.
i tried BDC program for cretaing tree in se43 tcode bt its not working as a i want working .
i want tree like tools->ABAP worlbench->development->se11,se38 like that for all transactions.
please help me ASAP.
Thanks & regards,
Nikhil S.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |