0% found this document useful (0 votes)
101 views

Abap Dictinary

The document discusses various topics related to SAP table maintenance generator (TMG) including how to store data with an exclamation mark as the first character in a field, disable delete icons, regenerate TMG after adding or deleting fields, create a transaction code for TMG, and check if a table has a text table. It also provides tips on secondary indexes, parameters, downloads from internal tables, traffic lights and totals in ALV reports, and disabling icons in the ALV toolbar.

Uploaded by

Poovarasan Raja
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
101 views

Abap Dictinary

The document discusses various topics related to SAP table maintenance generator (TMG) including how to store data with an exclamation mark as the first character in a field, disable delete icons, regenerate TMG after adding or deleting fields, create a transaction code for TMG, and check if a table has a text table. It also provides tips on secondary indexes, parameters, downloads from internal tables, traffic lights and totals in ALV reports, and disabling icons in the ALV toolbar.

Uploaded by

Poovarasan Raja
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ABAP DICTIONARY Exclamation Mark in SAP Table Maintenance Generator

How to store data with exclamation mark as first character in a field in table maintenance generator?

How to Disable Delete Icon in SAP Table Maintenance Generator?


Is it possible to disable the icons in application toolbar of SAP table maintenance generator?

How to Regenerate SAP Table Maintenance Generator?


If you add or delete a field to a table structure, then you have to regenerate the table maintenance generator for that table.

Can We Create a Transaction Code for Table Maintenance Generator?


Yes. we can create a tcode for table maintenance generator (TMG) using parameter transaction option.

What is SAP Table Maintenance Generator?


SAP Table Maintenance Generator (TMG) is a tool to generate a table maintenance program i.e. it will generate a program to maintain (Create, Edit & Delete) entries in a table.

How to Create Secondary Index on SAP Table?


Secondary index will be created to avoid performance issues while accessing data from a table using non-key fields in the selection criteria.

How to create a SAP parameter ID?


SAP parameters are used to store values in user-specific global SAP memory. SAP memory allows you to pass these values between programs.

How to check whether a SAP table has a text table?


First of all what is a text table? Text table is a table which contains descriptions in several languages for each key in the main table.

Performance in SAP SD Customer Developments.


Can we improve the performance while accessing the SAP SD tables: VBAK, VBAP, LIKP, LIPS, VBRK, VBRP, VBFA in customer developments?

Performance in SAP MM Customer Developments.


Can we improve the performance while accessing the SAP MM tables: MSEG, EBAN, RSEG in customer developments?

Exclamation Mark in SAP Table Maintenance Generator


How to store data with exclamation mark as first character in a field in table maintenance generator?

How to Disable Delete Icon in SAP Table Maintenance Generator?


Is it possible to disable the icons in application toolbar of SAP table maintenance generator?

How to Regenerate SAP Table Maintenance Generator?


If you add or delete a field to a table structure, then you have to regenerate the table maintenance generator for that table.

Download Specific Columns of Internal Table to SAP Presentation Server

By

default

the

function

module

GUI_DOWNLOAD

and

GUI_DOWNLOAD

method

of

CL_GUI_FRONTEND_SERVICES class downloads all the columns of internal table. What if we want to download only some columns of internal table.

How to View Old Transport Requests/Tasks of Smartform Layout


To display old transport requests/tasks of smartform layout, use program ID as R3TR and object type as SSFO (Smartform) in transport organizer tools while searching objects in requests/tasks.

Display Traffic Lights in SAP ALV


If you want to display traffic lights in SAP ABAP ALV make use of lights_fieldname field of ALV layout and assign proper traffic light value for each row(i.e. 1 for Red, 2 for Yellow and 3 for Green) in the internal table.

Currency wise and Quantity wise Totals in SAP ALV


If you want to get Currency wise and Quantity wise totals in SAP ABAP ALV make use of cfieldname and qfieldname fields along with do_sum field of ALV field catalog.

Disable Icons in SAP ALV Toolbar


If you want to disable icons in SAP ALV toolbar make use of excluding table of ALV.

You might also like