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

SAP ALV question

Former Member
0 Likes
1,410

I create an ABAP program (Z_SD_List01) to show a SAP ALV by using se38.

If it requires to deploy to the UAT environment to let user to test it.

How can I convert the ABAP program to a new T-code, as we don't want user to go to se38 to run the program. Is it a common practice to convert it to a new T-code?

1 ACCEPTED SOLUTION
Read only

Former Member
1,322

Hi

You need to assign the program to a transaction by SE93

I create an ABAP program (Z_SD_List01) to show a SAP ALV by using se38.

If it requires to deploy to the UAT environment to let user to test it.

How can I convert the ABAP program to a new T-code, as we don't want user to go to se38 to run the program. Is it a common practice to convert it to a new T-code?

4 REPLIES 4
Read only

Former Member
1,323

Hi

You need to assign the program to a transaction by SE93

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,322

It is a good practice to use a transaction code, because it's easier to manage authorizations only via transactions (as far as possible), rather than doing it for programs.

Read only

0 Likes
1,322

Is there any naming convention for new transaction code.

e.g Z_SD_0001

Read only

1,322

Hi

No there isn't, except the name of custom object, so transactions too, has to start with Z or Y, but of course it's a good practice to take a name convention, but in generally the rules depend on te company, I mean every company can use an own name convention.

You can use a yours one, but you have to be carefull not to create conflicts