Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

custom table modficaitons

Former Member
0 Kudos
151

Hi experts,

I developed a custome table in the dev client. When I am trying to enter data into the table in the Quality client it is saying its not modfiable.Is there any setting in the creation of the database table

1 ACCEPTED SOLUTION

Former Member
0 Kudos
132

It sounds like your table is defined as a customising table that should be populate by transport rather than manually.

If you do need to populate the table manually in each system set the delivery class to A and in the table maintenance settings choose 'no, or user recording'.

Alternatively enter your settings in your development system and transport them into QA.

Regards,

Nick

7 REPLIES 7

Former Member
0 Kudos
132

Hi,

In the table, press Delivery and Attributes button, then select Display and maintanence allowd, then activate the table

Regards

Sudheer

0 Kudos
132

Did you activate the table?

Former Member
0 Kudos
133

It sounds like your table is defined as a customising table that should be populate by transport rather than manually.

If you do need to populate the table manually in each system set the delivery class to A and in the table maintenance settings choose 'no, or user recording'.

Alternatively enter your settings in your development system and transport them into QA.

Regards,

Nick

Former Member
0 Kudos
132

Hi,

Go to delivery and maintenance screen of se11 and make the field Data Browser/TableView maint, to Display/Maintenance alowed or with restrictions.

Thanks,

Sriram Ponna.

Former Member
0 Kudos
132

Hi!

table maintanance Generator is used to manually

input values using transaction sm30

follow below steps

go to se11 check table maintanance check box under

attributes tab

utilities-table maintanance Generator->

create function group and assign it under

function group input box.

also assign authorization group default &NC& .

select standard recording routine radio in table

table mainitainence generator to move table

contents to quality and production by assigning

it to request.

select maintaience type as single step.

maintainence screen as system generated numbers

this dialog box appears when you click on create

button

save and activate table

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

One step, two step in Table Maintenance Generator

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.

Regards

Tamá

Former Member
0 Kudos
132

hi,

Select the Display maintenance allowed propery under Delivery and Maintenance tab in se11.. how ever you are not allowed to make any entries manually in the quality system, Please go and create a table maintenance for this table which would allow you to maintain data.

HOW TO CREATE THE TABLE MAINTENANCE GENERATOR

Open SAP tables for direct maintenance

1 GO TO SE 11. ENTER THE TABLE NAME

2 GO TO UTILITIES - TABLE MAINTENANCE GENERATOR

3 GIVE AUTHERIZATION GROUP(&NC&)

4 GIVE FUNCTION GROUP and PACKAGE NAME

5 SELECT SCREEN NUMBER

6 SAVE

Former Member
0 Kudos
132

Thanks experts. My problem is solved.