can i use data element or domain in the program and how
Answer Posted / kubera naidu
Hi,
You can use data element in the program declarations...
TYPES: Begin of type_marc,
werks type werks_d (WERKS_D is data element)
--- --- ---
--- --- ---
End of type_marc.
TYPES: Begin of type_marc,
werks type marc-werks, (Table field)
--- --- ---
--- --- ---
end of type_marc.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What are the steps in creating screen ?
Define the various contents of technical specifications ?
Value table VS check Table.
What are local objects?
How can you find the field/data underlying a transaction?
What is gui status? How to create /edit gui status?
Describe the data classes?
What is full form of bdc session? : abap bdc
What is sap luw or update transaction?
Differentiate between abap memory and sap memory?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
What do you understand by work area and internal tables in abap? Why do we use it?
What are the tcodes for performance tuning?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary