2014 Oct 07 7:40 AM
Hi All,
I am new to ABAP and I need to implement this functionality
I want to limit this changes as per now to only my user id.
So I want the release action to use this BADI only when I try to release a transport and not all the users in the system.
Can you please advice?
Thank you and appreciate your help.
Best regards,
Elena
Hi Elena,
In blog mentioned by you, just add the code below before the start of code in the method CHECK_BEFORE_RELEASE.
IF Sy-uname = 'YOUR LOGIN USERNAME IN CAPITAL LETTERS'.
** The entire code in the method.
ENDIF.
Hope this helps, Please let us know on the progress.
Regards,
Satish
2014 Oct 07 8:00 AM
Hi Elena,
In blog mentioned by you, just add the code below before the start of code in the method CHECK_BEFORE_RELEASE.
IF Sy-uname = 'YOUR LOGIN USERNAME IN CAPITAL LETTERS'.
** The entire code in the method.
ENDIF.
Hope this helps, Please let us know on the progress.
Regards,
Satish
2014 Oct 08 12:38 PM
2014 Oct 08 12:49 PM
Glad that it worked. Thank you and have a wonderful day.
If you are fine with solution please close the thread
Regards,
Satish
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |