2009 Dec 30 12:23 PM
Hi ,
We have a requirement where we have to update the custom fields in enhancement tab of IW31 using bapi_alm_order_maintain.
We are able to get the successful creation of work order ,but the custom fields are not updated in enhancement tab aswell in aufk table. We are passing values in below table of bapi.
EXTENSION_IN
STRUCTURE = CI_AUFK
VALUEPART1 = '20091223' .
Please provide the solution.
Hi ,
We have a requirement where we have to update the custom fields in enhancement tab of IW31 using bapi_alm_order_maintain.
We are able to get the successful creation of work order ,but the custom fields are not updated in enhancement tab aswell in aufk table. We are passing values in below table of bapi.
EXTENSION_IN
STRUCTURE = CI_AUFK
VALUEPART1 = '20091223' .
Please provide the solution.
2009 Dec 30 12:42 PM
2009 Dec 30 1:11 PM
2009 Dec 31 12:32 PM
Hi Phani,
Can you paste the part of code for extension with the declaration part of CI_AUFK.
Regards,
Swarna Munukoti.
2010 Jan 05 6:00 AM
Hi ,
We are trying to pass in BAPI with below data in extension_in table. Finally bapi_transaction_commit is called.
extension_in- structure = 'CI_AUFK'.
extension_in- valuepart1 = '20100105'.
append extension_in.
2010 Jan 05 6:10 AM
Hi Phani,
CI_AUFK is the structure name where you added a new field or the name of the field that you appended to the table?
Can you try passing the sturcture value as ''BAPI_TE_AUFK'' and check if it works
Regards,
Swarna Munukoti
Edited by: Swarna Munukoti on Jan 5, 2010 7:18 AM
2010 Jan 05 2:27 PM
I've checked with this . But it is updating. I've tried for both create and change methods.
2010 Jan 06 8:58 AM
Sorry it's typo mistake. It is not updating in both create and change methods.
2010 Jan 06 9:02 AM
Sorry it's typo mistake. It is not updating in both create and change methods