‎2010 Oct 07 10:32 PM
Hi all,
The function SUSR_ZBV_USER_SEND_BACK dumps at the line COMMIT WORK..
What should do the lines:
CALL FUNCTION 'BAPI_USER_CHANGE' IN BACKGROUND TASK
DESTINATION log_central
The destination "LOG_CENTRAL" what values should have? What it does?
Thanks!!!
‎2010 Oct 08 5:41 AM
If you see the code
SELECT SINGLE logsys FROM t000 INTO logsys WHERE mandt = sy-mandt.
its passing the current client value and geting the log sys and based on this getting the remote desitination.
ang then comparing that with log_central. if they are different the function is getting executed.
log_central should have a value of remote destination created in sm59 where function module the function module is going be executed.
Just debug the function module and see what is happening.
‎2010 Oct 10 6:22 PM
The value of log_central is a Conexion, but what values should I check at the tx sm59 so It can work Ok?
Thanks for your help ...
‎2010 Oct 08 5:47 AM
It seems to be the destination of Your ZBV master system.
ZBV is a central user management!
Regards
Klaus
‎2010 Oct 10 6:24 PM
Hi Klaus,
What is the the destination of ZBV master system? Where can I check if its working OK?
Regards
Jennifer
‎2010 Oct 11 8:39 AM
Hi Jennifer,
you can get the destination of your ZBV master system in SE37 calling test mode for FM SUSR_ZBV_CENTRALSYSTEM_GET.
Start it with Delivery Model "USER".
You will get the information in Export Parameters CENTRAL_SYSTEM_LOGSYS and/or CENTRAL_SYSTEM_RFC_DEST, but only, if you have an active ZBV.
These values should be the same as in your dump.
Regards,
Klaus
‎2010 Oct 10 7:04 PM
Hi Jenn,
first of all read and try to understand what the dump says, i.e. COMMIT WORK in UPDATE TAK is not allowed.
Read the dump once fully! Post what you do not understand.
Regards,
Clemens