‎2007 Oct 05 10:17 AM
Hi
I have a problem that the field content field RWBTR in table REGUH shows a negative value , but when i debug my program it does not include the negative sign. The field content shows a positive value.
Any reason why this happens.
if reguh-rwbtr lt 0.
stdrec-13 = '10' . "Credit
else.
stdrec-13 = '50' . "Debit
endif.
‎2007 Oct 05 10:25 AM
Look for the credit or debit indicator SHKZG or somethign similar in the table REGUH.
The + or -ve sign will not be there in the field..it is stored in different field.