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: 

Customise the standard transaction

Former Member
0 Kudos

Hi all experts,

In my project i need to add one additional tab in the the transaction KS03,

Already there are four tabs,

1> Basic Data

2> Control

3> address

4> communication

5> History

i want to add one addition field tab , with following fields,

subsequent cost center, plant, people related, personnel number etc which will come from standard table CSKS_CI.

Please help me with this it will be great please also tell as which user exits and all to make changes.

Thanks

Nikesh

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos

Use this exit.

COOMKS01

read the documentation in SMOD.

Former Member
0 Kudos

Hello,

U need create the screen exit for that in that ....then create a screen with sub screen and call in the main tcode..add the screen no and screen grp then and code i mean logic.....

for find exits for tcode

or User Exit's

goto to tcode->status->program name->double click on that,

then goto to-> attribute take the package name and

Goto SMOD tcode ->Utilities->give the package name and F8

then a list of exits will display for that tcode as well as that package.

u can check the table MODSAP

For BADI's,

1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE

keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'

then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.

2)Goto to tcode->status->program name->double click on that program will display's

then press crtl+F then cl_exithandler

Thank u,

santhosh

Former Member
0 Kudos

hi,

Try using exits in the

include lkma1o40.

of that transaction. This is for PBO modules enterprise org.

Thanks

Sharath

Former Member
0 Kudos

Hi,

these are the user-exits for that transaction.

COCCA001 Customer enhancement to cost center authorizat

COCCA002 Customer Functions for Organizational Authoriz

COOMEP01 CO-OM: Information system -> line item reports

COOMKA01 Customer Fields for Cost Element Master Data (In this you have a screen exit where you can add the field you want)

COOMKS01 Customer Fields for Cost Center Master Data

COOMKS02 Cost Center: Checks When Saving

COOMKS03 Cost Center: BAPI Enhancements

COOMLA01 Customer Fields for Activity Type Master Data

regards

sarves