cancel
Showing results for 
Search instead for 
Did you mean: 

Module Pool Program Error

former_member606508
Participant
0 Kudos

Hi,

I'm getting an error while getting inside a module pool program in SE51 and the error says:

"Element in <Program Name, Screen Number> has an Invalid value for row, column or length"

I understand that there is some dimensional issue inside the program layout but now it is not allowing me to go inside. In the initial screen i.e., SE51 itself im getting this error and not able to go inside of layout to fix this. Could you please let me know how would i go inside the program layout to fix the error.

Thank you

FredericGirod
Active Contributor

Could you post a screenshot ?

Sandra_Rossi
Active Contributor

I wonder how such an error can happen (to be able to save a dynpro with such an error). It must be a standard bug. Did you check SAP notes? Contact SAP support if you don't find a SAP note. Or delete the dynpro and recreate one from scratch.

FredericGirod
Active Contributor
0 Kudos

Did you try to copy this screen to a new program ? (se80 right click)

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member606508
Participant
0 Kudos

Note 744696 talks about table control but i do not have any table control in screen. Note 611911 asking to move back to previous screen and then make necessary changes. It make sense but i do not see any version of this program in my development system. However i do have a version in QA system created way back in year 2012. May be i will ask BASIS if they can move QA version to DEV. But i guess i can not do anything here in DEV system right now.

Please let me know your comments.

FredericGirod
Active Contributor

If the version in QA works, and your admin does not want to make a manual TR, you could use tool like ABAPGit to export / Import it with ZIP

https://github.com/larshp/abapGit

(use Answer to propose a solution, and comment to make a comment on a proposal)

former_member606508
Participant
0 Kudos

Using ABAPGit looks good idea but can i upload/download a module pool program in this?

FredericGirod
Active Contributor
0 Kudos

It seems to be a known SAP issue

744696 - Error 37 017: Screen with table control is defective

611911 - Graf.ScreenPainter: Screen unreadable after DDIC transfer

If you have a previous version of the screen, check the DDIC structure used in table control. Check if this DDIC objects have been change recently.

former_member606508
Participant
0 Kudos

Yes Frederic, i just tried and same error in copied version as well:

former_member606508
Participant
0 Kudos

Hello Frederic, Sandra,

Here is the screenshot. Deleting and redrawing the screen will be little too much for me for now as they are using it since past many years and this has so many controls. I was just checking if there is some mistake from side before raising it to SAP.

Thank you