‎2006 Sep 26 7:30 AM
Hello experts,
I am currently doing a BDC program and I am encountering the said error. Here is the
code:
METHOD bdc_for_revcode_l_or_b.
CALL METHOD me->bdc_field
EXPORTING
im_fnam = 'RF05A-NEWBS'
im_fval = im_newbs.
ENDMETHOD.
It says that im_newbs is not type-compatible with im_fval. Anyway, the type of im_newbs is
rf05a-newbs and for im_fval it is bdcdata-fval. Thank you guys and take care!
‎2006 Sep 26 7:33 AM
Hi,
Change the variable type of IM_NEWBS to the same type that of IM_FVAL and then pass it to bdcdata-fval value.
PS: Reward if the solution if helpful
‎2006 Sep 26 7:33 AM
Hi,
Change the variable type of IM_NEWBS to the same type that of IM_FVAL and then pass it to bdcdata-fval value.
PS: Reward if the solution if helpful