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

ABAP - Additional Data B Screen Not Displayed

Former Member
0 Kudos
1,434
screen-of-adb.jpg

Hi Gurus,

I'm countering an issue with Additional Data B secondary screen Display via VA01/02/03.

The display of the screen is cut in half so I can only view half of it, after making sure that the display in the screen painter is correct, the sizing of the screens (main & custom defined) are of good proportions to display all fields, I cannot find any other reason why this is happening. Any idea??

Regards.

1 ACCEPTED SOLUTION

RaymondGiuseppi
Active Contributor
826

If you look for header add. data B, the subscreen area was only defined as 15x81, check subscreen 4312 container for user screen 8309, if it's for item look at 4462 container for user screen 8459, check for your version?


Regards,

Raymond

5 REPLIES 5

SimoneMilesi
Active Contributor
826

Hi Muhja,

i faced the same issue after upgrading to 740.

You have to check if your custom screen 8309 is placed into a subscreen in 8300 (if i recall correctly) and adapt that.

0 Kudos
826

Sorry, it's not 8300, but a 4something.... Sadly in my actual release the situation is a bit different and I cannot recall which is the right "main" screen.

If you check in debug at PBO event of your subscreen, you can check the calls and find out the correct screen.

RaymondGiuseppi
Active Contributor
827

If you look for header add. data B, the subscreen area was only defined as 15x81, check subscreen 4312 container for user screen 8309, if it's for item look at 4462 container for user screen 8459, check for your version?


Regards,

Raymond

Former Member
0 Kudos
826

Thanks Simone & Raymond both are helpful answers appreciate the rescue

0 Kudos
826

If this resolved the issue then kindly pick a best answer to let others know that no further replies are needed. Otherwise it still shows up as unanswered.

Thank you.