‎2008 Apr 25 3:44 PM
In VF01 screen i have to do add some functionality when i am saving the biling document.its a module pool program.
my criteria is when i will save the billing document it will be saved at the same time some other processing will be happened.
Now i have user exit for that....but how to get that particular value of SO number which user has entered there.....which is being saved....
Is there any field or variable that indicates that value
i have used KOMFK-VBELN......but its taking null value....
Do i have to add some condition...?
please help...
Edited by: Alvaro Tejada Galindo on Apr 25, 2008 11:44 AM
‎2008 Apr 25 3:47 PM
‎2008 Apr 25 4:11 PM
Hi Jyotirmoy,
Which user exit u are using?
Check all the parameters(EXPORTING and TABLES) of the User exit FM/ internal tables incase of Include. there will be some table/work area which has these information. For getting the user name u can use the system variable sy-uname. Send the user exit name so that we can help u out.
Thanks,
Vinod.
‎2008 Apr 25 4:26 PM
I have the acces key so i added code against the save button's
function code.
Please tell me the logic for how to fetch the so number which once the user has entered.