cancel
Showing results for 
Search instead for 
Did you mean: 

How to set limit of 300 lines items in SO entry

colin_cheong
Contributor
0 Kudos

My User wanted the system to limit the order entry to 300 lines.

How can I configured it?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can use user exit MV45AFZZ ,through ABAP ,count number of line items in temp table XVBAP ,generate an error message using the count captured in variable. You can write custom erroe message in se91.

As far as i know there is no block on number of line items thorigh config.

Hope this helps

regards

Mandar

Answers (1)

Answers (1)

colin_cheong
Contributor
0 Kudos

Thanks