Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error message: Unknown column name 'LDF_MBW_P' until runtime

Former Member
0 Likes
588
FORM FRM_GET_DATA.

  DATA:

    LDF_LFGJA TYPE D,

    LDF_LFMON TYPE D,

    LDF_MBW_P TYPE D.

  LDF_MEW_P = LDF_LFGJA + LDF_LFMON.           

And the system shows the error message like the query tile,What should I do?
Thanks a lot.                         
FORM FRM_GET_DATA.

  DATA:

    LDF_LFGJA TYPE D,

    LDF_LFMON TYPE D,

    LDF_MBW_P TYPE D.

  LDF_MEW_P = LDF_LFGJA + LDF_LFMON.           

And the system shows the error message like the query tile,What should I do?
Thanks a lot.                         
1 REPLY 1
Read only

abo
Active Contributor
543

Change LDF_MEW_P to LDF_MBW_P