Hello Julian, your example does not use an OKCODE to set the radiobutton, it just fills the field, which is possibly not enough. Don't know if this helps but can you try: bdctab = VALUE #( ( program = 'SAPMSSFO' dynpro = '0100' dynbegin = 'X' ) ( fnam = 'RB_TX' fval = 'X' ) ( fnam = 'BDC_OKCODE' fval = 'RB' ) ). call transaction 'SMARTFORMS' using bdctab mode 'E'. Regards, Alex
↧