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
718

how to find out the field exits availabe in SAP system

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
690

run the program RSMODPRF.

give your data element name in that if it exists it will go to the FM else it will create a FM.

or run the same program without giving any selection criteria search your data element in the list.

regards

shiba dutta

how to find out the field exits availabe in SAP system

5 REPLIES 5
Read only

Former Member
0 Likes
690

Hello Rajesh,

Field exit exists in 4.6C and later it was made obsolute even though it is available but SAP doesn't encourage it.

Read only

Former Member
0 Likes
690

Hi,

Please refer the below link to find the solution,

Regards,

Hema.

    • Reward points if it is useful.

Read only

Former Member
0 Likes
691

run the program RSMODPRF.

give your data element name in that if it exists it will go to the FM else it will create a FM.

or run the same program without giving any selection criteria search your data element in the list.

regards

shiba dutta

Read only

Former Member
0 Likes
690

Check the Program RSMODPRF.

For field exits in R/3 4.6C, execute transaction CMOD. Then type PRFB in the command field.

Read only

0 Likes
690

go to se 38 and just execute the program RSMODPRF without giving anything on the selection screen..it give u the list of the Field exits which r currently there in ur system..