2008 Nov 03 9:03 AM
Dear experts,
I am going to start work on an assignment which includes enhancement of transactions
related to PR like ME21N,ME22N,ME23N,ME29N.
Enhancement include incorporating two fields in detailed section.
How can i achieve this..
I came to know that i have to use customer exits and make changes in Uesr exits,Screen exits,
menu exits finally making sure that data is being populatd on to corresponding tables.
But as i am new to userexit,i am not able to make out how to start.
Can somone guide me here ?
Dear experts,
I am going to start work on an assignment which includes enhancement of transactions
related to PR like ME21N,ME22N,ME23N,ME29N.
Enhancement include incorporating two fields in detailed section.
How can i achieve this..
I came to know that i have to use customer exits and make changes in Uesr exits,Screen exits,
menu exits finally making sure that data is being populatd on to corresponding tables.
But as i am new to userexit,i am not able to make out how to start.
Can somone guide me here ?
2008 Nov 03 9:15 AM
hi aditya,
Goto SE84
click enhancements ->customer exits->enhancements.
here give the package name say ME in ur case.
click execute u'll get a list of exits . select the one according to ur requirement and open the corresponding include and write ur code in it
2008 Nov 03 9:29 AM
hi ,
first go to dictionary
declare those field by using .append structure
activate table
then go to cmod transaction for enhancement, create project
slect enhancemeeent assignmetn from appl tool bar
then provide sap given enhancement code
then select componenet
activate project
then select function bulider
provide function modue for outbound processing idoc
dispaly go to import
provide import parameter
then select source code
select include that have source code part
provide logic for enhancemetnt.
then save aand acativate
2008 Nov 03 10:12 AM
But what code to write.
It is just like a person has coded
Microsoft Office and opens a text file while
giving demo.
Further he ask me aditya wherever i stopped last
you code from there and add a grammatic check module now.
I am not aware of anything ,what to decide to code ?
2008 Nov 03 10:17 AM
Hi Adithya ,
Go through the following link..
http://saptechnical.com/Tutorials/ExitsBADIs/ExitsMain.htm
Regards.
Eshwar.
2008 Nov 03 10:21 AM
MM06E005 is the User Exit that allows you to add custom fields in the transaction open this in CMOD and implement the logic
MM06E005 Customer fields in purchasing document
2008 Nov 03 12:23 PM
I think,not only in user exit but may be also in screen exits and
then menu exits , i will be required to modify
ME21N,22N,23N,29N to include the functionality of capturing two additional fields.
However,is it that i will be required to add these field in ekpo
table also on my own to existing structure?
2008 Nov 04 7:43 AM