Application Development 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: 

mm

Former Member
0 Kudos

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

ferry_lianto
Active Contributor
0 Kudos

Hi Sunil,

Please check this batch input program RMDATIND.

Regards,

Ferry Lianto

5 REPLIES 5

ferry_lianto
Active Contributor
0 Kudos

Hi Sunil,

Please check this batch input program RMDATIND.

Regards,

Ferry Lianto

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

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.

ferry_lianto
Active Contributor
0 Kudos

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