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

sm30

Former Member
0 Likes
559

how to attach transation to table maintenance generator

5 REPLIES 5
Read only

Former Member
0 Likes
530

Go to SE93.

Create transaction, Choose transaction with parameters option.

In the next screen : Transaction = SM30.

Click skip first screen option.

In the field list below. Hi F4 and choose field name as VIEWNAME against this put your Ztable name.

Next field choose

UPDATE and against this put X.

save.

Read only

Former Member
0 Likes
530

Hi Sai ,

Please do the following steps

1. Go to SE93

2. Create a tranaction selecting 'Transaction with Parameter'.

3. Enter the screen number and other details you had mentioned in the table maintanence generatior.

Regards

Arun

Read only

Former Member
0 Likes
530

Hi Sai , when ever u creat Tcode for Table , First u have to creat table maintaiance Generator for that table ,

Creating tcod for table using parameterd id trancation code options .Plz fellow the procedure given below and let me knwon wheather it is working or not .

create a transaction in se93 of Transaction with parameters (Parameter Transaction)

1.Here in Transaction give SM30

2. Chekck the checbox SKIP Initial screen

3. click Inherit GUI attributes

4. below under Name of screen field

VIEWNAME : TABLE/VIEW

UPDATE : X

save, check and activate that .

Reward if useful

Thanks

Nihar Swain.

Read only

Former Member
0 Likes
530

hi

good

Table maintanance Generator is used to manually

input values using transaction sm30.The Table Maintenance Generator is used to create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities->Table Maintenance Generator

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.

please check the link for getting information about table maintenance generator !

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=use%20of%20table%20maintenance%20generator&cat=...

http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm

http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm

thanks

mrutyun^

Read only

Former Member
0 Likes
530

hi

GOTO SE93

Give the transaction name..

Press create button

Enter the description..

Select the "Transaction with parameters (parameter transaction)"

Press enter.

In the transaction field give SM30..

Press enter..

Check the checkbox "Skip initial screen"

IN the bottom of the screen..

NAME OF SCREEN FIELD VALUE

-


-


VIEWNAME "Give your ztable name"

UPDATE X

Hope this helps .