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

caufvd-ingrp

Former Member
0 Likes
1,521

Hi !

I have to find all sales orders that have the field caufvd-ingrp set to 'L42' (this value is just an example)

I know I can call PM_ORDER_DATA_READ with an order number. Then CAUFVD is filled with the correct values.

But then I have to call PM_ORDER_DATA_READ for every AFKO.

This may take a LONG time.

So, is there a way to get INGRP without calling PM_ORDER_DATA_READ ?

In which table is it stored ?

Thanks,

JC

Hi !

I have to find all sales orders that have the field caufvd-ingrp set to 'L42' (this value is just an example)

I know I can call PM_ORDER_DATA_READ with an order number. Then CAUFVD is filled with the correct values.

But then I have to call PM_ORDER_DATA_READ for every AFKO.

This may take a LONG time.

So, is there a way to get INGRP without calling PM_ORDER_DATA_READ ?

In which table is it stored ?

Thanks,

JC

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,144

From AFIH-INGPR (INGRP is data element not field ?)

Regards,

Raymond

Read only

0 Likes
1,144

Just checked and Raymond is pretty right, it comes from AIFH-INGPR through order number.

Regards,

Edgar