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

Enhancement

Former Member
0 Likes
546

Hi Gurus,

I want 2 do enhancement for d transaction V_RA.This is not a live core Project.Just i want 2 know how 2 do enhancements.I Copied V_RA main program into some Z****** program without its standard includes.I created my own includes.I copied standard includes code into my Zinclude.Now wat the problem is When i am saving it it is aking to create enhancement......

My requirement is to add an additional element in selection screen and 2 add an extra field in output

Can u please tell me step by step procedure.???

Helpful Answers will be rewarded

Hi Gurus,

I want 2 do enhancement for d transaction V_RA.This is not a live core Project.Just i want 2 know how 2 do enhancements.I Copied V_RA main program into some Z****** program without its standard includes.I created my own includes.I copied standard includes code into my Zinclude.Now wat the problem is When i am saving it it is aking to create enhancement......

My requirement is to add an additional element in selection screen and 2 add an extra field in output

Can u please tell me step by step procedure.???

Helpful Answers will be rewarded

2 REPLIES 2
Read only

Former Member
0 Likes
514

No user exit for this one. If you want you can try in this way

1. Go to the screen>System>Status-->Program (Double

click this program. It will take you to the program.

2. Now, Goto-->Object Directory Entry.

3. Make a note the package name.

4. Now run the transactions SMOD, press F4 and enter the

above noted package, press enter.

5. It will display list of Exits.

6. Now go back to the initial screen SMOD.

7. Specify the exit name here and select the radio button

Components.

8. It will display four group boxes one for FM, second

for Fcodes, thrid for Screen areas and last for

includes.

Regards.

Read only

0 Likes
514

I have done but when i entered package it is sayingthat "no object corresponds to swelection Criteria"