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

Problem in Customer Master Upload

Former Member
0 Likes
402

hi all,

i am using "idoc_input_debitor" FM for mass upload of customer master data, in which the 'e1kna1m' segment does not have a provision for house number, which is stored in ADRC-house_num1 while creating from transaction(XD01). how do i overcome this and post the field house_num1 into customer master data.

Thanks,

Pavan

1 REPLY 1
Read only

Former Member
0 Likes
322

Perhaps you can extend the IDOC to have the field, and then copy the standard FM used and change it to do the processing using the new IDOC field. Dont forget to change the process code to point to the new copied FM.

Hope this helps.