Hi Guys,
i had to fetch one value.
i had to write code in a userexit.
But in this exit the particular value not available but is available once the program comes out of that exit.
Do we able to change userexit structure to get that pariticular value in that func exit importing fields?
ur valuable advices are welcome.
Thanks in advance.
NO you can't change the user exit interface(IMPORT/EXPORT PARAMETERS).
If the required parameter is not available in the userexit(just be sure checking the user exit in debug mode and check the field value), then look for other exits where this is available.
It will be good if you can give the user exit name and the parameter you need to access ...
Hi raja,
In general, The exit function modules will be having nested tables(Table of tables.) So check in the debug mode as Soujash has already mentioned.
Regards,
Ravi
Hi All,
My requirement is I want to fire an exit to calculate the TTC value with BIC amount and Annual Salary when the user changes or saves ther value.
I have a User Exit "EXIT_SAPFP50M_002 " .
But I am not able to capture the changed value of BIC amount in this Exit as the Exit function Module Interface is not giving that parameter " Q0008-BETRG"
There is one structure cprel-data1, in which the data is displayed in encrypted format. So I am not able to capture that value.
So I don't have any source to capture the changed value into my user Exit.
That screen field is available till the time I call the Exit. But in the exit it is not available.
Can you pl some one help me on this.
Thanks
Bhavani Somaraju
Add a comment