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

problem scolling bach input

Former Member
0 Likes
953

Hello, I have a bach input on a table control, I need to manage separately scrolling despatch. is it possible?.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
906

Hi

If u r uploading the data through batch input....

u can not use scolling in the recording...use P++

Regards,

Raghu.

7 REPLIES 7
Read only

Former Member
0 Likes
907

Hi

If u r uploading the data through batch input....

u can not use scolling in the recording...use P++

Regards,

Raghu.

Read only

0 Likes
906

My problem is in transaction miro .

I need to inport a high number of Service Entry Sheet i haven't any kind of button for insert more entry.

My only possibility is scrolling.

Read only

0 Likes
906

Hi

try like this

just place the cursor in the first line and press insert button, if insert button is there

this will simplyfy your work

regards

s.janagar

Read only

0 Likes
906

My only possibility is button "Adopt" and the scrolling.

Help

Edited by: francesco aiello on Feb 17, 2010 12:33 PM

Read only

0 Likes
906

No solution?

Read only

0 Likes
906

Hi,

Why can't you go for BAPI instead of obsolete concept BDC? I think we have BAPI for MIRO. Can you try to search in the forums to find out the right BAPI?

Thanks,

Vinod.

Read only

Former Member
0 Likes
906

BDC concept see the following example



        move idx1 to idx.
        CONDENSE idx.

        CONCATENATE 'MARA-MATNR(' idx ')'  INTO v_mat.
        CONCATENATE 'QTY(' idx ')'  INTO v_qty.

        PERFORM bdc_field       USING  v_mat
                                      idata-matcode.
        PERFORM bdc_field       USING v_qty
                                      idata-qty.
        perform bdc_field       using 'BDC_OKCODE'
                            '=P++'.