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

Data type

Former Member
0 Likes
449

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

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
421

Change that filed to Interger type.

DATA: L_NUM TYPE I.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
421

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

Read only

Former Member
0 Likes
421

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