cancel
Showing results for 
Search instead for 
Did you mean: 

ICWEB : BPTYPE Save in bupacreate view

Former Member
0 Kudos

Hello All,

in BUPACREATE.htm view,

1. I have created new context node for Dropdown list. It is populated and displaying correctly in the UI.

<crmic:dropdownListBox id = "Bptype"

width = "100%"

table = "//BPTYPEdd/Values"

nameOfKeyColumn = "KEY"

nameOfValueColumn = "VALUE"

selection = "//Customer/bptype" />

2. I found that bp_type(i.e bp kind) is part of builheader structure.

3. I have addred new context node attribute(bptype) under "customers" context.

I have debugged also , I can see value is set and passed till fill_model method also.

But the value is not getting stored in CRM. Any steps did I miss ?

Help in this regard will be appreciated and rewarded too :-).

regards,

Laxman

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Reason was, Mapped field is PARTNERTYPE not the BPTYPE. Dont know why SAP gave both fields which basically represents the same.

Edited by: laxman on Jan 3, 2008 7:52 PM

Former Member
0 Kudos

Does it work for you after changing the BOL attribute from BP_TYPE to PARTNERTYPE ?

Thanks,

Thirumala.

Former Member
0 Kudos

Yes. after pointing to partner type it is working fine.

Former Member
0 Kudos

for your information I didnt change any BOL level changes. I used right context node attribute(which binds to partner type)

i hope you understood this. Let me know if you need any help.

regards,

Laxman