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 field groups?
Different between Interface and Abstract classes?
Explain the properties of selection screen?
What happens Update command is used without where clause ?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What is its?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What are the screen painter and menu painter?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
How many types of buffering? : abap data dictionary
What are the types of the programming language used in the sap abap software?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What are the two methods for modifying sap standard tables?
How do you Export a session ?
What is the collect statement? How is it different from append?