hi gurus,
we are using call transaction to call a sap transaction to process online,
opt-dismode = 'E'.
opt-defsize = 'X'.
opt-nobinpt = 'X'.
CALL TRANSACTION 'PP03' USING bdcdata_tab OPTIONS FROM opt.
we use bdcdata_tab to set some initial values, it works fine.
but we found out that the f4 help of the called transaction's field is different from what it looks like when it processed directly in the called transaction.
i guess it 's related with the bdc option
could you pls tell me how to let the called transction works exactly the same as it's processed directly?
br.
zj