Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue in Using Call Transaction in su01 tcode

soniankita
Discoverer
0 Likes
974

Hi ABAPers,

I am trying to create a report using Recording and call transaction method.

My purpose is to create a report to add the authorization roles to users in su01 screen.

I am following these steps:

1. Executed SHDB and start recording for su01

2. click on role tab and add new entry there and save then finish recording

3. convert recording to source code.

Issue is : while creating report from recording, function code to add new entry in roles tab is not getting captured this way.

So how to do this.

Hi ABAPers,

I am trying to create a report using Recording and call transaction method.

My purpose is to create a report to add the authorization roles to users in su01 screen.

I am following these steps:

1. Executed SHDB and start recording for su01

2. click on role tab and add new entry there and save then finish recording

3. convert recording to source code.

Issue is : while creating report from recording, function code to add new entry in roles tab is not getting captured this way.

So how to do this.

2 REPLIES 2
Read only

jerryjanda
Community Manager
Community Manager
0 Likes
876

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

For example, you can:

* Outline what steps you took to find answers (and why they weren't helpful).

* Share screenshots of what you've seen/done.

* Make sure you've applied the appropriate tags.

Feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html as well, as that will also help you when preparing questions for the community.

Should you wish, you can revise your question by selecting Actions, then Edit.

The more details you provide, the more likely it is that members will be able to respond.

I also recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.

Kind regards,

--Jerry

Moderation Lead

Make sure to subscribe to What's New!
Read only

Sandra_Rossi
Active Contributor
876

Developer rule number 1: don't use Batch Input if BAPI exist to do the same job. Some BAPI do exist to do this job.