cancel
Showing results for 
Search instead for 
Did you mean: 

Add column BP 'Customer Group 5' to 'Sales Area Data' assignment block

Former Member
0 Kudos

I need help to display 'Customer Group 5' from BP

as an additional column in 'Sales Area Data' assignment block.

How should I do this?

Thanks!

Regards,

Cha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

if you need to create only a display field then create a value node

view  :BP_SALES/CorpAccountSalesAreasOV

BUILSALESARRANGEMENT ,create a field of type customer group 5

and write the logic to populte the value using the FM BAPI_BUPA_FRG0010_GETDETAIL.

you can do the coding in get method.

Thanks,

Anitha

Former Member
0 Kudos

Hi ,

try creating a model node

value node we are getting an error context node not bound.

Thanks,

Anitha

Former Member
0 Kudos

Hi,

Anitha almost had it right, but instead of using "BuilSalesTerms" in the BOL entity field use "BuilSalesArrangement" which should've been there by default:

Then for the BOLAttribute field press F4 and navigate thru the relationship tree until you find the attribute you wanted displayed:

Cheers,

Marc

Answers (0)