‎2008 Dec 05 3:15 PM
Hi Gurus ,
I want to check the user settings of the batch and want to change my user ;ogins settings same as batch so that i can check one process which is throughing me formatting error when batch is running.
please tell from where i can see the batch user's settings..
thanks in advance.
regards,
khushi
‎2008 Dec 05 3:36 PM
If you have the user name under which the batch job is running then using transaction SU01 you can see the logon setting.
If you don't have access to SU01 then use FM SUSR_USER_READ
You can debug the batch job with the same enviroment as it will execute in backgound , by selection the job in sm37 and putting JDBG in command box and pressing enter. Before this put break-point in the program.
‎2008 Dec 05 3:27 PM
‎2008 Dec 05 3:36 PM
If you have the user name under which the batch job is running then using transaction SU01 you can see the logon setting.
If you don't have access to SU01 then use FM SUSR_USER_READ
You can debug the batch job with the same enviroment as it will execute in backgound , by selection the job in sm37 and putting JDBG in command box and pressing enter. Before this put break-point in the program.
‎2008 Dec 05 4:00 PM
hi pawan ,
thanks for helpful reply .i have compared the user settings of batch to mine but still i am unable to replicate the error.
for your information problem is .. there is a RFC call which creates an IDOC and inturn that IDOC creats a sales order
now there is some value which is not getting passed to sales order in a desired format hence the idoc is getting into error
i am getting a currency format issue. but i am unable to find out which field is not getting passed in the correct format .
i am facing the error only if i am creating SO from batch . if i am rerunning the idoc from we19 it is not throughing
any error.
can you please suggest me in which direction i shoud move to resolve this.
thanks in advance.
(its good to see you here )
regards ,
khushi...