Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add functionality to VF01

Former Member
0 Likes
498

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

3 REPLIES 3
Read only

Former Member
0 Likes
471

Which User Exit u r trying?

Read only

vinod_vemuru2
Active Contributor
0 Likes
471

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.

Read only

0 Likes
471

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.