cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Load File into BI-Integrated Planning

Former Member
0 Kudos

<b>Hi Marc,

When I am running the URL for file upload in BI Integrated Planning, I am getting the below message ( we have created the variable on navigational attribute):</b>

Note

The following error text was processed in the system BWD : /BI0/OICOSTCENTER__0SALES_DIST is not a valid attribute type.

The error occurred on the application server ma1ua231_BWD_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: IF_WD_CONTEXT_NODE_INFO~ADD_ATTRIBUTE of program CL_WDR_CONTEXT_NODE_INFO======CP

Method: WDDOMODIFYVIEW of program /1BCWDY/780RZKQ35587UCX2RCTU==CP

Method: IF_WDR_VIEW_DELEGATE~WD_DO_MODIFY_VIEW of program /1BCWDY/780RZKQ35587UCX2RCTU==CP

Method: DO_MODIFY_VIEW of program CL_WDR_DELEGATING_VIEW========CP

Method: MODIFY_VIEW of program CL_WDR_VIEW===================CP

Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP

Method: DO_MODIFY_VIEW of program CL_WDR_WINDOW_PHASE_MODEL=====CP

Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP

Method: PROCESS_REQUEST of program CL_WDR_WINDOW=================CP

Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP

<b>In System we are getting Short dump as:</b>

An exception occurred which is explained in detail below.

The exception, which is assigned to class 'CX_WD_CONTEXT', was not caught and therefore caused a runtime error.

The reason for the exception is:

/BI0/OICOSTCENTER__0SALES_DIST is not a valid attribute type.

I went through your blog. Just curious to know when can we expect Version 2 of the how-to solution will support a direct upload from Excel without the need to launch a browser.

Thanks

Kamlesh Mishra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Marc,

I got the same message and cannot access your Blog either. Please verify.

Thank you,

Sam

former_member93896
Active Contributor
0 Kudos

Kamlesh,

variables on nav.attributes were not supported. Please see my comments in the blog for details.

/people/marc.bernard/blog/2007/11/25/how-to-load-a-file-into-sap-netweaver-bi-integrated-planning-part-1

Regards,

Marc

SAP NetWeaver RIG

Former Member
0 Kudos

Hi Marc,

Thanks for your support and great help for the problems we are facing in IP. Now we are able to get the browser screen for selecting the file, but we are facing new issue, When we are uploading file, the system is giving dump saying "THE ASSERT CONDITION was violated" in the below source code:

LOOP AT n_t_charsel INTO l_s_charsel WHERE sign = 'I' AND opt = 'EQ'.

ASSIGN COMPONENT l_s_charsel-iobjnm OF STRUCTURE <l_s_data> TO <f>.

ASSERT sy-subrc = 0.

IF <f> IS INITIAL.

<f> = l_s_charsel-low.

ENDIF.

ENDLOOP.

(We are unable to open the Blog, it is showing us "No Authorization" message)

Thanks,

Kams

Former Member
0 Kudos

We found the solution for this error, the problem was, the sales District was not included in the aggregate level but it was existing in file upload selection screen. We added the char in the aggregate level and the uploads are working fine.

Kams