‎2007 Jul 31 9:51 AM
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.
‎2007 Jul 31 9:55 AM
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
‎2007 Jul 31 9:55 AM
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
‎2007 Jul 31 9:57 AM
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
‎2007 Jul 31 10:00 AM
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,
‎2007 Jul 31 11:30 AM
‎2007 Jul 31 12:49 PM