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

Facing problems in dialog program in transaction code and subroutine

Former Member
0 Likes
597

Hi all,

i have made a transaction for my dialog program firstly its not showing that transaction name in my program but when i enter that code it navigate to my program screen.

Secondly the subroutine in my program is anyhow converted into includes, and my include when i open my program its showing them but whenever i activate the program its showing only my subroutine in the heading of include.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

Hi,

i think all program elements (prgs, screen and includes are not activated) so go to se80 enter main prgram name .... and esure that all elements are activated.

Jogdand M B

5 REPLIES 5
Read only

Former Member
0 Likes
574

Hi,

i think all program elements (prgs, screen and includes are not activated) so go to se80 enter main prgram name .... and esure that all elements are activated.

Jogdand M B

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
573

Hi,

Open your program in Se80 and then naviagte to its package.

Goto the package of the program and the package of the Transaction you have given there you can see the transaction.

A subroutine cannot exist on its own, a subroutine is always created in an include program. so its not correct that your subroutiens are converted into includes, the subroutines have to be part of either your main program or some include program they cannot exist as idividual objects.

Regards,

Sesh

Read only

Former Member
0 Likes
573

Hi Ankur,,

There is an option to create transaction from program in /nse80..right click and create the transaction so it will appear in ur program opened in /nse80.In the

module pool program ,it will be considered as INCLUDE programs..

Hope this clarifies,

Reema,

Read only

Former Member
0 Likes
573

thanks to all

Read only

Former Member
0 Likes
573

no