2008 Feb 15 3:40 PM
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.
2008 Feb 18 3:03 PM
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
2008 Feb 18 6:28 PM
Hi,
I need to change the format as soon as the user enters the mobile number in either FPP1 or FPP2.Plz suggest.
2008 Feb 27 2:07 PM
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