‎2005 Nov 01 8:52 PM
Hi,
I have copied a ABAP docu program called demo_dynpro_input_output along with its screens , includes and everything in a custom Z program.
Now when I execute it runs fine through SE38.
But I want to make a custom transaction code for it.
Can someone tell me how do I do it ?
Regards,
Tushar.
‎2005 Nov 01 8:57 PM
Hi Tushar,
Go to transaction code se93 and create a transaction code for it. If it is report assign report name to program and '1000' in screen no and if it is transaction/module pool then assign the screen no.
regards,
Satya
‎2005 Nov 01 8:57 PM
Hi Tushar,
Go to transaction code se93 and create a transaction code for it. If it is report assign report name to program and '1000' in screen no and if it is transaction/module pool then assign the screen no.
regards,
Satya
‎2005 Nov 01 9:06 PM
Hi Tushar
You can use the transaction SE93, insert the name of your Z-transaction and push icon create:
- Choose 'Program and screen' if your program is a module pool;
- choose 'Program and selection screen' if you program is a report.
Max