cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 7.5NW:Process dimension

Former Member
0 Kudos

Hello Experts,

I am trying to add members to Entity dimension but processing is failing due to the short dump.as shown below.

It is behaving with all the other dimensions such as C_acct,IntCo etc.

*Dump analysis start

Short text

Field symbol has not yet been assigned.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_UJA_DIM====================CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

How to correct the error

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"GETWA_NOT_ASSIGNED" " "

"CL_UJA_DIM====================CP" or "CL_UJA_DIM====================CM02J"

"VALIDATE_MBR_DATA"

*Dump analysis End

Can you Please advice me .

Regards,

Arvind.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Arvind ,

Check this note 1508223 .

Hopeb this helps.

Regards,

Sanjeev

Former Member
0 Kudos

Hi Sanjeev,

I checked this note but sorry to say this note is not related to my thread.

Any suggesions?

regards,

Arvind.

Former Member
0 Kudos

Hi Arvind,

Please implement the SAP Notes: 1569103 and 1569986.

To check to see if your dimensions have this attribute, please go through the following:

Run the transaction RSA1 in NetWeaver.

Select InfoProvider on the left hand side.

Expand Business Planning and Consolidation.

Expand your AppSet.

Double click one of your dimensions.

On the right hand side, it will list the properties of the dimension. Click the Attribute tab.

Check the list and see if MBR_SEQ is listed. If this attribute is missing, please go through the below steps in note 1569986:

In NetWeaver, run transaction SA38.

Enter in the Program: UJA_MIGRATE_MBR_SEQ

Click the Execute button.

Manually enter in the APPSET name and Dimension name and click Execute. Please note, if you leave the Dimension field blank, all dimensions for that appset will be checked for MBR_SEQ and the attribuite will be added as needed.

While this is running, you will see status updates in the bottom left hand corner. Once the process completes, you will get a message:

Member sequence was added to dimension <Dimension>

NOTE: The APPSET name is case sensitive and are listed in the APPSET_ID column of table UJA_APPSET_INFO. For example, ApShell and APSHELL are not the same Application Set (AppSet).

Hope this resolves your issue.

Rgds,

Poonam

Former Member
0 Kudos

Hi Poonam,

Thanks for your reply.

This note is related when we run the program UJA_DATA_CHECKER we get the dump.In that note cleary mentioned as follows

'The current ABAP program "CL_UJA_MBR====================CP" had to terminated because it has

come across a statement that unfortunately cannot be executed.'

but in my program the dump says as follows

'The current ABAP program "CL_UJA_DIM====================CP" had to terminated because it has

come across a statement that unfortunately cannot be executed.'

The difference i have updated in Bold letters adn I am getting the dump when processing the dimension.

Please clarify if i am wrong.

I checked in application set(APPSHELL) the follwoing dimensions are not having MBR_SEQ as an attribute.

C_ACCT,C_Category,C_DataSrc,Entity,FLOW,IntCo,O_Acct etc but the dimensions such as Category,group,RptCurrency,Time

are having MBR_SEQ as an attribute.

All the dimensions in the the application set(APPSHELL) must have MBR_SEQ as an attribute????

One strange thing what I observed is I have build my appset (Dev)by copying from APPSHELL.In that Dev appset in time dimension if i am trying to add new members it is not keeping the newly added members.

Can you please advice on above mentioned points.

Regards,

Arvind.

Former Member
0 Kudos

Hi ,

Apply this note 1563414.

we had faced a different error however i am not able to recollect it,but for sure MBR_SEQ attribute should be maintained in all the dimensions ie in info object attributes at backend otherwise you will land up in errors during processing dimension.

Thanks.

Sanjeev

Edited by: sanjeev.s on Aug 17, 2011 4:25 PM

Former Member
0 Kudos

Hi Arvind,

I think that we must have MBR_SEQ as an attribute in all the dimensions. I agree that the error for which i sent you SAP note was in relation to dimension members but you getting dimension error, but still would suggest to correct dimension attribute and then apply notes as mentioned above. Hope it will resolve your issue.

Rgds,

Poonam