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: 

Scrollbar in batch input

juanluis_ragel
Participant
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

Where is insert option?

A lot of thanks in advance.

Regards

0 Kudos

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>

0 Kudos

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.