SAP Note 13882 - Handling of POPUP_TO_CONFIRM in batch input

Component : UI services, screen, batch input -

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

Summary :
In SAP applications, you may encounter confirmation dialog boxes that require data input in batch processing. Standard OK code inputs do not work because these dialog boxes only have pushbuttons and no input fields. To resolve this, two solutions exist: 1) Prefix the OK code field with "=" and use specific function codes like =YES, =NO, or =CANC; 2) Use the cursor positioning technique by identifying the field behind the pushbutton using F1 technical info. Assign "BDC_CURSOR" with the appropriate key field name (such as `SPOP-OPTION1` for YES) without entering `BDC_OKCODE`.

Key words :
additional key words batch inputsaplspo1 0100saplspo1 0200saplspo1 0300saplspo1 0400, provide batch input field, description----------      --------------        ------------------------------bdc_cursor      spop-option1, yesorbdc_cursor      spop-option2, noorbdc_cursor      spop-option2, input-capable fields, confirmation dialog box, batch input, code input, code field

Related Notes :

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