cancel
Showing results for 
Search instead for 
Did you mean: 

BLT

Former Member
0 Kudos

Hi,

Can anybody tell me how to do this,

I have to fetch the details of all the flights that travel from 'JFK' to 'FRA'.'JFK' & 'FRA' are respectively the "AIRPORTFR" & "AIRPORTTO".This has to be done by using BLT.

Thanks in Advance

Satish

View Entire Topic
Former Member
0 Kudos

Hi Kishore,

I have mapped SAPJcoInterface-Response to xmlcontent of XmlSaver(Configuration links of XMlSaver)

& got the output in the text file as

<?xml version="1.0" encoding="UTF-8"?><ZZBAPI_FLIGHT_GETLIST>

<INPUT><AIRLINE/><DESTINATION_FROM><AIRPORTID/><CITY>JFK</CITY><COUNTR/><COUNTR_ISO/></DESTINATION_FROM><DESTINATION_TO><AIRPORTID/><CITY>FRA</CITY><COUNTR/><COUNTR_ISO/></DESTINATION_TO></INPUT>

<TABLES><FLIGHT_LIST/><RETURN><item><TYPE>E</TYPE><ID>BC_IBF</ID><NUMBER>052</NUMBER><MESSAGE>City JFK unknown</MESSAGE><LOG_NO/><LOG_MSG_NO>000000</LOG_MSG_NO><MESSAGE_V1>JFK</MESSAGE_V1><MESSAGE_V2/><MESSAGE_V3/><MESSAGE_V4/><PARAMETER/><ROW>0</ROW><FIELD/><SYSTEM>ERPCLNT020</SYSTEM></item><item><TYPE>E</TYPE><ID>BC_IBF</ID><NUMBER>052</NUMBER><MESSAGE>City FRA unknown</MESSAGE><LOG_NO/><LOG_MSG_NO>000000</LOG_MSG_NO><MESSAGE_V1>FRA</MESSAGE_V1><MESSAGE_V2/><MESSAGE_V3/><MESSAGE_V4/><PARAMETER/><ROW>0</ROW><FIELD/><SYSTEM>ERPCLNT020</SYSTEM></item><item><TYPE>E</TYPE><ID>BC_IBF</ID><NUMBER>001</NUMBER><MESSAGE>Errors occurred</MESSAGE><LOG_NO/><LOG_MSG_NO>000000</LOG_MSG_NO><MESSAGE_V1/><MESSAGE_V2/><MESSAGE_V3/><MESSAGE_V4/><PARAMETER/><ROW>0</ROW><FIELD/><SYSTEM>ERPCLNT020</SYSTEM></item></RETURN></TABLES>

</ZZBAPI_FLIGHT_GETLIST>

Is it the right solution

Thanks in Advance

Satish

Former Member
0 Kudos

Hi sathish,

It is not the right soultion.The format is right.

In Return > TYPE-> E. It indicates the error.

Check in the SAP system whther the data is there for these cities.

Regards,

Kishore

Message was edited by:

kishore kumar

Former Member
0 Kudos

Hi

Close your thread, if it is answered

thnks

Muzammil