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

Assign transaction code to a standard database table

PS_1978
Active Participant
0 Likes
643

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
Read only

JozsefSzikszai
Active Contributor
0 Likes
525

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
Read only

Former Member
0 Likes
525

HI,

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

Read only

0 Likes
525

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

Read only

JozsefSzikszai
Active Contributor
0 Likes
526

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.