TABLES: V_T042E. DATA: s_zwels_con(3). SELECT-OPTIONS: s_zwels FOR V_T042E-ZLSCH NO INTERVALS,"payment methods ******************** I N I T I A L I Z A T I O N ******************* INITIALIZATION. *************** A T S E L E C T I O N S C R E E N ************** AT SELECTION-SCREEN. CONCATENATE s_zwels INTO s_zwels_con SEPARATED BY SPACE.
This is the code I tried for multiple selection of Payment Methods.This doesnot display the multiple values selected on selection screen.
Later in program these values will be reflected in Payment Methods in BDC recording using F110 transaction.
But this code is giving an error :
Unable to interpret "S_ZWELS". Possible causes of error: Incorrect spelling or comma error.
Please can any help in rectifying the current method or any other method of mutliple selection for Payment methods on selection screen .