2024 Sep 05 6:13 AM
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
2024 Sep 12 7:17 PM
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.
2024 Sep 12 7:17 PM
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.
2025 Jan 06 5:52 AM
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.
2025 Jan 06 6:03 AM
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