cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP programming BAPI To XML

Former Member
0 Kudos

HI,

I'm corking for CCMS interface using predefined BAPIs of WAS 620 or 640.

I don't find find some BAPIs in xml and I want to make migration from ABAP BAPIs to XML.

Who could help me and give me some predefined XML BAPIs for SALM_MT_ALERT_DATA_GET and SALM_MT_ALERT_DATA_SHOW (abap bapis from WAS 620).

Best Reagrds,

JKP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jeannot,

I think you are looking for WSDL for these BAPI's. You can logon to ABAP system and run BSP application (Txn SE80->BSP Application-) 'WEBSERVICEBROWSER' to generate WSDL for any BAPI/FM. Please note that WSDL maybe different for WAS 620 and WAS 640.

Cheers,

Sanjeev

Former Member
0 Kudos

Check out the xml possibilities from the JCO.

We use IDOCs with the additional jars and transform them to xml using the JCO xml formatter.

Enjoy