Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Any Single Table which gives BP ID created in CRM along with User ID

Former Member
0 Kudos

Hello Everyone,

Any Single Table which gives BP ID created in CRM along with User ID and UserName.

I tried BUT000 as well as HRP1000 but it didn't help me.

Hence, any input will be highly appreciated.

Regards

***Learner***

2 REPLIES 2

former_member186543
Active Contributor
0 Kudos

Hi FISIDEX,

Table HRP1001 might give the output recursively but we have an FM to give this data in one go.

CRM_CENTRALPERSON_GET

/Hasan

Former Member
0 Kudos

Dear Learner,

Try again in HRP1001. Do as follows

1. In table HRP1001, pass as input

    SCLAS = 'BP'

    SOBID = <BP Number>

Get value of OTYPE, OBJID, PLVAR. Just ensure the ENDDA for this record is 31.12.9999

2. In table HRP1001, pass as input

    OTYPE = <Value from step 1 above>

    OBJID  = <Value from step 1 above>

    PLVAR = <Value from step 1 above>

    SOBID = 'US'

Value in field SOBID will be the User Id assigned to this BP.

Cheers,

Niraj