‎2020 Mar 13 12:40 PM
i have created table for user id lock and validity records purpose, i am from basis background.
how to write a report where i will enter user id and lock reason and validity reason and execute.
entered data in report should be in ztable ..
‎2020 Mar 13 12:45 PM
Hi manoj16393
The easiest way would be to generate table maintenance dialog. Then you'll be able to maintain the content of your table with SM30 transaction.
See SAP Help for details: BC - Generate Table Maintenance Dialog
Best regards
Dominik Tylczynski
‎2020 Mar 13 12:52 PM
i want report where in output i will enter data which should get inserted into table,
i will create tcode where it should ask to enter data.. logic for that please
‎2020 Mar 13 12:58 PM
‎2020 Mar 13 1:05 PM
then its not necessary to write code ??
but i want to write code for that.
‎2020 Mar 13 1:15 PM
If you go with SM30 and table maintenance generator, then you don't need to write any code. And you'll get all the nice stuff - automatic link to transportation system if your table is a configuration one, log of content changes if log is activated, consistent user experience, etc.
Otherwise you'll have to implement that all by hand in ABAP. If you really want to do that, start with reviewing SAP Help on: Open SQL - Write Accesses
‎2020 Mar 14 10:43 AM