‎2007 Dec 04 2:49 PM
I have decalred a variable with NUMC data type..
In module pool i was calling this field.When activating and running the prgm the output screen where we want to enter the value is showing this particular field with full zeros..
How to overcome this..I dnt wnt zeros to be displayed in the field while we call the screen
‎2007 Dec 04 2:51 PM
Change that filed to Interger type.
DATA: L_NUM TYPE I.Regards,
Naimesh Patel
‎2007 Dec 04 2:54 PM
Hi,
The easiest way is to declare variable of type C and then in event PAI of your screen (DYNPRO) use the command FIELD name_of_screen_field MODULE name_of_module to implement the input control.
Regards
Adam
‎2007 Dec 04 3:58 PM
Hi Mahesh,
plz check the PBO of the screen. I think you are populating this field in the PBO.NUMC field will not default with Zero.Give the code which you are using.
Message Edited
shibu