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

BAPI for Updating Long Text

Former Member
0 Likes
4,096

Hi,

Does a BAPI exist for updating the Long Text for Work Order Confirmations?

Regards

Udayan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,115

Hi,

There is no BAPI for updating longtext but you can use the FM 'SAVE_TEXT' by passing the necessary text header info and the text to be saved.

Hope it will help you....

Thanks,

Anil

Hi,

Does a BAPI exist for updating the Long Text for Work Order Confirmations?

Regards

Udayan

2 REPLIES 2
Read only

Former Member
0 Likes
2,116

Hi,

There is no BAPI for updating longtext but you can use the FM 'SAVE_TEXT' by passing the necessary text header info and the text to be saved.

Hope it will help you....

Thanks,

Anil

Read only

Former Member
0 Likes
2,115

If you are supposing to save the long text then you can use SAVE_TEXT while saving.

Check the below link for more help on SAVE_TEXT FM.

[http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8ef494511d182b70000e829fbfe/content.htm|http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8ef494511d182b70000e829fbfe/content.htm]

HOpe this helps.

Thanks,

Balaji