cancel
Showing results for 
Search instead for 
Did you mean: 

Dump while uploading Documents in WD

former_member574468
Participant
0 Kudos

Hi all,

In my webdynpro application, when i m trying to upload a document (PDF,DOC,XLS) it is throwing the following dump.

Note

The following error text was processed in the system PLP : Could not find attribute SALV_WD_COL_CV_00003

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

The termination type was: RABAX_STATE

The ABAP call stack was:

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

Method: IF_WD_CONTEXT_ELEMENT~GET_ATTRIBUTE of program CL_WDR_CONTEXT_ELEMENT========CP

Method: GET_ATTRIBUTE_INTERNAL of program CL_WDR_VIEW_ELEMENT_ADAPTER===CP

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

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

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

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L3STANDARD==============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

Can anyone help me to comeout....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Check whether the attribute SALV_WD_COL_CV_00003 exists in your context Tab or not.

Bind the Fileupload' data property with an attribute of type Xstring.

former_member574468
Participant
0 Kudos

Currentlt the datatype of Fileupload property is XSTRING only...

and how can i check that 'SALV_WD_COL_CV_00003' is exist or not?

Former Member
0 Kudos

Goto your node in the Context tab and check if the attribute exists. Or are you creating dynamic node and attributes ??

former_member574468
Participant
0 Kudos

Its not an Attribute name. Its a standard name.

Thats what i m telling that i m unable to get the direct dump. If so, i ll get the particular node/context easily.

This is within the node/attributes....