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

Maintainance generator

Former Member
0 Kudos
146

i have created a custom table

and maintainance generator for it.

i want to assign transaction code for it

i don't know how to attach transaction code to maintainance generator.

Rgds,

Fattesingh

1 ACCEPTED SOLUTION
Read only

dani_mn
Active Contributor
0 Kudos
117

Hi,

GO to 'SE93'.

create your tcode.

and select transaction with parameters.

in transaction field give 'SM30'

in bottom of screen there is a table control with two columns.

give the following values.

'Name of screen field' value

viewname your table name

update 'X'

Regards,

Wasim Ahmed

4 REPLIES 4
Read only

dani_mn
Active Contributor
0 Kudos
118

Hi,

GO to 'SE93'.

create your tcode.

and select transaction with parameters.

in transaction field give 'SM30'

in bottom of screen there is a table control with two columns.

give the following values.

'Name of screen field' value

viewname your table name

update 'X'

Regards,

Wasim Ahmed

Read only

Former Member
0 Kudos
117

Hi,

You need to create a parameter transaction.

In SE93 create a parameter transaction.

give VIEWNAME = ztable name.

UPDATE = X.

Check the field "Skip First Screen"

Regards,

Shashank

Read only

Former Member
0 Kudos
117

Hi Fattesingh,

1)Goto <b>SE93</b>, give the transaction name

2)In the pop select <b>TRANSACTION WITH PARAMETERS</b> option.

3)In <b>Default values for Sreen</b> Enter <b>SM30</b> for Transaction

4)In Default values enter

<b>Name of screen field    Value </b>                          
VIEWNAME	       <Table Name>
UPDATE	                X
                          

5)Save and execute.

Regards,

Arun Samabrgi.

Read only

naimesh_patel
Active Contributor
0 Kudos
117

Hello,

Go to SE93. Create a parameter T-code.

Give Transaction code as SM30.

Screen field - value

SHOW - X

VIEWNAME - table name

Regards,

Naimesh