cancel
Showing results for 
Search instead for 
Did you mean: 

Currency translation

Former Member
0 Kudos

Hi friends,

Exchange rates are maintained in Rate applicaiton.

Next maintained main applicaiton(financial type) and pushed some input data for currency translation data to database.

Immediately i'm geting message box saying.

Application: Rate Status: failed submitted count: 48 Accepted count: 48 Rejected count: 0 -Error message- Error running defult logic() -Rejected records list- Error converting records: Root elemement is missing ====================================== Applicationi : consol status: success submitted count: : 12 accespted count: 12

When i run DM package(currency translation), upon checking package status: in formula log 0 submitted 0 accepted 0 rejected.

Can anyone guide me what is problem with above message and configuration. I followed how to guide of SAP bpc nw7.0.

we are on bpc nw7.5 sp05.

Thanks,

naresh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Naresh,

Would suggest to check the properties and members of the Datasource dimension of your application set, if you have designed it properly.

Hope this helps as i also got exactly the same error while currency translation and doing the above step resolved my issue.

Rgds,

Poonam

Former Member
0 Kudos

Poonam, maintained C_DataSrc dim as below, i followed SAP suggested guides(how to guides, SMP guide for bpc nw7.5).

ID INPUT

EVDESCRIPTION Manual Input

SCALING

CONSO_TYPE

COPYOPENING

DATASRC_STAGE

DATASRC_TYPE M

IS_CONSOL

IS_CONVERTED Y

OPENING_DATASRC

STORED_CALC

STYLE

However, the messge; saying: root elements missing while converting records.

Error during default logic ( i have not maintained any codes in both rate & main apps)

Thanks,

Former Member
0 Kudos

Pls checck your default logic. Please validate the default logic (even if it is empty) and then try again.

BPC NW requires the default logic to be validated, even if its empty. Thanks.

Regards,

Sanjeev

Former Member
0 Kudos

hi sanjeev,

i validated default logics(both in rate & main apps), eventhough they don't have any code. But sill same log in formula log.

i also tired by changeing datasrc_type to I and execute package same thing.

Former Member
0 Kudos

Hi Naresh,

Can you please check the following properties specially Datasrc_type and IS_Consol:

1. COPYOPENING: Y or N

2. DATASRC_TYPE: A or L or M or I

3. IS_CONSOL: Y

4. IS_CONVERTED: Y or G

5. OPENING_DATASRC: INPUT

Please modify them accordingly to your requirement.

Hope this works.

Rgds,

Poonam

Former Member
0 Kudos

Resolved issue.

DATASRC_TYPE: I, used for datasrc id : INPUT

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naresh,

From the message, its clearly not able to run the default logic in the application. The data is submitted, it just not executed some or all part of the default logic.

- You need to do some checks.

1. Validate the default logic in your finance type application and see if you can catch some errors there

2. Check if the default logic validates successfully, the user has all rights for the data he/she is submitting to run all the required logic

3. Sometimes you might have to clear out your local application information from etools and client options and resubmit the data.

4. Check the input schedule that you are using to submit the data.

- All the above checks would give you some insight why it is failing to trigger the default logic.

Thanks,

Sreeni