<?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: WRITE skips one line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336942#M799827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i dont know if it will help you but here goes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select * into corresponding fields of table it_bkpf from bkpf&lt;/P&gt;&lt;P&gt;           where&lt;/P&gt;&lt;P&gt;           "gjahr in p_gjahr  and&lt;/P&gt;&lt;P&gt;           bukrs = p_bukrs&lt;/P&gt;&lt;P&gt;           and bstat = p_bstat&lt;/P&gt;&lt;P&gt;           and budat in p_dt_la.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    loop at it_bkpf into wa_bkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      if wa_bkpf-awtyp = 'RMRP' ."and dont is INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="21" type="ul"&gt;&lt;P&gt;MM Invoices *************************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Construção da Chave de pesquisa    ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        invoicedocnumber = wa_bkpf-awkey(10).&lt;/P&gt;&lt;P&gt;        fiscalyear = wa_bkpf-awkey+10(4).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Ir buscar os dados para a criação  ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        call function 'BAPI_INCOMINGINVOICE_GETDETAIL'&lt;/P&gt;&lt;P&gt;          exporting&lt;/P&gt;&lt;P&gt;            invoicedocnumber = invoicedocnumber&lt;/P&gt;&lt;P&gt;            fiscalyear       = fiscalyear&lt;/P&gt;&lt;P&gt;          importing&lt;/P&gt;&lt;P&gt;            headerdata       = headdata_detail&lt;/P&gt;&lt;P&gt;          tables&lt;/P&gt;&lt;P&gt;            itemdata         = itemdata_detail&lt;/P&gt;&lt;P&gt;            return           = return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        move-corresponding headdata_detail to headdata_create.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Some Fields are not passed need to manual&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;        headdata_create-gross_amount =  headdata_detail-gross_amnt.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Need to change To New Parameters&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;        headdata_create-pstng_date = p_budat.&lt;/P&gt;&lt;P&gt;        headdata_create-comp_code = p_b_dst .&lt;/P&gt;&lt;P&gt;        clear: headdata_create-inv_doc_no,&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;To Clean for the creation&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;               headdata_create-dsct_days1,&lt;/P&gt;&lt;P&gt;               headdata_create-dsct_days2,&lt;/P&gt;&lt;P&gt;               headdata_create-dsct_pct1,&lt;/P&gt;&lt;P&gt;               headdata_create-dsct_pct2&lt;/P&gt;&lt;P&gt;               .&lt;/P&gt;&lt;P&gt;        clear return.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Mudança dos itens                  ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt; The PO number may be different for each item&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;        loop at itemdata_detail into wa_itemdetail.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Get the number of the next PO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          clear: is_valid,ebeln_sel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          select single ebeln from ekko into ebeln_sel&lt;/P&gt;&lt;P&gt;                 where unsez = wa_itemdetail-po_number&lt;/P&gt;&lt;P&gt;                 and bukrs = 'CST'.&lt;/P&gt;&lt;P&gt;          if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;***Need To read the detail of the PO&lt;/P&gt;&lt;P&gt;            call function 'BAPI_PO_GETDETAIL1'&lt;/P&gt;&lt;P&gt;              exporting&lt;/P&gt;&lt;P&gt;                purchaseorder      = ebeln_sel&lt;/P&gt;&lt;P&gt;                account_assignment = 'X'&lt;/P&gt;&lt;P&gt;                version            = 'X'&lt;/P&gt;&lt;P&gt;                services           = 'X'&lt;/P&gt;&lt;P&gt;              tables&lt;/P&gt;&lt;P&gt;                return             = return&lt;/P&gt;&lt;P&gt;                pohistory          = pohistory&lt;/P&gt;&lt;P&gt;                poitem             = poitem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            read table return with key type = 'E' transporting no fields.&lt;/P&gt;&lt;P&gt;            if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;------------------------------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Passa os dados dos itens para a nova estrutura de criação ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;------------------------------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              move-corresponding wa_itemdetail to wa_itemcreate.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;------------------------------------------------------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Verificação se é um item com revisão de factura com base em entrada de mercadoria ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;------------------------------------------------------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              read table poitem into wa_item with key po_item = wa_itemdetail-po_item.&lt;/P&gt;&lt;P&gt;              if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;                if wa_item-gr_ind = 'X' and wa_item-gr_basediv = 'X' and wa_item-ir_ind = 'X'."Case 1 - Tem revisão de facturas baseada em&lt;/P&gt;&lt;P&gt;                  " entrada de material&lt;/P&gt;&lt;P&gt;                  move-corresponding wa_itemdetail to wa_itemcreate.&lt;/P&gt;&lt;P&gt;                  read table pohistory into wa_hist with key po_item = wa_itemdetail-po_item.&lt;/P&gt;&lt;P&gt;                  if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;                    wa_itemcreate-ref_doc = wa_hist-ref_doc.&lt;/P&gt;&lt;P&gt;                    wa_itemcreate-ref_doc_it = wa_hist-matdoc_itm.&lt;/P&gt;&lt;P&gt;                    wa_itemcreate-po_number = ebeln_sel.&lt;/P&gt;&lt;P&gt;                    wa_itemcreate-ref_doc_year = wa_hist-doc_year.&lt;/P&gt;&lt;P&gt;                    " Os restantes casos não precisam do documento de material&lt;/P&gt;&lt;P&gt;                  else.&lt;/P&gt;&lt;P&gt;                    if not w_hist is initial.&lt;/P&gt;&lt;P&gt;                      write at /1 wa_itemdetail-po_number.&lt;/P&gt;&lt;P&gt;                      write at ebeln_sel 20 .&lt;/P&gt;&lt;P&gt;                    endif.&lt;/P&gt;&lt;P&gt;                  endif.&lt;/P&gt;&lt;P&gt;                endif.&lt;/P&gt;&lt;P&gt;              else.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; Msg de Erro&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;              endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              append wa_itemcreate to itemdata_create.&lt;/P&gt;&lt;P&gt;            endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          else.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           is_valid = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;          clear: wa_itemdetail, wa_hist, wa_itemcreate, wa_item.&lt;/P&gt;&lt;P&gt;        endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        describe table itemdata_create lines lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        if lines &amp;gt;= 1 and w_hist is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          clear return[].&lt;/P&gt;&lt;P&gt;***Theres no errors on the document, process the document&lt;/P&gt;&lt;P&gt;          call function 'BAPI_INCOMINGINVOICE_PARK'&lt;/P&gt;&lt;P&gt;            exporting&lt;/P&gt;&lt;P&gt;              headerdata       = headdata_create&lt;/P&gt;&lt;P&gt;            importing&lt;/P&gt;&lt;P&gt;              invoicedocnumber = invoicedocnumber_c&lt;/P&gt;&lt;P&gt;              fiscalyear       = fiscalyear_c&lt;/P&gt;&lt;P&gt;            tables&lt;/P&gt;&lt;P&gt;              itemdata         = itemdata_create&lt;/P&gt;&lt;P&gt;              return           = return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          read table return with key type = 'E' transporting no fields.&lt;/P&gt;&lt;P&gt;          if sy-subrc ne 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           it_out-old = .&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           it_out-new = .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            call function 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;              exporting&lt;/P&gt;&lt;P&gt;                wait = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 10:02:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-05T10:02:44Z</dc:date>
    <item>
      <title>WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336931#M799816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I've got a strange problem, i got a z report that uses the command write to output the information. &lt;/P&gt;&lt;P&gt;All fine write the output with no problem but in a special case that a BAPI is called the next write is in the next line and not in the actual one that the information is being write. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea way? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336931#M799816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T15:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336932#M799817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check to make sure that the write statement is outside whatever IF (or other conditional) statement you are using to call the BAPI.  For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF condition1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call the BAPI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does your code look like for the portion of the program where you're having a problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336932#M799817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T15:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336933#M799818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the code so that we can take a quick look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336933#M799818</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-01-24T15:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336934#M799819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, heres the a sample of the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: at 40 in_zuper,&lt;/P&gt;&lt;P&gt;               at 52 'Actualizado',&lt;/P&gt;&lt;P&gt;               at 70 'ZUPER'.&lt;/P&gt;&lt;P&gt;        clear is_sucess.&lt;/P&gt;&lt;P&gt;        perform update_anla using&lt;/P&gt;&lt;P&gt;                              in_zuper&lt;/P&gt;&lt;P&gt;                              wa_anla-bukrs&lt;/P&gt;&lt;P&gt;                              wa_anla-anln1&lt;/P&gt;&lt;P&gt;                              wa_anla-anln2&lt;/P&gt;&lt;P&gt;                            changing is_sucess.&lt;/P&gt;&lt;P&gt;        if is_sucess = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;     Call to BAPI_FIXEDASSET_CHANGE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;          clear is_sucess.&lt;/P&gt;&lt;P&gt;          perform bapi_update using&lt;/P&gt;&lt;P&gt;                                  wa_anla-bukrs&lt;/P&gt;&lt;P&gt;                                  wa_anla-anln1&lt;/P&gt;&lt;P&gt;                                  wa_anla-anln2&lt;/P&gt;&lt;P&gt;                                  asset&lt;/P&gt;&lt;P&gt;                                  sub&lt;/P&gt;&lt;P&gt;                              changing&lt;/P&gt;&lt;P&gt;                                is_sucess.&lt;/P&gt;&lt;P&gt;          if is_sucess = 'X'.&lt;/P&gt;&lt;P&gt;            write at 52 'Actualizado'.&lt;/P&gt;&lt;P&gt;            write at 70 'Por BAPI'.&lt;/P&gt;&lt;P&gt;            commit work and wait.&lt;/P&gt;&lt;P&gt;          else.&lt;/P&gt;&lt;P&gt;            write at 52 'Não Actualizado'.&lt;/P&gt;&lt;P&gt;            write at 70 'Erro na BAPI'..&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if the call is not done it writes on the correct lines &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336934#M799819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336935#M799820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way the first block of code is for testing if was possible to write or not &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;write&lt;/STRONG&gt; : &lt;STRONG&gt;at&lt;/STRONG&gt; &lt;STRONG&gt;40&lt;/STRONG&gt; &lt;STRONG&gt;in_zuper&lt;/STRONG&gt; &lt;STRONG&gt;,&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;at&lt;/STRONG&gt; &lt;STRONG&gt;52&lt;/STRONG&gt; &lt;STRONG&gt;'Actualizado'&lt;/STRONG&gt; &lt;STRONG&gt;,&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;at&lt;/STRONG&gt; &lt;STRONG&gt;70&lt;/STRONG&gt; &lt;STRONG&gt;'ZUPER'&lt;/STRONG&gt; &lt;STRONG&gt;.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;clear&lt;/STRONG&gt; &lt;STRONG&gt;is_sucess&lt;/STRONG&gt; &lt;STRONG&gt;.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform update_anla using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now i've solved by using two entry's for the same line but thats not what hi wanted but well it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jaime Cordeiro on Jan 25, 2008 12:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336935#M799820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T16:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336936#M799821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi April, &lt;/P&gt;&lt;P&gt;I understand what your writing but how the bapi call affect's the output of my z report? &lt;/P&gt;&lt;P&gt;i've thought i'm doing that only in the end of the processing writing the line but it's more handy to write in several stages &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336936#M799821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T16:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336937#M799822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try moving your commit statement.  So right now you have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if is_sucess = 'X'.&lt;/P&gt;&lt;P&gt;write at 52 'Actualizado'.&lt;/P&gt;&lt;P&gt;write at 70 'Por BAPI'.&lt;/P&gt;&lt;P&gt;commit work and wait.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;write at 52 'Não Actualizado'.&lt;/P&gt;&lt;P&gt;write at 70 'Erro na BAPI'..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing to:&lt;/P&gt;&lt;P&gt;if is_sucess = 'X'.&lt;/P&gt;&lt;P&gt;commit work and wait.&lt;/P&gt;&lt;P&gt;write at 52 'Actualizado'.&lt;/P&gt;&lt;P&gt;write at 70 'Por BAPI'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;write at 52 'Não Actualizado'.&lt;/P&gt;&lt;P&gt;write at 70 'Erro na BAPI'..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if the timing of your commit will affect writing the report.&lt;/P&gt;&lt;P&gt; - April&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 20:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336937#M799822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T20:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336938#M799823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaime, the only thing that I can think of is that somewhere in the BAPI, there is something causing this like maybe an embedded SKIP statement somewhere or something.  I was going to look thru the BAPI, but believe it or not, I can not find an internal ECC system which will allow me to look at the BAPI source.  ;(   I would try taking a look, and seeing if this is the case, although I'm not sure there is much you could do about it except for hacking the BAPI code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see anything jumping out at me in your coding that would think would cause this behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 20:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336938#M799823</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-01-24T20:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336939#M799824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i've thought the same but have no time to go look at the bapi code, one thing if the bapi return error it's doesn't skip the line.&lt;/P&gt;&lt;P&gt;The code it's simple one if statement and call to the BAPI nothing more.&lt;/P&gt;&lt;P&gt;Thanks for the Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jaime Cordeiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 10:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336939#M799824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T10:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336940#M799825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi April, &lt;/P&gt;&lt;P&gt;I've tried that already the effect was the same &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 10:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336940#M799825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T10:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336941#M799826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi. I am using the same bapi but i am always unsuccessful in changing the timedependent data...&lt;/P&gt;&lt;P&gt;can you post here your code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 10:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336941#M799826</guid>
      <dc:creator>former_member593015</dc:creator>
      <dc:date>2008-03-04T10:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE skips one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336942#M799827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i dont know if it will help you but here goes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select * into corresponding fields of table it_bkpf from bkpf&lt;/P&gt;&lt;P&gt;           where&lt;/P&gt;&lt;P&gt;           "gjahr in p_gjahr  and&lt;/P&gt;&lt;P&gt;           bukrs = p_bukrs&lt;/P&gt;&lt;P&gt;           and bstat = p_bstat&lt;/P&gt;&lt;P&gt;           and budat in p_dt_la.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    loop at it_bkpf into wa_bkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      if wa_bkpf-awtyp = 'RMRP' ."and dont is INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="21" type="ul"&gt;&lt;P&gt;MM Invoices *************************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Construção da Chave de pesquisa    ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        invoicedocnumber = wa_bkpf-awkey(10).&lt;/P&gt;&lt;P&gt;        fiscalyear = wa_bkpf-awkey+10(4).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Ir buscar os dados para a criação  ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        call function 'BAPI_INCOMINGINVOICE_GETDETAIL'&lt;/P&gt;&lt;P&gt;          exporting&lt;/P&gt;&lt;P&gt;            invoicedocnumber = invoicedocnumber&lt;/P&gt;&lt;P&gt;            fiscalyear       = fiscalyear&lt;/P&gt;&lt;P&gt;          importing&lt;/P&gt;&lt;P&gt;            headerdata       = headdata_detail&lt;/P&gt;&lt;P&gt;          tables&lt;/P&gt;&lt;P&gt;            itemdata         = itemdata_detail&lt;/P&gt;&lt;P&gt;            return           = return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        move-corresponding headdata_detail to headdata_create.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Some Fields are not passed need to manual&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;        headdata_create-gross_amount =  headdata_detail-gross_amnt.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Need to change To New Parameters&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;        headdata_create-pstng_date = p_budat.&lt;/P&gt;&lt;P&gt;        headdata_create-comp_code = p_b_dst .&lt;/P&gt;&lt;P&gt;        clear: headdata_create-inv_doc_no,&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;To Clean for the creation&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;               headdata_create-dsct_days1,&lt;/P&gt;&lt;P&gt;               headdata_create-dsct_days2,&lt;/P&gt;&lt;P&gt;               headdata_create-dsct_pct1,&lt;/P&gt;&lt;P&gt;               headdata_create-dsct_pct2&lt;/P&gt;&lt;P&gt;               .&lt;/P&gt;&lt;P&gt;        clear return.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Mudança dos itens                  ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;-------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt; The PO number may be different for each item&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;        loop at itemdata_detail into wa_itemdetail.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Get the number of the next PO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          clear: is_valid,ebeln_sel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          select single ebeln from ekko into ebeln_sel&lt;/P&gt;&lt;P&gt;                 where unsez = wa_itemdetail-po_number&lt;/P&gt;&lt;P&gt;                 and bukrs = 'CST'.&lt;/P&gt;&lt;P&gt;          if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;***Need To read the detail of the PO&lt;/P&gt;&lt;P&gt;            call function 'BAPI_PO_GETDETAIL1'&lt;/P&gt;&lt;P&gt;              exporting&lt;/P&gt;&lt;P&gt;                purchaseorder      = ebeln_sel&lt;/P&gt;&lt;P&gt;                account_assignment = 'X'&lt;/P&gt;&lt;P&gt;                version            = 'X'&lt;/P&gt;&lt;P&gt;                services           = 'X'&lt;/P&gt;&lt;P&gt;              tables&lt;/P&gt;&lt;P&gt;                return             = return&lt;/P&gt;&lt;P&gt;                pohistory          = pohistory&lt;/P&gt;&lt;P&gt;                poitem             = poitem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            read table return with key type = 'E' transporting no fields.&lt;/P&gt;&lt;P&gt;            if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;------------------------------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Passa os dados dos itens para a nova estrutura de criação ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;------------------------------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              move-corresponding wa_itemdetail to wa_itemcreate.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;------------------------------------------------------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;---- Verificação se é um item com revisão de factura com base em entrada de mercadoria ---- *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;------------------------------------------------------------------------------------------- *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              read table poitem into wa_item with key po_item = wa_itemdetail-po_item.&lt;/P&gt;&lt;P&gt;              if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;                if wa_item-gr_ind = 'X' and wa_item-gr_basediv = 'X' and wa_item-ir_ind = 'X'."Case 1 - Tem revisão de facturas baseada em&lt;/P&gt;&lt;P&gt;                  " entrada de material&lt;/P&gt;&lt;P&gt;                  move-corresponding wa_itemdetail to wa_itemcreate.&lt;/P&gt;&lt;P&gt;                  read table pohistory into wa_hist with key po_item = wa_itemdetail-po_item.&lt;/P&gt;&lt;P&gt;                  if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;                    wa_itemcreate-ref_doc = wa_hist-ref_doc.&lt;/P&gt;&lt;P&gt;                    wa_itemcreate-ref_doc_it = wa_hist-matdoc_itm.&lt;/P&gt;&lt;P&gt;                    wa_itemcreate-po_number = ebeln_sel.&lt;/P&gt;&lt;P&gt;                    wa_itemcreate-ref_doc_year = wa_hist-doc_year.&lt;/P&gt;&lt;P&gt;                    " Os restantes casos não precisam do documento de material&lt;/P&gt;&lt;P&gt;                  else.&lt;/P&gt;&lt;P&gt;                    if not w_hist is initial.&lt;/P&gt;&lt;P&gt;                      write at /1 wa_itemdetail-po_number.&lt;/P&gt;&lt;P&gt;                      write at ebeln_sel 20 .&lt;/P&gt;&lt;P&gt;                    endif.&lt;/P&gt;&lt;P&gt;                  endif.&lt;/P&gt;&lt;P&gt;                endif.&lt;/P&gt;&lt;P&gt;              else.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; Msg de Erro&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;              endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              append wa_itemcreate to itemdata_create.&lt;/P&gt;&lt;P&gt;            endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          else.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           is_valid = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;          clear: wa_itemdetail, wa_hist, wa_itemcreate, wa_item.&lt;/P&gt;&lt;P&gt;        endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        describe table itemdata_create lines lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        if lines &amp;gt;= 1 and w_hist is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          clear return[].&lt;/P&gt;&lt;P&gt;***Theres no errors on the document, process the document&lt;/P&gt;&lt;P&gt;          call function 'BAPI_INCOMINGINVOICE_PARK'&lt;/P&gt;&lt;P&gt;            exporting&lt;/P&gt;&lt;P&gt;              headerdata       = headdata_create&lt;/P&gt;&lt;P&gt;            importing&lt;/P&gt;&lt;P&gt;              invoicedocnumber = invoicedocnumber_c&lt;/P&gt;&lt;P&gt;              fiscalyear       = fiscalyear_c&lt;/P&gt;&lt;P&gt;            tables&lt;/P&gt;&lt;P&gt;              itemdata         = itemdata_create&lt;/P&gt;&lt;P&gt;              return           = return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          read table return with key type = 'E' transporting no fields.&lt;/P&gt;&lt;P&gt;          if sy-subrc ne 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           it_out-old = .&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           it_out-new = .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            call function 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;              exporting&lt;/P&gt;&lt;P&gt;                wait = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 10:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-skips-one-line/m-p/3336942#M799827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T10:02:44Z</dc:date>
    </item>
  </channel>
</rss>

