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

Changing Released Transport text or attribute value

sanjana_lingras
Active Participant
0 Likes
1,464

Hi Experts,

I need one help to implement on scenario for exceptional cases.

I need to change transport description (i.e. text) or some attribute of the transport thsough ABAP code , but the transport is in released status.

Is it possible through code? Is there any standard SAP way to do it?

I do not want to directly update table E070 , etc.

Is there any BAPI/BADI/Exit or FM available to change released transport text?

Please advise.Thanks.

Regards,

Sanjana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,165

Sanjana,

You can use TRINT_UPDATE_COMM function module to update the text passing appropriate values in WI_E07T parameter. Remember corresponding flag WI_SEL_E07T (Flag, whether update to be made on E07T) . Update for released transports works just fine as far as text is concerned. 

Might have limitation for other parameters upon release. I would suggest give it a try and let us know.

Best,

Abhijith

2 REPLIES 2
Read only

Former Member
0 Likes
1,166

Sanjana,

You can use TRINT_UPDATE_COMM function module to update the text passing appropriate values in WI_E07T parameter. Remember corresponding flag WI_SEL_E07T (Flag, whether update to be made on E07T) . Update for released transports works just fine as far as text is concerned. 

Might have limitation for other parameters upon release. I would suggest give it a try and let us know.

Best,

Abhijith

Read only

0 Likes
1,165

Hi Abhijit,

Thanks for your quick reply , this helped me.

Thanks,

Sanjana