<?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 LSMW Standard Batch Input Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-standard-batch-input-program/m-p/2368003#M524470</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 have one requirement on creating BOM.&lt;/P&gt;&lt;P&gt;I have to upload data from legacy system to SAP for T-Code ' CS01'&lt;/P&gt;&lt;P&gt;I have to use the Standard Batch input Program 'RCSBI010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have source structure and Target Structure.&lt;/P&gt;&lt;P&gt;In Source structure i have Header and item data.&lt;/P&gt;&lt;P&gt;In Header i have 11 fields and in Item i have 23 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Target Structure i have upto 130 fields.&lt;/P&gt;&lt;P&gt;In the Standard program who have 4 structures and each structure have fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So How many  fields i have to map with Standard structure. and in my source structure i dont have the fields like T-code, session name, user name,and xkeep.&lt;/P&gt;&lt;P&gt;So how to pass these fields (T-code, session name, user name,and xkeep) to the standard structure. and is it necessary to pass these fields to the standard batch input program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks,&lt;/P&gt;&lt;P&gt;Kumar A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 06:10:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T06:10:12Z</dc:date>
    <item>
      <title>LSMW Standard Batch Input Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-standard-batch-input-program/m-p/2368003#M524470</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 have one requirement on creating BOM.&lt;/P&gt;&lt;P&gt;I have to upload data from legacy system to SAP for T-Code ' CS01'&lt;/P&gt;&lt;P&gt;I have to use the Standard Batch input Program 'RCSBI010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have source structure and Target Structure.&lt;/P&gt;&lt;P&gt;In Source structure i have Header and item data.&lt;/P&gt;&lt;P&gt;In Header i have 11 fields and in Item i have 23 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Target Structure i have upto 130 fields.&lt;/P&gt;&lt;P&gt;In the Standard program who have 4 structures and each structure have fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So How many  fields i have to map with Standard structure. and in my source structure i dont have the fields like T-code, session name, user name,and xkeep.&lt;/P&gt;&lt;P&gt;So how to pass these fields (T-code, session name, user name,and xkeep) to the standard structure. and is it necessary to pass these fields to the standard batch input program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks,&lt;/P&gt;&lt;P&gt;Kumar A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-standard-batch-input-program/m-p/2368003#M524470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Standard Batch Input Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-standard-batch-input-program/m-p/2368004#M524471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Record type 0: one session record (structure BGR00) per session..&lt;/P&gt;&lt;P&gt;The session header contains general administrative data on the batch input session to be created. All records that follow the header in the sequential file are assigned to the current session, until the next header occurs in the file.&lt;/P&gt;&lt;P&gt;Record type 1: one session record (structure BICSK) for each BOM&lt;/P&gt;&lt;P&gt;The BOM header record contains the transaction code (for example, CS01 Create material BOM) and the header data&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Record type 2: one item record (structure BICSP) per item&lt;/P&gt;&lt;P&gt;All BOM item records are assigned to the preceding BOM header, until the next BOM header or session header occurs in the sequential file&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Record type 3: one sub-item record (structure BICSU) per sub-item&lt;/P&gt;&lt;P&gt;All BOM sub-item records are assigned to the preceding BOM item, until the next item header, BOM header, or session header occurs in the sequential file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and x-line which will be used as index while retreiveing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the file to be imported should contain values in this format&lt;/P&gt;&lt;P&gt;BGR00 data will be in first line (0-stype)&lt;/P&gt;&lt;P&gt;BICSK in second line (1 stype)&lt;/P&gt;&lt;P&gt;BICSP in 3rd line&lt;/P&gt;&lt;P&gt;BICSU in 4th line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g: &lt;/P&gt;&lt;P&gt;0 sessname 800 &lt;/P&gt;&lt;P&gt;1 CS01 123&lt;/P&gt;&lt;P&gt;2 values req&lt;/P&gt;&lt;P&gt;3 values req&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gives u some idea...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-standard-batch-input-program/m-p/2368004#M524471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Standard Batch Input Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-standard-batch-input-program/m-p/2368005#M524472</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;Here is some information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;How many fields i have to map with Standard structure&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  Whichever fields u have in Source structure , Map only those fields with the target structure .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; in my source structure i dont have the fields like T-code, session name, user name,and xkeep.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This fields are required &amp;amp; u can make these fields input as consatnt . i.e., in the fields mapping step, place the cursor on the tcode field &amp;amp; click on the ABAP Coding push button , there u can give consatnt values for the fields..like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T-code                : 'CS01'&lt;/P&gt;&lt;P&gt;Session name,    : 'TEST'&lt;/P&gt;&lt;P&gt;User name,         : SY-UNAME&lt;/P&gt;&lt;P&gt;xkeep.                : 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u have got some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is Useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-standard-batch-input-program/m-p/2368005#M524472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:32:57Z</dc:date>
    </item>
  </channel>
</rss>

