<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707455#M309765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you r doing the recording then you have to put the data manuallay, other wise if you running the BDC in A mode than check with your data that you have in the text file, there must me some mismatch with the data that is the reson the data is not populating in the particular screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2006 08:59:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-02T08:59:55Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707452#M309762</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;&lt;/P&gt;&lt;P&gt;Please suggest me on this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to populate the field rv45a-etdat.&lt;/P&gt;&lt;P&gt;it is screen field in va02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rv45a-etdat is the screen field of shcdule line  for a perticular item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run the calltransaction =PEIN okcode takes the cursor to that screen field .but the problem is have to selcect the perticuler item of sales order .how to process this. automatically how to select the desired item which is with me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Kindly suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 08:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707452#M309762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T08:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707453#M309763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to findout okcode for the required item selecting by debuggin, insert this code in bdc flow , so that it can implement automatically when this screen field appears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 08:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707453#M309763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T08:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707454#M309764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While recording try with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. display the order at the header level .&lt;/P&gt;&lt;P&gt;2. Place the corsor on the requried item and select the   &lt;/P&gt;&lt;P&gt;   left tab for that item.&lt;/P&gt;&lt;P&gt;3. Then go to the item level by bouble click OR selecting&lt;/P&gt;&lt;P&gt;   'Display item details' Pushbutton at the left corner..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Try to use enter when u fail to record at any time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 08:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707454#M309764</guid>
      <dc:creator>santhosh_patil</dc:creator>
      <dc:date>2006-11-02T08:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707455#M309765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you r doing the recording then you have to put the data manuallay, other wise if you running the BDC in A mode than check with your data that you have in the text file, there must me some mismatch with the data that is the reson the data is not populating in the particular screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 08:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707455#M309765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T08:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707456#M309766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you know the ordername.&lt;/P&gt;&lt;P&gt;so get the line items in some IT.&lt;/P&gt;&lt;P&gt;sort the internal table.&lt;/P&gt;&lt;P&gt;while populating etdat, use RV45A-ETDAT(L_NUM).&lt;/P&gt;&lt;P&gt;get this l_num depend on the line item value from the IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 09:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707456#M309766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T09:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707457#M309767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do the recording for selecting the item as well .then no need of selecting the item .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 09:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707457#M309767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707458#M309768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ramu, &lt;/P&gt;&lt;P&gt;         If you  want to address the specific item ,we can click on (item to top) button in the same screen,&lt;/P&gt;&lt;P&gt;and its fuction code is 'POPO'.&lt;/P&gt;&lt;P&gt;AND THE SPECIFIC  ITEM WILL COME TO THE TOP , WHERE WE CAN CHANGE THE DATE ACCORDING TO ITEM NUMBER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 09:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707458#M309768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T09:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707459#M309769</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;this is not total bdc ,&lt;/P&gt;&lt;P&gt;i will explain my problem please stggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the po-order nad poitem date material come form the externalsystem into idoc orders03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writting the code in the user exit exit_saplvedb_001,include ZXVDBU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on the po no and item i have to find the so number and item and wmeng and i have to papulate the date to so schedule date(RV45A-ETDAT) of item with the po date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will executed by call transaction va02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this with out manuval process i have to take the cursor to the date field for perticular item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;Srikanth.Vanam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707459#M309769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T10:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707460#M309770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WE HAVE 2 OPTIONS , &lt;/P&gt;&lt;P&gt;U CAN USE BAPI TO CHANGE THE PURCHASE ORDER.&lt;/P&gt;&lt;P&gt;BAPI_SALESORDER_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IT IS A ITEM LEVEL PO NUMBER, GET THE SO NUMBER AND ITEM NUMBER FROM TABLE 'vbkd'.&lt;/P&gt;&lt;P&gt;AND TRY TO USE THE BAPI AND CHANGE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR ELSE U CAN MODIFY THE TABLE VBEP AND THE FIELD NAME EDATU ,&lt;/P&gt;&lt;P&gt; ACCORDINGLY WITH THE LINE ITEM NUMBER THEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EXAmple,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PArameter : s01 like VBKD-BSTKD.&lt;/P&gt;&lt;P&gt;data itab like vbkd occurs 0 with header line.&lt;/P&gt;&lt;P&gt;data itab2 like VBEP  occurs 0 with header line.&lt;/P&gt;&lt;P&gt;select SINGLE * from vbkd into itab where BSTKD = S01. &lt;/P&gt;&lt;P&gt;SELECT * FROM VBEP INTO CORRESPONDING FIELDS OF TABLE ITAB2 WHERE VBELN = ITAB-VBELN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB2 .&lt;/P&gt;&lt;P&gt;ITAB2-EDATU = '20060616'.&lt;/P&gt;&lt;P&gt;MODIFY VBEP FROM ITAB2.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;WRITE : 'SUCCESS'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 09:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1707460#M309770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T09:46:55Z</dc:date>
    </item>
  </channel>
</rss>

