Ansicht
Dokumentation

ABENOO_OBS_MOVE_1 - OO OBS MOVE 1

ABENOO_OBS_MOVE_1 - OO OBS MOVE 1

rdisp/max_wprun_time - Maximum work process run time   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Cannot Use the MOVE PERCENTAGE Statement

You cannot use the MOVE PERCENTAGE in ABAP Objects.

In ABAP Objects, the following statement causes an error message:

MOVE c1 TO c2 PERCENTAGE n.

Correct syntax:

DATA l TYPE i.

DESCRIBE FIELD c1 LENGTH l.
l = l * n / 100.
MOVE c1(l) TO c2.

Cause:

If necessary, you can assign a percentage of a field to another field using other statements.






SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 666 Date: 20240328 Time: 214342     sap01-206 ( 11 ms )