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: 

create transaction for table

former_member463678
Participant
0 Kudos

Hi experts,

Can anybody help how to create transaction for table maintenance generation?

Thanks in advance,

Zak.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

go to se93,

give the transaction name.

select radio button Transaction With Parameters

and fill the inputs required..

Rgds.,

subash

8 REPLIES 8

Former Member
0 Kudos

hi,

go to se93,

give the transaction name.

select radio button Transaction With Parameters

and fill the inputs required..

Rgds.,

subash

Former Member
0 Kudos

go to se93,

give the transaction name.

select radio button Transaction With Parameters

provide the details like this:

Transaction : SM30

Coming to Default values add thes values:

UPDATE : X

VIEWNAME : u r table name.

regards

Kiran

Edited by: kiran vempati on Oct 21, 2008 7:40 AM

Former Member
0 Kudos

Hi,

1) Go to SE11 and enter the Z table name for which the table maintenance generator has to be generated.

2)Click on Utilities à Table Maintenance Generator.

3)Enter Authorization group (For e.g. &NC&)

Function group (go to SE80 for creating function group)

You can select either one step or two step. Assign Screen numbers (To assign Screen numbers click on the button 'Find Scr no'. It will propose screen no's)

Then Create. Save

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.

You can now create TCode (se93) for the table maintenance generator. Enter the TCode to be created and click on Create.

Select u201CTransaction with parameters (Parameter transaction)u201D

Press enter in the next screen give : viewname : your table name

update = X

Former Member
0 Kudos

Hi

Check this:

Table maintennace generator is used to create screen to maintain values in a table. Once you create maint generator you can goto transaction SM30 and add data to table . In SAP it is more relevant to customizing data.

Create a table maintance program for a z table :

In transaction SE11, in the attribute tab of your z table check table maintenance check box. Go to SM30 transaction, enter the ztable name and click on maintain button. Here you can enter new entries into the ztable .

Or

You can create a PARAMETER TRANSACTION for the transaction for SM30 .

Follow these steps :

1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable.

2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.

3. In the next screen enter default values:

transaction : SM30

check the check box skip initial screen

4. Scroll down you will find a table control for default values

Name of the screen field | value

VIEWNAME | your ztable name

SHOW | X

Save your work.

Now as you have created a custom transaction for maintaining your ztable this transaction can be called from any program with CALL transaction 'XXX'.

Regards,

Vishwa.

Former Member
0 Kudos

1. Goto SE93 give the Tcode, and press Create button.

2. Give short text, and select (Transaction type: Parameter transaction).

3. In the transaction field give SM30

4. tick 'skip initial screen'

5. In the table below. Give 'VIEWNAME' in screen field and Value '<TABNAME>'

6. Add another row 'UPDATE' value 'X'.

Former Member
0 Kudos

Hi,


1. Go to Tcode SE93
2.Choose the Transaction With Parameters (Parameter Transactions)
3.Enter.
4.At screen DISPLAY Parameter Transactions, fill in SM30 at Transactions and skip initial screen

Former Member
0 Kudos

Go to SE93

Mention custom Tcode & then Text assign it to any package.

Under Default Values tab:

Transaction : SM30

Check the Skip First screen

Under Default values at the end of screen:

VIEWNAME : Custom Table

UPDATE: X.

This must work

Former Member
0 Kudos

goto se93

select parameter transaction

enter following values :


Transaction        SM30
tick the skip initial screen checkbox
Screen             0
in table control at th bottom of the screen 
give 
VIEWNAME  - > "maintainace view name
UPDATE       - >     X