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

User Exits

Former Member
0 Likes
867

Hello ppl,

Can anyone tell me how to use user exits to add few fields to a table.

For eg you can take transaction CAT2. I need to add a fiew fields to the data entry table.

1 ACCEPTED SOLUTION
Read only

bpawanchand
Active Contributor
0 Likes
779

HI

Well Iam not ale to exactly what you need but what i can help you is if at all you want to find any SCREEN EXITS for any transaction fllow the link below there is a program where you copy it and paste it ina se38 report and excute it enter the trasaction and the type of exit you want to know.

http://www.sap-basis-abap.com/abap/how-to-find-a-screen-exit-in-a-given-sap-standard-t-code.htm

If at all you need all the USER EXITS then follow the below link

http://www.erpgenie.com/abap/code/abap26.htm

Regards

Pavan

6 REPLIES 6
Read only

Former Member
0 Likes
779

if you want to add few fields to a table, why do you need a user exit? Do you want to add or populate values in to those fields in the exit? Please elaborate.

Read only

0 Likes
779

This is for customising a standard reporting tool. Need to add a few columns in the table . Need to do this using exits.

Read only

0 Likes
779

further to the last post, i need to use this field in the reporting tool as open for input. hope u get me.

Read only

bpawanchand
Active Contributor
0 Likes
780

HI

Well Iam not ale to exactly what you need but what i can help you is if at all you want to find any SCREEN EXITS for any transaction fllow the link below there is a program where you copy it and paste it ina se38 report and excute it enter the trasaction and the type of exit you want to know.

http://www.sap-basis-abap.com/abap/how-to-find-a-screen-exit-in-a-given-sap-standard-t-code.htm

If at all you need all the USER EXITS then follow the below link

http://www.erpgenie.com/abap/code/abap26.htm

Regards

Pavan

Read only

Former Member
0 Likes
779

Hi Suker,

Go with this Exit

CATS0005 ---> CATS: Customer field enhancements

In SMOD give the above exit name and select the radio button Components and click on display .

Here you can find the Include CI_CATSDB. In this you can add your fields .

Goto CMOD create a project and inside in Enhancement Assignments give the exit name CATS0005 na d save . Now cliick on push button Components Here u can find the

Function exit                  EXIT_SAPLCATS_005
                               EXIT_SAPLCATS_008

Menu exit                      SAPLCATS                       +CU1

Screen exit                    SAPLCATS                       8900 CUSTSCR1 SAPLXCAT                       1000

Include tables                 CI_CATSDB

If You want to add fields the go with Include tables double click on CI_CATSDB and give the fields and active it.

Best regards,

raam

Read only

0 Likes
779

Hi Ram,

Can you explain a bit further...how do i make the field appear on the screen?