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

ALE IDoc filter

NunoSilva
Explorer
0 Likes
1,007

Hello all,

I currently have an EDI message from the Purchase Order that generates a file. I need that the IDoc from which the file is generated contains only some items. How can I filter the items that are included.

Thank you

Hello all,

I currently have an EDI message from the Purchase Order that generates a file. I need that the IDoc from which the file is generated contains only some items. How can I filter the items that are included.

Thank you

7 REPLIES 7
Read only

Former Member
0 Likes
968

Hi,

Look out for any exits in the IDoc FM. User exits can be used to filter other items.

Please let me know if need more help.

Regards,

Manish

Read only

0 Likes
968

How do I see what is the IDOc FM?

Read only

0 Likes
968

Hi,

Do you know the process code of the IDoc. If yes, then you can find the FM attach to the process code. In that FM you find if any user-exit exists. If yes, then check whether it can be used for the purpose.

Hope this provide some help.

Regards,

Manish

Read only

0 Likes
968

What do you mean by process code?

Read only

0 Likes
968

Hi Nuno,

Go to we20 and click on the partner profile. There you will get the process code attach with the service provider and by clicking on the Process code, you will get the attached FM.

Hope this will resolves your query.

Regards,

Manish

Read only

0 Likes
968

Process code something which decide which FM to excute to post the IDOC,

Inbound PC Transaction: WE42

Outbound PC Transaction: WE41.

Read only

0 Likes
968

Hi,

Process code for purchase order is : ME10

Function module IDOC_OUTPUT_ORDERS is called in above process code.

You can check the following user exits to filter po line items.

EXIT_SAPLEINM_001

EXIT_SAPLEINM_019

EXIT_SAPLEINM_020

Thanks,