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: 

Work order operation long text update issue

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

raymond_giuseppi
Active Contributor
0 Kudos

Why is not method SAVE the last one,

Regards,
Raymond

0 Kudos

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

NTeunckens
Active Contributor
0 Kudos

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

former_member721452
Discoverer
0 Kudos

Hi Karthik,

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