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

outbound FM for FLCUSTOMER_CREATEFROMDATA01

Former Member
0 Likes
586

hi

i have created an IDOC of type FLCUSTOMER_CREATEFROMDATA01( to create new customer).

Now to send this idoc out of my system(ECC6) what is the function module or process code i should use?

what message type should i use in message control tab in WE20 (partner profile).

thanks and regards

manoharan

hi

i have created an IDOC of type FLCUSTOMER_CREATEFROMDATA01( to create new customer).

Now to send this idoc out of my system(ECC6) what is the function module or process code i should use?

what message type should i use in message control tab in WE20 (partner profile).

thanks and regards

manoharan

2 REPLIES 2
Read only

abdul_hakim
Active Contributor
0 Likes
526

For sending customers use the below info.

Message type : DEBMAS

Idoc type: DEBMAS06

Inbound Process Code: DEBM

Outbound Program to send Customer: BD12.

Cheers,

Hakim

Read only

Former Member
0 Likes
526

Hi,

Customer data is master data, so no need to go for message control, make use of transaction BD12

to send customer master. And in partner profile use DEBMAS as message type DEBMAS06 as basic type and DEBM as process code.

Thanks,

Asit Purbey.