SAP Managed Tags: ABAP Development Hi Experts, I am using WS_UPLOAD for uploading .xls file into SAP Standard table T558A. Problem is file is not uploaded to DB table...getting error like ERROR DURING FILE UPLOAD/DOWNLOAD as pop up message... can any boady please help on this issu...
SAP Managed Tags: ABAP Development Obsoete means SAP is trying to remove the FM in upcoming versions. So, please use FM GUI_UPLOAD or method CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD EXPORTING FILENAME = L_FILE HAS_FIELD_SEPARATOR = 'X' CHANG...
SAP Managed Tags: ABAP Development Hi Friends, I am trying to upload a .txt file with 5 fields into a ztable using WS_upload. In debug mode i see that the internal table itab has all the fields clustered together seperated by a # symbol. How do i remove this # symbol so that ...
SAP Managed Tags: ABAP Development hi , check this program...and no need to give the file also ...execute it ...you will get the file in the pc.. report ztest. TABLES: makt. &--- *& Declaration Section for the Internal Tables &--- DATA: intab TYPE TABLE OF makt, wa_intab...
SAP Managed Tags: ABAP Development Hi, For the Function Module WS_FILENAME_GET we have to use the methods FILE_OPEN_DIALOG AND FILE_SAVE_DIALOG in the class CL_GUI_FRONTEND_SERVICES. For Funcction Module GUI_UPLOAD we have a method GUI_UPLOAD in the class CL_GUI_FRONTEND_SERVICES. Exa...