cancel
Showing results for 
Search instead for 
Did you mean: 

Virtual Keyfigures - ZXRSRZZZ

Former Member
0 Kudos

It gives short dump with the message:

Assignment Error: Overwriting a protected field.

We are on BW 3.5 and here is the code in ZXRSRZZZ.

select single * from /BI0/PMATERIAL where material = <0MATERIAL>.

if sy-subrc eq 0.

if <0CALMONTH> = /BI0/PMATERIAL-MATAV_DATE(6).

break-point.

<ZPA_ABSMG> = <Z_SOLDQTY>. "ERROR OCCURS

endif.

endif.

Any suggestions!

Thanks,

Vish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sorry...The field symbol was not assigned to a field.