Additionally, before the SELECT, you will have to add:
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
input = gv_vbeln
IMPORTING
output = gv_vbeln.
Rob
Additionally, before the SELECT, you will have to add:
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
input = gv_vbeln
IMPORTING
output = gv_vbeln.
Rob