Ansicht
Dokumentation

PD_GRAPHICAL_KEY_DECODE - Decode graphical object key

PD_GRAPHICAL_KEY_DECODE - Decode graphical object key

rdisp/max_wprun_time - Maximum work process run time   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Conversion of a graphical object key to PD format.

The object key for Structural Graphics is 30 characters long and is
made up of:

  • an internal structure pointer (function module STRUCTURE_BUILD)

  • an object type

  • an object ID

The pointer has 5 characters, the object type has 2 characters and the ID has 23. This enables the graphical display of PD objects (8-character IDs) and also external objects with a maximum of 23 characters in their key.

Example

Function module PD_OBJECTS_INSERT

DATA:
INDEX LIKE STRUC-SEQNR,
OBJECT LIKE OBJEC.

CALL FUNCTION 'PD_GRAPHICAL_KEY_DECODE'
EXPORTING OBJECT_KEY = RETURN_OBJECTS-OBJECT
IMPORTING INDEX = INDEX.
CALL FUNCTION 'STRUCTURE_ENTRY_READ'
EXPORTING INDEX = INDEX
IMPORTING OBJECT = OBJECT.





Parameters

INDEX
OBJECT_KEY
OTYPE
REALO

Exceptions

Function Group

PDSU

BAL Application Log Documentation   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 1284 Date: 20240523 Time: 124447     sap01-206 ( 26 ms )