cancel
Showing results for 
Search instead for 
Did you mean: 

WDA adobe error

former_member1193316
Participant
0 Kudos

Hi

I Created an WDA application, whn i click on a button, it should show adobe form. it is working in development server. I transported same to the production. But wen i click on the button, i m getting dump with below error...

The following error text was processed in the system ECP : Access via 'NULL' object reference not possible.

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

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: PARSE_XML_SCHEMA of program CL_WD_ADOBE_SERVICES=CP

Method: GET_SCHEMA_VERSION of program CL_WD_ADOBE_SERVICES=CP

Method: CONSTRUCTOR of program CL_WD_ADOBE_SERVICES=CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE=CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE=CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD=CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD=CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD=CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD=CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD=CP

Can some one plz. kindly tell me the solutino to solvie this...

Regards,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I presume that there is a mismatch of SP levels in production server and development server either on ABAP Stack or JAVA stack, otherwise this problem should not occur.

Please refer to the following SAP Notes which might help you to solve the issue.

[1175937|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1175937]

[1285044|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1285044]

[1239668|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1239668]

Regards

Rohit Chowdhary

former_member1193316
Participant
0 Kudos

wen i test this application with the user who is having sap_all authorization, for them it is working 5n.

Wen i test with the user who is having min authorization, for them its giving above error.

i Refered some other thread and found the solution by assignig S_DEVELOP role it will solve. But my Basis team is telling in production v shouldnt give S_DEVELOP role.

So, is this authorization problem or sme components missings...or what exactly..

Regards,

Venkat

Former Member
0 Kudos

I found another note [1274073|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1274073] which explains the exact scenario you described. The note is in German. English translation from google is as below:

Summary

Symptom

You run a Web Dynpro ABAP application with zCI based interactive forms. It comes at a RABAX if the user has no developers permission.

More terms

Adobe, Web Dynpro ABAP, Authorization

Cause and conditions

Bug

Solution

Please play the correct guidance or support package.

Hope this helps in resolving the problem.

Regards

Rohit Chowdhary

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If it works with SAP_ALL and doesn't with the other role then this is a pretty good indication that the problem is authorization related. Have you security admin do an authorization trace to see exactly which auth it is looking for. This auth may be included in S_DEVELOP, but it probably is in other roles as well - or the auth check can be added to existing composite roles.

Answers (0)