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: 

DYNAMIC SELECTION SCREEN uisng FREE_SELECTIONS_INIT

Former Member
0 Kudos

Hi,

I am facing a problem regarding the dynamic selection screen using FREE_SELECTIONS_INIT and FREE_SELECTIONS_DIALOG .After entering the values in Dynamic Selections on pressing Enter, the values are getting distorted.For example if i gave the purchase order no as 0099994434 it is getting truncated to four digits no like 0099.

Its a bit urgent .Can any body help me out in resolving this isuue.

5 REPLIES 5

raja_thangamani
Active Contributor
0 Kudos

Former Member
0 Kudos

Hi,

I already generated the selection screen dynamically using FREE_SELECTIONS_INIT and FREE_SELECTIONS_DIALOG.

Only the problem is the values which i entered in the selection screen are getting truncated to 4 digits.

Former Member
0 Kudos

The problem is not with the screen field output length.

It is having field length of 10 but it is getting truncated to 4 .

jayanthi_jayaraman
Active Contributor
0 Kudos

Former Member
0 Kudos

Hi Jayanthi Jayaraman,

In your code you are displayng the fields of a standard table dynamically.

But in my case i am displaying the custom class parameters dynamically.

In this class the parameters which are having dictionary reference they are not getting truncated .Only the parameters which are having custom fields as reference are getting truncated.Even for those fields i populated the type and length , still the problem is not solved .