cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Mapping to ABAP Proxy

Former Member
0 Kudos

Hello,

I Have a very strange error.

So i send a Message from Java Proxy ->to-> ABAP Proxy.

The Mapping is a XSLT Mapping.

The Mapping everthings fine but the ABAP Proxy get and error like:

Error during XML => ABAP conversion (; error ID: ; ( ))
....CREATE_TRANSACTIONS(1)IT_TRANSACTION(1)item(1)OPERATORQUAL(9) Error Text: Data loss occurred when converting 9134408  Kernel ErrorId: CONVT_DATA_LOSS)) 
.....

Ok the error is normally not so strange, but in my XML Message the tag OPERATORQUAL is empty. The 9134408 ist the last filled tag for the OPERATORQUAL.

Why the ABAP Proxy think there is something in ?

I checked the XML and there is nothing.

But when the proxy think there is something like 9134408 that the error is normal, because the field has only except only 1 Char Values.

Any Idea whats going wrong?

Regards,

Robin

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Robin,

I assume a typing error. Plz control all fields and namespaces in "mapping of request message".

Regard from moscow, Udo

Former Member
0 Kudos

Hi Udo whats up ? ,

Mappings all works fine.

Problem was that blanks was there in the XML Tag that you can't see in the XML view.

This blanks came already from Database.

Know i kill all blanks in XSLT Mapping and it Works !

see you soon and regard from zagreb,

Robin

Answers (0)