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

BAPI_ALM_ORDER_MAINTAIN

Former Member
0 Likes
749

Hi experts.

I'm trying to change an order via above named bapi.

with standard fields everything is ok.

But we have several userfields defined in ci_aufk.

These fields, belonging to order-header, are not displayed in the bapistructure for the header.

there is an import structure for this bapi called extension_in. this i have filled as described in documentation, but there is no change afterwards in caufvd resp. order. The fields stay empty.

so, documentation for this bapi related to userfields is not so helpful. May this is the was, to get rid of this problem.

Is there anybody out there, who has experience with this problem.

Thank You all in advance for possible solutions.

greetings

Jürgen

Hi experts.

I'm trying to change an order via above named bapi.

with standard fields everything is ok.

But we have several userfields defined in ci_aufk.

These fields, belonging to order-header, are not displayed in the bapistructure for the header.

there is an import structure for this bapi called extension_in. this i have filled as described in documentation, but there is no change afterwards in caufvd resp. order. The fields stay empty.

so, documentation for this bapi related to userfields is not so helpful. May this is the was, to get rid of this problem.

Is there anybody out there, who has experience with this problem.

Thank You all in advance for possible solutions.

greetings

Jürgen

3 REPLIES 3
Read only

Former Member
0 Likes
682

Inselmann:

Please see the userexit of the transaction where u can move the custom fields into the aufk header. please give transaction code we will try to tell u where need to move fields.

even i have faced the same problem while i am doing my <b>BAPI_Sales order</b> and also i resolved my problem by moving custom fields into the communication strcutre <b>vbapkom</b>.

Give more info. Good Luck.

//Suresh

Read only

0 Likes
682

high suresh.

Transaction is iw32 or wps1 (Maintenance event builder /A&D) in both cases it is user-exit IWO10009 'Checks on save'.

User-fields are filled correctly, when the enhancement-tab is opened, because at that moment another exit starts (IWO10018 - User fields on order header) and fills the user fields with data from driving notification.

But these fields have to be filled, even when the enhancement tab isn't opened. For this case, I want to use this bapi.

So I fill both structures (Header and methods) with data.

for the user fields i fill the extension_in table with the name of the structure, the user data is in.

Thats the way I understood the bapi-documentation.

I hope these informations are quite understandable.

thanks for your efforts to help.

best wishes

jürgen

Read only

0 Likes
682

Hi Jurgen,

Have you solved your problem.

I am facing the same problem now.

Could you give me some procedure how to update customer fields using this bapi

Advanced thanks.

Rajesh