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

customer - company code extension

Former Member
0 Likes
638

Hi,

Below is the scenario for which we are looking for a solution.

When a customer is created in the CRM system, the details flow down to ECC using BDOCS/IDOCS. CRM does not have company code details. But we need these in ECC. So when the BDOC is being processed, we are looking for a BAdi or any exit thru which we would be able to add data to KNB1 structure.

Any pointer to this would be helpful.

P.S: the BAdi customer_add_data (method - preset_values_ccode), does not get called when I test using XD01-> save.

Thanks,

Vikram.M

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

Resolved.

We used the BTE's:

1. SAMPLE_INTERFACE_DE_BALE

2. SAMPLE_INTERFACE_DE_AALE.

The first one gets called before the customer is saved on the ECC side. This can be used for pre processing. The second one gets called after the customer is saved on ECC and the required data has been transferred FSCM.

Please make sure to add entries in the tables TBE24 and TBE34 for creating a product and assigning the FMs to these products.

The actual events are DE_BALE and DE_AALE.

Thanks,

Vikram.M

1 REPLY 1
Read only

Former Member
0 Likes
523

Resolved.

We used the BTE's:

1. SAMPLE_INTERFACE_DE_BALE

2. SAMPLE_INTERFACE_DE_AALE.

The first one gets called before the customer is saved on the ECC side. This can be used for pre processing. The second one gets called after the customer is saved on ECC and the required data has been transferred FSCM.

Please make sure to add entries in the tables TBE24 and TBE34 for creating a product and assigning the FMs to these products.

The actual events are DE_BALE and DE_AALE.

Thanks,

Vikram.M