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: 

How to assign value to the I/O Field from the database table?

Former Member
0 Kudos

Hi Experts,

(Screen Painter)How to assign value to the I/O Field from the database table?

For Example: In screen Painter, one I/O Field and one button.If I click that button then it display the value from the database table of any column.

Thanks in Advance,

Regards,

Raghu

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please go to transaction SE51 ... and in the field attributes, please define field name same your as database field and check dictionary/program field option.

Once done, please activate.

Regards,

Ferry Lianto

jaideeps
Advisor
Advisor
0 Kudos

hi,

you can jsut refer to this sample program..DEMP_DYNPRO_DICTIONARY

which tell how to solve your query..

Two things has to be noted:

1. From Dicitonary check box has to be set.

2.give the Paramter ID...

thanks

jaideep

*reward points if useful..

Former Member
0 Kudos

hi raghu,

Your question is not clear.anyway try this.

write the code in PAI.

case ok_code.

when 'get'. " 'get' is the function code for push button

select single * from mara.

endcase.

Senthil kumar.