cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CUST_TYPE field in BOP Sort profile

Former Member
0 Likes
337

Hi,

We do not have customers in APO. But only when we run BOP at that time BOP sort Profile should sort sales orders with Customers based on CUST_TYPE field.

Please suggest me from where the customer type value is populated.

Thanks,

BK B.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Experts,

I want to write my question in another way.

From which table in ECC the field: CUST_TYPE will be populated in APO.

for APO field in /SAPAPO/CUST_TYPE.

or What is the table/structure in ECC that is referred in APO structure /sapapo/komgo field: cust_type.

If any idea please letr me know.

Thanks,

BK B.

Former Member
0 Likes

Hello BK,


The best way is to debug the BOP and see where the value are being read from. When I did the where used list it doesn't show up any tables. So, my understanding is the values are being read from a DB table with a different field name. This is possible. It may also happen that system is reading the data from the table /SAPAPO/SDFIELD with key as CUS_TYPE. If you go and see this DB table there are many entries populated by standard SAP with CUS_*.... You may take a look at it. I believe it is easier to debug the CIF queue to see how the data is getting retrieved for CUS_* fields that are currently available and see if it can be extended in R/3 side to append the same to field catalogue and make use of it. You may also raise a SAP Incident ticket in case if you could not find that to be working.

Hope this helps.

Thanks & Best Regards,


Babu Kilari

Former Member
0 Likes

Hi Babu,

The field name is CUST_TYPE.

Will try the possible way to find it out.

Thanks,

BK B.