2008 Jul 01 8:18 AM
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.
2008 Jul 01 8:25 AM
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.
2008 Jul 01 8:21 AM
Hi,
Check this link out..
This can also be useful..
Regards.
Edited by: Iyswarya Godi on Jul 1, 2008 9:22 AM
2008 Jul 01 8:21 AM
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.
2008 Jul 01 8:22 AM
Pl. see this blog.
http://www.saptechnical.com/Tips/ABAP/TableMaintenance/Transaction.htm
2008 Jul 01 8:23 AM
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.
2008 Jul 01 8:25 AM
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
2008 Jul 01 8:25 AM
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
2008 Jul 01 8:29 AM
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
2008 Jul 01 8:32 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |