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 |
I have multi use BAdi,i implemented 5 time for that BAdi.so want to give sequence for that like First implementation 4 second 3 .. .. So how it is possible?
Program lines for the radio button selection and unabling some input variables in section screen
What are the mandatory fields to be filled in Transaction VA21 for 'Creation of sales order Quotation'.
Can we write the code both call transaction and session method in single program?
how to create interactive report from alv ?
What is the Difference between Header and Item in ABAP? VBAK-Sales Order Header,VBAP-Sales Order Item, how can u use these tables in one query,means by using these tables write a select query.
How to write file to application server?
3) Will 50,000 records be uploaded directly into APP's Server?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What are the different types of the variable in the sap abap?
how to run bdc program in background?
How would you debug custom programs at runtime?