Hello,
i have two variables say V1 for company code and V2 for currency in webinterface.
with these variablaes i am getting currect output individually .
i have also put update uopn chnage of for Currency value as company cod value.
i want to know what is the parameter to trigger " All " value in dropdown
i do not want the currency to be updated when i click on "All".
i tried to remove in set variables in BPS0 the currency value say XYZ automatically .
But not able to delete it .
so when i execute the display in web browser
and when i click on " All " the currency is coming as XYZ.
V2 is a user exit variable .
please tell me how to catch the parameter for "All "that is used in webinterfaces. so that based on that parameter i can code in tte FM attached to V2 to return the result of the value as blank.
Thanks in advance..