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

MRM_WT_SPLIT_UPDATE badi not working propperly

0 Likes
1,331

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

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

6 REPLIES 6
Read only

former_member182371
Active Contributor
0 Likes
1,153

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

Read only

0 Likes
1,153

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

Read only

0 Likes
1,153

Hi,

have the changes (although not shown in MIRO screen) been made in the accounting document?

Best regards.

Read only

0 Likes
1,153

Yes its updating in accounting document but not in MIRO transaction.

Read only

0 Likes
1,153

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

Read only

0 Likes
1,153

I'm facing a similar problem.

I can´t update the withholding tax tab :S

Any solution?

Regards,

Vicente