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: 
Read only

Add new fields in FPR1 Tcode

bharath_padmanabhan
Participant
0 Kudos
552

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
Read only

bharath_padmanabhan
Participant
0 Kudos
470

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

3 REPLIES 3
Read only

bharath_padmanabhan
Participant
0 Kudos
471

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. 

Read only

harikrishna_malladi
Active Participant
0 Kudos
250

Hi Padmanabhan,

How you managed to done this requirement using FM popup_to_get_one_value, could you please share me the details and it will help us in my requirement. 

Thanks in advance.

Read only

bharath_padmanabhan
Participant
0 Kudos
245

Hi Hari,

I added an implicit enhancement in LFKH0FP0 under FORM print_cashdesk_receipt. Line no 2475 in include LFKH0FP0. 
When the user enters Inst plan type and no of installments and presses enter, this section of code gets invoked. 

I designed a small mod pool screen as a modal dialog box to receive the data for my custom fields in FPR1. 

Thanks

Bharath