<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem in Batch Internal Number in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622833#M1570437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi muraliabap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please post relevant code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Feb 2011 14:22:57 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-02-18T14:22:57Z</dc:date>
    <item>
      <title>Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622832#M1570436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement for Batch Internal Number for material type(HALB, FERT,  ROH). My Consultants has created a 3 Intervals in SPRO. Client need Alpha numeric batch number, so i have used the exit EXIT_SAPLV01Z_002 and written the code for Alpha numeric number for batch and they need this number in Goods Receipt and movement type is '101' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is in NRIV table we have 06, 07, 08 are the intervals and i want to code 06 for HALB, 07 for FERT, 08 for ROH. When I was worked for HALB it is working fine, but i am not getting for FERT and ROH. How can I resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Muralikrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 12:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622832#M1570436</guid>
      <dc:creator>former_member267445</dc:creator>
      <dc:date>2011-02-18T12:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622833#M1570437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi muraliabap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please post relevant code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 14:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622833#M1570437</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-02-18T14:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622834#M1570438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implement the exit &lt;STRONG&gt;EXIT_SAPLV01Z_001&lt;/STRONG&gt; (SAPLV01Z).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the material type &lt;STRONG&gt;X_BNCOM-MTART&lt;/STRONG&gt; and assign the relevent number range in &lt;STRONG&gt;NR_RANGE_NR&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number ranges can be created in SNRO, NR object is &lt;STRONG&gt;BATCH_CLT&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Feb 2011 07:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622834#M1570438</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2011-02-19T07:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622835#M1570439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Apologies for not being replied to you due to I was in off(Saturday and Sunday). Here I am pasting my code. When I was trying for HALB then it is coming, Consultants need batch number for FERT and ROH. I have written this code in EXIT_SAPLV01Z_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT SINGLE VERID INTO LV_VERID
       FROM AFPO WHERE AUFNR EQ X_BNCOM-aufnr.

select * from nriv into table xnriv where object eq 'BATCH_CLT'.

SELECT SINGLE MTART FROM MARA INTO LV_MTART WHERE MATNR EQ X_BNCOM-MATNR.

loop at xnriv.
  clear : lv_batch,
          lv_from.
  if xnriv-nrrangenr eq '06'.
    if xnriv-nrlevel is initial.
    if sy-subrc eq 0.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
        EXPORTING
          INPUT         = xnriv-fromnumber
       IMPORTING
         OUTPUT        = xnriv-fromnumber
                .
    endif.
      move xnriv-fromnumber to lv_from.
*      lv_from = lv_from + 1.
      concatenate lv_verid lv_from into lv_batch.
    endif.
    elseif xnriv-nrlevel is not initial.
      if sy-subrc eq 0.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
        EXPORTING
          INPUT         = xnriv-nrlevel
       IMPORTING
         OUTPUT        = xnriv-nrlevel
                .
      endif.
      move xnriv-nrlevel to lv_from.
*      lv_from = lv_from + 1.
      concatenate lv_verid lv_from into lv_batch.
      CALL FUNCTION 'NUMBER_GET_NEXT'
        EXPORTING
          NR_RANGE_NR                   = '04'
          OBJECT                        = 'BATCH_CLT'
*         QUANTITY                      = '1'
*         SUBOBJECT                     = ' '
*         TOYEAR                        = '0000'
*         IGNORE_BUFFER                 = ' '
       IMPORTING
         NUMBER                        = LV_FROM
*         QUANTITY                      =
*         RETURNCODE                    =
       EXCEPTIONS
         INTERVAL_NOT_FOUND            = 1
         NUMBER_RANGE_NOT_INTERN       = 2
         OBJECT_NOT_FOUND              = 3
         QUANTITY_IS_0                 = 4
         QUANTITY_IS_NOT_1             = 5
         INTERVAL_OVERFLOW             = 6
         BUFFER_OVERFLOW               = 7
         OTHERS                        = 8
                .
      IF SY-SUBRC &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
  ENDIF.
endloop.

IF LV_VERID = 'K1' AND LV_BWART = '101' AND LV_MTART = 'HALB'.
    new_charg = lv_batch.
elseif lv_verid = 'K2' and lv_bwart = '101' AND LV_MTART = 'HALB'. " AND LV_BWART1 = '531'.
    new_charg = lv_batch.
ENDIF.

loop at xnriv.
  clear : lv_batch,
          lv_from.

  if xnriv-nrrangenr eq '07'.
    if xnriv-nrlevel is initial.
    if sy-subrc eq 0.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
        EXPORTING
          INPUT         = xnriv-fromnumber
       IMPORTING
         OUTPUT        = xnriv-fromnumber
                .
    endif.
      move xnriv-fromnumber to lv_from.
*      lv_from = lv_from + 1.
      concatenate lv_verid lv_from into lv_batch.
    endif.
    elseif xnriv-nrlevel is not initial.
      if sy-subrc eq 0.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
        EXPORTING
          INPUT         = xnriv-nrlevel
       IMPORTING
         OUTPUT        = xnriv-nrlevel
               .
      endif.
      move xnriv-nrlevel to lv_from.
*      lv_from = lv_from + 1.
      concatenate lv_verid lv_from into lv_batch.
      CALL FUNCTION 'NUMBER_GET_NEXT'
        EXPORTING
          NR_RANGE_NR                   = '05'
          OBJECT                        = 'BATCH_CLT'
*         QUANTITY                      = '1'
*         SUBOBJECT                     = ' '
*         TOYEAR                        = '0000'
*         IGNORE_BUFFER                 = ' '
       IMPORTING
         NUMBER                        = LV_FROM
*         QUANTITY                      =
*         RETURNCODE                    =
       EXCEPTIONS
         INTERVAL_NOT_FOUND            = 1
         NUMBER_RANGE_NOT_INTERN       = 2
         OBJECT_NOT_FOUND              = 3
         QUANTITY_IS_0                 = 4
         QUANTITY_IS_NOT_1             = 5
         INTERVAL_OVERFLOW             = 6
         BUFFER_OVERFLOW               = 7
         OTHERS                        = 8
                .
      IF SY-SUBRC &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
  ENDIF.
endloop.

IF LV_VERID = 'K1' AND LV_BWART = '101' AND LV_MTART = 'FERT'.
    new_charg = lv_batch.
elseif lv_verid = 'K2' and lv_bwart = '101' AND LV_MTART = 'FERT'. " AND LV_BWART1 = '531'.
    new_charg = lv_batch.
ENDIF.


loop at xnriv.
  clear : lv_batch,
          lv_from.

  if xnriv-nrrangenr eq '06'.
    if xnriv-nrlevel is initial.
    if sy-subrc eq 0.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
        EXPORTING
          INPUT         = xnriv-fromnumber
       IMPORTING
         OUTPUT        = xnriv-fromnumber
                .
    endif.
      move xnriv-fromnumber to lv_from.
*      lv_from = lv_from + 1.
*      concatenate lv_verid lv_from into lv_batch.
    endif.
    elseif xnriv-nrlevel is not initial.
      if sy-subrc eq 0.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
        EXPORTING
          INPUT         = xnriv-nrlevel
       IMPORTING
         OUTPUT        = xnriv-nrlevel
               .
      endif.
      move xnriv-nrlevel to lv_from.
*      lv_from = lv_from + 1.
*      concatenate lv_verid lv_from into lv_batch.
      CALL FUNCTION 'NUMBER_GET_NEXT'
        EXPORTING
          NR_RANGE_NR                   = '05'
          OBJECT                        = 'BATCH_CLT'
*         QUANTITY                      = '1'
*         SUBOBJECT                     = ' '
*         TOYEAR                        = '0000'
*         IGNORE_BUFFER                 = ' '
       IMPORTING
         NUMBER                        = LV_FROM
*         QUANTITY                      =
*         RETURNCODE                    =
       EXCEPTIONS
         INTERVAL_NOT_FOUND            = 1
         NUMBER_RANGE_NOT_INTERN       = 2
         OBJECT_NOT_FOUND              = 3
         QUANTITY_IS_0                 = 4
         QUANTITY_IS_NOT_1             = 5
         INTERVAL_OVERFLOW             = 6
         BUFFER_OVERFLOW               = 7
         OTHERS                        = 8
                .
      IF SY-SUBRC &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
  ENDIF.
endloop.

IF LV_VERID = 'K1' AND LV_BWART = '101' AND LV_MTART = 'ROH'.
    new_charg = lv_from.
elseif lv_verid = 'K2' and lv_bwart = '101' AND LV_MTART = 'ROH'. " AND LV_BWART1 = '531'.
    new_charg = lv_from.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 05:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622835#M1570439</guid>
      <dc:creator>former_member267445</dc:creator>
      <dc:date>2011-02-21T05:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622836#M1570440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Apologies for not being replied your post due to i was in off. I tried in EXIT_SAPLV01Z_001 but i didnt got the result thats why i implemented in EXIT_SAPLV01Z_002&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 05:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622836#M1570440</guid>
      <dc:creator>former_member267445</dc:creator>
      <dc:date>2011-02-21T05:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622837#M1570441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi muraliabap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the preview button to make sure the formatting is preserved. If not, reduce the size of posted code - there is a limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way I just can not read the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: Do you know the exit is processed? Online a breakpoint will do, in update or background task you have a couple of options to check: Use of ABAP Checkgroups with logpoint is my favorite, endless loop to be ended in debugger is an other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 09:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622837#M1570441</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-02-21T09:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622838#M1570442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for that. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT SINGLE VERID INTO LV_VERID FROM AFPO WHERE AUFNR EQ X_BNCOM-aufnr.
select * from nriv into table xnriv where object eq 'BATCH_CLT'.
SELECT SINGLE MTART FROM MARA INTO LV_MTART WHERE MATNR EQ X_BNCOM-MATNR.
loop at xnriv.
clear : lv_batch, lv_from.
if xnriv-nrrangenr eq '06'.
if xnriv-nrlevel is initial.
if sy-subrc eq 0.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
EXPORTING
 INPUT = xnriv-fromnumber
IMPORTING
 OUTPUT = xnriv-fromnumber .
endif.
move xnriv-fromnumber to lv_from. 
concatenate lv_verid lv_from into lv_batch.
endif.
elseif xnriv-nrlevel is not initial.
if sy-subrc eq 0.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
EXPORTING
 INPUT = xnriv-nrlevel
IMPORTING
 OUTPUT = xnriv-nrlevel .
endif.
move xnriv-nrlevel to lv_from. 
concatenate lv_verid lv_from into lv_batch.
CALL FUNCTION 'NUMBER_GET_NEXT'
EXPORTING
 NR_RANGE_NR = '06'
 OBJECT = 'BATCH_CLT'
IMPORTING
 NUMBER = LV_FROM 
EXCEPTIONS
 INTERVAL_NOT_FOUND = 1
 NUMBER_RANGE_NOT_INTERN = 2
 OBJECT_NOT_FOUND = 3
 QUANTITY_IS_0 = 4
 QUANTITY_IS_NOT_1 = 5
 INTERVAL_OVERFLOW = 6
 BUFFER_OVERFLOW = 7
 OTHERS = 8 .
IF SY-SUBRC 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. ENDIF.
ENDIF.
endloop.
IF LV_VERID = 'K1' AND LV_BWART = '101' AND LV_MTART = 'HALB'.
 new_charg = lv_batch.
elseif lv_verid = 'K2' and lv_bwart = '101' AND LV_MTART = 'HALB'. 
 new_charg = lv_batch.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this i have written the code for other material types. When I am doing the Goods Receipts the exit is calling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: muraliabap on Feb 21, 2011 10:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 09:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622838#M1570442</guid>
      <dc:creator>former_member267445</dc:creator>
      <dc:date>2011-02-21T09:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622839#M1570443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion for my post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Muraikrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 05:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622839#M1570443</guid>
      <dc:creator>former_member267445</dc:creator>
      <dc:date>2011-02-22T05:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622840#M1570444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code you posted is only for HALB materials, I can't see any condition for other 2 (FERT,ROH). Nesting of the conditions in your code is incorrect. Use Pretty Printer option and do proper nesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are going complex which can be easily achieved by the exit which I mentioned in the previous post. Check this link for [SAP Help|http://help.sap.com/saphelp_40b/helpdata/pt/dc/1d4b6e5733d1118b3f0060b03ca329/content.htm]. Read the FM documentation for more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the Number Range Interval in &lt;STRONG&gt;EXIT_SAPLV01Z_001&lt;/STRONG&gt; and change it as Alphanumeric (Prefixing K1,K2,..) in &lt;STRONG&gt;EXIT_SAPLV01Z_002&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 07:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622840#M1570444</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2011-02-22T07:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622841#M1570445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Asik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did what you said in previous post. Here the number is not incrementing, so can I use the FM called &lt;STRONG&gt;NUMBER_GET_NEXT&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks n Regards,&lt;/P&gt;&lt;P&gt;Muralikrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 11:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622841#M1570445</guid>
      <dc:creator>former_member267445</dc:creator>
      <dc:date>2011-02-22T11:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Batch Internal Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622842#M1570446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Asik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not incrementing the number in Item level when Goods Receipt, can you please suggest me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks n Regards,&lt;/P&gt;&lt;P&gt;Muralikrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 05:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-batch-internal-number/m-p/7622842#M1570446</guid>
      <dc:creator>former_member267445</dc:creator>
      <dc:date>2011-02-25T05:04:59Z</dc:date>
    </item>
  </channel>
</rss>

