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

replace booking date to contract date

Former Member
0 Likes
493

hi all..

at present this function module is picking of values based on the exchange rates on billing dates

CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'

EXPORTING

DATE = VBKD-PRSDT

FOREIGN_AMOUNT = V_KBETR

FOREIGN_CURRENCY = V_WAERK

LOCAL_CURRENCY = 'USD'

IMPORTING

LOCAL_AMOUNT = V_KBETR1.

I_DATA-KBETR = V_KBETR1.

ENDIF.

i want to pick up values based on the exchange rates on contract booking dates

pricing date-vbkd-prsdt

net value-vbap-netwr

exchange rate-vbkd-kursk

what should i do.....?

hi all..

at present this function module is picking of values based on the exchange rates on billing dates

CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'

EXPORTING

DATE = VBKD-PRSDT

FOREIGN_AMOUNT = V_KBETR

FOREIGN_CURRENCY = V_WAERK

LOCAL_CURRENCY = 'USD'

IMPORTING

LOCAL_AMOUNT = V_KBETR1.

I_DATA-KBETR = V_KBETR1.

ENDIF.

i want to pick up values based on the exchange rates on contract booking dates

pricing date-vbkd-prsdt

net value-vbap-netwr

exchange rate-vbkd-kursk

what should i do.....?

2 REPLIES 2
Read only

Former Member
0 Likes
446

as

Read only

Former Member
0 Likes
446

as