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

FV60 user validation for posting

Former Member
0 Likes
838

Hi Experts,

Following is my requirement.

In transaction FV60.

Whenever POST button is clicked.

The system has to validate the user. If the user is creator of the invoice it has to popup a message saying. u201CInitiator cannot post the Invoiceu2019.

Do we have any userexits or BAdi u2018s to do this.

I have the list of Badis and userexits but donno which one best suits my requirement. and i hardly understand anything from the documentation.

If any one had similar or close to this requirement. Please suggest some ways to fulfill this requirement.

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
596

You could try to check that with a [FI validation rule|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=fi+validation&adv=false&sortby=cm_rnd_rankvalue] ([OB28|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=ob28&adv=false&sortby=cm_rnd_rankvalue]) .

Regards

Read only

Former Member
0 Likes
596

May this would be Easier of you Go with BTE.

Please check BTE 00001060 POST DOCUMENT: Invoice check

And implement This BTE by Copying the FM(SAMPLE_INTERFACE_00001060) to ZSAMPLE_INTERFACE_00001060 and put checks inside this FM.

And for more information regarding BTE you can find easily on SCN,there are good note with screen shot we haveon SCN.