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: 

Table Maintenance Generator for the table "J_1ISTATECD"

Former Member
0 Kudos

Hi,

How to create Table Maintenance Generator for the table "J_1ISTATECD". Can anyone please explain the steps for this.

Thanks in advance....

Regards,

Sriram.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

table maintanance Generator is used to manually

input values using transaction sm30

follow below steps

1) go to se11 check table maintanance check box under

attributes tab

2) utilities-table maintanance Generator->

create function group and assign it under

function group input box.

also assign authorization group default &NC& .

3)

select standard recording routine radio in table

table mainitainence generator to move table

contents to quality and production by assigning

it to request.

4) select maintaience type as single step.

5) maintainence screen as system generated numbers

this dialog box appears when you click on create

button

6) save and activate table

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,

Madhu

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

I suppose you are applying OSS [Note 743340 - e-Filing, India Localization Annual Returns|https://service.sap.com/sap/support/notes/743340] or a similar note, because it's usually not a good idea to create a dialog maintenance on a SAP table.

Transaction to use is SE54 (accessible via SE11), documentation at [BC - Generate Table Maintenance Dialog|https://help.sap.com/saphelp_nw04/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm]

Note: don't hesitate to use the search options of the forum ([sample|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=tablemaintenancedialog&adv=false&sortby=cm_rnd_rankvalue])

Regards

naveen_kumar116
Active Participant
0 Kudos

Hi,

Go To SM30 and give to table name and click maintain.

if it is not maintainded.

Go to Se11->Table name display

Menu bar Utilites->Table Maintenance Generator

Give if u need any authorisation, Function group, Maintainance screen one step and give screen number and create it..

Think so it will help.

Cheers,

Naveen

Former Member
0 Kudos

Hi,

table maintanance Generator is used to manually

input values using transaction sm30

follow below steps

1) go to se11 check table maintanance check box under

attributes tab

2) utilities-table maintanance Generator->

create function group and assign it under

function group input box.

also assign authorization group default &NC& .

3)

select standard recording routine radio in table

table mainitainence generator to move table

contents to quality and production by assigning

it to request.

4) select maintaience type as single step.

5) maintainence screen as system generated numbers

this dialog box appears when you click on create

button

6) save and activate table

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,

Madhu

Former Member
0 Kudos

Hi Sriram,



-->Create view in SE11
-->Goto transcation SE11 ABAP Dictionary 
-->Select View and type in the name of the view you want to create. 
-->Press the Create button 
-->In the dialog box that appears, choose Maintenance View 
-->Select tables and fields for the view 
-->Activate the view 
 

or


-->Create view in SE11
-->Goto transcation SE11 ABAP Dictionary 
-->enter table name
-->go to Utilities
-->select table maintainance Genarator
-->Enter single step
--> enter Function Group(all the code for Table mainaitenace is stored here)
-->eneter single step
-->enter Authorization gorup(we can restrict some user,s not tot update data)
Activate the view 

function Group  -->goto se37 -- > menu bar goto->create function group with five letters ..

add the same function group in table maintainenece generatoror enter the sane table name in Function group Place..
 
..
 
if you dont know the Authorization group ( not given by Function design) put &NA&

or if you want to know the maintainence View already exists go to table TSTCV

enter Table name you can get the view available for the table name..

Regards,

Prabhudas