cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of a shipping notification for a PO in EBP from a XML file via XI

Former Member
0 Kudos

Hi everybody.

We are trying to create a shipping notification for a Purchase Order in Enterprise Buyer from a XML file via XI.

For to do it, we are using ‘DespatchedDeliveryNotification_In’ message interface (transaction SPROXY).

But when we execute it, the system show us next message: ‘An error occured within an XI interface: An exception with the type CX_GDT_CONVERSION occurred, but was neither handled locally, nor declared in a RAISING clause Programm: SAPLBBP_BD_MAPPING_SAPXML1; Include: LBBP_BD_MAPPING_SAPXML1F5B; Line: 4’

No more information is available.

Is there any additional transaction to see more information about the error message?

Is there any documentation about this XML file, mandatory fields, examples…?

We populated some fields in our XML file, but we do not know if the problem is with mandatory fields, data, program error…

I will thank for any information

Thanks in advance.

Raúl Moncada.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Vijaya

Report SPRX_TEST_INBOUND is not available is our system. And I can not find any OSS note about your report.

Could you send me more information about report SPRX_TEST_INBOUND?

We are working with SRM_SERVER 5.00 SP SAPKIBKS08.

Regards.

Raúl Moncada

moorthy
Active Contributor
0 Kudos

Hi Raul,

Probably she is talking about report SPRX_PAYLOAD to check the payload..

But you can check the proxy message structure once again.. and activate once again

Regards,

Moorthy

STALANKI
Active Contributor
0 Kudos

chk this blogs for proxies

Server Proxie:

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Client Proxie

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Activate proxie

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

monitoring

/people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy

Former Member
0 Kudos

Hi Raul,

Check out report SPRX_TEST_INBOUND.

Here you have to put the Interface and method name. check on the Native XML and put you XML from the Payload.

You have to actually put break point at the point where this interface is being call so that you can debug your code.

The error is because of some missing data I think or wrong format of the data.

Regards

Vijaya