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

TCode creation

Former Member
0 Likes
761

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

6 REPLIES 6
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
646

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

Read only

Former Member
0 Likes
646

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

Read only

Former Member
0 Likes
646

sesh,

here is the pgm name

program name-SAPLHRPADINO

screen number-1

Read only

0 Likes
646

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

Read only

Former Member
0 Likes
646

Eswar

i have done the same as u told its dumping

any other suggestion for this

Read only

0 Likes
646

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.