Application Development 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: 

How to assign Tcode for SPRO node ?

former_member220941
Participant
0 Kudos

Dear All,

I have assigned a custom  node in SPRO and now I want to create a transaction code for that same node.

Can any one please explain me how to assign a tcode for a particular node in SPRO ?

Thanks,

Venkat.

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

Inside the IMG activity (the node you have created in SPRO), you may create a Create Maintenance Objects maintenance object and assign to it. For this maintenance object, you assign an object type 'T' and assign the transaction code you want. cf

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos

Inside the IMG activity (the node you have created in SPRO), you may create a Create Maintenance Objects maintenance object and assign to it. For this maintenance object, you assign an object type 'T' and assign the transaction code you want. cf

0 Kudos

Once created our own SPRO Node as IMG activity through S_IMG_EXTENSION transaction code .

We want to create custom tcode for IMG activity. we need to perform following steps.

Step1: Find the system generated tcode for custom IMG activity.

          Goto->SE11 enter CUS_IMGACH table name and type IMG activity name where we can get system generated tcode.


Step2:Rename it selected tcode as our own custom name.


Step3: Pass mandatory fields to below function module and update IMG table. 

0 Kudos

Thanks Ramesh.