Why first check bapi , if not available go bdc ?
Answer Posted / praveen
Can't we directly create bdc ?
Why we should check availability of bapi?
In what way BAPI is advantage?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define spool request?
How do you read files from the application server ? : abap bdc
Setting up a BDC program where you find information from?
when does a list get sent to the screen on the presentation layer?
What are multiple use BADIS?
What are the various types of selection screen event?
Explain what is the significance of hide?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
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.
From Excel to ABAP - Is batch mode possible ?
What are internal tables? : abap hr
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
How many detail lists can be created in interactive reporting?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Explain the advantages of different types of bdc's?