MASS Transportation.
Dear Friends,
I have created a transport request in SE09. Now I want to attach 100 Tcode to this transport request.
These are the steps which I am following for EACH TCODE.
1) Going to SE93,
2) Give the Tcode name
3) Press the Control+S to save
4) Specify the transport request number
5) Activate the TCODE using Control+F3.
6) Going to SE80.
7) Giving the Associated Programme Name to above TCODE.
8) following the same steps as above to attach the programme to Transport request( Data Dictionary, Screen, Gui Status, Include progamme, selection Text )
Now, If I follow the above process the for 100 Tcode I have to repeat 800 steps as above I mention.
I have to follow these steps for each Tcode and this process is difficult one, So I want to know Is it there any better method to attach the 100 Tcode to the transport request in one shoot.
Please reply me soon.
Why don't you try adding entries directly to the transport request from SE09 by specifying
R3TR TRAN <tcode>
If you want to add program, R3TR PROG <program name>
Regards
TandT
Dear Friends,
I have created a transport request in SE09. Now I want to attach 100 Tcode to this transport request.
These are the steps which I am following for EACH TCODE.
1) Going to SE93,
2) Give the Tcode name
3) Press the Control+S to save
4) Specify the transport request number
5) Activate the TCODE using Control+F3.
6) Going to SE80.
7) Giving the Associated Programme Name to above TCODE.
following the same steps as above to attach the programme to Transport request( Data Dictionary, Screen, Gui Status, Include progamme, selection Text )
Now, If I follow the above process the for 100 Tcode I have to repeat 800 steps as above I mention.
I have to follow these steps for each Tcode and this process is difficult one, So I want to know Is it there any better method to attach the 100 Tcode to the transport request in one shoot.
Please reply me soon.
I had to do this once. I wrote an abap to display a list that looked like:
R3TR PROG Z1
R3TR PROG Z1
R3TR PROG Z1
R3TR PROG Z1
R3TR PROG Z1
Then I cut/paste the list (CTRL-Y/CTRL-C), one page at a time, into the task editor.
Your suggestion was working well. I have done this way but now there is a one more problem,
How should I find out that a Zprogramme is using which Ztables, Include files, function module and Screen and gui staus.
One way is to go se80 and find out for each one,
I want to know Is there any table which store all the above information.