2012 Nov 07 11:03 AM
Hi all ,
I am trying to create a Service user for a portal application (EHP - 6 ) .
When I am using BAPI_USER_CHANGE , its by defaulting setting the user type as Dialog user (USTYP = A ) even if I am passing the USTYE = 'S' i.e Service user . Also this BAPI is returning me foll messages in the return table - User Attribute 'User Type' cannot be maintained in this system
How do I resolve this issue ?
Supriya
2012 Nov 07 11:15 AM
You want to create a user then why not using BAPI_USER_CREATE1 ?
2012 Nov 07 12:04 PM
Hi ,
We have a golder client where we create all out users with user type = Dialog and then we copy them on our respective client with User type = Service .
Hence , I am using the CHANGE bapi and not the Create BAPI .
P.S : This program works fine in another server (EHP4 ) , but in the new server (EHP 6 ) its giving the problem .
Any thoughts ?
Regards ,
Supriya
2012 Nov 07 1:08 PM
Hi you all.
Maybe it's not a smart solution, but have you tried to make a function module (if you wish to invoke it from outside SAP) which could, first calling the BAPI and then, as long as that field cannot be set from that BAPI, to make a Batch Input session which could reset the user type?
Kind regards.
Santiago.