Application Development 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: 

problem in a transaction after upgrade

Former Member
0 Kudos

Hi ,

I am getting a problem in transaction after upgrade.

I am getting like "Too Many sctions" in a Tab. Its a custom tab in a standard transaction.

But its working fine before upgrade.

Could you please suggest me, what can I do for this.

some more info.

Errors: Dynpro genearation for this scrn has errors.

call tcode SLG1 for object BDT_Dynpro_generate.

And in SLG1 I am getting like this

"Object RERO screen RERO03: too many sctions."

Regards,

sarath

3 REPLIES 3

Former Member
0 Kudos

Send a mail to SAP then they may ask u to implement some note.

Hope u get the solution,

0 Kudos

THis screen is custom screen developed by customer.

I hope SAP will not help for this

0 Kudos

Well if you are willing to invest money, even SAP will help you out, but i guess thats not what you are after :).

The message "too many sections" is quite telling so i suppose you have too much of "something" on that subscreen.

To more preciseley define what "something" may be you could do a where used on MESSAGE 03 of messagle class RERO.

Or try to debug it and set a breakpoint at statement MESSAGE.

This way you should be able to find out of WHAT exactky you have too much. When this is done you probably can think yourself of a way to overcome this.