‎2008 Jun 11 11:20 PM
Hi guys,
im creating a BI, and i need to uncheck a checkbox,
because is checked by default, but is not working.
here is the code,
any ideas?
perform bdc_field using 'PRT_PROT'
''.
‎2008 Jun 11 11:22 PM
1. which transaction?
2. Try to pass it with a space ' ' instead of ''.
‎2008 Jun 11 11:34 PM
‎2008 Jun 11 11:40 PM
Are you sure it's a checkbox?
I made recording in shdb and it shows space to inactivate a checkbox.
Does it work if you try it in shdb?
‎2008 Jun 12 5:27 PM
You need to do it manually,
i solved with.
BDCDATA-FNAM = 'PRT_PROT'.
BDCDATA-FVAL = ''.
APPEND BDCDATA.
tks