2007 Feb 27 12:02 PM
Hi,
this is my requirement: When create a shipment (VT01N ) transaction code , i need to do some calucation and finally update into field (VTTK-EXTI1). but it is not updating: iam using FM exits :EXIT_SAPLV56U_004 and EXIT_SAPLV56U_005.
data is coming into internal table , but not upating into field.
please help me
Hi,
this is my requirement: When create a shipment (VT01N ) transaction code , i need to do some calucation and finally update into field (VTTK-EXTI1). but it is not updating: iam using FM exits :EXIT_SAPLV56U_004 and EXIT_SAPLV56U_005.
data is coming into internal table , but not upating into field.
please help me
2007 Feb 27 12:07 PM
Hi Chandra,
Make sure to put the value in i_xvttk and set the updkz field.
Regards,
John.
2007 Feb 27 12:13 PM
Hi..
i have done same.. and what is update field here...
please give more clear.
2007 Feb 27 12:15 PM
Hi,
LOOP AT i_xvttk
WHERE updkz = 'I' OR
updkz = 'U'.
i_xvttk-exti1 = "blablabla".
MODIFY i_xvttk.
ENDLOOP.
Regards,
John.
2007 Feb 27 12:38 PM
hi ,
i have done same thing is not updating table field.
i_xvttk-exti1 = v_finalvicsbol.
modify table i_xvttk.
see the code also..
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |