Application Development and Automation 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: 
Read only

create a table for SM30

former_member300754
Participant
0 Likes
5,606

hi all,

would you advise me how to create a table which can maintain thru SM30?

i created a Transp. Table on SE1. But I want some advise on something as the following:

- Delivery class (in this case i pick C)

- Data class (i pick APPL1)

please give me the advise on this. thanks in advance.

Regards,

Peerasit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,439

hi there

i'm going to mention on how to make transparent table to maintiain by SM30.

it's not complicated. On SE11, go to 'Utilities' => 'Table Maintenance Generator'. Then enter Authorization Group and Function Group name. For instance, &NC&, w/o auth group, and ZTABLE_SS.

On maintenance screens section, pick up a step of screen, one or two, and enter screen number, for instance 800, 810. Then Save and Activate.

Later on, try maintain a trans table thru SM30.

Hope it helps.

Ramus

7 REPLIES 7
Read only

Former Member
0 Likes
2,439

For delivery class it is A not C for transparent table

Read only

Former Member
0 Likes
2,439

if you want the table to maintianed in prod via transports from Dev , then delivery class is 'C', else it should be 'A'

for Data class - you need to select the user ones either USER1 or USER2 or whatever ones is available in your system

Read only

Former Member
0 Likes
2,439
Read only

Former Member
0 Likes
2,440

hi there

i'm going to mention on how to make transparent table to maintiain by SM30.

it's not complicated. On SE11, go to 'Utilities' => 'Table Maintenance Generator'. Then enter Authorization Group and Function Group name. For instance, &NC&, w/o auth group, and ZTABLE_SS.

On maintenance screens section, pick up a step of screen, one or two, and enter screen number, for instance 800, 810. Then Save and Activate.

Later on, try maintain a trans table thru SM30.

Hope it helps.

Ramus

Read only

Former Member
0 Likes
2,439

Hi,

To ceate a table that can maintain thru SM30, it does not rely on Delivery class and Data class .

What you need to do is after you create a new customer table, you need to go through menu 'Utilities' => 'Table Maintenance Generator'. The generator screen will be displayed and then enter Authorization Group(ie, &NC&, ) and Function Group name(you can create a new FG).

On maintenance screens section, you can select using one or two screens , and enter screen number, last Save and Activate.

Then, thru SM30, you can maintain your table.

Hope it can help you.

Regards,

Chris Gu

Read only

Former Member
0 Likes
2,439

You can use delivery class as 'A'. The data class 'APPL1' is ok. The following are the steps to create a table maintainence.

1.Change the Data Browser/Table View Maint. in delivery/maintainence tab to 'Display/maintainence Allowed'.

2.Activate table.

3.Goto Utilities-> Table maintainence generator

4.Enter Authorization group - &NC&

5.Give any function grp name eg: ZTAB

6.Select radio button 'one step' and give screen no as 9001

7. Create/F6

After creating you will be able to maintain this table in SM30

Regards

Sathar

Read only

former_member206439
Contributor
0 Likes
2,439

Hi

Delivery Class A Application table (master and transaction da

Data Browser/Table View Maint. Display/Maintenance Allowed with Restrictions or Display/Maintenance Allowed

The main purpose of Table Maintenance Generator is to

Create/Change/Delete the table entries with out writing any

code. When ever we create table maintenance generator it

will generate a standard program.

it is for adding muiltiple records at a time in the table

How to do the Table Maintenance Generator .

Go to SE11, give the table name and click on change. Then Go to utilities--> Table

maintenance generator.

In the table maintenance generator screen, we should give Authorization Group,

Function Group name (Function Group name can be same as table name),

Maintenance type can be one step or two step, usually we will create with one

step. we should give maintenance screen number. After clicking on create button,

a table maintenance generator will be created.

To check it go to SM30 . In SM30, we find display, Maintain options.