ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Methods for modifying SAP Standard Tables

Print This Post Email This Post Written by jimstex on Mar 26th, 2010 | Filed under: ABAP

You can modify SAP ‘Standard Tables’ using:

  • Append Structures
  • Customizing INCLUDES
Share

If you like this post, you may as well like these too:

  1. Explain the Various Reference Methods in SAP FI SAP recommends Reference Methods as a document entry tool to facilitate faster and easier document entry into the system, when you are required to enter the same data time and...
  2. Source Code: Working with database tables and internal tables REPORT ZSOURCE0103. * Declaration of a work area for a Dictionary tableTABLES CUSTOMERS. * Internal table used as snapshot of the database tableDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER...
  3. ABAP Programs: Using internal tables as snapshots of database tables REPORT ZSOURCE1103.* Work area for a database tableTABLES CUSTOMERS.* Internal tableDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE.* Filling the internal table with all entries of the database tableSELECT...
  4. SAP Standard for Upgrades Managing complexity, risk, costs as well as skills and resources is at the heart of implement-ing mission critical support for SAP-centric solutions. The complexity rises even further with the trend...
  5. ABAP Programs: Modifying single entries in a database table REPORT ZSOURCE1305.* Work areaTABLES CUSTOMERS.* Modifying an entryCUSTOMERS-ID = ’12345678′.CUSTOMERS-CITY = ‘Village’.MODIFY CUSTOMERS. ~ end of post ~ ———————ABAPer, mail: abap.community@gmail.com http://www.erpdb.info...
  6. ABAP Programs: Modifying multiple entries in a database table REPORT ZSOURCE1306.* Work areaTABLES CUSTOMERS.* Internal table for changed entriesDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 50 WITH HEADER LINE.* Filling the internal tableSELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS WHERE CITY...
  7. How do you change the standard price in the Material Master? The standard price in the Material Master can’t be updated in a direct manner. A great way to update it is to fill the fields Future Price MBEWZKPRS and the...
  8. Cost Center Standard Reports The SAP R/3 system comes with a vast amount of standard reports. Every SAP application has its own information system, which can be assessed from the application menu. Different tools...
  9. Adopt Standard Setting for Message Determination facility The Message Determination Facility is by default active and message determination schema is supplied for all purchasing documents including POs, PRs, RFQs etc. All of the desired message types must...
  10. SAP Tables Accounting BSAD Accounting: Secondary index for customers (cleared items) BSID Accounting: Secondary index for customers BSIW Index table for customer bills of exchange used BSIX Index table for customer bills...
  11. SAP tables MM Download here...
  12. All the SAP System Tables http://www.jmen-web.de/sap/tables/systables.pdf...
  13. SAP Tips: Change Database tables directly SAP being a very robust system has some flaws.. maybe they kept it intentionally so that we can play with it. Anyways, As far as i know there are two...
  14. SAP Tables Categorized by Business Process 1    Customising 1.1    General settings 1.1.1    Countries T005            Countries 1.1.2    Currency TCURC            Currency codes TCURR            Wisselkoersen TCURT            Currency name TCURX           ...



Leave a Reply