I am getting below error while run the query with SQ01
I don't know where the problem came from. I just have 3 fields in selection
And just two fields in output
Below my SELECTION-SCREEN code in the infoset
SELECTION-SCREEN: BEGIN OF BLOCK b1.
*
SELECT-OPTIONS: S_VKORG FOR ZRSD_VIN_STDFLOW-SALES_ORG NO INTERVALS.
SELECT-OPTIONS: S_COD_OP FOR zrsd_vin_stdflow-CODICEOPER NO INTERVALS DEFAULT 'BP*'.
SELECTION-SCREEN SKIP.
SELECT-OPTIONS: S_VBELN FOR zrsd_vin_stdflow-SALESORD NO INTERVALS.
*
SELECTION-SCREEN: END OF BLOCK b1.
Thanks for your support