cancel
Showing results for 
Search instead for 
Did you mean: 

Business partner address data in smartforms

0 Kudos
383

Hi all,

I am just creating a new smartform in SAP FSM and want to integrate address data of the buisness partner, so that the fields are prepopulated automatically. I have found many default fields inside in the property selction screen, like city and country, however i am missing:

  • Street
  • Street number

I have tried :

@ref(businessPartner.street)
@ref(businessPartner.streetNo)

but they're not working. How can i define these fields? Any other suggestion?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Yanik_Kurzawski
Participant
0 Kudos

Hi Florian,

you neet to get the adress with an Picker element because there can be multiple adresses per businessPartner:

After that you can also reference fields like Street and Street number:

If this isn't working for you there's also the possibility to create UDF's for businessPartner and fill these via Business Rule (for example with Street and Street number). These UDF's should be possible to reference even without an Picker.

Greetings
Yanik

Answers (1)

Answers (1)

0 Kudos

Hi Yanik,

thank you for your help. I will consider the second proposal and try out filling the address via UDF. Many thanks.

Florian