<?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 program for ME32K transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-me32k-transaction/m-p/3994798#M954351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well first do a recording in shdb according to the stepd that are to be processed.&lt;/P&gt;&lt;P&gt;give the transcation name in the recording as me23k and follow the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that using call transaction method with the follwing syntax,prepare a report.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;transaction code&amp;gt;&lt;/P&gt;&lt;P&gt;		USING 	&amp;lt;bdc table&amp;gt;&lt;/P&gt;&lt;P&gt;		MODE	&amp;lt;display mode&amp;gt;&lt;/P&gt;&lt;P&gt;		UPDATE	&amp;lt;UPDATE MODE&amp;gt;&lt;/P&gt;&lt;P&gt;	MESSAGES INTO messtab	&lt;/P&gt;&lt;P&gt;DISPLAY MODE:&lt;/P&gt;&lt;P&gt;        A :display all(default setting)&lt;/P&gt;&lt;P&gt;		 E :Display only error&lt;/P&gt;&lt;P&gt;		 N :No display			&lt;/P&gt;&lt;P&gt;Update mode&lt;/P&gt;&lt;P&gt;        S : continue processing when update is completed(synchronous)&lt;/P&gt;&lt;P&gt;        A : continue processing immediately.&lt;/P&gt;&lt;P&gt;Note: messtab,an internal table must have a structure BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include the recorded code in the reprt.&lt;/P&gt;&lt;P&gt;as in the code "bdc perform filling ......"(something like that..)according to ur given values ....&lt;/P&gt;&lt;P&gt;nd then execute....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for surther help try searching fr bdc examples in sdn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3430474"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take care&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bubye...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 10:19:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T10:19:35Z</dc:date>
    <item>
      <title>BDC program for ME32K transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-me32k-transaction/m-p/3994796#M954349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me to write a  BDC program for ME32K transaction where I have to upload all the line items from C: drive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-me32k-transaction/m-p/3994796#M954349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for ME32K transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-me32k-transaction/m-p/3994797#M954350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the FM GUI_UPLOAD to upload the file from C:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;record transaction ME23k in transaction SHDB and pass this table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details about BDC see ABAp Docu&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-me32k-transaction/m-p/3994797#M954350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for ME32K transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-me32k-transaction/m-p/3994798#M954351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well first do a recording in shdb according to the stepd that are to be processed.&lt;/P&gt;&lt;P&gt;give the transcation name in the recording as me23k and follow the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that using call transaction method with the follwing syntax,prepare a report.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;transaction code&amp;gt;&lt;/P&gt;&lt;P&gt;		USING 	&amp;lt;bdc table&amp;gt;&lt;/P&gt;&lt;P&gt;		MODE	&amp;lt;display mode&amp;gt;&lt;/P&gt;&lt;P&gt;		UPDATE	&amp;lt;UPDATE MODE&amp;gt;&lt;/P&gt;&lt;P&gt;	MESSAGES INTO messtab	&lt;/P&gt;&lt;P&gt;DISPLAY MODE:&lt;/P&gt;&lt;P&gt;        A :display all(default setting)&lt;/P&gt;&lt;P&gt;		 E :Display only error&lt;/P&gt;&lt;P&gt;		 N :No display			&lt;/P&gt;&lt;P&gt;Update mode&lt;/P&gt;&lt;P&gt;        S : continue processing when update is completed(synchronous)&lt;/P&gt;&lt;P&gt;        A : continue processing immediately.&lt;/P&gt;&lt;P&gt;Note: messtab,an internal table must have a structure BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include the recorded code in the reprt.&lt;/P&gt;&lt;P&gt;as in the code "bdc perform filling ......"(something like that..)according to ur given values ....&lt;/P&gt;&lt;P&gt;nd then execute....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for surther help try searching fr bdc examples in sdn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3430474"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take care&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bubye...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-me32k-transaction/m-p/3994798#M954351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:19:35Z</dc:date>
    </item>
  </channel>
</rss>

