Answer Posted / arjun
Formatted output of the time:
DATA TIME TYPE T VALUE '154633'.
WRITE (8) TIME USING EDIT MASK '__:__:__'. "Output:
15:46:33
If the output length "(8)" was not specified here, the
output
would be "15:46:" because the implicit output length for the
type T is 6.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Differentiate screen painter from menu painter.
What is database view ? : sap abap data dictionary
What are the parameters used in each function?
What are the page windows?
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What is smart forms? : abap hr
Explain about drill down report?
How do you restrict the data to be entered in the payroll area? : sap abap hr
What are the function module in bdc?
What is the difference between skip and reserve?
What is the use of buffering?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
How to set an Enhancement point for a custom report?
Explain how to Handle the internal tables in ABAP?