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_SER
ABAP Development Hi, what are the WS_UPLOAD functions to upload data from PC to SAP Thanks SAP Managed Tags Hi sneha, check this exciting program for creating one cute dog BMP picture in your C drive using WS_UPLOAD and WS_DOWNLOAD ...
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, 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...