SAP Managed Tags: ABAP Development Hello, I have a requirement, I have created a So10 text, which contains some text that is content of email. Now i have requirement I have to use FM READ_TEXT for this SO10 text. CALL FUNCTION 'READ_TEXT' EXPORTING id = c_id language = t_spras...
After youcreate SO10 Standard Textin an SAP system, ABAP developers or SAP customizers cantransportortransfer SO10 textusingRSTXSCRP ABAP program.Instead of creating customization request for SO10 standard text objects, you canEXPORT SO10 texton one system anddownloadas text file in choosen langua...
Any clues on how to activate change pointers on STXH/STXL table, and then create text in other system? Thanks. Reply JL23 Active Contributor In response to JL23 2010 Oct 28 10:09 AM 0 Kudos 222 SAP Managed Tags: ABAP Connectivity But there is no SAP defined linkage betwe...
Custom table data Migration from SAP ECC to S4Hana using with / without BODS in Technology Blogs by Members Friday How to get approve option in Tcode SBWP in Technology Q&A Wednesday Community project: Batch input toolbox for ABAP in Technology Blogs by Members Monday Top Q&A Solution Autho...
1, SO10创建长文本(long text) 输入text name,text id和language后点击创建按钮, 2, 调用代码 在SET_TEXTSYMBOL函数之前,要调用 INIT_TEXTSYMBOL进行初始化,在最后用函数REPLACE_TEXTSYMBOL指定替换的范围,也就是起始行和结束行。 REPORT ztest_so10_symbol. DATA lv_name TYPE thead-tdname. DATA lv_langu LIK...
SAP Tags: ABAP Development Hi , Go totcode--SE75 to create or change or display the text id and object name. pleasefollow the steps which are in the linkhttp://www.***/Tutorials/ABAP/TableControl/TextEditor4.htm. to save thetext use follwing check the follwing sample code....