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

FIELD EXITS

Former Member
0 Likes
1,016

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
992

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

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

7 REPLIES 7
Read only

Former Member
0 Likes
992
Read only

Former Member
0 Likes
992

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

Read only

Former Member
0 Likes
992

Hi,

Refer to this link

http://www.sapgenie.com/abap/fieldexits.htm

Regards,

Padmam.

Read only

Former Member
0 Likes
993

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

Read only

Former Member
0 Likes
992

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

Read only

Former Member
0 Likes
992

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

Read only

Former Member
0 Likes
992

How can i add field exit in sales order or any other field