‎2010 Aug 23 3:08 PM
Dear Experts,
We recently upgraded our SAP system from 4.6 C to ECC 6.0. where in we have an issue with transaction MB1A and MB1B. Prior to upgrade there used to be ability to enter 10 lines per screen, but now we only have 6 lines per screen(0421), and understood that prior to upgrade the step loop count of screen defaults to 10 but now it defaults to 6. Can some one please guide me on how to change this default value back to 10.
I'm pretty new to step loop concepts. Any step by step would really be helpful.
Thanks
-Amit
‎2010 Aug 23 3:15 PM
You should never rely on a set number of lines in your code though. You should either use the 'new line' functionality in the transaction to always position a new entry in a reliable spot OR get rid of BDC processing and go with a BAPI.
‎2010 Aug 23 3:37 PM
‎2010 Aug 25 2:28 PM
>
> It would be more advisable to adapt your report which create batch input rather than changing the starndard, and most advisable to convert you report to use GoodsMovement BAPI.
>
> Regards,
> Raymond
Raymond,
Can you please clarify in more detail. MB1A and MB1B are standard SAP transactions and I want to use them for goods movement. Please clarify about Step loops.
Thanks
-Amit
‎2010 Aug 25 2:59 PM
See the forum for examples of the goods movement BAPI usage; there are many. Or adapt your batch input code as I suggested...Don't hardocde a fixed number of lines; its that simple.
‎2010 Aug 31 9:32 PM
Looks like I confused you.
My issue is not with BDC or BAPI. I'm not doing any BDC here.
when I go to MB1A, i see only 6 lines(Items) that i Can enter. where as in the older version I could enter upto 10 lines.
So, is there any setting that I need to do, to increase the lines from 6 to 10 in MB1A.
Thanks
-AMit
‎2010 Aug 31 9:44 PM
Well, it's a configuration or settings issue, not an ABAP one.
Have you looked for notes??
Rob
‎2010 Sep 09 3:44 PM
Yes, Note 38418, but not sure how to implement the same.
Thanks
-Amit
‎2010 Sep 16 8:24 PM
Go to SE51... layout editor and Drag the screen to increase the lines from 6 to 12
‎2010 Sep 16 8:53 PM
‎2010 Sep 16 10:46 PM
Well, when you couldn't find any alternative. No matter how you kill....