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: 

BDC: Number of line Items in a screen

Former Member
0 Kudos

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.

1 REPLY 1

Former Member
0 Kudos

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