can i use data element or domain in the program and how
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sayed zohaib hussain
Yes you can use Data Element in program.You can not use
domain in programs because Domain is the technical
attributes of a Data Element.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gopi manjunath
hi,
You Can use data element like.
data: werks TYPE marc-werks, "Data Element
plant TYPE matnr. "Domain
Is This Answer Correct ? | 5 Yes | 4 No |
what is the process of creating quotation using BAPIs.
I have two internal tables itab1 and itab2 and I had move the content of the itab1 to itab2 and then itab1 had to deleted
what is the difference between user-exit & customer-exit?
4 Answers Cap Gemini, IBM, ITC Infotech, LGB, NTT Data, Sony, TCS, Tech Mahindra,
What is a size category?
What is modularization and its benefits? : abap modularization
Explain what is sequence of event triggered in report?
What are the domains and data elements?
26) Explain the Importance of each type of window in scripts?
What are the functions of lock objects?
what is was server in sap
differences between version 4.7 and ecc 5.0
How will you define posting procedures?