2010 May 28 9:41 PM
Hi,
I have RFC function module which works well when executed in debugg mode where as in normal mode it doesnt work as the time stamp is not changed and the record cannot be created with the same timestamp.
Can anybody suggest any solution on how to change the current timestamp when still in the same LUW.
Regards,
Roberts.
Hi,
I have RFC function module which works well when executed in debugg mode where as in normal mode it doesnt work as the time stamp is not changed and the record cannot be created with the same timestamp.
Can anybody suggest any solution on how to change the current timestamp when still in the same LUW.
Regards,
Roberts.
2010 May 28 10:18 PM
Hi,
Use:
T1 = SY-UZEIT.
GET TIME.
T2 = SY-UZEIT.T1 will be different from T2
Best regards,
Leandro Mengue
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |