RE:[sap-abap] How to add some hours to Time field UZEIT
Posted by
Admin at
|
Share this post:
|
0 Comments
on 06/29/2009 07:21:00 AM
Hi VBA & Anurag,
I got FM "DIMP_ADD_TIME" which resolved my problem
Here is the code for reference if anybody required...
CALL FUNCTION 'DIMP_ADD_TIME'
EXPORTING
iv_starttime = gt_blpk-uzeit
iv_startdate = gt_blpk-datum
iv_addtime = '053000'
IMPORTING
EV_ENDTIME = lv_uzeit
EV_ENDDATE = lv_datum .
Thanks a lot.
regards,
Prakash __.____._
Copyright © 2009 CEB Toolbox, Inc. and message author.
Toolbox.com
4343 N. Scottsdale Road
Suite 280
Scottsdale, AZ 85251
Toolbox.com
4343 N. Scottsdale Road
Suite 280
Scottsdale, AZ 85251
In the Spotlight
Centrify: centrally secure cross-platform systems & web apps View Vendor Profile
View this post online
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion