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: 

Update user-defined fields in AUFK using bapi BAPI_ALM_ORDER_MAINTAIN

Former Member
0 Kudos

Hi.

I have added fields to table AUFK using an append structure.

How can I update them using bapi BAPI_ALM_ORDER_MAINTAIN?

I have tried using the EXTENSION_IN parameter and I have implemented badi IBAPI_ALM_ORD_MODIFY to do the data transfer from the EXTENSION_IN to table CT_HEADER_INT, which is the only object available that keeps the appended fields in AUFK. But I end up with no values in my fields in AUFK.

Please help

/Elisabet

2 REPLIES 2

0 Kudos

I am also facing the same issue can u please help me in it .. how this was solved

0 Kudos

Hi, I had the same problem and solved it by creating an append structure to IBAPI_CAUFVD_UPDATE,

and then filling the relevant fields of CT_HEADER_INT and CT_HEADER_INT_UP.

( I am posting the answer in two relevant threads)

Edited by: Panayotis Papadopoulos on Jan 27, 2010 2:09 PM

Edited by: Panayotis Papadopoulos on Jan 27, 2010 2:10 PM