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

LPD_CUST Url Parameter with blanks

Former Member
0 Kudos
640

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?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

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

Ali_Chalhoub1
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Is it possible you copied the parameter and it copied with it all spaces. Can you go back to LPD_CUST and see if there are anything after the parameter?

Thx