ENDLOOP. DESCRIBE TABLE OBJBIN LINES TAB_LINES. OBJHEAD = 'SAP Login Details'. APPEND OBJHEAD. * Packing List For the E-mail Attachment OBJPACK-TRANSF_BIN = 'X'. OBJPACK-HEAD_START = 1. OBJPACK-HEAD_NUM = 0. OBJPACK-BODY_START = 1. OBJPACK-BODY_NUM = TAB_LINES. CONCATENATE ...
READ TABLE lt_adsmtp ASSIGNING <fs_adsmtp> INDEX 1. <fs_adsmtp>-smtp_addr = iv_email. <fs_adsmtp>-smtp_srch = iv_email(20). TRANSLATE <fs_adsmtp>-smtp_srch TO UPPER CASE. <fs_adsmtp>-updateflag = 'U'. ELSE. CLEAR ls_adsmtp. ls_adsmtp-consnumber = 001. ls_adsmtp-flg...
READ TABLE lt_adsmtp ASSIGNING <fs_adsmtp> INDEX 1. <fs_adsmtp>-smtp_addr = iv_email. <fs_adsmtp>-smtp_srch = iv_email(20). TRANSLATE <fs_adsmtp>-smtp_srch TO UPPER CASE. <fs_adsmtp>-updateflag = 'U'. ELSE. CLEAR ls_adsmtp. ls_adsmtp-consnumber = 001. ls_adsmtp-flg...
CLEAR OBJCONT.* build up the table of receivers for the emailREC_TAB-RCDAT = SY-DATUM. " the date to send the email REC_TAB-RCTIM = SY-UZEIT. " the time to send the email* the SAP username of the person who will receive the emailREC_TAB-RECNAM = D_USERNAME.* the user type ...
html TYPE STANDARD TABLE OFw3html, wa_html TYPE w3html, sender_id TYPE REF TOIF_SENDER_BCS, recipient TYPE REF TOIF_RECIPIENT_BCS, sent_to_all TYPE os_boolean, bcs_exception TYPE REF TO cx_bcs, bcs_message TYPE string. lv_title = 'This is the title'. ...
Use of Methods
SAP Managed Tags: ABAP Development You might want to write a small program that retrieves your spool information, and send the corresponding ALV (internal table) by converting it and sending it via SAP Connect. Here is a sample of hos to attach and send your internal table: FORM send_fil...
abap to xml 1 abapGit 1 absl 2 Access data from datasphere to ADF Azure Data Factory 2 access data from SAP Datasphere directly from Snowflake 1 Access data from SAP datasphere to Qliksense 2 Accessibility 1 Accessibility in SAPUI5 1 Accrual 1 Acquire SAC Knowledge 2 action ...
Hello. Does anybody know if it's possible (and if so how) to send a quotation created in SAP to an external email address? Please help. Thanks. Sort by date Sort by votes Feb 16, 2007 #2 vermeulenm Technical User Apr 12, 2001 34 0 0 US I presume you want to send the emai...
SAP Managed Tags: ABAP Development i only want to export table body ..NOT the header line. I have created itab without header line. Command you have written (not working too ) are same as i have posted in questions. Reply Go to solution Former Member In response to Former Member...