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

Reg: SM30 Transaction code

Former Member
0 Likes
1,373

Hi All,

I want to know the transaction code already created for a Z table based on SM30.

Regards,

10 REPLIES 10
Read only

Former Member
0 Likes
1,337

Hi Salil,

For that simply goto sm30-->give Z* --> press F4, it will displays all entries. with the help of these entries you can get tcodes corresponding to that table in SE93 again with Z* search.

Regards

Arani Bhaskar

Read only

Former Member
0 Likes
1,337

Hi Salil,

You can try this option, this might be helpful....go to se11

Table : TSTCP

filedname: PARAM

Value: /SM30 VIEWNAME=z or name of your z table..

Sachin

Read only

0 Likes
1,337

Hi,

The above answer is correct. Just try that with a slight modification:

Table : TSTCP

In the filedname: PARAM, enter the value as *<ztablename>*. And then press F8. (use single star at both end)

You will get the TCODE for SM30 Entry.

Best Regards,

Suresh

Read only

0 Likes
1,337

Hi Suresh,

In table TSTCP, the entry in PARAM field is getting stored as /NSM30 VIEWNAME=z001_test;

z001_test is my table name.

And when I am trying to retrieve this entry with *z001_test* in data browser, it says "no table entries found".

pl let me know why.

Thanks

Archana

Read only

0 Likes
1,337

Hi ARchana,

While u r creating transaction code have u given like this.

u r trsnaction hsould be 'SM30'.

Skip initial screen should be set to 'X'.

in default values.

VIEWNAME 'z001_test '.

UPDATE = 'X'.

check all these things.

Thanks

Read only

0 Likes
1,337

Hi Tarangini,

thanks for your reply.

Yes, it is done like that. the Tcode is also working.

But when trying to look for it in table TSTCP giving z001_test, the entry is not getting displayed.

If I use Tcode = "Zmaintain", the entry is displayed.

Pl let me know how to get the entry using the ztable name i.e "z001_test".

Thanks

Archana

Read only

0 Likes
1,337

Hi ARchana,

It seems to be strange have u created the table maintenance for this table.

Thanks.

Read only

0 Likes
1,337

Yes, the table maintenance works, the Zmaintain Tcode works, but the entry from TSTCP is not getting retrieved using the ztable name.

Read only

0 Likes
1,337

Hi Archana,

One more last trail.So u r creating the transaction code for u r table right.

MAke the entries like this while creating the tcode in SE93.

Transaction 'SE16'.

Check Skip Initial screen.

Default values :

DATABROWSE-TABLENAME : ZTEST_Z0001(U r table name).

Let me know whether it is worked for you or not.

Thanks

Read only

tarangini_katta
Active Contributor
0 Likes
1,337

HI sailil,

Check whther u have created the table maintenance for this table.

Then this will be in SM30.

Thanks,