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: 

Create custom tcode for a table

Former Member
0 Kudos

Hi

I need to create a custom transaction to pull data from LFA1 table, excluding TAX fields on both Input and Output screen.

Please help me in doing this.

Thanks,

Spandana

2 REPLIES 2

Former Member
0 Kudos

Hi Spandana,

You can:

  • Create an SQVI
  • Create a Query
  • Create a view and a transaction based on SM30
  • Create a custom report
  • Use SE16 or SE16N

Use SQVI if it's only for your user. It's simple and fast.

regards,

Edgar

NU
Explorer
0 Kudos

Hi Spandana,

You should create a view on this table and then create a new transaction associated with your view.

Create the view in se11 transaction and the new transaction in se93.

Regards,

-Nazir