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

BAPI for material

former_member396896
Participant
0 Likes
828

HI all,

Can any one pls tell the BAPI for getting the list of material data within the given date range.

Regards,

Taj.

4 REPLIES 4
Read only

Former Member
0 Likes
657

List of bapi's available for material

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

1001MASSUEB BAPIs for mass maintenance of mat. data

BAPI_MATERIAL_SAVEREPLICA BAPI for Mass Maintenance of Material Data

1001UEB BAPIs for Creating/Changing Matl Data

BAPI_MATERIAL_SAVEDATA Create and Change Material Master Data

BUS1001 BAPIs for the Business Object Material

BAPI_MATERIAL_EXISTENCECHECK Check Existence of Material

BAPI_MATERIAL_GETBATCHCERT Create Quality Certificate for Batch in Portable Document Format (PDF)

BAPI_MATERIAL_GETBATCHES Create Batch List for a Material

BAPI_MATERIAL_GETCHARMERCHHIER Supply Characteristics of Retail Material for Material Group Hierarchy

BAPI_MATERIAL_GETINTNUMBER Assign New Internal Numbers for a Material Type

BAPI_MATERIAL_GETINTNUMBERRET Assign New Internal Numbers for a Material Type for Retail Materials

BAPI_MATERIAL_GETLIST Supply List of Materials for Search Criteria Transferred

Regards.

Read only

0 Likes
657

thanks Sravan,

Our requirement is getting the material details from the R/3 system which are created within the given date range.

Regards,

Taj.

Read only

0 Likes
657

Hi,

for ur rewqurement u can create a small zprogram ..in the select options specify the date range..

select-options : s_date for mara-ersda.

now wriet

select * from mara itno table itab where ERSDA IN S_DATE..

now u will get all the details in the itab for that particular date range

Regards,

Nagaraj

Read only

Former Member
0 Likes
657

hi

good

BAPI_MATERIAL_DISPLAY Display Material

thanks

mrutyun^