SAP Note 17387 - YES, NO, CANCEL buttons for batch input SAPLSPO1

Component : UI services, screen, batch input -

Solution : https://service.sap.com/sap/support/notes/17387 (SAP Service marketplace login required)

Summary :
During batch processing in SAPLSPO1 on screens 100 or 300, the buttons for YES, NO, and CANCEL are inactive due to original programming parameters for batch inputs. As a solution, reset and reconfigure the batch input table (BDC_TAB) with correct specifications. This involves clearing BDC_TAB, setting the PROGRAM to 'SAPLSPO1', DYNPRO to '0100', and DYNBEGIN to 'X'. Additionally, specify BDC_CURSOR as the function module and 'SPOP-OPTION1' as the field value to enable button functionality where options 1, 2, and 3 correspond to YES, NO, and CANCEL respectively.

Key words :
bdc_tab-fval     = 'spop-option1', additional key words, bdc_tab-dynbegin = 'x', bdc_tab-fnam     = 'bdc_cursor', bdc_tab-program  = 'saplspo1', program saplspo1, clear bdc_tab, bdc_tab-dynpro   = '0100', batch input, cancel buttons

Related Notes :

33491No batch input in screen SAPLSPO4 0100
12483OK code in batch input has no effect