‎2015 Nov 20 3:09 PM
HI All,
After running the BDC recording for FEBA tcode, While execution through program in All screens mode OK CODE popup was not populating in SAPMF05A 710 (screen) and Reference radio button is not getting selected. Could you please let me know what could be the possible reasons. Please find the below code snippet &screen shot of recorded transaction.
perform bdc_dynpro using 'SAPLNEW_FEBA' '0060'.
perform bdc_field using 'BDC_CURSOR'
'SL_AZDAT-LOW'.
perform bdc_field using 'BDC_OKCODE'
'=CRET'.
perform bdc_field using 'SL_HKTID-LOW'
'AR04'.
perform bdc_field using 'SL_AZDAT-LOW'
'06.12.2010'.
perform bdc_dynpro using 'SAPLNEW_FEBA' '0100'.
perform bdc_field using 'BDC_OKCODE'
'=BS_SAVE'.
perform bdc_dynpro using 'SAPMF05A' '0710'.
perform bdc_field using 'BDC_CURSOR'
'RF05A-XPOS1(06)'.
perform bdc_field using 'BDC_OKCODE'
'=RW'.
perform bdc_field using 'RF05A-AGBUK'
'1000'.
perform bdc_field using 'RF05A-AGKOA'
'S'.
perform bdc_field using 'RF05A-XNOPS'
'X'.
perform bdc_field using 'RF05A-XPOS1(01)'
''.
perform bdc_field using 'RF05A-XPOS1(06)'
'X'.
perform bdc_dynpro using 'SAPMF05A' '0731'.
perform bdc_field using 'BDC_OKCODE'
'/EEND'.
perform bdc_field using 'BDC_CURSOR'
'RF05A-SEL01(01)'.
perform bdc_dynpro using 'SAPLSPO1' '0200'.
perform bdc_field using 'BDC_OKCODE'
'=YES'.
perform bdc_dynpro using 'SAPLNEW_FEBA' '0100'.
perform bdc_field using 'BDC_OKCODE'
'=BS_BACK'.
perform bdc_transaction using 'FEBA'.
‎2015 Nov 21 8:05 AM
Hi Hima,
Use FM POSTING_INTERFACE_CLEARING.
Hope it helpful,
Regards,
Venkat.