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

Executing BAPIs in BAPI Explorer

Former Member
0 Likes
807

Hi All,

I'm just started with learning with BAPIs.

I've 2 questions -

(1) When BAPI Explorer is used to test the BAPI, all the BAPIs gives an error message "Not logged on in interface XBP" even though i execute the BAPIs after successful execution of "BAPI_XMI_LOGON"

(2) Inorder to know the detailed functionality of each BAPI, is there any design level documents available for BAPIs?

Could anyone please clarify the same ?

Thanks and Regards,

Devi

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
576

Hi,

you can read documentation for your BAPI in Function Builder (SE37) button "Function Module Documentation". I guess you need to call those two BAPIs in sequence. In this case SAP will create use same task for both function calls. You can do it from SE37 - Function Module - Test - Test Sequence.

Cheers

3 REPLIES 3
Read only

mvoros
Active Contributor
0 Likes
577

Hi,

you can read documentation for your BAPI in Function Builder (SE37) button "Function Module Documentation". I guess you need to call those two BAPIs in sequence. In this case SAP will create use same task for both function calls. You can do it from SE37 - Function Module - Test - Test Sequence.

Cheers

Read only

Former Member
0 Likes
576

Hi Martin,

Thanks for the reply. Using the Test Sequence i'm able to execute more than one BAPI.

Regards,

Devi

Read only

Former Member
0 Likes
576

Hi,

and if u want to commit your result, then also you can use sequence testing and add BAPI for commit.

If you have got your answer, please mark this post as answered .

Rgds/Abhi