Skip to Content
0
Former Member
Jan 15, 2008 at 09:11 PM

Web Services from ABAP function modules return values- leading zeros

75 Views

I am using several web services from SAP CRM (5.0) that were created from Function modules ( I am assuming that that they are in ABAP).

I can call the web services fine and they work as expected, but I am seeing a lot of leading zeros in the return values of fields in tables from the Web service.

The ABAP er’s are telling me that they cannot see the leading zero’s.

So my question is where these are appended to the values in the whole process. When I execute the Function Module in SAP CRM from transaction SE37 I can see the leading zeros. So I think that this is something that has to be handled by the ABAP er’s and not in the client consuming the web service.

Are the functions in SAP CRM that can remove leading zeros for fields in a table (that is an export parameter?)

Jawahar