Warning: include_once(http://erpgenie.com/_borders/topabap.htm) [function.include-once]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52

Warning: include_once() [function.include]: Failed opening 'http://erpgenie.com/_borders/topabap.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52
Home arrow Sample Code arrow ABAP Reports
ABAP Reports
Lock All Users in a Client PDF Print E-mail
User Rating: / 0
Written by Anon.   
Friday, 06 July 2007
Sometimes it is useful to be able to lock all the users out of a client; for instance, during a client copy (you can also do this with tp locksys, but you have to issue that command from the OS level, and then you can only use DDIC or SAP* to log on). You can use this program to lock out all users except yourself. Of course, access to this type of program should be controlled tightly.
Read more...
 
Output Table Fields to a List PDF Print E-mail
User Rating: / 0
Written by Anon.   
Thursday, 05 July 2007
When you're looking at the structure of a table, SAP will let you print the structure, but it won't let you save the structure. This can be annoying. This report outputs the table structure to a list. At this point the user can use the System->List->Save->Local file command to save the list to a file.
Read more...
 
Outstanding PO Report PDF Print E-mail
User Rating: / 0
Written by Anon.   
Wednesday, 04 July 2007
This report displays information for outstanding purchase orders. The report has two parts: one is the standard report, and the other is called from the Project Expense report. Note that both reports output GL Account, cost center, and cost object information (from table EKKN) as a single value on the output line. Actually, each line may have several cost centers and cost object to which the invoices were allocated; however, the user only wanted one (any one) to be listed.
Read more...
 
Sample Code for Using Field-Groups PDF Print E-mail
User Rating: / 1
Written by Anon.   
Tuesday, 03 July 2007
A Note on the Use of Field Groups...Because field-groups write their data to paging space (rather than storing it in memory), they are appropriate only for processing lists with lots (like 50,000 or more) of records. If you expect your programs to be handling tens of thousands of records, you should:
Read more...
 
Project Expense Report PDF Print E-mail
User Rating: / 0
Written by Anon.   
Monday, 02 July 2007
The report displays information about internal orders. It has two parts: one for reporting data based on document information in BSIS and BSEG, and one for reporting data based on purchasing order information.

Last Updated ( Monday, 02 July 2007 )
Read more...
 
Finance Docs and Related MM Docs PDF Print E-mail
User Rating: / 1
Written by Amit khari   
Friday, 08 June 2007
Some poor souls in your finance department might use this report for auditing...
This program lists accounting documents that were automatically created from MM, and also lists the MM source documents. It can take several minutes to run, depending on the amount of data in the database, because it has to access (slow) cluster tables.
Accounting Docs Automatically Created from MM
Read more...
 
ICON Report PDF Print E-mail
User Rating: / 0
Written by Anon.   
Thursday, 10 May 2007

This program lists for you all the SAP ICONS that can be used in your reports.  Take note that the SAP ICONS are used for interative reports.  It can be displayed on screens.   You will only see the icon names when you do a print out.

PS: There is a standard SAP report listing the icons as well..... RSTXICON 

Read more...
 
Download components of Production Order PDF Print E-mail
User Rating: / 0
Written by Anon.   
Wednesday, 09 May 2007
This program downloads the components of Production Order to your local harddisk.
Read more...
 
top_of_page Query in ALV PDF Print E-mail
User Rating: / 0
Written by Gopal Arora   
Wednesday, 09 May 2007
To print in top_of_page you can use following code.
Last Updated ( Tuesday, 08 May 2007 )
Read more...
 
Add Button to ALV Toolbar with REUSE_ALV_LIST_DISPLAY PDF Print E-mail
User Rating: / 6
Written by Anon.   
Tuesday, 08 May 2007
In the program which calls ALV using REUSE_ALV_LIST_DISPLAY, you need to add a new button.
I saw the demo program BCALV_GRID_08, which is written using ABAP-Controls.
In that example, the button is added using TOOLBAR event of cl_gui_alv_grid. This is how to do it using REUSE_ALV_LIST_DISPLAY parameters.
Read more...
 
SAPGUI Indicator PDF Print E-mail
User Rating: / 0
Written by Anon.   
Sunday, 06 May 2007
REPORT Z_SAPGUI_INDICATOR.

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.
 
SapScript program to display Document details. PDF Print E-mail
User Rating: / 0
Written by Anon.   
Thursday, 03 May 2007
SapScript program to display Document details.
Read more...
 
Call an ABAP Program PDF Print E-mail
User Rating: / 0
Written by Anon.   
Tuesday, 01 May 2007
Call or Execute, ABAP program with variant
Module:  FI/MM
Read more...
 
Order status report PDF Print E-mail
User Rating: / 3
Written by David Chavez   
Wednesday, 07 March 2007
This report displays sales order information with or  without  subsequent documents.  The user is able to drill down into a sales order and view multiple tracking numbers. If the order is type RE(return),  item values are treated as negative by this report, thus arriving at a true sales order net value. The net value reflects (item price*qty) - discounts + surcharge Tax is not part of the net value of the order.
Read more...
 
GL Account creation via file upload PDF Print E-mail
User Rating: / 1
Written by Anon.   
Tuesday, 06 March 2007
Program reads an excel spreadsheet file and, per record, creates a GL Account.
Read more...
 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Results 16 - 30 of 84

Google Search

Google Ads


Warning: include(http://erpgenie.com/_borders/bottom.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22

Warning: include() [function.include]: Failed opening 'http://erpgenie.com/_borders/bottom.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22