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: 

idoc filteration 'ORDERS'

naimkhans_babi
Active Participant
0 Kudos

Dear Friends

I have to filter the idoc message type 'ORDERS' based on filed KNTTP which is account assignment category. I need to filter all the asset related PO data like KNTTP = 'A'.

But I am failed to locate KNTTP field in any of the orders idoc segments. i check we62 and see in the documentation for Orders05 basic type i didnt find KNTTP.

I this case I have to extend the idoc but not sure... when I extend the idoc do I have to push the data to extended idoc part using BADIs. or if any one of u has any alternate solutions for this please share with me. We dont want to go with any enhancement.

Please reply me. your any help will be appreciated.

Regards

Naeem

1 REPLY 1

Former Member
0 Kudos

Hi,

KNTTP is not transferred in ORDERS IDoc.

But you don't have to extend the IDoc. I think you can implement a Userexit (maybe EXIT_SAPLEINM_001) to filter the IDocs.

Best regards,

Oliver