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

function module for Materials based on class type

Former Member
0 Likes
427

Hi ,

Can any one suggest me how to find out Materisl based on class type any standard SAP Function module or BAPI avilable for the same?

Regards,

Raghu.

3 REPLIES 3
Read only

Former Member
0 Likes
400

hi,

Check with one of the FM in the list.

BAPI_MATERIAL_MAINTAINDATA_RT Create and change material master data (reta

BAPI_MATERIAL_DELETE Flag Material for Deletion

BAPI_MATERIAL_DISPLAY Display Material

BAPI_MATERIAL_EDIT Change Material

BAPI_RETAILMATERIAL_CREATE Create Material

BAPI_RETAILMATERIAL_DELETE Discontinue Material

BAPI_STANDARDMATERIAL_CREATE Create/Extend Material

BAPI_MATERIAL_SAVEREPLICA BAPI for Mass Maintenance of Material Data

BAPI_MATERIAL_SAVEDATA Create and Change Material Master Data

Thanks

sharath

Read only

GauthamV
Active Contributor
0 Likes
400

Use this.

MATERIAL_SELECTION_BY_CLASS

Read only

Former Member
0 Likes
400

Hi raghvendra

Try FM

'QMSP_MATERIAL_BATCH_CLASS_READ'

Hope it helps

Sachin