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

Scrollbar in batch input

juanluis_ragel
Participant
0 Likes
681

Hi experts,

I have a batch input program of transaction F871. And I have a problem, I need to insert more than 5 lines in Table control of G/L Acct Items. I try to use BDC_OKCODE = P+ and BDC_OKCODE = P++ but doesn't work. I have SAP ECC 6.0

Any suggestions?

A lot of thanks in advance.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
584

Hi ,

Try to use insert option near the table control instead of page down ie p++ ok_code. if u use page_down then for screens with different resolutions it will be a problem, so try to record the bdc using insert option.

regards,

Santosh Thorat

4 REPLIES 4
Read only

Former Member
0 Likes
585

Hi ,

Try to use insert option near the table control instead of page down ie p++ ok_code. if u use page_down then for screens with different resolutions it will be a problem, so try to record the bdc using insert option.

regards,

Santosh Thorat

Read only

0 Likes
584

Where is insert option?

A lot of thanks in advance.

Regards

Read only

0 Likes
584

Hi..

To insert new rows in Table control Generally you will have an ICON in the Toolbar with + sign. That can be used.

But it will normally work when u give BDC_OKCODE = 'P+'.

<b>reward if Helpful.</b>

Read only

0 Likes
584

I don't have an ICON inthe Toolbar with + sign :-(((

I try with BDC_OKCODE = 'P+'. But don't work

Any suggestions?

A lot of thanks in advance.