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 for customer master update

Former Member
0 Likes
4,352

hi everybody....

can anyone tell me the bapi structure for table KNVV and KNVI.

My requirement is to update the fields below using bapi...

KUNNR VKORG VTWEG SPART BZIRK VKBUR VKGRP KDGRP KONDA KALKS PLTYP VWERK ZTERM KNVI-TAXKD

i need just the BAPI structure for the tables KNVV and KNVI and the function module that will change the datas in the table...

Can anyone help me out....

Thnx

regds

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
2,865

Check Documentation for the Bapi -

BAPI_CUSTOMER_CREATEFROMDATA1

7 REPLIES 7
Read only

amit_khare
Active Contributor
0 Likes
2,866

Check Documentation for the Bapi -

BAPI_CUSTOMER_CREATEFROMDATA1

Read only

0 Likes
2,865

hi amit..

can u tell me how to find the FM from BAPI explorer????

Read only

Former Member
0 Likes
2,865

Hi Naveen,

Try with this FM,

bapi BAPI_CUSTOMER_GETDETAIL1

Thanks.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,865

Look at the following BAPIs :

<b>BAPI_CUSTOMER_CHANGEFROMDATA</b> alias Customer.ChangeFromData

PI_ADDRESS	LIKE	BAPIKNA101	                     	Customer address to be changed
PI_SALESORG	LIKE	BAPIKNA102-SALESORG	                     	Sales organization
PI_DISTR_CHAN	LIKE	BAPIKNA102-DISTR_CHAN	                     	Distribution channel
PI_DIVISION	LIKE	BAPIKNA102-DIVISION	                     	Division
CUSTOMERNO	LIKE	BAPIKNA103-CUSTOMER	                     	Customer number of the customer to be changed

<b>BAPI_CUSTOMER_CHANGEFROMDATA1</b> alias Customer.ChangeFromData1

PI_PERSONALDATA     LIKE BAPIKNA101_1                          Customer personal data            
PI_PERSONALDATAX    LIKE BAPIKNA101_1X                         X Customer Personal Data Struc    
PI_OPT_PERSONALDATA LIKE BAPIKNA105                            Optional customer personal dat    
PI_OPT_PERSONALDATAXLIKE BAPIKNA105X                           X Optional Customer Personal D    
PI_COMPANYDATA      LIKE BAPIKNA106                            Customer company data             
PI_COMPANYDATAX     LIKE BAPIKNA106X                           X Customer Company Data Struct    
PI_OPT_COMPANYDATA  LIKE BAPIKNA105                            Optional customer company data    
PI_OPT_COMPANYDATAX LIKE BAPIKNA105X                           X Optional Customer Company Da    
PI_SALESORG         LIKE BAPIKNA102-SALE                       Sales organization                
PI_DISTR_CHAN       LIKE BAPIKNA102-DIST                       Distribution channel              
PI_DIVISION         LIKE BAPIKNA102-DIVI                       Division                          
CUSTOMERNO          LIKE BAPIKNA103-CUST                       Customer Number of the Customer   

Regards

PS: These BAPI are obsolete.

Read only

Former Member
0 Likes
2,865

hi

what i need is the structure and how to find the FM in bapi explorer???

i need to update the existing fields, not to create a new one...

can anyone help....

Read only

0 Likes
2,865

Call transaction BAPI, go to alphabetical order and look for Customer

Regards

Read only

Former Member
0 Likes
2,865

Thnx