Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide external subscreen field from main program

Tags:

abap

dynpro

Is there a way from the main screen PBO to hide a subscreen field?

The subscreen is defined in a different Function group.

like image 200
FC777 Avatar asked Apr 09 '26 05:04

FC777


1 Answers

This is not possible: From the viewpoint of the main screen, the subscreen area is just a single element without further internal structure and cannot be examined or modified in detail. You would have to adapt the subscreen program to accept the screen modification data through some more or less generic programming interface and then perform the modification itself.

like image 60
vwegert Avatar answered Apr 16 '26 12:04

vwegert



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!