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

End Routine Syntax Error

Former Member
0 Likes
449

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
esjewett
SAP Mentor
SAP Mentor
0 Likes

Look at line 150. It ends with "BILL ITEM." and should probably by "BILL_ITEM."

Also, if you're using BW 7.3x, seriously consider using the provided DSO lookup rule type. It shouldn't be any slower and you won't get a syntax error if you don't use ABAP .

Cheers,

Ethan