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

field lable change

Former Member
0 Likes
319

Hello All,

I have one doubt i have changed the field description in the standard transaction by changing the field label of the data element of that field through CMOD.

Now is there any solution,so that i can only change the field description in only one transaction.

that should not effect in the other transactions.i.e.,if i change the data element's description it will effect in all the transactions for the fields which use that data element.

Thanks

Badri.

Hello All,

I have one doubt i have changed the field description in the standard transaction by changing the field label of the data element of that field through CMOD.

Now is there any solution,so that i can only change the field description in only one transaction.

that should not effect in the other transactions.i.e.,if i change the data element's description it will effect in all the transactions for the fields which use that data element.

Thanks

Badri.

1 REPLY 1
Read only

Former Member
0 Likes
298

Hi

Place a condition in CMOD so that your code will execute for the required Tcode only..

like if sy-tcode eq 'XXX'.

endif....