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: 

To find the Enhancement name

Former Member
0 Kudos

Hi,

I have a requirement to calculate FPLT values in this User Exit (USEREXIT_MOVE_FIELD_TO_FPLT).

I am trying to start my developement in this user exit.

I had created a project in CMOD and clicked on Enhancement.

It is displaying a screen where it asks for Enhancement Name.

Not sure which Enhancement name should be used to go ahead and write my code in the User exit USEREXIT_MOVE_FIELD_TO_FPLT.

Any suggestion will be appreciated.

Regards,

Kittu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can use USEREXIT_MOVE_FIELD_TO_FPLT to move values to FPLT. Alternatively check enhancements SDVAX001 & V60F0001 (SMOD).

Regards

Vinod

2 REPLIES 2

Former Member
0 Kudos

You can use USEREXIT_MOVE_FIELD_TO_FPLT to move values to FPLT. Alternatively check enhancements SDVAX001 & V60F0001 (SMOD).

Regards

Vinod

Former Member
0 Kudos

HI Kittu,

For customer exts, we ll go to CMOd and create project... assigning enhancement...etc.

But for user exitswe write code directly in between FORM USEREXIT_MOVE_FIELD_TO_FPLT & ENDFORM USEREXIT_MOVE_FIELD_TO_FPLT and you can just activate the code. it will be triggered.

Follow steps:

1. Display the report RV60FUS1 in se38.

2. Edit->enhancement operations->show implicit enhancement options.

3. shift + f4 or click on enhancement.

4. right click on line """""""""""""""""""" in between FORM USEREXIT_MOVE_FIELD_TO_FPLT & ENFORM.

enhancements-->create implementation.

5. you can write code and activate it.

--

Reddy

Edited by: V.V.Reddy on May 6, 2010 10:14 AM