‎2008 Jul 16 7:36 PM
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.
‎2008 Jul 16 7:53 PM
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
‎2008 Jul 16 7:38 PM
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.
‎2008 Jul 16 7:42 PM
This is for customising a standard reporting tool. Need to add a few columns in the table . Need to do this using exits.
‎2008 Jul 16 7:46 PM
further to the last post, i need to use this field in the reporting tool as open for input. hope u get me.
‎2008 Jul 16 7:53 PM
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
‎2008 Jul 16 7:54 PM
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_CATSDBIf 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
‎2008 Jul 21 5:16 PM
Hi Ram,
Can you explain a bit further...how do i make the field appear on the screen?