Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ErrorMessage-No component exists...

Former Member
0 Kudos

Hi All,

I've come across an error that I've only come across every now and then.

I need your help on translating this error message(fairly simple). Any direction of help is appreciated. For the first error, am I supposed to declare this as a type? The second error, I am not familiar with at all.

Error:

No component exists with the name "VBELN".

and

The data object "LS_ECCCARRIER" does not have a component called
"NAME1".
4 REPLIES 4

Former Member
0 Kudos

this is the line at which the error is at:

READ TABLE lt_eccpartner INTO ls_eccpartner WITH key vbeln = ls_eccdocflow-vbeln

                                                        posnr = ls_eccdocflow-posnn.

Former Member
0 Kudos

Can you share your complete code.

raymond_giuseppi
Active Contributor
0 Kudos

I suppose you wrongly declared your local structure (LS_) did you refer to a ddic structure (with required structures) or to a type declared in this program (Double-clic on the LS_xxx variables to reach their definitions.)

Regards,

Raymond

Former Member
0 Kudos

Hi,

Adding further to