We are hiring and constantly growing! Have a look through our vacancies to find the right role for you!
... ${p1 = dobj1 p2 = dobj2 ...$}
$| ${p1 FROM dobj1 p2 FROM dobj2 ...$}
$| (ptab) ...
1. ... p1 = dobj1 p2 = dobj2 ...
2. ... p1 FROM dobj1 p2 FROM dobj2 ...
3. ... (ptab)
A data cluster can be defined statically by a parameter list in the form p1 = dobj1 p2 = dobj2 ... or p1 FROM dobj1 p2 FROM dobj2 ... and dynamically by specifying a parenthesized internal table ptab. Here the system searches for the data stored in the data cluster under the names p1, p2, .... The case of the names in the data clusters depends on how they are specified in the ABAP runtime framework. If specified statically (b1, b2, ...), uppercase is used. If specified dynamically in rtab, the case used there is used.
If the data cluster is too big for the memory, an exception is raised.
... p1 = dobj1 p2 = dobj2 ...
... p1 FROM dobj1 p2 FROM dobj2 ...
In static cases, the content of the data objects dobj is stored under the names p1, p2,
... in the cluster. The name of a parameter p1, p2, ... is converted to uppercase letters
and can have a maximum of 255 characters. The specifications p1 = dobj1 p2 = dobj2 ... and p1 FROM dobj1
p2 FROM dobj2 ... have the same meaning. All data types can be used for the data object dobj,
except reference types or data types that contain reference types as components. If a data object dobj is an internal table with a
header line, the
table body is addressed instead of the header line. When an
enumerated object is used, the enumerated value is flagged as an enumerated type and saved in the basic type.
Alternative Language Constructs
Export of three numbers to a data cluster of the DDIC database table DEMO_INDX_BLOB and import of the same three numbers to the components of a structure.
... (ptab)
In the dynamic case, the parameter list is specified in an index table ptab with two columns. These columns can have any name and must be of the type "character". The first column in ptab must contain the names of the parameters, and the second must list the data objects in any case. The names of the data objects are used exactly as specified in the first column of ptab. If the second column is initial, the name of the parameter in the first column must match the name of a data object. The data object is then stored under its name in the cluster. If the first column of ptab is initial, an uncatchable exception is raised.
Dynamic export of data to a data cluster on the DDIC database table
DEMO_INDX_BLOB. The names in the first column
of ptab contain lowercase letters, which means that the data can only be imported by being specified dynamically. The second column, on the other hand, is not case-sensitive.
Leave us your contact details and we will call you back. Fields marked with * are mandatory.
We offer holistic SAP solutions from a single source to shape digital change and develop new business areas.
Switzerland
Schaffhausen
Germany
Mannheim, Düsseldorf, Munich
USA
Haverhill
Greece
Thessaloniki