‎2010 Jan 20 6:51 AM
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
‎2010 Jan 20 8:05 AM
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
‎2010 Jan 20 8:05 AM
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
‎2010 Jan 21 1:17 PM
Hi Martin,
Thanks for the reply. Using the Test Sequence i'm able to execute more than one BAPI.
Regards,
Devi
‎2010 Jan 23 6:45 PM
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