SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Add new fields in FPR1 Tcode

bharath_padmanabhan
Participant
0 Kudos
124

Experts,

I see that events 3000 to 3050 are related to Inst. Plan. I want to add a new field to capture Social security number(SSN) in FPR1 Tcode. Once the user enters SSN, I want to fetch the user name from backend and display next to the SSN No. 

I see that SAP has given provision to add new fields in FPE1 Tcode. Is there a way we can add screen fields in FPR1 Tcode. I want to be able to add in screen 200 which is the first screen where you land after you enter the Contract a/c in the initial FPR1 selection screen.

Thanks

Bharath

 

 

1 ACCEPTED SOLUTION

bharath_padmanabhan
Participant
0 Kudos
42

The solution that worked for me:
I called FM popup_to_get_one_value to get the value of SSN No. I couldn't find a way to do screen enhancement in FPR1 to add a custom Input field. 

View solution in original post

1 REPLY 1

bharath_padmanabhan
Participant
0 Kudos
43

The solution that worked for me:
I called FM popup_to_get_one_value to get the value of SSN No. I couldn't find a way to do screen enhancement in FPR1 to add a custom Input field.