Application Development 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: 

RFC Change

former_member184495
Active Contributor
0 Kudos
111

hi,

i have an RFC <b>RFC_CALCULATE_TAXES_DOC</b> which is linked with Taxware,

i found that this RFC is called in the class <b>CL_XTAX_RULES_RFC</b>

now when a sales order is created, it calls this RFC calculates and gives a value.

but since the values are wrong and on debugging we found that there is a TaxPayItem field which is set 'X',

i need to remove this 'X' and make it blank.

how could i do this in an RFC, is it that i need to write a wrapper function.

if so, please also tell me what this wrapper function is and how would i use it in my case where i just want to make my TaxPayment field as blank.

Or is there other option to resolve the issue ?

Aditya.

Message was edited by:

Aditya Varrier

1 REPLY 1

former_member184495
Active Contributor
0 Kudos
60

self answered