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

Work order operation long text update issue

Former Member
5,204

Hello Folks,

Need your help on the below issue.

1 - We have a requirement to load work order that includes header long text and operation long text as well using (BAPI_ALM_ORDER_MAINTAIN) we are loading work orders . So here i'm unable to update the operation long text if i have only single operation in the work order.

2 - If i have two operations. BAPI is updating the long text for the first operation and for the second operation long text is not getting updated.

We are loading work orders based on notifications which is mandatory.

Hello Folks,

Need your help on the below issue.

1 - We have a requirement to load work order that includes header long text and operation long text as well using (BAPI_ALM_ORDER_MAINTAIN) we are loading work orders . So here i'm unable to update the operation long text if i have only single operation in the work order.

2 - If i have two operations. BAPI is updating the long text for the first operation and for the second operation long text is not getting updated.

We are loading work orders based on notifications which is mandatory.

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,420

Why is not method SAVE the last one,

Regards,
Raymond

Read only

Former Member
0 Likes
3,420

I have maintained the SAVE method as the last one in GT_METHODS table. But still it is not updating.

Read only

NTeunckens
Active Contributor
0 Likes
3,420

When looking at "GT_BAPI_TEXT" I see some columns missing. So I want to ask : have you filled the Language-related data as well? Please make sure you are uploading the LongText in the expected Language ... Have you checked the content of the TEXT-Tables in another language or using "BAPI_ALM_ORDER_GET_DETAIL"?

If that doesn't help you, maybe you can find some hint when searching the SAP ONE Support Launchpad.

A somewhat related issue in SAP KBA 1901273 "1901273 - Operation short text missing when order created from notification" : link

Read only

former_member721452
Discoverer
0 Likes
3,420

Hi Karthik,

How you solved this issue, I am also facing the same..