Convert Spool request to PDF and send as e-mail (Online)

*&———————————————————————**& Report ZSPOOLTOPDF **& **&———————————————————————**& Converts spool request into PDF document and emails it to **& recipicant. **& **& Execution **& ——— **& This program can be run in background or online and a spool request **& will still be created **&———————————————————————*REPORT zspooltopdf. PARAMETER: p_email1 LIKE somlreci1-receiverDEFAULT ‘mavsar@gmail.com’,p_sender LIKE somlreci1-receiverDEFAULT ‘mavsar@gmail.com’,p_delspl AS CHECKBOX,p_online no-display. *DATA … Read more

Get Data From MS Access Into Internal Table

*———————————————————————** Report Name : YGECICI*———————————————————————** Author : Amit Khari* Location :ABAPcode site * Date / Time : 05 may 2007* Subject : Upload Data From MS Accsess Into an Internal Table*———————————————————————*REPORT YGECICI MESSAGE-ID 00No Standard Page HeadingLine-Size 200Line-Count 65. INCLUDE Ole2incl. DATA: Con TYPE Ole2_Object,Rec TYPE Ole2_Object. DATA SQL(1023). DATA: BEGIN OF SPL OCCURS 0,VAL(1023),END … Read more

Purchase Order History Mass Display

Instead of checking your Purchase Order History one at a time, you can now mass display or print them with this customized abap report. ** Mass display or print Purchase Order History** You can request report by :* 1. Change date* 2. User Name* 3. Purchase Order Number* 4. Vendor Code** Written by : SAP … Read more