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

Update append structure in KNA1

Former Member
0 Likes
731

Hi!

I added an append structure in kna1 and i made a new z transaction to update this new field.. but i don't know which bapi use to update zz fields of KNA1. (SD_MANTAIN_ALL doesn't work)

Also it could be great if any change of the new zzfield can create change documents (CDHDR)

Thanks a lot,

Zumi

Hi!

I added an append structure in kna1 and i made a new z transaction to update this new field.. but i don't know which bapi use to update zz fields of KNA1. (SD_MANTAIN_ALL doesn't work)

Also it could be great if any change of the new zzfield can create change documents (CDHDR)

Thanks a lot,

Zumi

2 REPLIES 2
Read only

Former Member
0 Likes
577

Hi,

Check BAPI:

BAPI_CUSTOMER_CREATEFROMDATA

BAPI_CUSTOMER_CREATEFROMDATA1

BAPI_CUSTOMER_CHANGEFROMDATA

Also check FM: SD_CUSTOMER_MAINTAIN_ALL

Edited by: Neenu Jose on Dec 4, 2008 5:35 AM

Read only

0 Likes
577

But these functions work with import parameters than doesn't have my zz fields in kna1...