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
509

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

Former Member
0 Likes
486

Posimsetty,

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...

Amit.

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.

3 REPLIES 3
Read only

Former Member
0 Likes
487

Posimsetty,

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...

Amit.

Read only

Former Member
0 Likes
486

Hi,

1.Go to Transaction SE93 give Tcode name<Table/View Name> Press Create

2. In popup select Parameter transaction --> Press Enter

3. In this screen,

- Enter the field of TRANSACTION as SM30 and select the

- check box Skip initial Screen.

- Select all the GUI supports.

- In the Default Values

a. Name of the Screen field b. Value

VIEWNAME <Table Name>

SHOW X

And in the SE38 Program u have to use the code

Call Transaction '<TCODE>'

and finally as usual u can create transaction for the Report program.

Regards,

Vijaya Lakshmi.

Read only

Subhankar
Active Contributor
0 Likes
486

Hi

Please do it in this way... I think it will be working fine.

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.

Enter transaction variant name which you want to create. (Here I have created Z_SLO_PRO_VAR). Click Create Button in the left top corner.

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.

5. In the final step, all the screen variants with all their fields are displayed in one screen.

Click save.

6. Go to SE93 (or from SE80) for custom transaction creation. Enter custom transaction name and click create.

Enter short text and select transaction as u2018Transaction with variantu2019. Press Enter.

7. In the next screen enter transaction as u2018SM30u2019 and transaction variant as created in earlier step.

Check u2018Inherit GUI attributesu2019 check box and check cross-client.

Click save button and assign package and save.