cancel
Showing results for 
Search instead for 
Did you mean: 

Error during XML => ABAP conversion

former_member191111
Participant
0 Kudos

Hi !

I am posting Z message type from R3 to SRM SUS 4.0 through XI 3.0 .

It's passed from XI & showing following error in SUS :

**************************************

<SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>

SAP:Stack>Error during XML => ABAP conversion (; error ID: ; ( )) PARSE_APPLICATION_DATA Error during XML => ABAP conversion (Request Message; error ID: CX_ST_GROUP_MISSING_CASE; (/1SAI/TXS00000000000000000023 XML Bytepos.: 835 XML Path:

**************************************

I haven't written any thing into mine Z Inbound Proxy Class.

<b>Is it checking Inbound Proxy Class while Parsing XML ?</b>

Looking forward responses...

Regards

Sachin S Murab

Accepted Solutions (0)

Answers (2)

Answers (2)

sanjeevdixit
Newcomer
0 Kudos

Hi,

I am using the standard object and still getting the error. The message is successfully processed in XI but fails in SCM any clues / suggestions. Thanks,

Error during XML => ABAP conversion (Request

Message; error ID: CX_ST_MATCH_ELEMENT;

(/1SAI/TXSD49C4E9FA23B1EB729C7 XML Bytepos.: 71

XML Path: ReplenishmentOrderNotification(1) Error

Text: System expected the element

'ReplenishmentO

rderNotification'))

<SAP:P4>XML Bytepos.: 71 XML Path: ReplenishmentOrderNotification(1) Error Text: System expected the element 'ReplenishmentOrderNotification'</SAP:P4>

Thanks,

Jeevs

Former Member
0 Kudos

ill recomand check your input XML Message and Proxy DataFormat.

if input message were SAP Standard Object then you need Check SP Version.

Former Member
0 Kudos

Hi,

If u have changed your design time objects and haven't generated ur proxies again, u might get this error. Try regenrating ur Proxy objects again and don't forget to activate them.

FYI..

<i>If no standard deserialization exists, the exception CX_ST_GROUP_MISSING_CASE occurs.</i>

refer to this link....

http://help.sap.com/saphelp_nw04/helpdata/en/6b/fafd3f0521c842e10000000a1550b0/content.htm

Cheers,

Siva Maranani.

former_member191111
Participant
0 Kudos

Hi Siva !

I have written my own Inbound Proxy Class but still same error is there .

I am not getting the place where I have to write the Case Statement .In your weblog root signifies the Elemnt

Used in Data Type Creation or what ?

Looking forward your response..

Regards

Sachin

Former Member
0 Kudos

Hi,

>><i>I have written my own Inbound Proxy Class but still same error is there .</i>

Are u not useing the ABAP Class that is generated when u created the Proxy. U should use this ABAPClass to write your implementation.

>><i>I am not getting the place where I have to write the Case Statement .</i>

U mean to say the implementation part.

The code to handle the data in written in ABAPClass --> EXECUTE_SYNCHRONOUS/ EXECUTE_ASYNCHRONOUS method.

>><i>In your weblog root signifies the Element Used in Data Type Creation or what ?</i>

I did not get what u meant by "root". can u tell me what are u exactly refering to..?

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

Cheers,

Siva Maranani.

Former Member
0 Kudos

Hi,

I have the same exception when a Web Service returns me an object exception.

How can I check if a deserialization standard exists?

Best Regards,

Raffaele