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

Display Fields

Former Member
0 Likes
264

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

1 REPLY 1
Read only

Former Member
0 Likes
247

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.