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: 

Adding code in std. user exist

Former Member
0 Kudos
245

Hi,

I want to add some code in USER EXIST,

the include program : RV60BFZA , is a include program which is use in Function Pool program SAPLV60B

now in RV60BFZA there are many usereixt and in user exist

FORM userexit_fill_xkomk1.

ENDFORM. "USEREXIT_FILL_XKOMK1

I want to add code rule_new_cancel = 'A'.

will you please giude how to add this code in the user exist, I have never work on uer exist.

regards,

zafar

Moderator Message: These are NOT training forums. Nor are they an alternative for proper classroom trianing.

Edited by: kishan P on Dec 6, 2010 1:52 PM

4 REPLIES 4

Former Member
0 Kudos
102

Hi ,

Implement Implicit enhancement in that subroutine,so that u can add your code.

Click on Enhance button in Application toolbar, then Edit -> Enhancement operations -> Show Implicit enhancement options.Now it will the Yellow lines in the start and end of subroutines. Here right click on the yellow line in the subroutine where you want to write , then create Implementation.

Regards,

Ashok.

0 Kudos
102

Hi Ashok,

Thanks for your reply,

I follow the stpes given by you when I click on create enhancement it is giving a pop up box for selection of DECLARATION or Code then I click on code then again it is displaying on epop for the selection of enhancement implementation and Pack, now there are many pack in this, so what to select and proceed, what is effect of this.

regards,

zafar

0 Kudos
102

Hi

The include RV60BFZA is for insert an own code, so you don't need to create an enhancement for it, but only to get the access key by OSS.

Max

0 Kudos
102

In that popup, you need to press create button at the bottom. Now you can create z-enhancement implementation.

Regards,

Ashok.