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

Material Creatio

Former Member
0 Likes
502

I'm planning to load new materials into ECC 6.0 system they are around 50000 of them .

I have options like LSMW or ABAP BAPI program.

Which one do you suggest .

If it is through LSMW do you prefer Direct Input mathod or IDOC or BAPi

If it is through ABAP BAPI can I create external material through BAPI.

I appreciate your suggestions

Thank You

1 ACCEPTED SOLUTION
Read only

former_member227140
Active Participant
0 Likes
468

hi....

just try creating few materials by using BAPI_MATERIAL_SAVEDATA followed by BAPI_TRANSACTION_COMMIT.

hope it will help you.

3 REPLIES 3
Read only

former_member227140
Active Participant
0 Likes
469

hi....

just try creating few materials by using BAPI_MATERIAL_SAVEDATA followed by BAPI_TRANSACTION_COMMIT.

hope it will help you.

Read only

Former Member
0 Likes
468

go for LSMW BAPI method or IDOC method, both are same create the idocs and very simple....

if you go for Direct Input mathod most of the fileds not availble. if you go for ABAP program you need to spend lot of time write the code and data validation part also very difficult.

Read only

dhirendra_pandit
Active Participant
0 Likes
468

HI Friend,

See it is better to use the LSMW approach for your requirement.

In LSMW the best method is to use direct input program rather than the BAPI or IDOC.

The Simple reason is that direct input program is much faster than the BAPI and IDOC in case of inbound data upload.

-Dhirendra