‎2006 Jun 19 10:36 AM
hi i need a small info plz help me out,
for methods of our own business object,we can have them as dialog or synchronus or return type,i would like to know more about the dialog type,how does bapis behaves in dialoug mode.please make me clear
‎2006 Jun 19 10:39 AM
Babita,
Take a look at the BAPIVENDORCREATE. This is a dialog BAPI that you are looking for. As such there is not much difference and just that it throws the screen for data entry purposes.
I don't these can be called from a external system.
regards,
Ravi
‎2006 Jun 19 10:44 AM
Hi Babita,
Here is brief explanation so as to start off :
<b>Dialog:</b> Indicates that interaction with user is needed while executing a method.
<b>Sysnchronous:</b> Control will wait till completion of methods' execution.
<b>Result parameter:</b> Method's return value will be populated in Result pameter defined for this method.
Hope this helps.
Regds,
Akshay Bhawgat
Note: Pls mark helpful answers.