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

/AFS/BAPI_MATERIAL_SAVEDATA Internal or External

Former Member
0 Likes
889

Hi All ,

Is it possible to create AFS Material with /AFS/BAPI_MATERIAL_SAVEDATA for both Internal and External Number Asssignment .....

The first step in Documentation explains as below ..

When creating new material master data, you must specify the material number, the material type and the industry. You also must enter a short text and the language of that text. When changing data, the material number suffices.

Plz suggest me on this....

Regards,

Sriram

Hi All ,

Is it possible to create AFS Material with /AFS/BAPI_MATERIAL_SAVEDATA for both Internal and External Number Asssignment .....

The first step in Documentation explains as below ..

When creating new material master data, you must specify the material number, the material type and the industry. You also must enter a short text and the language of that text. When changing data, the material number suffices.

Plz suggest me on this....

Regards,

Sriram

3 REPLIES 3
Read only

Former Member
0 Likes
824

From the Documentation, i could infer its for External only.

Hope this helps. Reward points for helpful answers.

Thanks,

Balaji

Read only

0 Likes
824

Thanks for your Immediate Response

Read only

Former Member
0 Likes
824

yes you can use it for internal numbers, but for that you have to use bapi_material_getintnumber to get a material number. Pass the output of that to bapi_material_savedata.