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


Please Help Members By Posting Answers For Below Questions

What are field groups?

784


Different between Interface and Abstract classes?

1318


Explain the properties of selection screen?

861


What happens Update command is used without where clause ?

840


What are the two ways for restricting the value range for a domain? : sap abap data dictionary

989


What is its?

844


The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary

1072


What are the screen painter and menu painter?

748


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

2273


How many types of buffering? : abap data dictionary

917


What are the types of the programming language used in the sap abap software?

820


Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?

762


What are the two methods for modifying sap standard tables?

1001


How do you Export a session ?

1638


What is the collect statement? How is it different from append?

763