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: 

Transaction text not populated in TSTCT table

Former Member
0 Kudos

Hi Experts,

I would need your help on the below.

I have tried to extract the list  of transaction code texts from the table TSTCT by giving few transaction codes as input. However, I am not able to retrieve the data for all the Tcodes, though the transaction text is available and can be viewed in PFCG role.

Please advice.

4 REPLIES 4

mvoros
Active Contributor
0 Kudos

Hi,

that seems to be a correct table. Is it possible that not everything is translated into language your are looking into? Also security forum is not the best forum to get an answer for your question. ABAP forum would be IMO better place.

Cheers

Former Member
0 Kudos

Hi Martin,

Thanks for your response.

Like you have mentioned above, I have had the same thought that the transaction text might not be available in the language I desired to see. In our case, the transaction text was in English (Was able to view the details in PFCG menu but same did not appear in TSTCT table with selection criteria as EN )

As per your advice, I would post this in ABAP forum to find a solution or cause of the issue.

Have a nice day Bro !

0 Kudos

Also TSTC holds texts - probably you will find them there (field TTEXT)

moved to ABAP forum.

b.rgds, Bernhard

Former Member
0 Kudos

Adding to this, do check the following tables. These are PFCG role tables but am not sure on what criteria they get filled. 

AGR_SELECT

AGR_TCDTXT

AGR_TCODE3

AGR_TCODES

AGR_TEXTS

Thanks,

VS