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

IDOC Problem

Former Member
0 Likes
377

Hi Guru's,

We plan to generate an ASN from shipment document. The problem is the shipment might go to different customers i.e. the same IDoc is received by different customers. Since this idoc contains the entire shipment information, each customer receives info not required to them. Is there any way that only shipment details corresponding to that customer can be sent? Is there any solution for this problem?

Thanks,

Kumar.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
347

Hello Kumar

Perhaps the exit-function group <b>XTRK </b>(<i>User Exit Shipping Communication</i>) may be relevant for you. The function modules enable to manipulate outbound IDocs (SHPMNT).

For example, user-exit <b>V56K0001 </b>(transaction SMOD) contains the components

EXIT_SAPLV56K_001              Customer Exits for Outbound Shipment Control Record       
EXIT_SAPLV56K_002              Transmit Shipments to IDOC Type 

Regards

Uwe

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
348

Hello Kumar

Perhaps the exit-function group <b>XTRK </b>(<i>User Exit Shipping Communication</i>) may be relevant for you. The function modules enable to manipulate outbound IDocs (SHPMNT).

For example, user-exit <b>V56K0001 </b>(transaction SMOD) contains the components

EXIT_SAPLV56K_001              Customer Exits for Outbound Shipment Control Record       
EXIT_SAPLV56K_002              Transmit Shipments to IDOC Type 

Regards

Uwe