Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3570

Re: CALL TRANSACTION USING BDCDATA (TCode "SMARTFORMS")

$
0
0

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


Viewing all articles
Browse latest Browse all 3570

Trending Articles