What is the purpose of Edit Masking?

Answer Posted / bibhu

Edit Mask is Used for Editing Output in ABAP Editor.
for example :

DATA TIME TYPE T VALUE '154633'.

WRITE (8) TIME USING EDIT MASK '__:__:__'.
Output:
15:46:33

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization

614


Is there any method apart from bdc for data upload to sap? : abap bdc

609


Difference between sy-tabix and sy-index? Where it is used?

529


Explain what are the events in screen programming?

566


What is sap abap data classes?

599






What is the table buffer? Which type of tables used this buffer?

556


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1758


What is Group by in Select statement?

649


How can we set the tablespaces and extent sizes ?

565


Setting up a BDC program where you find information from?

656


What is meant by read lock? : sap abap data dictionary

559


Explain the Importance of pa20? : abap hr

629


How to upload more than 2GB file from External Source to SAP?

856


Explain the disadvantage of using exec sql statement in abap?

516


What data is contained in data dictionary? : abap data dictionary

642