2013 Apr 15 11:28 AM
Hi All,
how to check VF01 log before save. My requirement is if there is any pricing warning, don't save that invoice.
suggest me any user exit or badi for this. And suggest me how to check.
Thanks in advance.
Regards,
Moon.
Hi All,
how to check VF01 log before save. My requirement is if there is any pricing warning, don't save that invoice.
suggest me any user exit or badi for this. And suggest me how to check.
Thanks in advance.
Regards,
Moon.
2013 Apr 15 11:53 AM
Hi Chandra Mohan,
Before Saving Billing Document in VF01 ,
you want to do any validations means, use the following program and exit.
RV60AFZZ -> FORM USEREXIT_NUMBER_RANGE
for more clarity goto SPRO - > Sales Modifications - > System Modifications -> User Exits -> user exit for billing.
Regards,
Bastin.G *
2013 Apr 15 11:57 AM
Hi Bastin,
Thank you for your reply. How to get log in this user_exit. I want to check warning log before save.
Regards
Moon.
2013 Apr 16 9:47 AM
Hi Chandra Mohan,
Y can't you debug that program ? take the help from Abaper.
Regards,
Bastin.G
2013 Apr 16 9:57 AM
Did you read a document like User Exits For Billing, you have access to data described in the code source and global data of Module pool SAPLV60A, Include LV60ATOP.
Regards,
Raymond