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 exit

Former Member
0 Likes
1,022

Hi Experts,

Iam new to User Exits.I got a requirement to work on

USEREXIT_MOVE_FIELD_TO_VBKD ,

USEREXIT_CHECK_VBAP & USEREXIT_GET_FIELD_FROM_SDCOM.

Can any one help me out where to start these exits?

Any use of CMOD & SMOD tcodes for this exits?Any documentation available?Or is there anyway to work with BADI?

Thanks

kaki

6 REPLIES 6
Read only

suresh_datti
Active Contributor
0 Likes
926

Hi Kaki,

What version are you on? I don't see those exits in 47..

Suresh

Read only

0 Likes
926

Hi Suresh and Nanda kumar,

I have no idea about checking the USEREXITS.Iam using 4.7.

Can I get your emial ID so that I can forward the document.

cheers

kaki

Read only

0 Likes
926

Hi Kaki,

My email id is on my business card.

Suresh

Read only

0 Likes
926

Hi Suresh,

Business Card server is not working look like.My email id is ravindrasap@gmail.com

Could you pls send test mail, so that i can forward my document.

Thanks

kaki

Read only

Former Member
0 Likes
926

Hi,

Refer this link.

If it's helpful reward points.

Regards,

Nandha

<a href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm">link</a>

Read only

Former Member
0 Likes
926

These are old style user exits still in use for some enhancements. They do not go by SMOD CMOD technick.

There are certain includes provided by SAP in SD module. These contain includes by htis name. Some of them are commented. You need a key from SAP to modify these includes. You can uncomment these lines and enter satement include z*** there.

Then u can do you own coding in the z include.

The SAP includes are MV45AFZB etc. These contain the user exits.