Application Development and Automation 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: 
Read only

ErrorMessage-No component exists...

Former Member
0 Likes
2,498

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
Read only

Former Member
0 Likes
1,444

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.

Read only

Former Member
0 Likes
1,444

Can you share your complete code.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,444

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

Read only

Former Member
0 Likes
1,444

Hi,

Adding further to