what are the prerequisites for using a bapi in your program?
Answers were Sorted based on User's Feedback
Answer / goldie
1) objects should reside in BOR.
2) BAPI BROWSER(check whether it is released or not).
3) from BAPI browser decide which fm has to use in fact go
and check fm with ur sample data.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / goutam
the pre-requisites for using a bapi is 'RETURN' parameter.
with this we can find out errors while using the bapi.
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / raj.neel1
Prerequisites for using a BAPI :
You need to findout the information of BAPI Explorer (or)
BAPI Browser.
The BAPI Explorer availlable as of relaese 4.6a version
instead of BAPI Browser.
The BAPI Explorer is used to upto date latest HTML
Technology and it requires SAP GUI 4.6a version.
Is This Answer Correct ? | 1 Yes | 7 No |
dear PLS TELL ME,COMPLETE PROCEDURE OF SESSION METHOD STEP WITH CODE .MY ID: zaheer_guts@yahoo.co.in
What are the events in ABAP/4 language?
What is collective search help? : sap abap data dictionary
BDC CALL TRANSACTION carry on synchronous processing and update the database both synchronously and asynchronously,where session method carry on asynchoronous processing and update the database synchrousnously.I want to know the meaning of synchronous and asynchronous processing and also the meaning of synchronous and asynchronous database update.
what is the Difference Between session and call transaction?
Work most on which module: name a few tables?
WHAT IS THE USE OF SECONDARY INDEXES AND WHAT IS MAX LIMIT OD SECONDARY INDEXES?
Difference between sy-tabix and sy-index? Where it is used?
How memory management happens for internal tables and work areas in abap?
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
what is the BAPI to get list of quotations for a customer? what is the BAPI to view the details of a quotation?