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: 

Reset my screen field

jaheer_hussain
Active Contributor
0 Kudos

Hai,

I have developed one module pool porgram for wf purpose.

In the screen 200, I am entering '1582' as employee number.

when I run the same transaction for my pool program ,in the employee number contains 1582.

My requirement is when I run the same transaction ,I want to reset '1582'.

ie it show nothing in the screen field.

Any tips?

Mark will be given

Regards,Jaheer.

3 REPLIES 3

Former Member
0 Kudos

Hi

Check if there parameter id for this field.

If there is one,clear it and i think it will help.

Regards

Yossi

Former Member
0 Kudos

Hi Jaheer,

Use the GET/SET PARAMETER ID for your purpose.Check below link for details.

http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm

Regards,

Atish

Former Member
0 Kudos

A dynpro screen will show the contents of the field taken from the global memory of the module pool program... so if you want to rest it, just make sure it is cleared when you first enter the program.

Jonathan