cancel
Showing results for 
Search instead for 
Did you mean: 

user exit

Former Member
0 Kudos

hi guys,

please tell me the user exit....

and m as a functional how to use dis...so plz tell me d steps..

or it will be part of ABAPer..

reply will b highly appreciated.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

see the link

http://help.sap.com/erp2005_ehp_03/helpdata/EN/58/6a852fff9011d1a96e006094b91c8b/frameset.htm

An enhancement includes one or more components (function exits, menu enhancements, screen enhancements). For enhancements, you are recommended to observe the following naming convention:

Application:

1 letter (e.g. S = Basis)

Work area:

2 digits

Sub work area:

1 letter

You can use any characters for the remaining places. It may be that conventions are established within each department

IWMI0001 User exits for SM/PM IDOCs

IWO10001 Create a PM sub-order

IWO10002 PM maintenance order: Customer check for order release

IWO10004 Maintenance order: Customer check for order completion

IWO10005 Maintenance order: Cust.-specif. determination of prof

IWO10006 Maint. order: Fcode exclusion through cust. enhancemen

IWO10007 Maint.order: Customer enhancement - permits in the ord

IWO10008 Cust. enhancement: Determination of tax jurisdiction c

IWO10009 PM Order: Customer Check for 'Save' Event

IWO10010 Maint. order: Cust. enhancement for determining WBS el

IWO10011 Maint. order: Customer enhancement for component selec

IWO10012 Maintenance order: Priority handling on central header

IWO10015 Maintenance order: F4 Help for user fields on operatio

IWO10016 PM Order: Cust. enhancement to check operation user fi

IWO10017 Determine external order number by customer logic

IWO10018 Maintenance order: User fields on order header

IWO10020 Maintenance order: Automatically include task list

IWO10021 Automatic task list transfer when creating order from

IWO10022 Determine calendar from user exit

IWO10023 Service order: Change header data for advance shipment

IWO10024 Service order: Changes to items for advance shipment

IWO10025 PM/SM order: Finding responsible cost center

IWO10026 User check on setting status 'Do not perform'

IWO10027 User exit: Generate user-defined settlement rule

IWO10029 Inclusion of bill of material in PM/SM order

IWO10030 Preset Fields for Event Object

IWO10031 Hide personnel number in PM/SM order

IWO20001 PM order: User exit to pass routing to order

IWOC0001 Create PM/SM notification: Determine reference object

IWOC0002 PM/SM notification: Check whether status change is allo

IWOC0003 PM/SM authorization check of ref. object and planner gr

IWOC0004 Change single-level list editing PM/QM/SM ALV settings

-ashok

Former Member
0 Kudos

Hi,

User/Customer exists provide the option of adding user defined functions to the standard SAP application.

These do not have any functions or built in code, infact we can include our own code depending upon the requirement ( user defined code)

Transaction : CMOD

Ex : Restricting Time entry field - Actual hrs in IW41 by 100 units

BAPI's are standard methods to access SAP objects. They are commonly used in intergrating with SAP - SAP and SAP -Non SAP systems.

Transaction : BAPI

Ex: Equipment will be created in SAP system from a business activity in Non SAP system (third party system)

http://help.sap.com/erp2005_ehp_03/helpdata/EN/55/4063b9b5f611d395ef00a0c929f4c9/frameset.htm

Please do in touch with your ABAPer for doing all your requirments.

Regards

Srinvas

peter_atkin
Active Contributor
0 Kudos

Here's some stuff to start you off:

[PM/CS Enhancement Options|http://www.sapfans.com/forums/viewtopic.php?p=599885]

[PM/CS User-Exits, BADIs, Etc|http://pjatkin.users.btopenworld.com/documents/PMCSUserExits.pdf]

PeteA