Vous êtes sur la page 1sur 6

All about SAP: Table Maintenance in SAP A Step by Step Guide

_______________________________________________________________________________________________________________________ Home :: Sample Code :: Tutorials :: Interview FAQs :: Material :: SAP Books :: About :: Contact :: Links :: Disclaimer _______________________________________________________________________________________________________________________ Digg! Apr 15, 2007

Table Maintenance in SAP A Step by Step Guide

Translate this site

Step 1: Create & Maintain Table (SE11)


Screen 101: ABAP Dictionary: Initial Screen

Translate
Select Language Select Language

Gadgets powered by Google

Search

Web
Search

allaboutsap.blogspot.com

Screen 102: Maintain Table -> Delivery and Maintenance Free Counter
Rate My Blog ---

Screen 103: Maintain Table -> Fields

Followers Join this site


with Google Friend Connect

Members(15)

1. 2. 3. 4. 5. 6. 7. 8. 9.

[] SE11: Enter Table Name -> Create Enter Table Description (Mandatory Field) Select Delivery Class Set maintenance level Enter Fields, Assign Data Elements Save Entries Check Inconsistencies Activate Table Go To Technical Settings (SCREEN 104)

Global Viewers

Delivery Class: The delivery class controls the transport of table data when installing or upgrading, in a client copy and when transporting between customer

Take part in Live ABAP Chat! Live ABAP Chat!

http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html[2/17/2014 3:52:19 PM]

All about SAP: Table Maintenance in SAP A Step by Step Guide


systems. The delivery class is also used in the extended table maintenance. There are the following delivery classes: A: Application table (master and transaction data). C: Customer table, data is maintained by the customer only. L: Table for storing temporary data. G: Customer table. The customer namespace must be defined in table TRESC. (Use Report RDDKOR54 here). E: System table with its own namespaces for customer entries. S: System table, data changes have the same status as program changes. W: System table (e.g. table of the development environment) whose data is transported with its own transport objects (e.g. R3TR PROG, R3TR TABL, etc.). Data Browser/Table View Maint.: This indicator specifies whether it is possible to display/maintain a table or view using the maintenance tools Data Browser (transaction SE16) and table view maintenance (transactions SM30 and SM31). MANDT field is mandatory for Client dependant tables [GetaCbox] Technical Settings: The technical settings control, for example, table buffering. Indexes: To speed up data selection, you can create secondary indexes for the table Append Structure: Append structures are used for enhancements that are not included in the standard.
name message e-mail / url
Go

27 Sep 13, 03:21

TROLL (again) : fgreg


27 Sep 13, 03:21

TROLL (again) : rgres


27 Sep 13, 03:21

TROLL (again) : cfg


4 Sep 13, 21:06

TROLL : cw
4 Sep 13, 21:06

TROLL : wcw
4 Sep 13, 21:06

TROLL : w
4 Sep 13, 21:06

TROLL : c
4 Sep 13, 21:06

TROLL : wcw
4 Sep 13, 21:06

TROLL : f
4 Sep 13, 21:06

TROLL : w
4 Sep 13, 21:06

help smilies cbox

Screen 104: Maintain Technical Settings

1. 2. 3. 4. 5. 6.

Select Data Class (Mandatory) [APPL0] Select Size Category (Table size - No. of records - Mandatory) [1 to 6] Specify Buffering [allowed / not allowed] Save Check Inconsistencies Activate & Go Back to Maintain Table Screen

Data Class: The data class defines the physical area of the database (for ORACLE the TABLESPACE) in which your table is logically stored. If you choose a data class correctly, your table will automatically be assigned to the correct area when it is created on the database. The most important data classes are (other than the system data): APPL0 Master data APPL1 Transaction data APPL2 Organizational and customizing data Size category: The size category determines the probable space requirement for a table in the database. Buffering: The buffering status specifies whether or not a table may be buffered.

Screen 105: Maintain Table

http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html[2/17/2014 3:52:19 PM]

All about SAP: Table Maintenance in SAP A Step by Step Guide

Screen 106: Maintain Enhancement Category (ECC 6.0 onwards)

1. -> Extras -> Enhancement Category 2. Select Enhancement Category


Enhancement Category: Structures and tables that were defined by SAP in the ABAP Dictionary can be enhanced subsequently by customers using Customizing includes or append structures. The enhancements do not only refer to structures/ tables themselves, but also to dependent structures that adopt the enhancement as an include or referenced structure. Append structures that only take effect at the end of the original structure can also cause shifts - in the case of dependent structures - even within these structures.

Screen 107: Maintain Table -> Table Maintenance Generator

Screen 108: Generate Table Maintenance Dialog: Generation Environment

1. 2. 3. 4. 5.

-> Utilities -> Table Maintenance Generator OR [] SE54 Specify Authorization Group [&NC&] Select Maintenance type [One Step/Two Step] Mention Screen Numbers [1/2] Save & Go Back

Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.

http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html[2/17/2014 3:52:19 PM]

All about SAP: Table Maintenance in SAP A Step by Step Guide

Step 2: Generate Table Maintenance (SE54)


Screen 201: Generate Table Maintenance Dialog: Initial Table/View Screen

Screen 202: Generate Table Maintenance Dialog: Initial Table/View Screen

1. Enter Table/View name 2. -> Edit View Cluster 3. -> Create View
The Table Maintenance Generator: Used to a create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities->Table Maintenance Generator.

Screen 203: Change View Header Entry: Details

Screen 204: Change View Object Structure: Overview

1. -> Header Entry -> Enter Short text -> Activate View 2. -> Object Structure -> Enter Table name & description 3. -> Field-dependence -> Generate -> Header entry -> Activate View

Step 3: Create & Maintain Transaction (SE93)


Screen 301: Maintain Transaction

Screen 302: Create Transaction

http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html[2/17/2014 3:52:19 PM]

All about SAP: Table Maintenance in SAP A Step by Step Guide

1. [] SE93 Enter Transaction name -> Create 2. Enter Short text 3. -> Transaction with parameters
Why Select Transaction with parameters? Parameter transactions allow you to pre-assign values to the fields on the initial screen. If you supply all of the necessary entries for the initial screen in this way, you can suppress the screen when the transaction is executed.

Screen 303: Create Parameter Transaction

1. 2. 3. 4.

Enter Transaction text Enter default transaction [SM34] -> Skip Initial Screen Enter Names of Screen fields and values [VCLDIR-VCLNAME = SHOW = 'X']

And we are DONE! Maintain your Table/View


Screen 401: Change View View description: Overview

Screen 402: New Entries: Overview of Added Entries

1. -> New Entries 2. Go on adding new entries Posted by Karthik Potharaju at 23:53 Labels: Step-by-step Guides: Table Maintenance in SAP

http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html[2/17/2014 3:52:19 PM]

All about SAP: Table Maintenance in SAP A Step by Step Guide

5 comments: Hemant said... Very helpful. Good work Karthik


3:16 AM

Mel said... Well documented. Do you have any screen movies?


3:19 AM

Anonymous said... Could have been better if the steps are more effectively explained... I mean like, "Go to se54", etc.
3:20 AM

harsha said... thanks a lot... i have been searching for enhancement category ryt from 4 days. atlast i got here with easily readable definition. thank u.
12:04 PM

Anonymous said... Thank you, good job!


5:18 PM

Post a Comment

Links to this post Create a Link Newer Post Subscribe to: Post Comments (Atom) Home Older Post

Subscribe to posts via email


Enter your email address:

Subscribe

Delivered by FeedBurner

Blog Owner
Karthik P Certified SAP Netweaver Consultant

http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html[2/17/2014 3:52:19 PM]

Vous aimerez peut-être aussi