Calling the Browser and Controlling Layout and Behavior

A browser is called with the standard userexit iwf_brw_ent. It is usually passed a driving entity and a browser list in order to supply the data of the top level, e.g iwf_brw_ent MED-ARTICLE MED-ARTICLE-BRW. You can use the following additional modifiers. They control layout and behavior of the browser.

Modifier Explanation
/name Sets the title of the tab. The entity name in the standard parameter string is the default value.
/bitmap = filename.bmp Sets an icon left of the title.
/close = NO Deactivates the Close button.
/NTR No Top level Refresh. Prevents the browser from requesting the road object again after a refresh. Only the data are refreshed, but not the structure. This feature is important in order to keep temporary structures unchanged.
/cleanup Userexit name Sets a Post_Browser userexit. Just like a Post_Mask userexit, this userexit is called after initializing the browser and immediately before the client gets control back.
/OPENALL Opens the total structure immediately after calling the browser*.

Attention! *Do not set the option /OPENALL for recursive structures.