Re: create ABAP user in IDM UI
Thanks for the reply Matt, i manage to figure out the problem, when i assign role PRIV:<rep>:ONLY user got created in back-end system. Thankssai
View ArticleRe: Execute a Script from UI
Something like that. If you have multiple UIs where different actors can do the extension then you could consider an event task, same event/logic would be triggered from various UIs. But if it's only...
View ArticleRe: Imbedded Image in Email
Did you look into the Junk/Junk Email Options/Safe Senders? Try adding your originator address there and see if it makes a difference. If it does you could check if it's possible to get the originator...
View ArticleRe: Execute a Script from UI
Brandon, Sounds about right. Call me if you need more pushes! Matt
View ArticleRe: create ABAP user in IDM UI
Sai, Great news! Please make sure you close out the thread and mark the answer as correct! Matt
View ArticleRe: Imbedded Image in Email
Once this development is done and implemented, I'll give that a shot. Like I said, the PM is OK with omitting the image. He just wants the solution in place. Once that's done, maybe I'll have some time...
View ArticleRe: How to retry provisioning for pending values ?
It's Ok steffi I have also noticed that corresponding old provisioning tasks are in queue still. The task is now at MX:Pending_Delete folder and i tried to disable/enable to make it somehow completed...
View ArticleRe: How to retry provisioning for pending values ?
Hmm, the "MX:Pending_Delete" - folder is something like the wastebasket of the management console. If you delete something, it will be moved there. But this should not influence the normal workflows....
View ArticleRe: How to set SU01 parameters
Hello Mia, well, you wrote, that you just want to implement the setting of the default parameters for the create-pass. Users imported through the initial load already have an account and therefor the...
View ArticleRe: BO support
Hi Michele, I believe there is something, and I know I saw a demo of it at TechEd sometime ago. Also take a look at this thread: Provisioning Framework for SAP Bus. Obj BI 4.0. Hope this helps. Matt
View ArticleRe: How to set SU01 parameters
Mia BEN wrote: Hi Tero, my Attribute is a multivalue attribute, what's the problem with that ? No problem, I was just thinking whether you would need to have multiple lines for multivalue attribute...
View ArticleRe: How to set SU01 parameters
Hi Steffi, Here we are facing to 2 sources from where the SU01's parameters comes from: 1. Initial Load --> the %ABAPATTRIBUTE_%$rep.$NAME%% Attribute is filled during the initial load.-->...
View ArticleRe: How to set SU01 parameters
Hello Mia, but the existing %ABAPATTRIBUTE_%$rep.$NAME%% is the user specific ATTRIBUTE with a value for every user. The new %$rep.ABAPATTRIBUTE_%$rep.$NAME%% is a CONSTANT in a repository that is only...
View ArticleRe: How to set SU01 parameters
Hi Steffi, It's more clear for me and thank you for your help, just last point when you said:..... Users imported through the initial load already have an account and therefor the modify-pass would...
View ArticleRe: How to set SU01 parameters
Did you check the UpdateABAPUser-pass? There I have the line for the parameters, but in my case it's already commented out (see my first screenshot in this thread).Just check, if the line is there in...
View ArticleRe: How to set SU01 parameters
Hi Steffi, As I said I have 3 ABAP system(repositories): DEV, QAS and PRD The users maintain the SU01's param in the ABAP system. In the CreateABAPUser-pass and UpdateABAPUser-pass I have the...
View ArticleRe: How to set SU01 parameters
Could you change the part of the CreateABAPUser-pass to %$rep.ZADDITIONALPARAM_DEV% (replacing the placeholder for the rep-name manually).And then create a new account for a user in that system. This...
View Article