Table/Structure Field list used by SAP ABAP Function Module GRAPH_REGISTER_CALLBACK (Registrierroutine für Callbacks aus SAP-Graphik)
SAP ABAP Function Module
GRAPH_REGISTER_CALLBACK (Registrierroutine für Callbacks aus SAP-Graphik) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | GRAPH - APPTYPE | Type of graphics program, which sends the event | ||
| 2 | GRAPH - APPTYPE | Type of graphics program, which sends the event | SOURCE VALUE(APPTYPE) LIKE GRAPH-APPTYPE |
|
| 3 | GRAPH - CALLBACK | Name of form routine | ||
| 4 | GRAPH - CALLBACK | Name of form routine | SOURCE VALUE(CALLBACK) LIKE GRAPH-CALLBACK |
|
| 5 | GRAPH - EVENT | Event type in SAP Graphics | ||
| 6 | GRAPH - EVENT | Event type in SAP Graphics | SOURCE VALUE(EVENT) LIKE GRAPH-EVENT |
|
| 7 | GRAPH - HOOK | Cargo information for callbacks | ||
| 8 | GRAPH - HOOK | Cargo information for callbacks | SOURCE VALUE(HOOK) LIKE GRAPH-HOOK |
|
| 9 | GRAPH - WINID | Type of window ID in SAP Graphics | ||
| 10 | GRAPH - WINID | Type of window ID in SAP Graphics | SOURCE VALUE(WINID) LIKE GRAPH-WINID |
|