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

mm

Former Member
0 Likes
776

suppose if you have different material types in the given flat file(like semi finished,finished..) how can we upload flat file?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
739

Hi Sunil,

Please check this batch input program RMDATIND.

Regards,

Ferry Lianto

5 REPLIES 5
Read only

Former Member
0 Likes
740

Hi Sunil,

Please check this batch input program RMDATIND.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
739

Hi,

Use the below mentioned BAPI

BAPI_STANDARDMATERIAL_CREATE - Standard Material Create

BAPI_MATERIAL_MAINTAINDATA_RT - Retail Material Create

BAPI_MATERIAL_UPLOAD_SAVE - Put CRM product data on books as material master data (industry/retail )

Regards,

Vara

Read only

0 Likes
739

tanx...can u pls tel me using bdc..how to do?

Read only

0 Likes
739

HI Sunil,

Is there any reason to develop a BDC program? Since there are std SAP BAPI which are available to do the same and in a cleaner fashion and you do not have to worry abt changes to the screen which triggers changes to BDC program.

Thanks,

-Venkat.

Read only

Former Member
0 Likes
739

Hi Sunil,

Please check this link for BDC sample code.

http://www.sap-img.com/abap/upload-material-master-finish-goods.htm

Hope this will help.

Regards,

Ferry Lianto