Application Development and Automation 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: 
Read only

Hi SDN

Former Member
0 Likes
801

i have a requirement to enable the scroll bar in a BDC session.

FI Documents have been created from IDOCs and if we goto fb03 then i can see the with holding tax lines with scroll bar whenever there are WHT lines more than 4. when i try to modify these values by FB02 through BDC session i can update only the first 4 fields. is there a way to enable the scroll bar through the BDC session.

thank you in advance

i have a requirement to enable the scroll bar in a BDC session.

FI Documents have been created from IDOCs and if we goto fb03 then i can see the with holding tax lines with scroll bar whenever there are WHT lines more than 4. when i try to modify these values by FB02 through BDC session i can update only the first 4 fields. is there a way to enable the scroll bar through the BDC session.

thank you in advance

5 REPLIES 5
Read only

Former Member
0 Likes
769

Hi

No! I don't think, the scrollbar isn't supported by BDC and in that popup there aren't functionality for scrollbar.

You should try to use an alternative solution.

Max

Read only

Former Member
0 Likes
769

Try page down OK code after 4th record. You should have a counter, increment it for every record and reset it after 4 records.

Read only

Former Member
0 Likes
769

Hi Krishna,

while recording the transaction, instead of scrolling down , use PAGE DOWN ( on ur keyboard ) to get the lower item lines..this gets recorded in BDC and hence, u can simulate the same in ur program 4 multiple line items..

hope it helps..

Read only

Manohar2u
Active Contributor
0 Likes
769

My suggestion for any tablecontrol upload is to record pagedown for every two records. This would makesure to run sucess for any kind of screen resolution

Regds

Manohar

Read only

andreas_mann3
Active Contributor
0 Likes
769

hi,

so use bdc to trx <b>fb09</b> - it's much easier .:)

A.

Message was edited by: Andreas Mann