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

Issue with amount format when uploading condition records

Former Member
0 Likes
658

Hello,

I am uploading condition records for Japan from an excel using a program to VK13. I am using function module RV_CONDITION_COPY followed by RV_CONDITION_SAVE and RV_CONDITION_RESET. The condition records get updated fine but when i check the amount in VK13 it is shown as X*100 instead of X.

The value gets saved perfectly in KONP and this format issue only occurs in VK13.

I am even converting the amount from string to amount format using HRCM_STRING_TOAMOUNT_CONVERT before passing it to the FM RV_CONDITION_COPY.

It does not seem to be related to the decimal format in user profile's own data either -- any suggestions on how to handle this ?

Hello,

I am uploading condition records for Japan from an excel using a program to VK13. I am using function module RV_CONDITION_COPY followed by RV_CONDITION_SAVE and RV_CONDITION_RESET. The condition records get updated fine but when i check the amount in VK13 it is shown as X*100 instead of X.

The value gets saved perfectly in KONP and this format issue only occurs in VK13.

I am even converting the amount from string to amount format using HRCM_STRING_TOAMOUNT_CONVERT before passing it to the FM RV_CONDITION_COPY.

It does not seem to be related to the decimal format in user profile's own data either -- any suggestions on how to handle this ?

2 REPLIES 2
Read only

sivaprasad_paruchuri
Active Participant
0 Likes
577

the excel might have formula in the column please check..

Regards,

Siva

Read only

0 Likes
577

Hi,

No there is no formula in the excel.