SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

Withholding tax not copy in MIRO



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ММ
View previous topic :: View next topic  
Author Message
vga
Мастер
Мастер


Age: 200
Joined: 04 Oct 2007
Posts: 1218
Location: Санкт-Петербург

PostPosted: Fri Feb 12, 2010 1:12 pm    Post subject: Withholding tax not copy in MIRO Reply with quote

Please check in your system if the following BADI is activated:
MRM_WT_SPLIT_UPDATE is activated.

If it is, then the structures te_rbws and te_rbvs are not being updated
by the BADI and hence lose data.These structures are used to populate
the interface structure T_ACCIT_WT .Hence T_ACCIT_WT does not have data
and withholding tax is not populated in the FI Core calculation.

My recommendation is if you are not using the BADI deactivate it and
system itself would populate teh structures te_rbws and te_rbvs
and inturn interface for WT would get populated and the postings would
be fine.

If you are using the BADI then you need to populate the structures
te_rbws, te_rbvs and then the system will work as designed.

Code:
METHOD if_ex_mrm_wt_split_update~whtax_split_update.

te_rbws[ ] = i_rbkpv-h_rbws[ ].
te_rbvs[ ] = i_rbkpv-h_rbvs[ ].

ENDMETHOD.
Back to top
View user's profile Send private message Blog Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ММ All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.