<?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 Park Document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/park-document/m-p/1477554#M223789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing an Interface for Journal Upload. For Park document Trans. FB01, F-65. In this I want to print all the error messages. Like if the GL account does not have VAT, it must display that error message. If the GL Account required Fund Center it must display that message. If I runt that transaction it is displaying all valid Error messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Interface for Flat file (XLC) file upload, I am using Call Transaction method I am sending all error messages to MESSAGETAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION lc_tcode USING BDCDATA&lt;/P&gt;&lt;P&gt;                     MODE   'N'&lt;/P&gt;&lt;P&gt;                     UPDATE 'S'&lt;/P&gt;&lt;P&gt;                     MESSAGES INTO MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And using LOOP .. ENDLOOP. I am displaying error messages. But It is not displaying. It is displaying the Table name &amp;amp; field name. But I want to display The GL Account no. that don&amp;#146;t have Vat code in the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2006 14:10:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-22T14:10:53Z</dc:date>
    <item>
      <title>Park Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/park-document/m-p/1477554#M223789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing an Interface for Journal Upload. For Park document Trans. FB01, F-65. In this I want to print all the error messages. Like if the GL account does not have VAT, it must display that error message. If the GL Account required Fund Center it must display that message. If I runt that transaction it is displaying all valid Error messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Interface for Flat file (XLC) file upload, I am using Call Transaction method I am sending all error messages to MESSAGETAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION lc_tcode USING BDCDATA&lt;/P&gt;&lt;P&gt;                     MODE   'N'&lt;/P&gt;&lt;P&gt;                     UPDATE 'S'&lt;/P&gt;&lt;P&gt;                     MESSAGES INTO MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And using LOOP .. ENDLOOP. I am displaying error messages. But It is not displaying. It is displaying the Table name &amp;amp; field name. But I want to display The GL Account no. that don&amp;#146;t have Vat code in the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 14:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/park-document/m-p/1477554#M223789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T14:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Park Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/park-document/m-p/1477555#M223790</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 want to display all the Error message like how the Transaction F-65 or FB01 display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RAJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 14:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/park-document/m-p/1477555#M223790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T14:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Park Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/park-document/m-p/1477556#M223791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this FM: to get the error text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              ID        = IT_BDCMSGCOLL-MSGID&lt;/P&gt;&lt;P&gt;              LANG      = SY-LANGU&lt;/P&gt;&lt;P&gt;              NO        = IT_BDCMSGCOLL-MSGNR&lt;/P&gt;&lt;P&gt;              V1        = IT_BDCMSGCOLL-MSGV1&lt;/P&gt;&lt;P&gt;              V2        = IT_BDCMSGCOLL-MSGV2&lt;/P&gt;&lt;P&gt;              V3        = IT_BDCMSGCOLL-MSGV3&lt;/P&gt;&lt;P&gt;              V4        = IT_BDCMSGCOLL-MSGV4&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;              MSG       = F_MESSAGES&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;              OTHERS    = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the text in the F_messages variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 14:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/park-document/m-p/1477556#M223791</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-08-22T14:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Park Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/park-document/m-p/1477557#M223792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL TRANSACTION lc_tcode USING BDCDATA&lt;/P&gt;&lt;P&gt;MODE 'N'&lt;/P&gt;&lt;P&gt;UPDATE 'S'&lt;/P&gt;&lt;P&gt;MESSAGES INTO it_bdcmsgcoll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_bdcmsgcoll.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;             id        = it_bdcmsgcoll-msgid&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          LANG      = '-D'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             no        = it_bdcmsgcoll-msgnr&lt;/P&gt;&lt;P&gt;             v1        = it_bdcmsgcoll-msgv1&lt;/P&gt;&lt;P&gt;             v2        = it_bdcmsgcoll-msgv2&lt;/P&gt;&lt;P&gt;             v3        = it_bdcmsgcoll-msgv3&lt;/P&gt;&lt;P&gt;             v4        = it_bdcmsgcoll-msgv4&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;            msg       = v_msg1&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;             not_found = 1&lt;/P&gt;&lt;P&gt;             OTHERS    = 2&lt;/P&gt;&lt;P&gt;                                 .&lt;/P&gt;&lt;P&gt;write:/ v_msg1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 14:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/park-document/m-p/1477557#M223792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T14:22:57Z</dc:date>
    </item>
  </channel>
</rss>

