cancel
Showing results for 
Search instead for 
Did you mean: 

Can anyone explain how we create Choose from list for profit center in sap b1

Former Member
0 Kudos

Hello ALL ,

Can any body suggest me how we create the CFL for profit Center .

I am creating add -on using sdk and create a screen form using screen Painter .

In my form there is matrix that contain the profit center column just like in sale order screen .

In this field (Profit Center ) I want to attach the CFL of profit center just like in sales Order screen .

but I am unable to find out the object type ID for profit center so please give me any idea

Accepted Solutions (1)

Accepted Solutions (1)

daniel_martinec2
Participant
0 Kudos

Hi Arvind,

Object type for the Profit Center is

<ChooseFromList UniqueID="CFL_1" ObjectType="61" MultiSelection="0" IsSystem="0"/>

and for the Distribution Rule

<ChooseFromList UniqueID="CFL_2" ObjectType="62" MultiSelection="0" IsSystem="0"/>

Hope it helps.

D.

Former Member
0 Kudos

Hello Daniel Martinec

Thanks for quick response . Now my problem has solved

Former Member
0 Kudos

Hi Arvind,

I am having the same requirement. Please share the solution how did u achieve this.

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I guess the Dimension(Profit Center) is not exposed in the CFL Id, so what i used to do is to add a simple FMS to get the same functionality of the CFL.

Hope this helps,

Vasu Natari.