cancel
Showing results for 
Search instead for 
Did you mean: 

field can not be changed

Former Member
0 Kudos

Hi,

I have been trying to assign a value to a field in program lines. I have mentioned it in input parameters. But if i check it I have been getting error as 'field ty_vbak-bstnk' can not be changed'.

If i double click on it, no other inf is coming. What may be the problem?

Regards,

Subbu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

This is my code.

If W_CONF_42 = 'X'.

TY_VBAK-BSTNK = W_BSTKD.

TY_VBAK-BSTDK = W_BSTDK.

TY_LIKP-INCO1 = W_INCO1.

TY_LIKP-INCO2 = W_INCO2.

elseif W_CONF_41_51 = 'X'.

TY_LIKP-INCO1 = W_INCO1.

TY_LIKP-INCO2 = W_INCO2.

endif.

Thanks for response.

Subbu

Former Member
0 Kudos

Hi,

How are you assigning? can you send that code?

Satish

Former Member
0 Kudos

Hello,

Mention that parameter in output Parameter.

Do not mention it in iput parameters.

Thanks,