DATA : BEGIN OF GT_SEND OCCURS 0 . "E-mail address INCLUDE STRUCTURE SOMLRECI1 . DATA : END OF GT_SEND . DATA : GS_DATA LIKE SODOCCHGI1 , "E-mail setting TAB_LINES TYPE I , DOC_SIZE TYPE I . DATA : L_TEXT ( 50 ) . DATA : BEGIN OF GT_ITAB OCCURS 0 , "E-mail tex...
SAP Managed Tags: ABAP Development Hi ! I am using FM "SO_OBJECT_SEND" for sending mail to external mail id , like gmail.com, I have filled in the receivers as follow l_receivers-RECEXTNAM = 'xxx@gmail.com'. " Email Address "hardcoded for testing l_receivers-RECESC = 'U'. ...
gv_message_text_output= text-s02.MESSAGEs208(00)WITHgv_message_text_output DISPLAYLIKE'E'.ENDIF.ENDFORM."FRM_SEND_EMAIL*&---**& Form FRM_GET_ATTAC*&---**text 动态获取ALV数据*---
SAP Managed Tags: ABAP Development Dear Experts, I have used FM SO_NEW_DOCUMENT_SEND_API1 to send mail notification to the users using receiver type = 'B' lt_receivers-receiver = 'SAPUSERID'. lt_receivers-rec_type = 'B'. I didn't get any exceptions and the sent_to_all exp...
HI. I am doing a code for mail sending from ABAP to SOST and SBWP(SAP Inbox).Using the function module is SO_NEW_DOCUMENT_ATT_SEND_API1.mail is sending only for SBWP but it is not received in SOST,could you tell me how to find solution for this. Thanks. Regards. JAYReply...
已知函数 若关于 的方程 有三个不等的实根,则实数 的取值范围是( )
SAP Managed Tags: ABAP Development, NW ABAP Print and Output Management Hi at all Experts, i have a Problem in Printing forms. The current standard activity is, that the FM "/1BCDWB/SF00000002" will open a Dialog-box and i must click on the "Print-Button" to print a form. ...
SAP Managed Tags: ABAP Development Hi Gurus, I have a scenario where the FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' is used to send mails. SCOT has the respective entry as mail is sent but the status has a grayed X sign which says a message "Still no entry in queue". This FM is used...
SAP Managed Tags: ABAP Development hello friends, below i am pasting the code which i have done till now,what more coding i need to do to use the FM convert_otf_2_pdf. what should be the data in the tables OTF,DOCTAB_ARCHIVE,LINES which v pass to the FM DATA: cparam TYPE ssf...