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

finding the include for inserting enhancement spots

Former Member
0 Likes
954

Hi

I understand what enhancement spots are and how they are implemented...

My question is in this tutorial <link to blocked site removed by moderator>

...The functionality that we need is in VA02 we need to dynamically fetch the material text from a ztable

in the tutorial, they are finding the ehancement spot in the include MV45AFZZ(program MV45AFZZ) but if I check system->status in VA02 the program that is mentioned is SAPMV45A

My Q is how do we know which include/program to search for the enhancement spot ??

Message was edited by: Thomas Zloch

Hi

I understand what enhancement spots are and how they are implemented...

My question is in this tutorial <link to blocked site removed by moderator>

...The functionality that we need is in VA02 we need to dynamically fetch the material text from a ztable

in the tutorial, they are finding the ehancement spot in the include MV45AFZZ(program MV45AFZZ) but if I check system->status in VA02 the program that is mentioned is SAPMV45A

My Q is how do we know which include/program to search for the enhancement spot ??

Message was edited by: Thomas Zloch

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
930

Read first User Exits In Sales Document Processing, when those "old-fashionned user-exit" were created a sscr key was required to edit, now they can be used with implicit enhancement.

Regards,
Raymond

Read only

0 Likes
930

hi

my Q is how do we find which include we should use to code the enhancement spot for our functionality.

in the tutorial, they are finding the ehancement spot in the include MV45AFZZ(program MV45AFZZ) but if I check system->status in VA02 the program that is mentioned is SAPMV45A

My question is how do i find which program/include i should use for implementing the enhancement spots for the functionality i need

Read only

0 Likes
930

MV45AFZZ is include of main program SAPMV45A.

From this include you can find which FORM USEREXIT_** suffice you requirement and then create implicit enhancement so you won't need access key to modify MV45AFZZ.

Read only

0 Likes
930

To find the include, you could have
- Read SD Customizing
- Use search tool of scn

Regards,
Raymond