2007 Nov 23 6:24 AM
Hi experts,
I am working on a BDC for uploading data in transaction code CJ02. There are number of line items in the screen.
The problem is i am able to see 18 number of line items in the screen and in some other computer it is 12. So this number of line items depends upon the resolution of the screen, which can vary comuter-to-computer.
Is there anyway to read the number of line items in the screen?
Vinod.
2007 Nov 23 6:32 AM
Yes.. while calling the tcode use OPTIONS CTU_PARAMS-DEFSIZE = 'X'.
By using this the number of records will be fixed in all systems while loading the data.. the number is equal to the number while recording.. so no probs will come.. here is an example..
http://www.sapfans.com/forums/viewtopic.php?t=246558&view=next&sid=5a6d6fe188bbbef771c047a7718731ad
Message was edited by:
Jyothi