cancel
Showing results for 
Search instead for 
Did you mean: 

Spaces in RFC calls

Former Member
0 Kudos

Hello guys,

we actually have a table in XI in wich some values are ' 123'.

As you can see the value has an space before the number.

We are calling a bapi to select in the table, and we are sending the value with the space, but someplace the space is being lost and we can not select the value.

An example:

In the table we have LIFNR = ' 123' and KNREF = '10' and ABLAD = '10'.

We call a bapi in the java mapping with the same values for LIFNR and KNREF to select the field ABLAD.

Debuggin in java, we see that we are puutting the LIFNR with the space, but in some place it seems that spaces disappear and we can not select the value.

Do you know how to put the space in tha java code for the bapi, or if there is an special character we have to put?

It is possible that in the tables have spaces or will never run?

Many thanks in advance.

Regards,

Xavier.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you checked the Data Type definition, on the details of the element you can specify to preserve the white space.