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 modify the Sales Order Header Text

Former Member
0 Kudos

Hi Experts,

I have bulk of sales orders, for each sales order i have to modify the Header Text,( text id : 0005, text object = VBBK,)

for this, is there any standard BAPI or Function Module is available. If so could you let me know what are the input parameteres i have to pass.

Regards,

Nag..

3 REPLIES 3

Former Member
0 Kudos

hello,

there is BAPI "BAPI_SALESORDER_CHANGE"

there is a ORDER_TEXT in a table parameters in the BAPI.

pass all the relevant inputs & use commit bapi

Thanks,

Manjunath MS

former_member212653
Active Contributor
0 Kudos

Use FM READ_TEXT, SAVE_TEXT

Former Member
0 Kudos

u can CREATE_TEXT also