‎2010 Feb 17 10:53 AM
Hello, I have a bach input on a table control, I need to manage separately scrolling despatch. is it possible?.
‎2010 Feb 17 10:59 AM
Hi
If u r uploading the data through batch input....
u can not use scolling in the recording...use P++
Regards,
Raghu.
‎2010 Feb 17 10:59 AM
Hi
If u r uploading the data through batch input....
u can not use scolling in the recording...use P++
Regards,
Raghu.
‎2010 Feb 17 11:11 AM
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.
‎2010 Feb 17 11:12 AM
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
‎2010 Feb 17 11:20 AM
My only possibility is button "Adopt" and the scrolling.
Help
Edited by: francesco aiello on Feb 17, 2010 12:33 PM
‎2010 Feb 17 12:06 PM
‎2010 Feb 17 7:19 PM
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.
‎2010 Feb 18 6:12 AM
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++'.