This website is not affiliated with, sponsored by, or approved by SAP AG.

Determine the chosen profile [RESOLVED]

CRM related discussion only

Moderators: thx4allthefish, Snowy, Lost Identity

Determine the chosen profile [RESOLVED]

Postby Dr Sidewalk » Wed Feb 11, 2009 11:30 am

There are a number of CRM*PROFILE* FM's but none seem to return the profile that I'm after. In short I'm trying to identify the profile chosen by the user (or defaulted) after they log into the IC Web client.

I would be happy to find an FM, method, or any other way of determining this. I've just started debugging the BSP code to determine the method used but it's slow going. Someone save my sanity, Pleeeaase.

Dr Sidewalk

"In the middle of difficulty lies opportunity" - Albert Einstein
"Money isn't everything in life, unless you don't have it"
"Fail to plan, plan to fail"
"Success is a journey, not a destination."
Dr Sidewalk
 
Posts: 3625
Joined: Mon Oct 21, 2002 11:06 am
Location: Everywhere...

Re: Determine the chosen profile [RESOLVED]

Postby Dr Sidewalk » Thu Feb 12, 2009 11:51 am

Code: Select all
DATA:lr_ic_profile type ref to if_ic_profile,
lv_profile type string.
lr_ic_profile = cl_ic_profile_service=>get_instance( ).
lv_profile = lr_ic_profile->GET_PROFILE( ).
"In the middle of difficulty lies opportunity" - Albert Einstein
"Money isn't everything in life, unless you don't have it"
"Fail to plan, plan to fail"
"Success is a journey, not a destination."
Dr Sidewalk
 
Posts: 3625
Joined: Mon Oct 21, 2002 11:06 am
Location: Everywhere...


Return to CRM :: SAP CRM

Who is online

Users browsing this forum: No registered users and 1 guest




This website is not affiliated with, sponsored by, or approved by SAP AG.