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: 

Assign transaction code to a standard database table

sivapuram_phanikumar
Active Participant
0 Kudos

Hi,

Is it possible to assign transaction code to view entries in standard tables such as KONA / KONP ... ?

There is no table maintenance for these tables. Please let me know if it is possible.

Best Regards,

Phani Kumar. S

1 ACCEPTED SOLUTION

JozsefSzikszai
Active Contributor
0 Kudos

It is not advised to create table maintenance for standard tables, but if you only want to view the data, you can use tcode SE16. Check transaction CEPC for example, it is doing exactly this. Best is to copy this transaction adn replace the table name, you will get exactly what you need.

3 REPLIES 3

Former Member
0 Kudos

HI,

I think you can create the Table maintainence generator and then assign tcode for that .

0 Kudos

Is it preferable to generate table maintenance for a standard table?

JozsefSzikszai
Active Contributor
0 Kudos

It is not advised to create table maintenance for standard tables, but if you only want to view the data, you can use tcode SE16. Check transaction CEPC for example, it is doing exactly this. Best is to copy this transaction adn replace the table name, you will get exactly what you need.