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

LSMW- Material Master Performance issue

Former Member
0 Likes
929

Hi All,

We are using the prgoram RMDATIND to upload material master through LSMW and having a problem of performance while using this technique.

Have 4Lak records to be uploaded in 10 hrs as it required to upload all views.

Pl advice except separate the records.Is that any option to run the file in parallal views?

Regards,

Asirvad

1 ACCEPTED SOLUTION
Read only

former_member201275
Active Contributor
0 Likes
869

I think best option is to break the file up into many chunks that can be processed in parallel. If this is not an option then you need to consider what is on the selection screen of RMDATIND, for example "Create change documents". Is this required for your purposes as this takes a lot of time.

The other thing I would suggest is to talk to your basis team because there are settings and config they can put in place to aid this load.

2 REPLIES 2
Read only

former_member201275
Active Contributor
0 Likes
870

I think best option is to break the file up into many chunks that can be processed in parallel. If this is not an option then you need to consider what is on the selection screen of RMDATIND, for example "Create change documents". Is this required for your purposes as this takes a lot of time.

The other thing I would suggest is to talk to your basis team because there are settings and config they can put in place to aid this load.

Read only

former_member201275
Active Contributor
0 Likes
869

Another thing you should check for is BADI's or exits linked to this program. You could have unecessary function calls or something in there.