Application Development 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: 

VF02: Block Output type assignment for a specific user id

0 Kudos
465

Hi All,

My requirement is to restrict a user from adding a output type in the header of invoice ( tcode- VF02 ). Can you please suggest on how can this be achieved. ?

4 REPLIES 4

Former Member
0 Kudos
170

Hi,

Probably you can try an implicit enhancement ... Message Type = INVOIC and function module, IDOC_OUTPUT_INVOICE  triggers. you can use user exit LVEDF001 available in this FM. Code change made to trigger error message in case manual output is to be trigged.

0 Kudos
170

Hi,

Could you please elaborate more on your answer ?

I do not want this output type assignment to be editable in vf02.

Thanks

0 Kudos
170

Hi,

Please clarify you want each user to be restricted or some particular users ?

0 Kudos
170

Did you analyze the PBO of the screen SAPDV70A-0100 to find any enhancement/BAdI/Exit for your requirement?

Else did you look for sap transaction variant in scn?

Regards,

Raymond