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

re: exits

Former Member
0 Likes
443

Hi friends,

iam using field exits. I want to test the customer exits provided by sap for some transactions.

Please give me the specification to test the customer

enhancements for easy transaction. I give u full points.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
425

Hi,

You can find following information in SPRO transaction.

The following SAP enhancement is available for the customer master data area:

SAPMF02D for checking the data entered before saving it

Activities

1. Create your enhancement. To do this, either create a new project or use an existing one.

Modify the source code for a transaction delivered by SAP by adding the elements you need. SAP provides you with the necessary function modules with short text, interface, and documentation to be able to do this. A sample source code created by SAP may exist for user exits which can be copied (and changed) if required.

2. Activate the project.

This allows the ABAP source code to run. Enhancements will not have any effect beforehand.

Further Notes

In contrast to modifications, enhancements can generally be transferred between Releases since they are carried out within a name range reserved for the customer rather than in the SAP original.

For more information about creating enhancements, see the SAP Library BC - Changing the SAP Standard.

Every enhancement is documented. To call up the documentation, choose Utilities -> Display req.docu from the project management screen for SAP enhancements.

Thanks

Hi,

You can find following information in SPRO transaction.

The following SAP enhancement is available for the customer master data area:

SAPMF02D for checking the data entered before saving it

Activities

1. Create your enhancement. To do this, either create a new project or use an existing one.

Modify the source code for a transaction delivered by SAP by adding the elements you need. SAP provides you with the necessary function modules with short text, interface, and documentation to be able to do this. A sample source code created by SAP may exist for user exits which can be copied (and changed) if required.

2. Activate the project.

This allows the ABAP source code to run. Enhancements will not have any effect beforehand.

Further Notes

In contrast to modifications, enhancements can generally be transferred between Releases since they are carried out within a name range reserved for the customer rather than in the SAP original.

For more information about creating enhancements, see the SAP Library BC - Changing the SAP Standard.

Every enhancement is documented. To call up the documentation, choose Utilities -> Display req.docu from the project management screen for SAP enhancements.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
425

t-code CMOD, create a project and u can see the list of enhancements in it....

EG: SAPMF02D - user exits for Customer master data

rgds,

PJ

Read only

Former Member
0 Likes
425

hi,

you want some program/function exit...

you can find in Smod-Utilities-> find

cheers,

sasi

Read only

Former Member
0 Likes
426

Hi,

You can find following information in SPRO transaction.

The following SAP enhancement is available for the customer master data area:

SAPMF02D for checking the data entered before saving it

Activities

1. Create your enhancement. To do this, either create a new project or use an existing one.

Modify the source code for a transaction delivered by SAP by adding the elements you need. SAP provides you with the necessary function modules with short text, interface, and documentation to be able to do this. A sample source code created by SAP may exist for user exits which can be copied (and changed) if required.

2. Activate the project.

This allows the ABAP source code to run. Enhancements will not have any effect beforehand.

Further Notes

In contrast to modifications, enhancements can generally be transferred between Releases since they are carried out within a name range reserved for the customer rather than in the SAP original.

For more information about creating enhancements, see the SAP Library BC - Changing the SAP Standard.

Every enhancement is documented. To call up the documentation, choose Utilities -> Display req.docu from the project management screen for SAP enhancements.

Thanks