<?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: BDC For Customer Create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296176#M156885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;use FM &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;format_message&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'FORMAT_MESSAGE'
      EXPORTING
        ID        = IT_MSG-MSGID
        LANG      = SY-LANGU
        NO        = IT_MSG-MSGNR
        V1        = IT_MSG-MSGV1
        V2        = IT_MSG-MSGV2
        V3        = IT_MSG-MSGV3
        V4        = IT_MSG-MSGV4
      IMPORTING
        MSG       = V_MSG
      EXCEPTIONS
        NOT_FOUND = 1
        OTHERS    = 2.
    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.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward helpful posts&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 May 2006 16:00:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-11T16:00:10Z</dc:date>
    <item>
      <title>BDC For Customer Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296175#M156884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a BDC function module for customer create, and I'm getting back three items in the error table none of which has any textual description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like this:&lt;/P&gt;&lt;P&gt;sy-subrc = 1,001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TCODE                          XD01
DYNAME                         SAPMF02D
DYNUMB                         0130
MSGTYP                         S
MSGSPRA                        EN
MSGID                          00
MSGNR                          344
MSGV1                          SAPMF02D
MSGV2                          0130
MSGV3
MSGV4
ENV                            CTU
FLDNAME
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can look up some more details about this error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 15:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296175#M156884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T15:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDC For Customer Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296176#M156885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;use FM &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;format_message&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'FORMAT_MESSAGE'
      EXPORTING
        ID        = IT_MSG-MSGID
        LANG      = SY-LANGU
        NO        = IT_MSG-MSGNR
        V1        = IT_MSG-MSGV1
        V2        = IT_MSG-MSGV2
        V3        = IT_MSG-MSGV3
        V4        = IT_MSG-MSGV4
      IMPORTING
        MSG       = V_MSG
      EXCEPTIONS
        NOT_FOUND = 1
        OTHERS    = 2.
    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.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward helpful posts&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 16:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296176#M156885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T16:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC For Customer Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296177#M156886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roman,&lt;/P&gt;&lt;P&gt;   Use the function module 'FORMAT_MESSAGE' and pass these variables to it.&lt;/P&gt;&lt;P&gt;It will retrun a proper text for the message.&lt;/P&gt;&lt;P&gt;Usage:&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          ID              = i_return-id&lt;/P&gt;&lt;P&gt;          LANG            = sy-langu&lt;/P&gt;&lt;P&gt;          NO              = i_return-number&lt;/P&gt;&lt;P&gt;          V1              = i_return-MESSAGE_V1&lt;/P&gt;&lt;P&gt;          V2              = i_return-MESSAGE_V2&lt;/P&gt;&lt;P&gt;          V3              = i_return-MESSAGE_V3&lt;/P&gt;&lt;P&gt;          V4              = i_return-MESSAGE_V4&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          MSG             = l_message&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;      check sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      write: / l_message.&lt;/P&gt;&lt;P&gt;&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>Thu, 11 May 2006 16:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296177#M156886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDC For Customer Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296178#M156887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message number 1001 comes in a BDC when a screen is missing in the BDCDATA table and it is encountering that when running the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the details of the message in T100 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 16:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296178#M156887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T16:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC For Customer Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296179#M156888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for such fast responses!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the error (missing a screen) thanks to the FORMAT_MESSAGE tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roman D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 16:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-for-customer-create/m-p/1296179#M156888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T16:07:13Z</dc:date>
    </item>
  </channel>
</rss>

