After preparing the SAP script.what is the procedure to send
that script to e-mail?
Answer Posted / vrushali
In close_form function module there is option of getting
output in OTF form. Go to se37 and in table tab convert
that table to hex (BIN) format and pass it to objbin and
send normal mail.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are extracts?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What is the difference between tables and structures?
Explain different types of attributes of function module?
Explain how is batch input process different from processing on line?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
In a loop of an internal table, what is the use of at first & at last statements?
How to write a code for multiple transactions? : abap bdc
How move-corresponding works
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
where do we store all custom programs in SD module?
What is a development class? : abap data dictionary
What are authorization objects and what statement is used to perform an authorization check in an abap program?
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What is structure?