Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi as dialog

Former Member
0 Likes
442

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

2 REPLIES 2
Read only

Former Member
0 Likes
356

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

Read only

Former Member
0 Likes
356

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.