Application Development 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: 

VL71 call from XI

Former Member
0 Kudos

Is there a BAPI or an IDoc I can use in order to trigger VL71 from outside SAP.

Thanks,

Parimala

1 ACCEPTED SOLUTION

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Parimala!

Have a look at Bapis:

BAPI_LIKP_GET_LIST_MSG

BAPI_LIKP_PROCESS_MSG

BAPI_LIKP_PROCESS_MSG_DIRECT

With them you can handle delivery messages.

Regards,

Christian

2 REPLIES 2

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Parimala!

Have a look at Bapis:

BAPI_LIKP_GET_LIST_MSG

BAPI_LIKP_PROCESS_MSG

BAPI_LIKP_PROCESS_MSG_DIRECT

With them you can handle delivery messages.

Regards,

Christian

0 Kudos

Thank you.