PBO of Maintenance Screen
Use
When you call the maintenance screen for a BRF object for the first time, the PBO modules are processed through. However, if you are already in the process of maintaining a BRF object, after each function code the PAI modules are processed through first, followed by the PBO modules of the maintenance screen.
The PBO modules call the following methods of the current BRF maintenance class:
-
PBO1
-
GET_MENUE
-
GET_TITLE
-
PBO2
-
GET_SCREEN_STRUCTURE
-
FMOD
-
GET_SCREEN_TABLE
-
FMOD_TABLE
-
PBO_CONTROL
Once you have implemented all methods, the data screen is complete on the PBO side. Users can now enter and change data on the screen.
See also the documentation Check on BRF Objects of an Application Class, "Features" section, "General Notes on Use of Results Log by the BRF".