cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Master Additional data

Former Member
0 Kudos

Hi

We are trying to create customer master in R3 using RFC call. In r3 the table kna1 is enhanced with business specific fields.

so we are using function sd_maintain_all instead of CMD_EI_API or BAPI_CUSTOMER_CREATEFROMDATA1.

This has interface for address

I_BAPIADDR1 LIKE BAPIADDR1

I_BAPIADDR2 LIKE BAPIADDR2

Here we have the issue we are not able to use the whole address fields of BAS. For example additional telephone numbers or emails.

How I can get this additional address data?

Tanja

Accepted Solutions (0)

Answers (1)

Answers (1)

ian_kehoe
Active Participant
0 Kudos

Dear Tanja,

Unfortunately using SD_CUSTOMER_MAINTAIN_ALL

directly and outside of it's calling process is not supported. This

is also true for bapi functions from function group V02D

(BAPI_CUSTOMER_CREATEFROMDATA, ...).

You can check this from SE37 -> SD_CUSTOMER_MAINTAIN_ALL

go to attributes and under general data you will see that this

function module has the status "Not released". Please see note 109533

for information on using unreleased SAP function modules.

Mass, batch input and idoc processing are the only existing

functionality available for maintaining customer master data.

Please pay attention to note 384462 & 306275.

Thank you.

Best regards,

Ian Kehoe