This error comes when you try and post any entry using enjoy transaction.
There is a workaround for such problems in BDC use
DATA : opt type ctu_params.
opt-nobinpt = abap_true.
call transaction ‘FV60’ USING LT_BDCDATA OPTIONS FROM OPT.
This error comes when you try and post any entry using enjoy transaction.
There is a workaround for such problems in BDC use
DATA : opt type ctu_params.
opt-nobinpt = abap_true.
call transaction ‘FV60’ USING LT_BDCDATA OPTIONS FROM OPT.