on 2012 Jan 11 11:05 AM
Hi,
I am looking for help on Opeartion in Time Management to clear the temporary variables created during evaluation.
Ex:
*
****
HRS=10.001
ADDVSKITF
So KITF variable will have 10.001 and so on till the calculation goes on.
How can I clear those temporary variables to zero values.Which operation do I use.
ZVR2 * ****
ZERO=&KITF
ZERO=&HYJ
This doesnt help...there is no operation with the name ZERO in SAP.
Appreciate your help.
Hi, After your Calculation is done make Zero by using HRS.
After Calculation part
HRS=0
ADDDBTime Type.
This will make zero to that time type.
Reg,
Srini
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
HRS=KKITF
HRS*1-
addvskitf
Enough it will intialize as zero.
You can take another variable right in case any business mapping purpose instead of initialize zero.
Edited by: ERP12345 on Jan 11, 2012 12:32 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use ZERO= NRA and then ADDWT&KITF and then ADDWT&HYJ.
Thanks,
Ameet
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
9 | |
7 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.