可以使用CL_ABAP_FILE_UTILITIES的CHECK_UTF8方法来文件是否是UTF-8编码的文件 另外,CL_ABAP_FILE_UTILITIES的CHECK_FOR_BOM方法可以用来检测文件头部是否带有字节序,而CREATE_UTF8_FILE_WITH_BOM方法可以创建一个带有UTF-8字节序的文件。 注:在SAP中,AUTF-16file can only be opened as a binary file. byte...
SAP Managed Tags: ABAP Development Hi See the method FILE_OPEN_DIALOG or FILE_SAVE_DIALOG of class CL_GUI_FRONTEND_SERVICES MAx Reply Former Member 2007 May 15 3:27 PM 0 Kudos 221 SAP Managed Tags: ABAP Development Hi, i use this: REPORT ZGRO_TEST LINE-SIZE 80. * SELECTIO...
转自:http://wiki.sdn.sap.com/wiki/display/ABAP/Replacement+of+Obsolete+Function+Modules+for+ECC+6
SAP Managed Tags: ABAP Development hi, use the method of the class CL_GUI_FRONTEND_SERVICES. if the mode is 'O' in WS_FILENAME_GET: use the method FILE_OPEN_DIALOG. if the mode is 'S' in WS_FILENAME_GET: use the method FILE_SAVE_DIALOG. do reward if it helps, priya. Reply...
0 Kudos 249 SAP Managed Tags: ABAP Development Hi, In fun. module WS_FILENAME_GET, i want to know the working of exporting parameter mask. Tell me possible values for this parameter. Edited by: Sandeep Bhamare on Feb 12, 2008 1:22 PMReply ...
SAP Managed Tags: ABAP Development for WS_FILENAME_GET use CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG Reply Former Member In response to former_member242255 2009 Mar 13 5:28 AM 0 Kudos 452 SAP Managed Tags: ABAP Development hi, use below two methods: CL_GUI_FRONTEND_SERVICES...
SAP Managed Tags: ABAP Development My code reviewer said that CALL FUNCTION 'WS_FILENAME_GET' is obsolete - so what is the one that I can use instead of 'WS_FILENAME_GET. Could you please help me with coding - because I don't have time. My time is over. I have to deliver th...