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: 

Custom include appearing in standard tcode VA01

sanjay_deshpande4
Participant
0 Kudos


HI All,

I am new to sd -abap.
While debuggign my control is in custom include which can be seen on opening from se38.

Can any body kindly guide what kind of enahncement is this and if its custom include how is it triggering from standard tcode?

Thanks,
SD

2 REPLIES 2

VenkatRamesh_V
Active Contributor
0 Kudos

Hi,

Try.

Goto se93-> t-code-> program name->SAPMV45A .

Goto SENH(Display Enhancement Information)->program name-> execute.

Hope it helpful,

Regards,

Venkat.

raymond_giuseppi
Active Contributor
0 Kudos

Was the "customer" include, one of the good old "user exit" (before "customer exit" a long long time ago) described in User Exits In Sales Document Processing.

At that time, a sscr key was required to add code in the provided forms, now we can just use implicit enhancement spots (but not everybody has converted those includes )

Regards;

Raymond