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

User discrimination

Former Member
0 Likes
870

Hi all,

I have a batch input and consultants say to me that diferent SAP USER cause diferent execution of the batch input.

With one user the VAT (value-added Tax) is automatically calculated and with other user the VAT isn't calculated.

I told them it could be authorization problem (profiles, papers...) but Basics told me it has to be a programming problem...but my program doesn't have any user condition...

Any idea about what is happening¿?

Thanks in advance.

REgards.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
831

Check the parameter ids of both users. See if something jumps out at you. Like the user that it works for, has a parameter id value in the user profile that the other user does not have.

You can view this parameter ids by clicking SYstem->User Profile->Own Data and clicking the parameters tab. You can also do this via SU01.

Regards,

Rich Heilman

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
832

Check the parameter ids of both users. See if something jumps out at you. Like the user that it works for, has a parameter id value in the user profile that the other user does not have.

You can view this parameter ids by clicking SYstem->User Profile->Own Data and clicking the parameters tab. You can also do this via SU01.

Regards,

Rich Heilman

Read only

0 Likes
831

Hi Rich,

I've checked parameter for both users, of course they have diferent parameters but I don't know wich is the one that afects to my issue.

Regards.

Read only

0 Likes
831

Hi Urtzi Barandiaran Aguirre,

Check the user profiel for the following entry

XTX = 'X'

Reward if useful.

Read only

0 Likes
831

Hi,

Thanks all! It was parameter issue, I've solved easily in transaction FB00.

Regards.

Read only

Former Member
0 Likes
831

Can you please let us know the transaction that you running in the batch input? Are both the users using the exact same data? when they are running your batch input? I don't see how authorization can come into picture in the inclusion or exclusion of a condition type(VAT). It may be configuration of your access sequences. Check if the user profiles of both the users have the same org units (such sales orgs, plants etc) set in their parameter ids.

Read only

0 Likes
831

The batch input is for transaction FB01.

The data is the same.

Regards.