,依据此项就可以找到对应的参数了,这个方法非常实用 二、第二种前台查看,进入长文本编辑界面以后(记得是双击长文本编辑器进入),点击菜单转到—->表头,里面出现的就是对应的那些参数值,如下图: 如果是要用ABAP代码创建文本用函数CREATE_TEXT,修改文本用SAVE_TEXT贴上用过的几个代码: 创建抬头文本call function ‘...
https://wiki.scn.sap.com/wiki/display/ABAP/How+to+Upload+Long+Text+into+SAP+Using+Excel+Sheet+and+SAVE_TEXT+Function+Module Created bySmruti Ranjan Mohanty, last modified onOct 09, 2013Go to start of metadata Reference Link: Note 933420 - ALSM_EXCEL_TO_INTERNAL_TABLE http://scn.sap.com...
If the lines table passed with the function module is empty, the system deletes the text from the text file. Function call: CALL FUNCTION'SAVE_TEXT'EXPORTING CLIENT=SY-MANDT HEADER=?...INSERT=SPACE SAVEMODE_DIRECT=SPACE OWNER_SPECIFIED=SPACE IMPORTING FUNCTION=NEWHEADER=TABLES LINES=?...EXCEP...
SAP Managed Tags: ABAP Development Hi, You can find your self... The easiest way of understanding any FM is by reading its documentation.. In SE37 -> Give the name of FM -> Main menu -> Goto -> Documentation -> Function module documentation Or Simply In SE37 give the function...
SAP Managed Tags: ABAP Development Hi sandeep, The save mode of a text module (dialog, update) is defined via the table TTXOB with the text object. In certain cases it makes sense to save the text immediately (for example, in batch programs) instead of in the update task. ' ' Save...
SAP Managed Tags: ABAP Development In IW21 when i save long text throhgh function module SAVE_TEXT it save in header place but not showing in description place. If i manuly write long text in header(IW21) it shows in description place also.when i save the long text using SAVE_TEXT,...
SAP Managed Tags: ABAP Development Hi all, My requirement is to save/change header text when an partner function is added or changed.i have written the following code.problem is when i add the perticular partner function i can see an entry in table STXL but i am not able to see ...