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_MATERIAL_SAVEDATA (help required)

Former Member
0 Likes
681

Hi all,

I am using BAPI----


BAPI_MATERIAL_SAVEDATA

to create material.

what r the minimum parameters we have to pass to this bapi to create material using this BAPI.

plz help me.

Thanks

Sanjeev

3 REPLIES 3
Read only

Former Member
0 Likes
527

Hi,

Check this link for a sample code for the BAPI.u should know How it has used in program

http://sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm

<b>

Reward points</b>

Regarsd

Read only

Former Member
0 Likes
527

Hi ,

When creating material master data, you must transfer the material number, the material type, and the industry sector to the method. You must also enter a material description and its language.

When changing material master data, you need enter only the material number.

In the header data, you must select at least one view for which data is to be created. Depending on the view selected, you must maintain other required parameters. If you do not enter values for all of the required parameters, the method is ended with an error message.

The corresponding fields in the tables (such as CLIENTDATA) must first be supplied with data by the calling program. An indicator must also be set for each of these fields so that the data is written to the database by the method. This requires the calling program to supply the corresponding field with the indicator in a checkbox table (for example, CLIENTDATAX). Checkbox tables exist for tables that do not contain any language-dependent texts (MAKT, MLTX), International Article Numbers (MEAN), or tax classifications (MLAN). Several data records for a material can be created in these tables.

If a structure contains fields for units of measurement (such as structure CLIENTDATA, field BASE_UOM), language indicators (such as structure MATERIALDESCRIPTION, field LANGU), or country indicators (such as structure TAXCLASSIFICATIONS, field DEPCOUNTRY), there is always a field of the same name with the ending _ISO. This makes it possible to transfer either the internally used SAP code or a standardized ISO code for the units of measurement, language indicators, or country indicators. ISO codes are converted to an SAP code internally for further processing. The ISO code is used only if the SAP code is not transferred. If you use ISO codes, there must be a unique assignment of the ISO code to the SAP code in the following activities in Customizing for Global Parameters:

Check Units of Measurement

Define Countries

If you want to maintain long texts (basic data texts, internal comments, purchase order texts, material memos, or sales texts) or customer-defined fields for a material, some special conditions have to be observed. They are described in the documentation for parameters MATERIALLONGTEXT and EXTENSIONIN.

Parameters

HEADDATA

CLIENTDATA

CLIENTDATAX

PLANTDATA

PLANTDATAX

FORECASTPARAMETERS

FORECASTPARAMETERSX

PLANNINGDATA

PLANNINGDATAX

STORAGELOCATIONDATA

STORAGELOCATIONDATAX

VALUATIONDATA

VALUATIONDATAX

WAREHOUSENUMBERDATA

WAREHOUSENUMBERDATAX

SALESDATA

SALESDATAX

STORAGETYPEDATA

STORAGETYPEDATAX

FLAG_ONLINE

FLAG_CAD_CALL

NO_DEQUEUE

RETURN

MATERIALDESCRIPTION

UNITSOFMEASURE

UNITSOFMEASUREX

INTERNATIONALARTNOS

MATERIALLONGTEXT

TAXCLASSIFICATIONS

RETURNMESSAGES

PRTDATA

PRTDATAX

EXTENSIONIN

EXTENSIONINX

rewards

reena

Read only

0 Likes
527

hello reena,

thanks for the reply

i am checking with the function module only.

when i am executing it,

i am passing parameters for HEADDATA only.

so i want to know that what r the minimum parameters i should pass in HEADDATA only so that material should be created.

execute the FM

BAPI_MATERIAL_SAVEDATA

and try to create material and let me know that how & what to pass to create material using this FM.

thanks

sanjeev