Methods for modifying SAP Standard Tables
You can modify SAP ‘Standard Tables’ using:
- Append Structures
- Customizing INCLUDES
If you like this post, you may as well like these too:
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- SAP tables MM Download here...
- All the SAP System Tables http://www.jmen-web.de/sap/tables/systables.pdf...
- 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...
- 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