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/ Tables

Former Member
0 Likes
379

Hello,

Could you please tell me how to use the user exits and the table name while writing some custom specs for the ABAP team?

Thanks!!

Hello,

Could you please tell me how to use the user exits and the table name while writing some custom specs for the ABAP team?

Thanks!!

2 REPLIES 2
Read only

marilyn_pratt
Active Contributor
0 Likes
358

Two separate topics.

You can find extensive documentation about user exits (a type of enhancement technique) and there are many forum threads here in this category, so take care when looking.

You can also use the search here to find articles and help about these "hooks" that allow you to make changes without actually modifying the code.

As for table names. That is an ABAP Dictionary topic and again you will find a wealth of information concerning that topic. Example: thread with

Take a quick look at the https://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/webcontent/uuid/b114f49c-0b01-0010-b6aa-e2a4b786cb33">getting [original link is broken] [original link is broken]. Segment on the Dictionary should help you with tables, the segment on the Modification Assistant should lead you to other content concerning user exits.

Read only

0 Likes
358

Thank you very much