Application Development 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: 

Pass new fields through IDOC extension using CUSTOMER_ADD_DATA_BI

Former Member
0 Kudos

Hello All,

As per the SAP note 577502, i have added a new field in customer master KNA1.

This data is being passed to another SAP system through IDOC type DEBMAS05.

I need to pass this new field data also to the recieving system.

I have created the extension for DEBMAS05 and added a customizing segment to it with the new field that i have added. And i have created an implementation for BADI CUSTOMER_ADD_DATA_BI. But I could not get the methods to be activated to pass this additional new field data. I could not clearly understand it from the SAP note.

I have seen that methods PASS_NON_STANDARD_SEGMENT and FILL_ALE_SEGMENTS_OWN_DATA should be implemented . Will it be enough implementing these methods alone?

Request you all to guide me through the steps to pass this additional data into the IDOC segments.

I have searched SDN prior to this post and could not get the desired results.

Regards,

Chandra.

Edited by: Chandra A on May 31, 2011 9:04 AM

1 REPLY 1

Former Member
0 Kudos

Include your custom code inside the method FILL_ALE_SEGMENTS_OWN_DATA.

i_data_ref will hold all the data.

Regards,

Chandra

Edited by: Chandra A on Jun 9, 2011 8:11 AM