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 to add custom fields in delivery BAPI_DELIVERYPROCESSING_EXEC

Former Member
0 Likes
636

Hi Experts,

We are having zfield in delivery item (appended zfield in LIKP table). Our requirement is to save data of this zfield via BAPI.

we are using the BAPI BAPI_DELIVERYPROCESSING_EXEC, by passing the zfield to the structure u2018Extension2u2019

We found while debugging that the data is getting populated in Extension2 but not updated in the table.

Kindly provide your valuable inputs to update the table.

Appreciate your <sign of impatience removed by moderator> Response.

BR

Sree

Edited by: Thomas Zloch on Jun 30, 2011 10:08 AM

1 REPLY 1
Read only

eduardo_hinojosa
Active Contributor
0 Likes
432

Hi

If the field is non char, perhaps the problem is the format. See Note 509898 - BAPI enhancement concept and Unicode.

As note says:


These data structures must only contain character-like data

Regards

Eduardo