WHAT IS INTERFACE? HOW MANY INTERFACES
Answer Posted / sudhakkar
to transfer r exchange data between R/3 n R/3 and nonsap to
SAPR/3, interfaces r useful like ALE , BAPI....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the master data necessary before you can start posting in MM?
What is size category?
What are system variable in abap?
What does the ‘suppress dialog’ do?
What is output determination?
Explain get pernr concept when we use logical data base? : abap hr
What are the payroll related Infotypes
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Difference between /N and /BEND?
What is the disadvantage of a call by reference?
Can we use transfer dataset to transfer data in internal table ?
Difference between domain and data element? What are aggregate object?
What is the use of enqueue function module? : sap abap data dictionary
Explain how to Handle the internal tables in ABAP?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.