2006 Dec 01 2:27 AM
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.
2006 Dec 01 2:33 AM
Hi,
You may refer this http://help.sap.com/saphelp_47x200/helpdata/en/9f/db996135c111d1829f0000e829fbfe/frameset.htm
Raja T
Message was edited by:
Raja T
2006 Dec 01 2:48 AM
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.
2006 Dec 01 4:28 AM
The problem is not with the screen field output length.
It is having field length of 10 but it is getting truncated to 4 .
2006 Dec 01 4:42 AM
2006 Dec 01 6:53 AM
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 .