How can u transfer the data from one itab to another
without using move & write statements?
Answer / yuni ratmiani
Transfer data can using command
APPEND LINES OF itab1 [FROM idx1] [TO idx2] TO itab2.
or
using itab1[] = itab2[].
Is This Answer Correct ? | 13 Yes | 0 No |
Name a few data dictionary objects? : abap data dictionary
How to change selection screen dynamically?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
what is mean be On Change of in Control Break statement
You have written a program for displaying a report on the screen. It is working fine and is displaying the report on the screen. now I change the resolution of my system and again I run the same program. what will be the output?
What are the basic object types? : sap abap hr
when u already have predefined tool LSMW for uploading data....which is more easy and efficient to use and les sprogramming is required..then whats the need to write a program in BDC.... whats the main purpose....?
what is the role of ST05 in performance tuning?
What is the table, which contain the details of all the name of the programs and forms?
What is Macro
what is actaul procedure of session method of bdc. pls me complete steps.
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?