2008 Jan 10 9:50 AM
Hello friends
Iam using 'BAPI_PO_CREATE1'. Some times Item condition values are calculated as multiplied by 10.
I can't understand how do handle these?
2008 Jan 10 9:54 AM
Hai,
Try this:
IF wa_itmcond-currency IS INITIAL OR
wa_itmcond-currency EQ '%'.
wa_itmcond-cond_value = wa_itmcond-cond_value / 10.
ENDIF. "wa_itmcond-currency
Hello friends
Iam using 'BAPI_PO_CREATE1'. Some times Item condition values are calculated as multiplied by 10.
I can't understand how do handle these?
2008 Jan 10 9:54 AM
Hai,
Try this:
IF wa_itmcond-currency IS INITIAL OR
wa_itmcond-currency EQ '%'.
wa_itmcond-cond_value = wa_itmcond-cond_value / 10.
ENDIF. "wa_itmcond-currency
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |