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

Condition for Table maintenance generator

Bharath84
Participant
0 Likes
1,581

Hi All,

I have created two Tcodes for table maintenance generator. When I execute Tcode1 the first field has to display one value and when I execute for Tcode2 the first field has to display another value. How can we achieve this. Please help me.

Thanks,

Haritha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,105

Hi Haritha,

You can do this by using Environment-->Modification-->Events and implement code for 01.

Please modify the required field inside loop based on tcode.

Regards,

Greeshma

Hi All,

I have created two Tcodes for table maintenance generator. When I execute Tcode1 the first field has to display one value and when I execute for Tcode2 the first field has to display another value. How can we achieve this. Please help me.

Thanks,

Haritha

3 REPLIES 3
Read only

Former Member
0 Likes
1,106

Hi Haritha,

You can do this by using Environment-->Modification-->Events and implement code for 01.

Please modify the required field inside loop based on tcode.

Regards,

Greeshma

Read only

Former Member
0 Likes
1,105

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0d56ae5-02bc-2d10-0893-d33af1586...

Hi Haritha,

Please check with the events existed already in the table maintenance generator.

by using the proper event you can write a code inside the sub routine based on the TCODE which ever value you want to display.

Please check above mentioned open document for the details of the events.

thanks,

Bhaskar

Read only

Former Member
0 Likes
1,105

Hi

regards

Stefan Seeburger