cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CRM WEB UI - Address fields being cleared after auto complete

former_member313370
Participant
0 Kudos

Hi,

I am trying to do auto address complete in SAP CRM grant management BP_ADDR component in standard address thru Canada Post. Auto address is working fine and i can select the values but after that when we click save or enter, data is not saved and values got cleared on enter. I used javascript code from canada Post website for Auto address complete . Any suggestions

Thank you.

thalesvb
Active Contributor
0 Kudos

WebClient UI interface was not meant to interact with non-SAP-framework JavaScript, you'll always have to do an extra effort to plug them.

This blog suggests that you should call WebUI Javascript function thtmlb_toggleInput to make framework aware that you are "focusing" a field so it will persist on buffer to send later to ABAP server.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member313370
Participant
0 Kudos

Thank you Thales Batista.