2013 Jul 25 5:51 PM
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
2013 Jul 25 8:10 PM
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
2013 Jul 25 8:10 PM
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
2013 Jul 26 6:08 PM
Hi Abhijit,
Thanks for your quick reply , this helped me.
Thanks,
Sanjana