CREATE & TRANSPORT STANDARD TEXT STEP1: Create Standard Text: T-Code SO10 Enter the Text Name and then click CREATE Push Button. A Text Screen will appear where you can maintain the Text and SAVE. STEP 2: CREAT
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...
SAP SO10文本传输 技术标签: 函数技巧 sap abap背景 通过SO10维护了变量,需要传输到生产环境 方法 通过SE38执行报表RSTXTRAN实现,点击执行 选择需要传输的文本,点击Enter键(这一步很重要) - 点击传输文本 List item 最终效果来源:https://blogs.sap.com/2012/08/06/create-transport-standard-text-so10/...
SAP Managed Tags: ABAP Development Hi Michael, the SO10-Text is always designt to look well on the formular. Mostly you got continuous text (when having "=" or "SPACE" in command row). in this case it would not matter if you write the text in multiple lines, because they will get...
0 Kudos 7,857 SAP Managed Tags ABAP Development Hi, I have created an SO10 Standard text (ZTEXT), now from a report program i have to Read it's text and use further. How can I read an SO10 Text from a report Program? Pls provide some sample code. Thanks in advance, Pankaj....
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...
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 Managed Tags: NW ABAP Print and Output Management Hello, can Standard text (tr.SO10) line lenght widened somehow? Example: - now into the line could be entered about 64 characters - we need to enter into one footer line more than 64 characters to include all necessary information Tha...
22,158 SAP Managed Tags: NW ABAP Print and Output Management I gave <H> tag in SO10, when seeing a print preview in SO10 it comes as bold. But it is not coming in BOLD when printing the form. Please give your suggestion in this issue.Know...
SAP Managed Tags ABAP Development Hi All, Please look at the below image. Now, the yellow highlighted lines is the unwanted space. This is standard text(SO10) written in language CZ, and is triggered automaically by the standard program. ...