‎2007 Oct 16 6:39 AM
Hello all
When I execute a transaction in module pool I should get all the output fields from the database table directly on the screen without using any sort of select options or push buttons or anything.
Thanks & Regards
‎2007 Oct 16 7:07 AM
hi,
try like this,
create a screen ->goto to layout -> goto fields or press F4 -> give table name [ standard table] ->select required fields -> drag n drop on screen -> activate -> back
double click on pbo module -> give title bar -> menubar
double click on pai module -> try like this
tables: mara.
select single * from mara into corresponding fields of mara where matnr = '100-100'.
..................
............
if helpful reward some points.
with regards,
Suresh Aluri.