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: 
Read only

problem in subscreen

Former Member
0 Likes
592

hi all,

I am calling a subscreen as below:

CALL SUBSCREEN sub_header INCLUDING g_repid gv_header_area.

where sub_header = screen no 200.

gv_header_area = scree no 300.

There are 4 rows of fields in screen 300.when i add extra fields

below this it is not showing any of the subsequent fields added in the display..please let me know what could be wrong.

Thanks,

Rakesh.

4 REPLIES 4
Read only

Former Member
0 Likes
550

Hi

It's not clear what you're transfering to the variables to manage the subscreen:

- sub_header has to be the name of subarea designed in the main screen

- g_repid the name of program of the subscreen has to be displayed;

- gv_header_area the subscreen has to be displayed

Max

Read only

0 Likes
550

Yes..am passing these values exactly.The screen was displaying earlier.but when i add extra fields it will not show those new fields added.

Read only

0 Likes
550

Increase the size of the subscreen area. You can make it larger than the size of the subscreen's size. In your case subscreen area 200 height and width should be larger than the height and width of screen 300.

Regards,

Lakshmi.

Read only

Former Member
0 Likes
550

hiii,

u r not able to create any sub header in the sub window as it accepts the default GUI header of the main window in which you r calling the sub screen.

thanks....