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

Packed field default value Visible on selection screen

Former Member
0 Likes
541

Please let me know how to make a packedd field default value to be visible on selection screen automatically????

Please let me know how to make a packedd field default value to be visible on selection screen automatically????

2 REPLIES 2
Read only

rajkumarnarasimman
Active Contributor
0 Likes
516

Hi deepak,

Can you please explain the problem you are facing in detail.


PARAMETERS: p_value TYPE p DEFAULT '15'.

WRITE p_value.


Regards

Rajkumar Narasimman

Read only

SwadhinGhatuary
Active Contributor
0 Likes
516

Hi Deepak,

Nothing special arrange for Packed type as normal or your requirement is something else.

PARAMETERS: p_value TYPE p DEFAULT '15'.

PARAMETERS: p_value TYPE p decimals DEFAULT '15.365'.