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

Data Transfer Issue

Former Member
0 Likes
391

Hello Experts,

I am transferring Sales order from CRM system to ECC system.

I am using BADI CRM_DATAEXCHG_BADI. I mapped fields from CRM to ECC under method CRM_DATAEXCH_AFTER_BAPI_FILL.

I had properly filled the custom fields in structures BAPE_VBAK / BAPE_VBAKX & BAPE_VBAP / BAPE_VBAPX.

While trasferring data only first 2 custom fields are properly populated to ECC side under additional datatab B.

But remaining other fields are not getting transferred.

Can anybody suggest me to resolve the issue?

Regards,

Neha

Moderator message - Moved to the correct forum and please use a meaningful subject line.

Edited by: Rob Burbank on Nov 11, 2009 9:39 AM

2 REPLIES 2
Read only

former_member191735
Active Contributor
0 Likes
349

> I had properly filled the custom fields in structures BAPE_VBAK / BAPE_VBAKX & BAPE_VBAP / BAPE_VBAPX.

>

> While trasferring data only first 2 custom fields are properly populated to ECC side under additional datatab B.

>

> But remaining other fields are not getting transferred.

>

How many custom fields do you have in additional data B? Where do they maintained? i mean, is it item level or header level additional data B?

If they are maintained in custom tables, check the table key,

Read only

Former Member
0 Likes
349

conditional