ABAP GENERAL
SE11
-> Utilities
-> Table Contents
- Display
" This can be exported to excel"
SE11:
-> Utilities
-> Table Contents
-> Create entry in Data entry form + SAVE.
TRANSACTION: SE11
* SE11: Can create tables, views, copy table, Data types/Elements,
* type groups, domains.
* Create transparent table
"DICTIONARY - MAINTAIN TABLE"
Field: Database Table -> ZNAME + "Create"
Field: Dictionary/Maintain Table -> Enter Short description
-> Field: Delivery/Maintanance -> Field: Delivery Class (ie Application Table)
-> Field: Data browser -> (ie Display Maintanance Allowed) + SAVE.
Popup: Create Object Directory Entry -> Enter Development class
"DICTIONARY - MAINTAIN TABLE"
Field: Assign Premades fields
Create new ones (Will require declaration of domain) "
"look at "Create Data Element/Domain"
"Data Elements:
"We need to do this when we create a new data element, or when we edit one
"during table declaration.
Dictionary: Maintain Data Element
-> Enter short text description
-> Enter domain (ie ZENUM)
-> Doubleclick on Domain to create the new domain
-> Create object directory entry + SAVE
-> Enter short description for the domain
-> Definition: Choose Data Type
-> No. of Characters: 8
-> Decimal Places: 2
-> Output Length: 8
-> Value Range - Popup: New tab: Setup Ranges + ACTIVATE + F3 "return to maintain data element"
-> Create Field Labels (Labels that will be appearing for the field"
-> Press back (<-)
" After field definition:
-> Maintain Technical Settings
-> Select Data Class (ie APPLO)
-> Select Size Category
SE11 ->
Field: Database table -> Choose db table structure you want to copy
Button: COPY ->
Prompt: Enter a name for the new table + SAVE.
1. Create Table
2. Copy Table
3. Create Domain / Data Element
4. Manual Entry
5. View Data in Table
6. Create Transport Request
* for english - CODEPAGE '1700'
* for english/greek - CODEPAGE '1704'