cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LPD_CUST Url Parameter with blanks

Former Member
0 Likes
717

Hello,

I´m experiencing a strange behaviour in an URL Application Type in lpd_cust. It´s a setting for the SAP RAR. There is the possibility to set a link behind your own reference id. So for that we´ve set up the URL Application. The URL ist added a extra parameter, the value is taken from the RAR.

So the problem is there are spaces appended to this URL:

http://somekindofurl.com?caller=RAR&contract_id=1234567890%20%20%20%20%20%20%20%20%20%20%20%20

Is there any functionality in lpd_cust to avoid these extra spaces?

View Entire Topic
Former Member
0 Likes

Hello Ali,

I´ve checked it. There aren´t any spaces after the parameter. It seems like it gets filled up to the total length of the data object being transferred. It´s a char20 data element and it ifilled from the beginning. So there are space in the data itself. Example:

1234 uses 4 of the first 20 chars from the data element.
the left 16 chars are getting filled up with %20/SPACE