<?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: re: bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218996#M135652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paluri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in one program, we can do.&lt;/P&gt;&lt;P&gt;   (by using two call transaction statements)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. But using just one CALL TRANSACTION,&lt;/P&gt;&lt;P&gt;   we CANNOT do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is :&lt;/P&gt;&lt;P&gt;the TCODE, which is specified,&lt;/P&gt;&lt;P&gt;is specified in the SYNTAX ie.&lt;/P&gt;&lt;P&gt; call transcation 'TCODE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If abap was like this, that&lt;/P&gt;&lt;P&gt;  we can specify the tcode &lt;/P&gt;&lt;P&gt;  in the bdctable itself&lt;/P&gt;&lt;P&gt;  (just like progname, screennumber, fnam,fval)&lt;/P&gt;&lt;P&gt; then, it was still possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2006 08:17:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-08T08:17:03Z</dc:date>
    <item>
      <title>re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218992#M135648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    Yesterday i given my interview. They asked me question: can we update two transactions by using  call transaction code. I said no. They asked me the reason.&lt;/P&gt;&lt;P&gt;I could not able to answer. Can anybody tell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218992#M135648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218993#M135649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI kirshna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acutally we can update two trasaction using TWO CALL TRANSACTION statements in the same BDC PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cannot update using single CALL TRANSACTION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218993#M135649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218994#M135650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is possible. take the case... when i am uploading material master, i'm checking for material in mara table if it is there then i am using MM02 and updating the Material master, if the material is not there i will use MM01 . so this way i can use two transaction in BDC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218994#M135650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218995#M135651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;          they asked me suppose i inserted data in xd01. After creating the customer, i want to update one more screen by using that customer in the same program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218995#M135651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218996#M135652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paluri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in one program, we can do.&lt;/P&gt;&lt;P&gt;   (by using two call transaction statements)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. But using just one CALL TRANSACTION,&lt;/P&gt;&lt;P&gt;   we CANNOT do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is :&lt;/P&gt;&lt;P&gt;the TCODE, which is specified,&lt;/P&gt;&lt;P&gt;is specified in the SYNTAX ie.&lt;/P&gt;&lt;P&gt; call transcation 'TCODE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If abap was like this, that&lt;/P&gt;&lt;P&gt;  we can specify the tcode &lt;/P&gt;&lt;P&gt;  in the bdctable itself&lt;/P&gt;&lt;P&gt;  (just like progname, screennumber, fnam,fval)&lt;/P&gt;&lt;P&gt; then, it was still possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218996#M135652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218997#M135653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI prasad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you can do this. first you upload the data into XD01 using &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'X01' USING bdc_tab MODE 'N' UPDATE 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then after compelting the task you call one more CALL TRANSACTION in the same program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ksihore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218997#M135653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218998#M135654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. WE &amp;lt;b&amp;gt;CANT CALL TWO TRANSACTIONS&amp;lt;/b&amp;gt; BUT WE CAN UPDATE MANY TABLES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXMAPLE, CALL TRANSACTION MM01,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOING UPDATIONS MEANS IT IS UPADTING MANY TABLES LIKE MARA, MARAC MARAD etc. &amp;lt;b&amp;gt;LUW concept&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Hymavathi Oruganti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218998#M135654</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-03-08T08:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218999#M135655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have the BDC data like screen number, screen fields, then you fill the BDC table call it again.&lt;/P&gt;&lt;P&gt;that way you can call it using call transaction  after the customer creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1218999#M135655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1219000#M135656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi oruganti,&lt;/P&gt;&lt;P&gt;         we cannot call the two transactions one after another, what is the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1219000#M135656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1219001#M135657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can call two transactions one after another with two call transaction statements obviously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;with one call transaction statemnt we can call only one transcation&amp;lt;/b&amp;gt; as per the syntax of call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Hymavathi Oruganti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Hymavathi Oruganti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1219001#M135657</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-03-08T08:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1219002#M135658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI prasad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cannot because call transaction should be followed by certian update statements  after wards you can call another tranaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1219002#M135658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1219003#M135659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; here is the Justification for what Vijay said ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;LOOP AT Z_LTMAT001.&lt;/P&gt;&lt;P&gt;      SELECT * FROM ZLTMCP001&lt;/P&gt;&lt;P&gt;                    WHERE MTART = Z_LTMAT001-MTART&lt;/P&gt;&lt;P&gt;                    AND SPART = Z_LTMAT001-SPART.&lt;/P&gt;&lt;P&gt;         MOVE ZLTMCP001-CPMATNR TO WK_CPMATNR.&lt;/P&gt;&lt;P&gt;      ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT * FROM ZLTMCP002&lt;/P&gt;&lt;P&gt;                    WHERE MTART = Z_LTMAT001-MTART&lt;/P&gt;&lt;P&gt;                    AND SPART = Z_LTMAT001-SPART.&lt;/P&gt;&lt;P&gt;         MOVE ZLTMCP002-CPMATNR TO WK_CPMATNR2.&lt;/P&gt;&lt;P&gt;      ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF Z_LTMAT001-STATUS = '0'.    "&amp;#147;o&amp;#152;^&lt;/P&gt;&lt;P&gt;         MOVE 'MM01' TO WK_TCODE.&lt;/P&gt;&lt;P&gt;      PERFORM GENERATE_BDC_DATA1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    else.                          "&amp;#149;Ï&amp;#141;X&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      ELSEIF Z_LTMAT001-STATUS = '1'. "&amp;#149;Ï&amp;#141;X    00.09.11 mod&lt;/P&gt;&lt;P&gt;         MOVE 'MM02' TO WK_TCODE.&lt;/P&gt;&lt;P&gt;      PERFORM GENERATE_BDC_DATA2.&lt;/P&gt;&lt;P&gt;      ELSE.                           "&amp;#138;g&amp;#146;£&amp;#147;o&amp;#152;^(status =5)&lt;/P&gt;&lt;P&gt;         MOVE 'MM01' TO WK_TCODE.&lt;/P&gt;&lt;P&gt;      PERFORM GENERATE_BDC_DATA3.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   CALL TRANSACTION WK_TCODE USING BDC_DATA&lt;/P&gt;&lt;P&gt;                             MODE P_MODE&lt;/P&gt;&lt;P&gt;                             UPDATE P_UP&lt;/P&gt;&lt;P&gt;                             MESSAGES INTO BDC_MSG. "19990719 INSERT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;hope this way you might have understood as how this works...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 08:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-bdc/m-p/1219003#M135659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T08:47:06Z</dc:date>
    </item>
  </channel>
</rss>

