cancel
Showing results for 
Search instead for 
Did you mean: 

Find Material by ID and Description - Parameters

Former Member
0 Kudos

Hi,

I'm trying to use

http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19...

in order to retrieve a list of materials matching a given material number.

I figured out that IntervalBoundaryCodeType may be set to 1 (exact value) and LowerBoundaryMaterialInternalID be set. For #simpleContent I set the Material Number, but what to insert for schemeID and schemeAgencyID? Can somebody explain the meaning of these fields?

Thanks!

Regards,

Ingo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You can actually drill down and see the field level.

for e.g. click on LowerBoundaryMaterialInternalID

after which, it says This data type is derived from the ProductInternalID data type in namespace 'http://sap.com/xi/SAPGlobal/GDT

click on ProductInternalID .

then u get the description of the fields.

Attribute Description

schemeID SchemeID is the ID of the ID scheme. It is released and maintained by the organization responsible for the ID scheme. The GDT owner must retrieve the correct ID from this organization. If there is no unique ID available, the name of the identifier or identifier type used in the corresponding standard, specification, or scheme of the responsible organization must be entered.

schemeAgencyID SchemeAgencyID is the ID of the organization that maintains the ID scheme. This ID is released by an organization contained in DE 3055 (for example DUNS, EANu2026). The GDT owner must retrieve the correct ID from the organization responsible. If the organization is not contained in DE 3055, proceed as described in u201CData Type Catalogu201D, 5.6.6.c).

hope this helps.