‎2018 Jun 03 11:14 AM
hi
i add an additional field in sap infoset with sq02 tcode that is link reference to "PLPO-VGW01"
and add one value like "60" to it . when this field used in sq01 tcode the value show 60,000
how can format this field or remove zero ?
thanks you for all
‎2018 Jun 09 1:00 PM
hi
no , does not work.
However, we can solve it by describing the "Write" statement
WRITE PLPO-VGW01 TO xStringValue UNIT PLPO-VGE01 .
But the result is a string
thanks
‎2018 Jun 04 9:06 AM
‎2018 Jun 09 8:21 AM
hi
no . does not work.
However, we can solve it by describing the "Write" statement
WRITE PLPO-VGW01 TO xStringValue UNIT PLPO-VGE01 .
But the result is a string
thanks
‎2018 Jun 11 6:37 AM
‎2018 Jun 09 1:00 PM
hi
no , does not work.
However, we can solve it by describing the "Write" statement
WRITE PLPO-VGW01 TO xStringValue UNIT PLPO-VGE01 .
But the result is a string
thanks
‎2018 Jun 10 4:05 AM
I guess you could add an additional field to the infoset and define it with no decimals. Then in the code of the field, set it equal to PLPO-VGE01. Use the added field in your query instead.