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

Custom fields values not saved in AUFK using bapi_alm_order_maintain

Former Member
0 Likes
1,911

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.

8 REPLIES 8
Read only

former_member217544
Active Contributor
0 Likes
1,206

Hi Phani,

May be these links are helpful:

Also search sdn using the BAPI function module, you may get some idea.

Regards,

Swarna Munukoti

Read only

0 Likes
1,207

Hi ,

I've already tried these .but not working.

Read only

0 Likes
1,207

Hi Phani,

Can you paste the part of code for extension with the declaration part of CI_AUFK.

Regards,

Swarna Munukoti.

Read only

0 Likes
1,207

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.

Read only

0 Likes
1,207

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

Read only

0 Likes
1,207

I've checked with this . But it is updating. I've tried for both create and change methods.

Read only

0 Likes
1,207

Sorry it's typo mistake. It is not updating in both create and change methods.

Read only

0 Likes
1,207

Sorry it's typo mistake. It is not updating in both create and change methods