<?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: CS01 BDC ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-bdc/m-p/3753748#M903028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try to use LMSW (direct program RCSBI010)&lt;/P&gt;&lt;P&gt;greetings,darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 14:02:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T14:02:18Z</dc:date>
    <item>
      <title>CS01 BDC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-bdc/m-p/3753747#M903027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;want to create BDC program(in SAP version ecc6.0) for transaction for CS01 (Create Material BOM). where in first screen i have 1st four fields and in second screen(in Material tab) I have many rows of data to be updated in table control where no of rows of data differ from material to material.&lt;/P&gt;&lt;P&gt;Can anybody suggest me with coding.....&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Apr 2008 11:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-bdc/m-p/3753747#M903027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-26T11:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: CS01 BDC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-bdc/m-p/3753748#M903028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try to use LMSW (direct program RCSBI010)&lt;/P&gt;&lt;P&gt;greetings,darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 14:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-bdc/m-p/3753748#M903028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T14:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: CS01 BDC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-bdc/m-p/3753749#M903029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls see the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/program-loads-the-bill-of-material.htm" target="test_blank"&gt;http://www.sap-img.com/abap/program-loads-the-bill-of-material.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Example  :BDC Program Of BOM In Retail. ... CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'CS01' * POST_LOCAL = NOVBLOCAL * PRINTING = NOPRINT * SIMUBATCH ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the transaction SHDB.&lt;/P&gt;&lt;P&gt;Give the name for the recording.&lt;/P&gt;&lt;P&gt;Enter the transaction code for which u want the recording isto be done. ( CS01)&lt;/P&gt;&lt;P&gt;Navigate through the transaction by entering the required values and save the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is automatically generated for your recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code can be used in your BDC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or follow this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;recording is task of functional but if u required thengo tcode shdv and follow the steps.................&lt;/P&gt;&lt;P&gt;SHDB -&amp;gt; Opens an interface -&amp;gt; Click on New Recordings pushbutton from appn. toolbar -&amp;gt; Specify Recording Name -&amp;gt; Specify Tcode (MM01) -&amp;gt; Click on Continue -&amp;gt; Opens MM01 Screen -&amp;gt; Specify Sample Data -&amp;gt; Click on Select View pushbutton from appn. toolbar -&amp;gt; Opens an interface -&amp;gt; Select First view (Basic Data 1) -&amp;gt; Click on Continue -&amp;gt; Opens another interface -&amp;gt; Specify short description for the material -&amp;gt; Specify units of measurement -&amp;gt; Save -&amp;gt; Opens an interface with defined field and their values -&amp;gt; Save -&amp;gt; Come back -&amp;gt; Select Recording Object -&amp;gt; Click on Program pushbutton from appn. toolbar to autogenerate the BDC source code -&amp;gt; Opens an interface -&amp;gt; Specify Program Name -&amp;gt; Select Transfer From Recording radiobutton -&amp;gt; Click on Source Code pushbutton -&amp;gt; Opens SE38 Editor with autogenerated code -&amp;gt; Specify following code after include statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since confusion  also giving step by step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHDB is the Transaction code to call Recording Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navigations to use Recording Method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHDB -&amp;gt; Opens an interface -&amp;gt; Click on New Recordings pushbutton from appn. toolbar -&amp;gt; Specify Recording Name -&amp;gt; Specify Tcode (MM01) -&amp;gt; Click on Continue -&amp;gt; Opens MM01 Screen -&amp;gt; Specify Sample Data -&amp;gt; Click on Select View pushbutton from appn. toolbar -&amp;gt; Opens an interface -&amp;gt; Select First view (Basic Data 1) -&amp;gt; Click on Continue -&amp;gt; Opens another interface -&amp;gt; Specify short description for the material -&amp;gt; Specify units of measurement -&amp;gt; Save -&amp;gt; Opens an interface with defined field and their values -&amp;gt; Save -&amp;gt; Come back -&amp;gt; Select Recording Object -&amp;gt; Click on Program pushbutton from appn. toolbar to autogenerate the BDC source code -&amp;gt; Opens an interface -&amp;gt; Specify Program Name -&amp;gt; Select Transfer From Recording radiobutton -&amp;gt; Click on Source Code pushbutton -&amp;gt; Opens SE38 Editor with autogenerated code -&amp;gt; Specify following code after include statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;STR(255),&lt;/P&gt;&lt;P&gt;END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA ITAB1 LIKE MARA OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify following code after start-of-selection statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FILENAME = 'C:\COUP.TXT'&lt;/P&gt;&lt;P&gt;FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA_TAB = ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;SPLIT ITAB-STR AT ',' INTO ITAB1-MATNR ITAB1-MBRSH ITAB1-MTART&lt;/P&gt;&lt;P&gt;ITAB1-MEINS.&lt;/P&gt;&lt;P&gt;APPEND ITAB1.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify Loop-Endloop statement for the bdc-dynpro, bdc-field and bdc_transaction statements as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;ENDLOOP&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Save -&amp;gt; Activate -&amp;gt; Execute -&amp;gt; Choose Call Transaction or Session method to process the datas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The advantage of Recording Method is finally after executing the program, we can choose either Session method or Call Transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 17:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-bdc/m-p/3753749#M903029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T17:58:02Z</dc:date>
    </item>
  </channel>
</rss>

