Application Development 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: 

Creation of Customer Master with Sales Data

shrikanth_rathod
Explorer
0 Kudos

Hi Experts,

I have a requirement in whic i have to Create/Change Customer Master through Custom program.

The Customer Master details will be stored in file and Retrieved through program with the following Tables to be Updated

KNA1 - Customer Master

ADRC - Address

ADR2 - Telephone Number

ADR3 - Fax Number

ADR6 - E-Mail Addresses

KNVV - Customer Master Sales Data

KNVP - Customer Master Partner Functions

KNVK - Customer Master Contact Partner

From SDN i came to know about CMD_EI_API . Can you please tell me which is the method suitable for Creation/Change of Customer Master with the above details.

Regards,

Shrikanth R

3 REPLIES 3

andreas_mann3
Active Contributor
0 Kudos

try report RFBIDE00 (read documentation in se38!)

grx

A.

shrikanth_rathod
Explorer
0 Kudos

Hi Experts,

Please help me how to use MAINTAIN_BAPI method in Class CMD_EI_API in order to create Customer Master.

Regards,

Shrikanth R

Edited by: SHRIKANTH R on Jul 15, 2010 11:59 AM

0 Kudos

... interesting method...

because you can fill adress data too, which is not possibke with rfbide00...

fill all mandantory structures of CMDS_EI_EXTERN

A.