‎2008 Feb 21 10:37 AM
HI all,
Can any one pls tell the BAPI for getting the list of material data within the given date range.
Regards,
Taj.
‎2008 Feb 21 10:45 AM
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.
‎2008 Feb 21 10:54 AM
thanks Sravan,
Our requirement is getting the material details from the R/3 system which are created within the given date range.
Regards,
Taj.
‎2008 Feb 21 11:14 AM
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
‎2008 Feb 21 11:21 AM