cancel
Showing results for 
Search instead for 
Did you mean: 

Default value for business partner sales area

Former Member
0 Kudos

Hello,

a business partner that is being created should get a default sales area. This has to be the sales area of the user creating the business partner.

Where can I make the necessary settings to achieve this?

Thanks a lot in advance!

Best regards

Thorsten

Accepted Solutions (1)

Accepted Solutions (1)

former_member200342
Active Contributor
0 Kudos

Hi,

You can achieve your ur task using Standard FM..

You can read the sales area of the user using FM:BBPU_GET_ORGSTRUCTURE_OF_USER

And add these details in BP data using FM:BAPI_BUPA_FRG0010_ADD

Regards,

PePe

Edited by: PePe on Jan 20, 2009 3:12 PM

Former Member
0 Kudos

Hello,

isn't there a standard customizing way of doing this without using FM?

Cheers

Thorsten

Edited by: Thorsten Ding on Jan 20, 2009 10:55 AM

former_member200342
Active Contributor
0 Kudos

Hi Thorsten

,

Other way is by using Templates as correctly explained by RK

Regards,

PePe

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Thorsten,

Your Sales Area Data for Buisness Partner detrmination can be also carried out via Template determination Procedure,

Create a Buisness Partner Templelate and Create the Required Sub Templelates to assign the required data to the Buisness Partner Sales Area Data and based on the Employee Creating the Buisness Partner you shall get the Assignment of the Templelate to the Buisness Partner and get the Required assignments to that Buisness Partner.

You may then Choose the Required Templelate to be Assigned to the Role.

Else the Other Way of Achieving the same is via FM and is suggested correctly by PePe

Hope it answers your Query

Thanks and Regards,

RK.

Former Member
0 Kudos

Hello

How do you get the Template depending on the employee? I refer to your statement 'based on the Employee Creating the Buisness Partner you shall get the Assignment of the Templelate to the Buisness Partner'

Thanks and reagrds,

Sowmiya