2009 Nov 06 6:31 AM
Dears,
We have to change withholding tax table data we have wrote the following code in badi.
data: ff type rbws .
loop at i_rbkpv-h_rbws into ff.
clear te_rbws.
ff-WT_QSSHB = 150.
append ff to te_rbws.
endloop.
in this example We would like to fix base amount to 150, its adding the table te_rbws but not showing on the screen(MIRO).
Is there any problem with badi?
Regards,
FR
Dears,
We have to change withholding tax table data we have wrote the following code in badi.
data: ff type rbws .
loop at i_rbkpv-h_rbws into ff.
clear te_rbws.
ff-WT_QSSHB = 150.
append ff to te_rbws.
endloop.
in this example We would like to fix base amount to 150, its adding the table te_rbws but not showing on the screen(MIRO).
Is there any problem with badi?
Regards,
FR
2009 Nov 06 6:54 AM
Hi,
Check first if the changes (although not shown in MIRO screen) have been made in the accounting document.
check too these OSS Note:
https://service.sap.com/sap/support/notes/1286713
https://service.sap.com/sap/support/notes/1156325
Best regards.
Edited by: Pablo Casamayor on Nov 6, 2009 7:55 AM
2009 Nov 06 7:03 AM
Dear Pablo Casamayor ,
I have already read your provided notes and implemented the suggessions but the problem is still exist that the data which is changed in table te_rbws is not returning back to main program.
Regards,
FR
2009 Nov 06 7:07 AM
Hi,
have the changes (although not shown in MIRO screen) been made in the accounting document?
Best regards.
2009 Nov 06 7:19 AM
Yes its updating in accounting document but not in MIRO transaction.
2009 Nov 06 7:48 AM
Hi,
in my system it happens the same.
Having badi MRM_WT_SPLIT_UPDATE implemented, Withholding tax tab data is not displayed in MIRO transaction.
It seems it´s the expected behaviour of the standard.
Check this:
Best regards.
Edited by: Pablo Casamayor on Nov 9, 2009 9:47 AM
2012 Nov 21 10:37 PM
I'm facing a similar problem.
I can´t update the withholding tax tab :S
Any solution?
Regards,
Vicente
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |