What is Flat Structure in ABAP Dictionary As we mentioned before, The flat structure is a structure that refers only to an elementary type or reference type. It do not refer to other structure or table type. Now, we can use SE11 SAP Transaction to create Flat Structure in ABAP Dictionary. Please select Data Type and […]
Category: SAP ABAP Dictionary
How to copy field from structure or table to another structure or table
In this article we will learn how to copy some field from one structure or table to another structure or table while you changing or creating it. Go to SE11 SAP Transaction code. Change ZTB_TEST table for example, you can change your table. Open Fields tab, and Go to menu Edit->Transfer Fields. The popup screen […]
How to create Text Table and Assign to Main Table
What is Text Table A text table a special table that contains text in multilingual format, text table also contain the language field ( SPRAS ) as a key field. A table is said to be the text table of another table if it contains all the key fields along with the additional language key field. […]
How to create pooled tables and table pool in SAP
What is Pooled Tables A pooled tables has many to one relationship with database table. There are many tables in the data dictionary for one table in the database. Unlike a transparent table, a pooled table has different name, different number of fields, and different name of fields in the database. The data from several […]
How to create table maintenance generator
Maintenance dialogs are the system generated programs that allows you to add,change and delete records in your table using SM30 SAP Transaction code. To create a maintenance dialog/ table maintenance generator , open your table for changes using SE11 SAP Transaction code. Note :Please don’t forget to change Delivery and Maintenance -> Display/Maintenance Allowed . […]