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

Table maintanance generator

Former Member
0 Likes
1,163

Hi all,

How can we assign a Transaction code for Table maintanance generator. In the process of loading the data in to a custom table.

Regards,

Ram.

1 ACCEPTED SOLUTION
Read only

pole_li
Active Participant
0 Likes
1,119

Hi,

In se93, choose option "Transaction with parameters",

then in the second screen, t-code: fill in SM30,

check "Skip first screen",in the bottom of the screen,

default values:

Name of screen field value

SHOW X

VIEWNAME ZXXXX(Your z table)

Regards,

Pole

Hi all,

How can we assign a Transaction code for Table maintanance generator. In the process of loading the data in to a custom table.

Regards,

Ram.

8 REPLIES 8
Read only

Former Member
0 Likes
1,119

Hi,

Check this link out..

This can also be useful..

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

Regards.

Edited by: Iyswarya Godi on Jul 1, 2008 9:22 AM

Read only

Former Member
0 Likes
1,119

1. SE93 > put Tcode name ZTAB1 > Press Create

2. In popup select Parameter transaction > Press Enter

3. In this screen,

YOu will find one Table control with name Proposed values,

There are 2 columns,

a. Name of the Screen field

b. Value

So, you have to put like in table control.

Name of screen field,,Value

SHOW,,X

VIEWNAME,,ZTAB1

Save.

And if you are using 4.7

then in the third screen, you will find the table control with name like defualt values.

Hope this will clear your doubts. If not, please mention SAP version...

please dont post duplicate post.

Amit.

Read only

Former Member
Read only

Subhankar
Active Contributor
0 Likes
1,119

Hi

To do that you have to create a transaction variant.

The steps are as below....

1. Go to Transaction SHD0.

2. Enter the SAP transaction name in which you want to change fields to hide or make display-only. Enter Transaction Code as SM30.

3. Screen of SM30 Transaction is displayed. Enter table view name. Click display.

4. Screen u2018Confirm screen entriesu2019 is displayed. All the fields of the screen SM30 is displayed with different display-options checkbox. Select the check-boxes according to your requirement.( In my case, I made the u2018Transportu2019 and u2018Customizingu2019 field as invisible by checking the corresponding check-boxes and checking the u2018W. contentu2019 and u2018Output onlyu2019 check-boxes of the u2018Table/Viewu2019 field).

As the modification is required only in first screen, click u2018exit and saveu2019 button.

then create a transaction for that screen umber.

Read only

former_member195383
Active Contributor
0 Likes
1,119

go to SE93>give a transaction tame suppose ZTAB>create->click on radio button transaction with parameters->in the transaction put SM30>put screen number as 0>

then at the below(Default values tab) put

screenfield : value:

___________ -


VIEWNAME /dceur/zgenparam

MODIFY X

Hope it helps...reward points if useful

Read only

pole_li
Active Participant
0 Likes
1,120

Hi,

In se93, choose option "Transaction with parameters",

then in the second screen, t-code: fill in SM30,

check "Skip first screen",in the bottom of the screen,

default values:

Name of screen field value

SHOW X

VIEWNAME ZXXXX(Your z table)

Regards,

Pole

Read only

Former Member
0 Likes
1,119

Follow the steps given below:

1)Craete a TMG.

2)Go to Transaction SE93.

3)Create the transaction as PARAMETER TRANSACTION (Last radio button).

4)Give transaction name as SM30

5)mark "Skip Initial Screen" as "X"

6)hit "Enter"

7)Mark the GUI support

8)Go to "Default values" section

9)Give the "VIEWNAME" = your view name

10)Give "UPDATE" as "X"

11)Save under a transport

Read only

Former Member
0 Likes
1,119

Hi Friend,

You can create transaction code for TMG of any customized table.

Go to T code SE93, use transaction type Transaction with parameter.

Give reference transaction name in default values for transaction : SM30, click on skip initial screen

In Below, name of screen field value

VIEWNAME 'Custom table name'

UPDATE X

Hope it will solve your problem.

Regards

Krishnendu