Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BATCh user settings

Former Member
0 Likes
2,538

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

1 ACCEPTED SOLUTION
Read only

Pawan_Kesari
Active Contributor
0 Likes
1,236

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.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,236

User settings are stored in table USR01

Regards,

Rich Heilman

Read only

Pawan_Kesari
Active Contributor
0 Likes
1,237

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.

Read only

0 Likes
1,236

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...