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 is meant by authorization? : sap abap hr
In the MM module for finding out the standard cost what is the view one has to look at?
What is amdp (abap managed data procedures)?
What is the procedure you followed to upload the data?
How is conversion of data types done between abap/4 & external level?
How do you execute the payroll
Explain pai and pbo.
What is the table buffer? Which type of tables used this buffer?
What is the difference between skip and new-line?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What are the list of screen elements?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What are the requirements a dialog program must fulfill?
What are types of select statements?
Explain what is sap script?