Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
PROGRAM | SYST-REPID | C | 40 | SY-REPID | X | Program name for CUA information |
STATUS | SYST-PFKEY | C | 20 | SPACE | X | Status for CUA information |
WINID | NET_GRAPH-WINID | C | 8 | X | Window ID |
Parameter | Reference | Length | Optional | Text |
---|---|---|---|---|
EXCLUDING | SGRCEXCLUD | 20 | X | Table for function code exceptions |
Exception | Text |
---|---|
INV_CUA_INFO | Error in the menu definition |
If you have defined interface elements with the Menu Painter, This function module is Menu entries which trigger direct actions in the graphics program aredefined by standard function codes. These function codes are defined inthe reference screen. They can be accessed via Include menus. The following reference screens are available:
To create application-specific menu entries, use function codes thatbegin with the letters X, Y or Z. If the dialog user selects a menuentry, the function code is reported directly to the ABAP program. The ABAP program analyzes the function code with the following returnparameters of the respective function module: ,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,CUA_ID = If you are using a customer-defined user interface, you need to specifythe user interface status before calling the graphics program. To dothis, use the appropriate parameters of the function moduleGRAPH_SET_CUA_STATUS. Do not use GRAPH_SET_CUA_STATUS and GRAPH_ACTION (or CNET_GRAPH_ACTION)in the same program since the data for the interface elements will beoverwritten. Program name Status Exception table (e.g. with 1 field C(4)) Function codes contained in this table will not be transferred to thegraphic. |