2006 Jul 11 12:54 PM
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
2006 Jul 11 1:00 PM
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
2006 Jul 11 1:07 PM
Try page down OK code after 4th record. You should have a counter, increment it for every record and reset it after 4 records.
2006 Jul 11 2:12 PM
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..
2006 Jul 11 2:23 PM
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
2006 Jul 11 2:30 PM
hi,
so use bdc to trx <b>fb09</b> - it's much easier .:)
A.
Message was edited by: Andreas Mann