Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Sample Code arrow ABAP Reports
ABAP Reports
Spool from SAP to Acrobat format PDF Print E-mail
User Rating: / 0
Written by Carel Oberholzer   
Monday, 29 January 2007
Print any spool file from SAP in PDF format. Can be viewed/edited by using Acrobat. You need the full version of Acrobat to edit, but can view and print using the free version. This is a very simple but useful program and needs to be built on to make it into a real handy tool (put in your own code and change the SAPScript before downloading into PDF format).
Read more...
 
Mass Select and Print Material Master Changed History PDF Print E-mail
User Rating: / 0
Written by Anon.   
Friday, 26 January 2007
Read more...
 
Interactive Reports PDF Print E-mail
User Rating: / 2
Written by Judit Rakovits   
Friday, 26 January 2007

In the purchasing (MM module) you can process the purchase requisitions. The purchase requisitions define primarily the need for a material/service. List the first 100 purchase requisitions at the plant 'PL01' (table EBAN). Then make it possible to change the purchase requisition itself from the list by clicking twice on the row or by using a push-button.

Read more...
 
Working with database tables and internal tables PDF Print E-mail
User Rating: / 2
Written by Anon.   
Sunday, 21 January 2007
* Declaration of a work area for a Dictionary table
TABLES CUSTOMERS.
* Internal table used as snapshot of the database table
DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100
                   WITH HEADER LINE.
* Reading the entries of the database table into an internal table
SELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS.
* Displaying each line of an internal table
LOOP AT ALL_CUSTOMERS.
  WRITE: / ALL_CUSTOMERS-NAME.
ENDLOOP.
 
Application Log Creation PDF Print E-mail
User Rating: / 1
Written by Pavan Rachamalla   
Saturday, 20 January 2007
Read more...
 
Program to upload into Excel format PDF Print E-mail
User Rating: / 0
Written by Pavan Rachamalla   
Saturday, 20 January 2007
Read more...
 
Save spool output to PDF PDF Print E-mail
User Rating: / 0
Written by Anon.   
Saturday, 20 January 2007
Save Report Output to a PDF File.  This report takes another report as input, and captures the output of that report. The output is then converted to  PDF and saved to a local file. This shows how to use some of the PDF function modules, as well as an easy way to  create PDF files.
Read more...
 
Restricting Selection Options PDF Print E-mail
User Rating: / 0
Written by Anon.   
Saturday, 20 January 2007
Read more...
 
Progress Indicator PDF Print E-mail
User Rating: / 1
Written by Anon.   
Saturday, 20 January 2007
REPORT ZV_DELETE .
 
 DATA: A LIKE SY-UCOMM.
 
 DO 100 TIMES.
   DO 300 TIMES.
     GET TIME.
   ENDDO.
   A(3) = SY-INDEX.A+3 = '%'.
   CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
        EXPORTING
             PERCENTAGE = SY-INDEX
             TEXT       = A.
 ENDDO.
 
 WRITE: / 'PROGRESS INDICATOR'.
 
Popup Help PDF Print E-mail
User Rating: / 0
Written by Anon.   
Saturday, 20 January 2007
Provide popup help for the Payroll Admin field
Read more...
 
Lock / Unlock Editor lock field PDF Print E-mail
User Rating: / 0
Written by Anon.   
Saturday, 20 January 2007
Lock/Unlock the ABAP Editor Lock Field
Read more...
 
Working with Excel PDF Print E-mail
User Rating: / 0
Written by Anon.   
Saturday, 20 January 2007
Interface between Microsoft Excel and ABAP/4 with up- and  downloading of data plus executing Microsoft Excel.   
Read more...
 
Export data from Excel PDF Print E-mail
User Rating: / 0
Written by Anon.   
Saturday, 20 January 2007
Export data from Excel
Read more...
 
Creating a dynamic structure PDF Print E-mail
User Rating: / 2
Written by Anon.   
Saturday, 20 January 2007
Question : Subject : Dynamic structure
 
does anyone know if it's possible to declare a dynamic structure?
 my program receives a record-field of 1000, and I need to overlay this record with a structure that needs to
 be dynamic.
 
 Reply : Subject : Dynamic structure
 
if your structure changes from one defined structure to another one, you can try this:
 ASSIGN yourfield CASTING TYPE yourstructure
 or CREATE DATA yourdata TYPE yourstructure.
 If your structure has to be really dynamic - like ALV - you can use the class CL_ALV_TABLE_CREATE.
Read more...
 
Display daily cash receipts (ALV) PDF Print E-mail
User Rating: / 1
Written by Anon.   
Saturday, 20 January 2007
This program creates an ALV report for Daily Cash Receipts for a selected date range.
Read more...
 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Results 61 - 75 of 84

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor