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: 

Need help on FPP2

Former Member
0 Kudos
168

Hi,

I have a requirement to change the format of the mobile number entered in FPP2 to XXX-XXX-XXXX.Please let me know if there is any badi or exit to do this.

Thanks,

Shruthi.

3 REPLIES 3

former_member229976
Active Participant
0 Kudos
116

Hi,

if you want to change an existing address, I'd recommend the usage of BAPI BAPI_BUPA_ADDRESS_GETDETAIL and BAPI_BUPA_ADDRESS_CHANGE afterwards. Commit the changed via a call to BAPI_TRANSACTION_COMMIT.

In order to have a very special format - either use your own field or try to check it before saving, EVENT DCHCK.

KR

Uwe

0 Kudos
116

Hi,

I need to change the format as soon as the user enters the mobile number in either FPP1 or FPP2.Plz suggest.

0 Kudos
116

Hi,

if you can rely on transaction usage, you could create an field exit or just create your own function module in event DSAVB which just performs the check you need. But maybe it's better to create your own field in the exact way you need it and save the value to the standard address fields for telephone. Unfortunatly there are several ways - it's not just a technical issue. I would like to recommend consulting on BP level - means anyone familiar with the BDT can help with this very specific request.

KR

Uwe