SAP Managed Tags: ABAP Development Hi all, I am using FM read_text, in which its expecting value for the text. If text is blank in the text box, its giving following error. Text 410000001600010 ID F01 language EN not found if i use INCLUDE its working, means the output is blank.Rep...
READ_TEXT is used to read the "sapscript" text which is stored in transaction SE75 and SO10. You have standard text which is in SO10 and Text objects which is configured via SE75. For example, everywhere you see "long text" in a text editor on a screen, chances are that it is s...
http://www.baidusap.com/abap/userexits/5991 先通过menu上的status找到sap标准程序的include名,比如PO订单显示tcode---me23n 然后双击program,进入abap 程序编辑器,再通过goto--Attributs找到packageME tcode SMOD,点击查找按钮 然后输入package,然后运行。 就列出这个智能...
SAP Managed Tags: ABAP Development I call FM READ_TEXT after assembling the keys to STXH into a structure of type THEAD, and reading STXH. If STXH exists, then I call READ_TEXT FM to get a table of type TLINE. I've noticed that in some instances the first two columns of TDLINE...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) hi experts, I have captured a text using Read_text Fm .now i need to use it inside a smartforms .how to do . i have used that code inside a program line . and in text i have called the field...
邮件相关三:一个发邮件的FM和一个发邮件的Report(带附件)_SAP刘梦,其实俩都是一样的只是方便以后项目用的时候直接copy,呵呵一、发邮件的FMFUNCTIONZLM_TEST_MAIL_01.*"---*"*"LocalInterface:*"IM
Demo report taken from SAP help TYPE-POOLSabap.DATA:lineTYPEcLENGTH80,text_tabLIKESTANDARDTABLEOFline,filenameTYPEstring,filetypeTYPEcLENGTH80,flengTYPEi.DATA:funcTYPEstring,ptabTYPEabap_func_parmbind_tab,ptab_lineTYPEabap_func_parmbind,etabTYPEabap_func_excpbind_tab,etab_lineTYPEabap_func_excp...
SAP Managed Tags: ABAP Development Hi! I was wondering if there is another function module in SAP that functions just like the function module "ALSM_EXCEL_TO_INTERNAL_TABLE". You see, I have a problem with the length of alsmex_tabline since it only has a length of 50. This leaves ...
SAP Managed Tags: ABAP Development, SAP ERP hi Guys, Is there any FM or Bapi to create, Modify, or extract details for RFQ. Regards, Tarun Bahal Replies (0) You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. ...
ERROR_TEXT = '邮件发送失败' . ElseIF SY -SUBRC = 0 . * 考虑系统时延,等待两秒 WAIT UP TO 2 SECONDS . * 执行邮件立即发送程序 SUBMIT RSCONN01 WITH MODE = 'INT' WITH OUTPUT = 'X' "显示发送结果 可以使用空 AND RETURN . MESSAGE '发送成功' TYPE 'S' . ...