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

user exits

Former Member
0 Likes
287

hi guys,

i have a standard program MV45AFZB in this there are few subroutine definitions (FORM)

I want to just enable the code present in the subroutines

The standard program MV45AFZB is a USEREXIT program.

FORM USEREXIT_COBL_RECEIVE_VBAK.

  • VBAK-zzfield = COBL-zzfield2.

ENDFORM.

FORM USEREXIT_COBL_RECEIVE_VBAP.

  • VBAP-zzfield = COBL-zzfield2.

ENDFORM.

I want to just enable the code present between this.

HOW SHOULD I DO IT. PLEASE HELP.

ahmed

1 REPLY 1
Read only

Former Member
0 Likes
250

Hi Ahmed,

To implement a User Exit first u need <b>ACCESS KEY</b> for that program. Then u can write ur required code in the forms.

Regards,

Balavardhan.K