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
Select up to 1 row and select single difference ?
What is meant by authorization? : sap abap hr
What are the user groups?
How do you Export a session ?
How do you write transaction programs in sap?
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
What is the difference between open_form and close_form?
How do you control printer functions from sapscript?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
How will you transfer data into a file in application server?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is the t-code to display batch input sessions? : abap bdc
What should be the approach for writing a bdc program? : abap bdc
What are the differences between table controls and step loops?