Hello Experts,
I have and req of triggerring wf for infotype 0014. IN t-code PA30 whn m entering the amount as 300, in BO-RECURRPAY's attributes - Amount,its showing me value as 3000.
To correct this i created a virtual attribute with following code which is working fine -
GET_PROPERTY AMOUNT1 CHANGING CONTAINER.
Tables:PA0014.
Data : V_BETRG(10) TYPE C.
Data: IT_PA0014 type standard table of PA0014.
Write: PA0014-BETRG to V_BETRG Currency PA0014-WAERS.
SWC_SET_ELEMENT CONTAINER 'Amount1' V_BETRG.
Now I have to display this correct amount in the Description of task. For that m including the expression as #_WI_OBJECT_ID.AMOUNT1# but the amount is not displaying here....its juss showing as ZERO.
Plz suggest,
Regards
Nitin