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

To retrieve data and display using tcode

0 Kudos
424

Respected Gurus,

Can anybody guide me for the scenario:

1) to develop the ztable ,the entries/fields in ztable are some user built and some taken frm SAP standard tables(Mseg,Makt,Lfa1 or more).

2) i have to fill the table using tcode.

3) also to display the data on single click of Ok_code on the screen .

4) kindly guide me for the all code for the same scenario.

regards,

1 REPLY 1
Read only

former_member183879
Active Contributor
0 Kudos
323

Hi,

It is very much possible.

1. You can create a new table in SE11/SE12 and u can create this table as a maintainable table( able to maintain entries). An ABAPer can help you to enable this table as maintainable one.

2. If you know the name of the maintainable table, you can maintain entries directly in SM30. If you need a tcode for this, you can also do this by creating a tcode in SE91 for the table.

3. If you know the tcode, you can directly view and download the entries using the tcode itself.