Ansicht
Dokumentation

PD_GRAPHICAL_OBJECT_DEFINE - Convert object with relationship to graphical format

PD_GRAPHICAL_OBJECT_DEFINE - Convert object with relationship to graphical format

CL_GUI_FRONTEND_SERVICES - Frontend Services   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Conversion of PD object information in structure GSUOBJC. Reporting is carried out on the field strings OBJECT (structure OBJEC) and ENTRY (Struktur GDSTR) and the relevant tables of GSUOBJC completed.

In addition, the user can determine the pointer on the superior object by specifying the relevant structure index.

Example

Function module PD_OBJECTS_CREATE:

CALL FUNCTION 'STRUCTURE_ENTRY_GET'
EXPORTING INDEX = ROOT-PSTRU
DEPTH = DEPTH0
CB_NR = HANDLE
IMPORTING OBJECT = OBJECT
ENTRY = ENTRY.
IF ENTRY-SUBRC NE 0.
EXIT.
ENDIF.
...
CALL FUNCTION 'PD_GRAPHICAL_OBJECT_DEFINE'
EXPORTING OBJECT = OBJECT
ENTRY = ENTRY
PUP = INDEX
IMPORTING GRAPH_OBJECT = CHANGED_OBJECTS.
APPEND CHANGED_OBJECTS.

Notes

Further information





Parameters

ENTRY
GRAPH_OBJECT
OBJECT
PUP

Exceptions

Function Group

PDSU

CL_GUI_FRONTEND_SERVICES - Frontend Services   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 1192 Date: 20240605 Time: 175831     sap01-206 ( 21 ms )