What is the purpose of Edit Masking?

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


Please Help Members By Posting Answers For Below Questions

How to give programe name as input in BDC report of abap ?

1724


What is a currency factoring technique?

696


What are the classifications of the sap abap data classes?

610


In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?

1808


singleton class

931






What are the differences between sap memory and abap memory?

574


Explain difference between primary key and unique key?

515


What will you code in start-of-selection & end-of-selecton & why?

574


Can you delete data element, which is being used by table fields?

797


Can you define a field without a data element?

558


Difference between .Include and .append?

738


How do you find if a logical database exists for your program requrements?

603


What are the differences between se01, se09 and se10?

529


What is IMG in SAP?

709


Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?

563