2007 Jan 18 4:48 AM
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
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
2007 Jan 18 4:54 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |