cancel
Showing results for 
Search instead for 
Did you mean: 

Signeddata Error

former_member314807
Participant
0 Kudos

Hi All

BPC supports only 13 digit number in signeddata field. Then how can we save the transaction value which is more then 13 digit.

Please suggest.

Regards

Srikant

Accepted Solutions (1)

Accepted Solutions (1)

former_member196060
Contributor
0 Kudos

BPC NW 10.0 support large key figure (24,7). Please refer to note 1809884.

former_member314807
Participant
0 Kudos

Hi Hengye

Thanks for update.

When we loading data bydefault it takes the 13 digit signeddata.

SIGNEDDATA = BWKEYFIG (which 13 digit)

Please suggest how can I map to the LARGE KEY FIGURE to BPC SIGNEDDATA.

Regards

Srikant

sreenivasulup
Participant
0 Kudos

Hi Srikant,

Please check the snote suggested above and I believe you need to add a model level parameter in spro to enable large keyfigure. By default it is not enabled.

Please check for the relevant snote. Hope I asnwered your question.

Thanks,

Sreeni

former_member314807
Participant
0 Kudos

Hi Sreeni

Thanks for update.

I have checked the SAP note and it contains only large key figure is support now and we need to upgrade the SP level.

and also they refer the SAP note

1829297

But its not working & am getting error......The requested SAP Note is either in reworking or
is released internally only.

Can you please tell me what is the field name and the value I have to maintain in Model parameter.

Regards

Srikant

sreenivasulup
Participant
0 Kudos

Hi Srikant,

I dont remember the exact parameter name. All I know was a parameter to be maintained in SPRO and 'X' has to be selected as value to enable it. Once enabled you cannot revert it back.

Please check with about the note availability to public.

Thanks,

Sreeni

Answers (1)

Answers (1)

0 Kudos

Hi,

Scaling can be sloution for your concern..

While storing the input to the cube, divide the input value by factors (10 or 100 or 1000) i.e.  scale it.

And while retrieving the data back from the cube , just multiple the output by  the same factor (10 or 100 or 1000).

Hope it helps.

Regards,

Tarun agrawal

former_member314807
Participant
0 Kudos

Hi Tarun

Thanks for update....

I have doubt. While I am sending data to the cube we need to devide the data value by factor...means we need to write script logic code in default logic....or is there any other process ?

As per my knowladge Scaling property will work only while retriveing the data...means the data value will devide by scaling value.

So how we can retrive the data by multiplying the factor?

If my above points are wrong then please correct me.

Thank you lot.

Regards

Srikant

Former Member
0 Kudos

Hi Srikant,

You can use Enhancement spot named UJQ_SHARED_QUERY to multiply with factor while retrieving data from CUBE. This BAdI is only for reporting purpose, so this BAdI will execute when ever you are retrieving data from CUBE.

I have got another idea, If you get larger data for any particular entity or account, you can create 2 or 3 base members under that and then split that amount to those base members. While retrieving you can use parent member to see the result.

Hope it will work!!!

Thanks,

Suresh