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

internal v ext catalog felds

Former Member
0 Likes
207

Hi,

We have some custom development for external catalog procurement.We need to restrict this custom logic getting applied to internal MDM catalogs.

How can we differentiate technically between exteral & internal catalogs so that we modify exising logic for procurring from internal catalog

Is there any way by which we indentify whether procurement is by external catalog or by internal catalog?

Rgds,

arjman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

One option is: On item level there is a field called CATALOGID, where the catalog ID is recorded. You would have to know whether a certain catalog is external or internal by yourself though. This can be done by either hard coding it, or record them in a Z table so that you can maintain them.

Former Member
0 Likes

You can add a new field to catalog NEW_ITEM-CUST_FIELD[1] and fill it with X

you can check this field in SRM BADI and get to know if the catalog is external or internal

Thanks,

Pradeep

Answers (1)

Answers (1)

Former Member
0 Likes

got the direction