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: 

Facing a problem creating a transaction code for the screen(very urgent)

Former Member
0 Kudos

Hi All,

First i am opening transaction SM30.

In that in the table/view row i am giving the table name ysd_cond_cntrl.

After that i am clicking the maintain button below.

After clicking this button one screen is coming for the table maintenance

ysd_cond_cntrl.

I have to create a transaction code for this screen in se93.

but i am facing a problem in this....in se93 when i am giving the program name for that screen its telling the program is not executable.

Can u people check this issue...its very urgent.

Thanking all.

4 REPLIES 4

Former Member
0 Kudos

Go to transaction SE93, enter the T-Code and click on Create. Select the last option Parameter transaction in the section "Start Object" and continue. In the next screen, enter the transaction as SM30.

In the last section "Default values" (in the table control), select VIEWNAME in the first column "Name of screen field" and in the second column "Value", enter your table name. In the next row in the table control, select UPDATE in the first column and enter X in the second column.

Save the transaction.

Please mark points and close the thread if the solution was useful.

Regards,

Manoj

Former Member
0 Kudos

just create a transaction for by giving parameter

Transaction code - SM30

Tick - Skip first screen

and set default vaues as -

VIEWNAME - table name

UPDATE - X

this is the solution.

don't forget to reward

S@meer

Former Member
0 Kudos

HI,

In transaction SE11, in the attribute tab of your z table check table maintenance check box. Go to SM30 transaction, enter the ztable name and click on maintain button. Here you can enter new entries into the ztable .

Or

You can create a PARAMETER TRANSACTION for the transaction for SM30 .

Follow these steps :

1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable.

2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.

3. In the next screen enter default values:

transaction : SM30

check the check box skip initial screen

4. Scroll down you will find a table control for default values

-


Name of the screen field | value

-


VIEWNAME | your ztable name

SHOW | X

Save your work.

Now as you have created a custom transaction for maintaining your ztable this transaction can be called from any program with CALL transaction 'XXX'.

Regards

Sudheer

Former Member
0 Kudos

Hi,

check Your Pogram Type.

If it is Module pool program only, You can create a transaction code for that.

Thanks.