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
where do we store all custom programs in SD module?
How do you find the information on the current screen? : abap bdc
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
What are the two ways for restricting the value range for a domain ?
How to display or know if the value entered contains records or not?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What is client in the sap system? : sap abap hr
what is difference between (internal table types)standard table and sorted table in sap abap....
What are types of select statements?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What is sap abap tables?
What is the transaction for recording bdc ? : abap bdc
What are the different window types in sapscript?