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: 

transfer data to dynpro

Former Member
0 Kudos

Hi,

i want to initialise a dynpro field with a value.

Which options have i to do this?

Thanx

th

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

u can set the possible entry key option in the program attributes of the specific

filed in the dynpro(se51).

reward points if it is helpful.

Regards,

Satish.

2 REPLIES 2

Former Member
0 Kudos

Hi

u can set the possible entry key option in the program attributes of the specific

filed in the dynpro(se51).

reward points if it is helpful.

Regards,

Satish.

Former Member
0 Kudos

HI,

Let us say you have a input field and you want to put some value as defualt..

Create a input filed UI ,, Create a context attriubte say value of type string and to this attibure you have default value property , there set the value .

Now associate the value property of input field UI with the value Attribute.

Thanks

Mahesh