‎2015 Jan 13 5:48 PM
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". |
‎2015 Jan 13 5:53 PM
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.
‎2015 Jan 14 5:24 AM
‎2015 Jan 14 2:53 PM
‎2015 Jan 15 4:21 AM
Hi,
Adding further to Raymond Giuseppi have you checked whether have you used data object "LS_ECCCARRIER" in your program which does not have a field/component namely NAME1.
Thanks
KH