‎2007 Nov 28 2:28 PM
Hi
I have developed acode for CS01 PP Bom.
In the item data screen it is showing item fields upto 20 fileds
when im puuting item no 21 it is giving error that screen field 21 not exist on this screen.
How can I sort this problem.where should i make the change.
‎2007 Nov 28 2:30 PM
Before putting the 21st field on the screen, try to do the pagedown or scroll.
Record the OK_CODE for this and put it into your BDC for each 20th record
Regards,
Naimesh Patel
‎2007 Nov 28 2:38 PM
Hi
The problem is on the size of the table control and it depends on how many lines can be displayed, i.e it depends on the risolution of the screen.
U should create a BDC independent from the risolution simulating the pushbutton for POSITION:
- Insert the first two item in the first and second line of table control;
- Press Position in order to place the item 20 on the top of table control;
- Insert the third item in the second line of table control;
- Press Position in order to place the item 30 on the top of table control;
- Insert the fourth item in the second line of table control
- Press Position in order to place the item 40 on the top of table control;
- Insert the 5th item in the second line of table control
and so.....
In this way you use only the first two lines of the table control
Max