cancel
Showing results for 
Search instead for 
Did you mean: 

Table link between the BE and its BP role.

Former Member
0 Kudos

Hello Experts,

We are using RE-FX, I want to find out the relation between the Business Entity and the Business roles for that BE.

Can you please assist on this query.

Thanks

Lokesh

Accepted Solutions (0)

Answers (2)

Answers (2)

narnei
Contributor
0 Kudos

Dear Lokesh,

You can follow the below steps to execute the same Function module.

T – Code –> SE37 – Enter the Function module name as: BAPI_RE_BE_GET_DETAIL


Then Execute(F8)


Enter your co. code & Business entity Number – execute (F8)


Output Display will be as below.

Double click on Partner – 2 entries it will take you to the output values of Partner Number & Role name as below.



Regards,

Rao

narnei
Contributor
0 Kudos

Dear Lokesh,


Are you assigning any Business partner at Business Entity level?

If Yes you can check the Business partner details of Business entity by using below function module.


Function module name: BAPI_RE_BE_GET_DETAIL


Execute this Function module, you will get the BP details which is assigned in Business entity Level.


Also you can use the below below tables to find the BE * BP relation ship.


Table for


Business Entity data - VIBDBE

Businss Partner Relationship table - VIBPOBJREL


Copy the RE Key(VIBDBE_INTRENO) Value in 1st table & pass to VIBPOBJREL_INTRENO  table you will get the output.


Regards,

Rao