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
SO10 is the transaction code for creation of standard text,standard test is mainly used in script and smart form ,if some text is repeated in script r smart form no need to write every time in the layout ... just create the standard text just call the in the layout... like /:INCLUD...
SO10 is the transaction code for creation of standard text,standard test is mainly used in script and smart form ,if some text is repeated in script r smart form no need to write every time in the layout ... just create the standard text just call the in the layout... like /:INCLUD...
2014 Dec 1712:14 PM 0Kudos 196 SAP Managed Tags ABAP Development hi You can align the words written in SO10 By Login CZ Language or u can translete using TCode SE63. Hope it will Help You. Regards Ashraf Usmani archanapawar Contributor...
您可以手动执行此操作(测试 按钮输入 SFP TCODE) 或通过 FP_FUNCTION_MODULE_NAME 调频。生成的Adobe表单功能模块名称应遵循 /1BCDWB/SM0000XXX 图案。 打开此FM SE37 然后转到功能组代码(Goto->主计划)。在那里,您会发现这样的东西,并获得Main Inceply的名称,其中包含代码。 然后,通过向前导航,转到包括...
* replace all text symbol in your long text CALL FUNCTION'REPLACE_TEXTSYMBOL' EXPORTING endline=lv_count startline=1 TABLES lines=lt_line. ENDIF. LOOP ATlt_line. WRITE:/lt_line-tdline. ENDLOOP. 3, 运行结果 可以看到占位符l_symbol被替换成'is a good SAP website’。
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.Without creating Standard Text..Just type the text in the footer window by creating text node. then you dont have this problem. 2.One more way is in the SMARTFORMS tcode, you have Text modules.Create a Text Module with your text required.And include the same in the smartform by crea...
,"close":"Close","collapse":"Collapse"},"tr_tr":{"expand":"Dağıtım","chat_now_sales":"Şimdi Sohbet Edin (Satış)","you_havent_found_what_you_are_looking_for":"Aradığınızı bulamadınız mı?","recommended_for_you":"Bunlar da hoşunuza gide...
SAP Tags ABAP Development Hi tanvi,The tcode 10 used to create the text object id, this object id will be using in scripts by using include statement text editor call this object which has been created in SO10. Create objectin SO10 enter the text name which blongs to customer name...