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: 

regarding user exit on a database table

Former Member
0 Kudos

hi,

I have to create a User Exit for the tcode QA32 and CO11N whose values are stored in a single data base table created ...

Can anybody give some example that how should i perform it? I had tried to search but i was not able to have find the desired example as i am new to the user exit..

Edited by: ricx .s on Sep 2, 2008 7:00 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

for co11n

CONF0001 Enhancements in order confirmation

CONFPI01 Process order conf.: Calculate cust.specific default values

CONFPI02 Process order confirmation: Customer spec. input checks 1

CONFPI03 Process order conf.: Cust. spec. check after op. selection

CONFPI04 Process order conf.: Customer specific input checks 2

CONFPI05 Process order conf.: Cust. spec. enhancements when saving

CONFPI06 Process order confirmation: Actual data transfer

CONFPM01 PM/SM order conf.: Determine cust. specific default values

CONFPM02 PM/SM order confirmation: Customer specific input checks 1

CONFPM03 PM/SM order conf.: Cust. spec. check after op. selection

CONFPM04 PM/SM order conf.: Customer specific input check 2

CONFPM05 PM/SM order conf.: Cust. specific enhancements when saving

CONFPP01 PP order conf.: Determine customer specific default values

CONFPP02 PP order conf.: Customer specific input checks 1

CONFPP03 PP order conf.: Cust. specific check after op. selection

CONFPP04 PP order conf.: Customer specific input checks 2

CONFPP05 PP order conf.: Customer specific enhancements when saving

CONFPP06 PP Order Confirmations: Actual Data Transfer

CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscreens

CONFPS01 PS confirmation: Determine customer specific default values

CONFPS02 PS confirmation: Customer specific input checks 1

CONFPS03 PS confirmation: Customer specific check after op. selectio

CONFPS04 PS confirmation: Customer specific input checks 2

CONFPS05 PS confirmation: Customer specific enhancements when saving

12 REPLIES 12

Former Member
0 Kudos

Hi

Go to

saptechnical

Tutorials

ExitsBADIs

ExitsMain.htm

with Regards

Nikunj shah

Former Member
0 Kudos

for co11n

CONF0001 Enhancements in order confirmation

CONFPI01 Process order conf.: Calculate cust.specific default values

CONFPI02 Process order confirmation: Customer spec. input checks 1

CONFPI03 Process order conf.: Cust. spec. check after op. selection

CONFPI04 Process order conf.: Customer specific input checks 2

CONFPI05 Process order conf.: Cust. spec. enhancements when saving

CONFPI06 Process order confirmation: Actual data transfer

CONFPM01 PM/SM order conf.: Determine cust. specific default values

CONFPM02 PM/SM order confirmation: Customer specific input checks 1

CONFPM03 PM/SM order conf.: Cust. spec. check after op. selection

CONFPM04 PM/SM order conf.: Customer specific input check 2

CONFPM05 PM/SM order conf.: Cust. specific enhancements when saving

CONFPP01 PP order conf.: Determine customer specific default values

CONFPP02 PP order conf.: Customer specific input checks 1

CONFPP03 PP order conf.: Cust. specific check after op. selection

CONFPP04 PP order conf.: Customer specific input checks 2

CONFPP05 PP order conf.: Customer specific enhancements when saving

CONFPP06 PP Order Confirmations: Actual Data Transfer

CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscreens

CONFPS01 PS confirmation: Determine customer specific default values

CONFPS02 PS confirmation: Customer specific input checks 1

CONFPS03 PS confirmation: Customer specific check after op. selectio

CONFPS04 PS confirmation: Customer specific input checks 2

CONFPS05 PS confirmation: Customer specific enhancements when saving

0 Kudos

hi,

I am working on the tcode QA32 and the enhancement is QEVA0010.

When i use it in my Project in tcode CMOD ,by clicking on the component of this enhancement and dere i find a INCLUDE but when i double click it or want to change the display mode to change mode it says that it is a Registered Object.

Now problem is should i modify the that object or do it by some other method..

Edited by: ricx .s on Sep 2, 2008 11:28 AM

0 Kudos

Hi,

In CMOD for the project select enhancement assingment radio button ---> got to change --->

enter enhancement as QEVA0010 and save.

Next Go to components--> place the cursor on exit name and activate it.

After activating the exit double click on exit name.

you will find the include name in exit.

double click on include-> Enter-> popup prompts ---> press Yes and do writing your logic there..

Regards.

Raju.

0 Kudos

hi,

I had tried as u said but this is not working,bcoz when i double click o this account a warning message is dere:-

Program names ZX... are reserved for includes of exit function groups

how do i modify this thing?

0 Kudos

hi,

first deactivate the existing project name, then create new project name and under that new project name add your enhancement and componet and activate it.

now it will allow to modify.

hope it may help you

Regards,

venkat

0 Kudos
Program names ZX... are reserved for includes of exit function groups


how do i modify this thing?

Just put a cursor on ZX... program and press enter twise one pop-up will comes and click yes and start coding here.

0 Kudos

hi,

but i am not getting pop up screen when i click the include or its name.

It just simply gives the message and more over i had started the the whole new project and deactivated the whole previous tried project.

0 Kudos

Though you get the warning message , you ignore and keep Press Enter again and again, then it will give a popup to crreate.

0 Kudos

hi,

I had keep trying on it but still it is not giving the allowance of modifying it.. moreover 1 thing i observed that in the Impl field there is no tick as compared to other user exit there is a tick mark. Although i had activated the project and the enhancement,but it still not allowing me to modify the include......

0 Kudos

Ricx,

I tried with QEVA0010 in my system it let me allow to create code inside ZXQEVU12 ..

not sure what you are facing or doing exactly.

try this put cursor on ZXQEVU12 press enter once only, the message will comes like Program names ZX... are reserved for includes of exit function groups than again press enter twice.

if warning message than pls try ignore themas vijay said.

0 Kudos

hi amit,

i am able to do ti by continuously pressing enter and even i can change the code although it is blank.i am assigning the points for ur guidelines.

Thanks, this thread is closed as my problem is solved...