cancel
Showing results for 
Search instead for 
Did you mean: 

Error creating Customer Exit variable, please help

Former Member
0 Kudos

Hi Experts,

This is the scenario, I need to obtain the convertion rate from the table TCURR in order to convert several currencies to USD, so I created a Customer Exit variable that gets the Period and based on that obtains the conversion rate for the last day of the given month from TCURR, the problem is when I created the Formula Variable to get the value from the Customer exit variable I got the following error:

'ZVARREGEXIT' ALREADY EXISTS; SELECT A DIFFERENT NAME.

But in not using that name anywhere on my variables creation, Im doing something wrong? How can I check wheres is that variable being used.

Ideas, comments are always welcome and appreciated.

Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks to all for the help, I checked the table and the variable was indeed duplicated (dotn know how...) and using the FM RRM_SV_VAR_WHERE_USED_LIST_GET I was able to comfirm that it was never used so I delete it using the query designer.

Thanks again.

Former Member
0 Kudos

Hi,

you can also check the relevant tables.

Check:

You will find all the informations in this thread.

Regards

Andreas

Former Member
0 Kudos

Hi Ed,

Open Admin Workbench (RSA1) and choose Transport Connection --> Object Types --> Query Elements --> Variable --> Select Objects. Find the variable of interest and transfer it back to the main screen, then right-click and choose 'Display Description'. That will show you a "where used" list of queries, workbooks, etc.

Next, you can use the previous technique to open one of the queries, find the variable in the query, and determine which InfoObject it is associated with.

Hope this helps!

Regards,

Saurabh

Former Member
0 Kudos

Hi Saurabh and Andreas,

Thanks a lot for your answers, I found the variable but is not being used anywhere, and yet anytime I create a new variable I get the error, is there a way to fix this?.

I created a new customer exit variable and added the code in my funciont, but when I debug I never gets to Step 2 after I input values for the variable, I dont know if its releated to the variable creation error or not.

Do you have any ideas?

Thanks in advance.

Former Member
0 Kudos

This message was moderated.