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

Difference between User Menu text and Transaction Text

Former Member
0 Likes
838

It seems that the descriptions for transactions in the SESSION_MANAGER transaction are not the same as the transaction description in SE93.

When I go down the path "User menu for XXXX => BC-Functional All => Custom Transactions", the entries are not the transaction texts.

Does anyone know how these are maintained?

I followed the suggestions of some of the forum answers regarding transaction SE43 and area S000. But, it didn't lead anywhere.

Are these texts entered in STXH or something?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
661

Hullo,

The texts of transactions are stored in ddic table TSTCT.

Hope this helps.

4 REPLIES 4
Read only

Former Member
0 Likes
662

Hullo,

The texts of transactions are stored in ddic table TSTCT.

Hope this helps.

Read only

Former Member
0 Likes
661

The text that you see in se93 is stored in tstct table.

the title that you see when you run the transaction is the screen title that we give in the se51 transaction when we actually develop the transaction.

The text that we see in session_manager transaction is not picked from tstct or from the programs own text elements.

These are picked from the area menu's definitions.

Regards,

ravi

Read only

0 Likes
661

I guess I'm a little confused again.

The text in table TSTCT is the text that's assigned in transaction SE93.

The text I'm looking for is the one that shows up in the user menu.

The area menu for S000 (SAP menu) has entries for "Office" to "Tools".

The user menu has menu choices of:

-o- Global User Access

-o- BC - Functional All

-o- BC - Technical Display

Inside the Functional All menu there's a sub-menu "Custom Transactions".

The text associated with my Z transaction is NOT the same as the TSTCT text.

It's the text in the user menu that I'm trying to fix.

Read only

Former Member
0 Likes
661

Use transaction SE43 and give area menu S000 and go inside in change mode ( Press F6 and then press "Change" button in next pop-up. Some warnings will come, just ignore them). Then navigate to the desired transaction in the menu tree, select that particular node and click on change nodes (Shift + F9). A pop-up will come which will show the transaction and description.

Hope this helps !!!