cancel
Showing results for 
Search instead for 
Did you mean: 

GOA replication problem- data missing during RFC-Urgent

Former Member
0 Kudos

Hi,

I have an issue with updating GOA from SRM to ECC. Standard GOA do not have any fields to update TAX code and ERS indicator to the back end.

This two fields are added to the structure BBPS_CTR_ITEM through customization.

The GOA is transferred to the backend through the FM META_CTR_TRANSFER which in turn calls the FM B46B_CTR_TRANSFER.

Inside the FM B46B_CTR_TRANSFER the RFC call is made to FM BBPV_CONTRACT_TRANSFER which actually transfers the GOA to the backend. The GOA line item details are passed to this FM through lt_be_items[].

The issue is, i can able to see the TAX code and ERS indicator in the itab lt_be_items in SRM side, but when it goes to the ECC through RFC these two fields become blank,

I checked the structure of the same itab in ECC side the field names and the domains are same.

Thanks in advance,

Aravind.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The issue was due to improper structure mapping between two systems. Now its solved.

Regards,

Aravind.