‎2008 Jun 24 11:43 AM
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.
‎2008 Jun 24 11:50 AM
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
‎2008 Jun 24 11:54 AM
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.
‎2008 Jun 24 12:25 PM
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.
‎2008 Jun 24 3:09 PM
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....