Ansicht
Dokumentation

ABENOO_OBS_MOVE_2 - OO OBS MOVE 2

ABENOO_OBS_MOVE_2 - OO OBS MOVE 2

Vendor Master (General Section)   ROGBILLS - Synchronize billing plans  
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.






Vendor Master (General Section)   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 666 Date: 20240426 Time: 041748     sap01-206 ( 22 ms )