SAP for Oil, Gas, and Energy Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and navigate the evolving energy landscape. Join the conversation today!
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP runtime error in tcode ME21N

Former Member
0 Kudos

Hi all,

We have activated IS-OIL Business Function Set in our ERP 6.0 system, after that when we execute tcode ME21N system giving short dump (Exception condition "MAX_SUBVIEWS_EXCEEDED" raised). I have search SAP Marketplace but no relevant sapnote found.

Kindly help me to resolve the issues.

Best Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I have the same problem but i find the cause:

FM: MEGUI_BUILD_PO_ITEM_PLUGIN

CREATE OBJECT item_view EXPORTING

im_dynpro = '1303'

im_prog = megui

im_max_tabs = 35 "IS2ERP IS-OIL

im_pattern = 'TABIDT%'

im_model_holder = l_multimodel_holder.

You canno't have more than 35 subviews if you have IS-OIL implemented.

View solution in original post

1 REPLY 1

Former Member
0 Kudos

I have the same problem but i find the cause:

FM: MEGUI_BUILD_PO_ITEM_PLUGIN

CREATE OBJECT item_view EXPORTING

im_dynpro = '1303'

im_prog = megui

im_max_tabs = 35 "IS2ERP IS-OIL

im_pattern = 'TABIDT%'

im_model_holder = l_multimodel_holder.

You canno't have more than 35 subviews if you have IS-OIL implemented.