cancel
Showing results for 
Search instead for 
Did you mean: 

BSI flag turning off

Former Member
0 Kudos

Hi Experts,

I am running payroll in simulation mode in sandbox without BSI software. It is giving error like "BSI software communication error".

Where can I turn off that integration in menu path.

Thanks

Smitha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1. BSI is a tax interface. You need to disable the tax calculation or configure the BSI interface (In real time configuration BSI is already there).

2. Do transaction code PE01

3. Copy schema U000 to TZ00(Any name)

4. Generate main schema (Press generate button)

5. Copy schema UTX0(Calculate Tax) to UZZ0(Any name)

6. You may Generate subschema

7. Open newly copied subschema (UZZ0).

8. Comment out the USTAX and UTPRI function. (Disable) u2013SAVE

9. In PE01 enter Schema TZ00 u2013 press change

10. In TZ00 replace the UTX0 function to your newly copied UZZ0 u2013 SAVE it

11. Run the Payroll Driver again by using Schema TZ00

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Smitha,

You will have to Comment the BSI call in the schema as shown below

1) Run transaction PE01 and enter the Payroll driver schema you are using for testing.

2) Search for UTX0 (or clone of ths schema) which has the BSI call. Double click to drill into detail of this schema

3) Search for BSI call and put an '*'; in column D (This field determines whether the function is carried out (function active) or skipped (function inactive) when schemas are executed.).

Hope this is helpful.

Regards,

Bhaskar

Former Member
0 Kudos

Hello Smitha,

It doesn't make sense to run payroll without BSI. BSI is needed to calculate taxes for US payroll. You will need to modify the schema and remove it there.

Regards,

Manny

Former Member
0 Kudos

Hi Smitha,

since ur running in sandbox or IDES it indicated that the system is not integrated to BSI .Please go to pe01 give the Schema and there will be a line with BSI plzz deactivate by putting an *(Asterisk)

Thanks

Swati