what is the purpose of TYPES keyword?
Answer Posted / atul katiyar
types statement is used to create own data type..
example.
types m type c.
data m1 type m.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Define batch input session?
Explain the differences between sap memory and abap memory?
What are base tables of an aggregate object?
How can we upload a text file having delimiters in to legacy system?
Can a filed occur in several field groups? : abap modularization
What is an internal table?
Explain what are the events in screen programming?
What is update task
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is an update task? : abap modularization
Define infotype ? : abap hr
Name some data dictionary objects?
What is tcode se16?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is help view?