cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

End Routine Syntax Error

Former Member
0 Likes
447

Hi Experts,

In my requirement i have to populate BILL_DATE from DSO table (ZSC_O0600),

key fields are: BILL_NUM

and BILL_ITEM

I am populating BILL_DATE into ZORIGIND

where BILL_NUM = ZSUBDOCN

BILL_ITEM =ZSUBDOCI

I am getting syntax error

E: No Component EXISTS WITH THE NAME "bill". "bill".

I declared the type but still coming.

Please check the code and recommend what can do.

Thanks

Pawan

View Entire Topic
anshu_lilhori
Active Contributor
0 Likes

Hi,

As stated by Ethan you need to replace Bill item by Bill_item in your sort statement.

This will solve your issue.

Hope that helps.

Regards,

AL