Fonction SAP VINET_READ - Read object link

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
AUTH_CHECK 0 SPACE X X := carry out authorization checks
AUTH_TCODE 0 SY-TCODE X Transaction code for authorization checks
DYFIELD 0 SPACE X Screen field for cursor position with message
IND_BUFFER_BYPASS 0 SPACE X X := avoiding the local data buffer
IND_NO_OTHER_LANGUAGE 0 SPACE X X := provide no text in replacement language
KANTE VINET-KANTE C 18 Link number
SPRAS VINET-SPRAS C 1 SY-LANGU X required language for texts

Paramètre Reférence Type Long. Description
KANXT 0 Short text, 40, without explicit DDIC reference
VINET_WA VINET u 343 Work area object networking

Exception Description
INET_NOT_FOUND Link not found


This function is used in the display and change modes.
The change mode generally reads from the database, as the latestinformation status is expected. The texts are displayed in the desiredlanguage (primary language).
IND_BUFFER_BYPASS,, = 'X'
IND_NO_OTHER_LANGUAGE,, = 'X'
The display mode tries to read the local buffer. It only reads from thedatabase if this is not possible. The texts are displayed in theprimary language if the desired language is not maintained.
IND_BUFFER_BYPASS,, = 'X'
IND_NO_OTHER_LANGUAGE,, = 'X'