cancel
Showing results for 
Search instead for 
Did you mean: 

How to control the maximum number of records allowed in one lsmw batch for the user?

Former Member
0 Kudos

Hi everyone,

I need to control who can update more than e.g. 1000 records in one LSMW sessions.

How to control the number of records in batch before user saves it?

Regards,

Piotr

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

There is no other way than modifying the original SAP Code to get this requirement achieved.

What is the rational behind such exotic idea? It will only create more work, instead of running it once for 5000 records the user will then do run it 5 times with 1000 records each. So what do you achieve?

I migrate for example customer masters from other SAP systems. I do this with IDoc method. Customer have partners. If record 1 has a partner who is not among the first 1000, then I would never have a chance to create this customer in the target system as I would get an error that a mandatory partner is missing.