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

How to assign transaction code to a ABAP program?

Former Member
0 Likes
981

Hi,

Need help in assigning transaction code to a ABAP program. Any method that will do the job?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
788

hi

within my knowledge

Any ABAP program can have its own transaction code if and only if it is of type 'MODULE POOL' .

An EXECUTABLE program cannot have a transaction code. Moderator message - this is NOT correct

So try with this .

1) Go to the attributes of the program and change the program as type module pool

2) then execute transaction SE93.

3) give the appropriate program name and assign a transaction code as ur wish.

Edited by: Matt on Dec 22, 2008 9:26 AM

hi

within my knowledge

Any ABAP program can have its own transaction code if and only if it is of type 'MODULE POOL' .

An EXECUTABLE program cannot have a transaction code. Moderator message - this is NOT correct

So try with this .

1) Go to the attributes of the program and change the program as type module pool

2) then execute transaction SE93.

3) give the appropriate program name and assign a transaction code as ur wish.

Edited by: Matt on Dec 22, 2008 9:26 AM

5 REPLIES 5
Read only

Former Member
0 Likes
789

hi

within my knowledge

Any ABAP program can have its own transaction code if and only if it is of type 'MODULE POOL' .

An EXECUTABLE program cannot have a transaction code. Moderator message - this is NOT correct

So try with this .

1) Go to the attributes of the program and change the program as type module pool

2) then execute transaction SE93.

3) give the appropriate program name and assign a transaction code as ur wish.

Edited by: Matt on Dec 22, 2008 9:26 AM

Read only

0 Likes
788

>

> hi

> within my knowledge

> Any ABAP program can have its own transaction code if and only if it is of type 'MODULE POOL' .

> An EXECUTABLE program cannot have a transaction code.

>

> So try with this .

> 1) Go to the attributes of the program and change the program as type module pool

> 2) then execute transaction SE93.

> 3) give the appropriate program name and assign a transaction code as ur wish.

Well Sainath,

What u said is not correct, an executable report can have a transaction code, difference between module pool and executable program is that u neccesarily need to have a tcode for module pool but that doesn't mean that only module pool can have tcode.

And secondly u should not answer these kind of simple questions, as people then continue posting simple questions without making an effort to serach for themselves.

кu03B1ятu03B9к.

Read only

0 Likes
788

Hi,

Thanks sainath raj for your reply, and others who had given me the advise. This is great help for me. I will try to use the search function next time. 😃

Read only

matt
Active Contributor
0 Likes
788

Go to SE93 and look at the different types of transactions that it is possible to create.

matt

Read only

Former Member
0 Likes
788

>

> Hi,

>

> Need help in assigning transaction code to a ABAP program. Any method that will do the job?

Hi,

Why dont u search the sdn and find out for yourselves.

кu03B1ятu03B9к.