sapdev logo background
sapdev logo sapdev logo
Comments

ABAP SYSTEM-CALL POINTER Statement syntax, information and example SAP source code



Return to Statement index


SECRET

SYSTEM-CALL - Saving Addresses and Setting Field Symbols


ABAP_VARIANTS:
1 SYSTEM-CALL POINTER TO ptr.
2 SYSTEM-CALL POINTER FROM ptr.

ABAP_VARIANT_1 SYSTEM-CALL POINTER TO ptr.

What does it do? The data description of the field to which the field symbol is pointed is saved in POINTER ptr .

The 'pointer' ptr must be created using DATA ptr POINTER .

ABAP_ADDITION_2 SYSTEM-CALL POINTER FROM ptr.

What does it do? The field symbol is set to the field whose data description is saved in 'pointer' ptr .

You must create the pointer ptr using DATA ptr POINTER .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SYSTEM-CALL_OO
SYSTEM-CALL_RTTI




comments powered by Disqus