| Material Master
-----Original Message-----
Subject: Material Master
Hi
I am trying to retrieve all material in the SAP system,
but the only Business object I have found (Material)
requires a key (Material Number)
I can not force it to retrieve all materials
Is there is a way I can use to retrieve all materials
If yes can you provide me with an example
Thankx in advance
-----Reply Message-----
Subject: RE: Material Master
Hi!
you have to use the Method MATERIAL.GETLIST. It gives you the material
numbers
of all your material. Then you have to get the detail material data
with
MATERIAL.GETDETAIL(material number).
MATERIAL ( BUS1001 ) is a Business Object in the BOR.
-----End of Message-----
Best regards,
SAP Basis, ABAP Programming and Other IMG Stuff
http://www.sap-img.com
|