2007 May 11 7:31 AM
Hi,
how to know the existing fileds exits for a transaction code.
Eg for for VA01 i want to know how many fields exits exist.
Thanks
2007 May 11 7:49 AM
Hi Sadhu,
Field exits are for data elements.
We can do validations on filed data elements.
Pl.indicate on which field in VA01 transaction , you want to do validations.
There are two types of field exits 1. Global 2. Local
Pl.refer following links for further info.
sap.niraj.tripod.com/id21.html
www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
Reward, if useful.
Thanks,
USR
2007 May 11 7:35 AM
2007 May 11 7:39 AM
Hi,
Go that main program of the VA01 and do the Global search for FIELD_EXIT, then you come to know the field exits
Regards
Sudheer
2007 May 11 7:39 AM
2007 May 11 7:49 AM
Hi Sadhu,
Field exits are for data elements.
We can do validations on filed data elements.
Pl.indicate on which field in VA01 transaction , you want to do validations.
There are two types of field exits 1. Global 2. Local
Pl.refer following links for further info.
sap.niraj.tripod.com/id21.html
www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
Reward, if useful.
Thanks,
USR
2007 May 11 8:03 AM
hi,
Goto CMOD transaction.In that enter prfb in the command field directly.you will get the list of field exist available and you find out the status and for which screen and tcode it is implemented.
Reward points if it is helpful.
Regards,
Sangeetha.A
2007 May 11 8:12 AM
Hi,
to find out the fields exits .
Execute the program RSMODPRF & dont enter anything in the selection screen & execute .. it will show the number of field exits assigned to the screen,transaction...
Reward Points if it is Useful...
Thanks,
Manjunath MS
2008 Feb 05 6:53 AM