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 |
when we use subroutines and function modules
how can i access SAP through internet?
while creating table in ECC 6.0,it'll ask for enhancement Catagory?What is that?
hw to explain scripts? like medruck, rvorder01, rvinvoice. help me, coz my resume is almost prepard bt nt geting confidence to attend interview bcoz i dnt knw hw to xpain few objects
How to write message without using message class in report? How to go to edit mode in classical display report, means that how to edit one of the column after displaying classical report, not in ALV.
Identify the valid statement when coding a field exit (a) SUBMIT RSCA101X. (b) MESSAGE E101. (c) MESSAGE I101. (d) BREAK-POINT.
What are the restrictions on subscreens?
what is the differenc between table control and table control wizard?
What are the system fields you have worked with? Explain?
The structure of a table has been changed in the ABAP/4 Dictionary. Which of the following adjustments in the relevant database table is correct, if you want to retain the previous data?
1.Have you created custom table? Do you always use existing data elements and domains or create new ones? whatis the transaction code to see existing data elements and domains? 2.Performance wise inner join is better or For..ALL entries? why? 3.Where will you place data element domain and field together in an ABAP Program? 4.How will you pass the data/programs from one system to other system? 5.How will you print TOP-OF-PAGE in ALV Report?How will you make ALV Report interactive? 6.In Interactive report if i try to go to 20th list and my report has only 19 list what will be output? 7.Have you worked on Function Modules?How will you raise EXCEPTIONS in function modules? 8.Why you say Call transaction is faster than session? 9.How the business is carried out in your organisation?How did you get specs for coding ? Explain me complete step by step scenario from client deciding to switch SAP to your role of coding and after coding explain me how the object reaches back to client? Dont explain me about 5 phases like Business blueprint,realization etc? 10.To find User exit in SD module we can use development class VMOD and find out related exits. Which development class you use for MM FICO and PP Modules?
what is synchronous and asynchronous updates in BDC's, whats their difference ?