‎2006 Nov 30 8:01 AM
Hi,
I have a requirement to create tcode for one of the IMG nodes.
when i look for program name in system->status its function pool program.Anybody suggest how to create Tcode if this is case.
regards
‎2006 Nov 30 8:09 AM
Hi,
See the initial screen for this function pool, or when you start it from IMG you will know the screen number from it. Once you know the screen number you can create transaction.
Give the Function pool program SAPL* name and then give the screen number.
Or else let me know the program name.
Regards,
Sesh
‎2006 Nov 30 8:16 AM
Hi Anita
We can create the same way as we create for a dialog transaction. But we have to make sure of an initiating screen.
Kind Regards
Eswar
‎2006 Nov 30 8:43 AM
sesh,
here is the pgm name
program name-SAPLHRPADINO
screen number-1
‎2006 Nov 30 8:50 AM
You can use the same details in creating a transaction code.
1. SE93
2. Transaction Code Name
3. Create
4. Description
5. Select Dialog Transction
6. Give Program Name as: SAPLHRPADINO
7. Screen Number: 0001.
8. Save
Test the new transaction code created.
Kind Regards
Eswar
‎2006 Nov 30 9:31 AM
Eswar
i have done the same as u told its dumping
any other suggestion for this
‎2006 Nov 30 9:55 AM
1. SE93
2. Transaction Code Name
3. Create
4. Description
5. Select Transaction with parameters
6. Give default values for transation: SM30
7. Select skip initial screen
8. Screen 0
9. Click insert button in 'default values' and add following two rows
Name of the screen field Value
VIEWNAME V_T7INO1
UPDATE X
10. Save
Test the new transaction code created.