Application Development 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: 

Problem in assigning variables value.. FORM bdc_field

Former Member
0 Kudos

Though the value is there in y_lv_fval it is not assigned to WA field y_li_bdcdata-fval.

FORM bdc_field USING y_lv_fnam y_lv_fval.

CLEAR y_li_bdcdata.

y_li_bdcdata-fnam = y_lv_fnam.

y_li_bdcdata-fval = y_lv_fval. "KBETR field length..larger than y_li_bdcdata-fval

APPEND y_li_bdcdata.

ENDFORM. "BDC_FIELD

1 REPLY 1

Former Member
0 Kudos

ok