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: 

How to implement USEREXIT_SET_STATUS_VBUP

antonio_sanseverino
Participant
0 Kudos

Hi guys

I need to implement the Enh. USEREXIT_SET_STATUS_VBUP but I don't know the way, someone know where I can find a guide that can help me?

Thank you

4 REPLIES 4

Former Member
0 Kudos

Hi,

You can just write your logic in the FORM. And then activate the code.

--

Reddy

0 Kudos

I don't want to open the standard SAP...

When I try to modify the include it asks me the key... I think there is a better way...

0 Kudos

Yes, First time it will ask for acess key when you are writing code in USER EXITs.

If you dont want to use user exits, Find customer exit or BADI.

Tell me your requirement, ll try to find a customer exit/badi.

--

Reddy

0 Kudos

Ok thanks, but I've found EXIT_SAPMV45A_003 and I can use it for my implementation.

Thanks