cancel
Showing results for 
Search instead for 
Did you mean: 

Maintain table

sandip_chatterjee
Participant
0 Kudos


I am asked to maintain a custom table (for the fields company code,plant,equipment category and user status) using a custom transaction.

How do I do that?

Maintain
table /ZCX/PM_EQC with combination of company code, plant, equipment category
and user status to test.  For this test,
use user status SCGP

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Adding to some points to Jogeswara Rao note,

I belive that ABAPer only should able to do the table creation because you donot be having the Developer Roles. Ask him to create a Tcode for Maintenance generator.

Thanks and Regards,

Linganna Katigiri.

jogeswararao_kavala
Active Contributor
0 Kudos

Hi Sandip,

Custom Tables are created through SE11 and maintained through SM30 or through Z Tcode.

You need to create transparent table through SE11, define the Table category, size and other properties and then your fields with data types,

Then here itself (SE11) you need to configure the Table Maintenance Generator.


You need an ABAper or if you have workbench authorizations, go through documents for creating and maintaining Z tables.

Take clues from the following links like:

1a. Create a Z table 

1b, Create Transparent Table 

2. Table Maintenance Generator and Tcode

Jogeswara Rao K

peter_atkin
Active Contributor
0 Kudos

Sandip,

It will depend on how the table has been set-up.

But try SM30 first. Otherwise the program may be populated via program only.

PeteA

brijesh_bansal
Explorer
0 Kudos

Sanddep,

Table maintenance is done by transaction SM30, execute this transaction - give table name which you have - click on maintain button, maintain the data & save .

Brijesh