<?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: BAPI BAPI_REQUISITION_CREATE with LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create-with-lsmw/m-p/1363962#M180306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Field Mapping step "Source determination" is hidden. Therefore it is impossible to mark it.&lt;/P&gt;&lt;P&gt;When LSMW ir processed, system asks for data, that should be determined automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2006 07:02:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-13T07:02:16Z</dc:date>
    <item>
      <title>BAPI BAPI_REQUISITION_CREATE with LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create-with-lsmw/m-p/1363959#M180303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;We try to create PRs using BAPI BAPI_REQUISITION_CREATE. Can someone explain, how to make Automatic Source Determination to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create-with-lsmw/m-p/1363959#M180303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T13:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI BAPI_REQUISITION_CREATE with LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create-with-lsmw/m-p/1363960#M180304</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;you mean Auto field mapping.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. fill the attributes.&lt;/P&gt;&lt;P&gt;2. create source structure&lt;/P&gt;&lt;P&gt;3. Maintain Source fields &lt;/P&gt;&lt;P&gt;    here you can do in many ways..&lt;/P&gt;&lt;P&gt;   i.create field&lt;/P&gt;&lt;P&gt;   ii. copy&lt;/P&gt;&lt;P&gt;   iii. table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i suggest you to use copy option&lt;/P&gt;&lt;P&gt;here create a tab delimited text file in your PC, the file order should be like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldname &amp;lt;tab&amp;gt;  fielddesc &amp;lt;tab&amp;gt; type &amp;lt;tab&amp;gt; length &lt;/P&gt;&lt;P&gt;example..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Bukrs	Company code	c	4	
ekorg	Purchasing Org	c	4	
ktokk	Vendor accountgroup	c	4	
anred	title	c	15	
name1	name1	c	35	
sortl	sort field	c	10	
land1	country	c	3	
spras	language key	c	2	
akont	reconcilation	c	10	
fdgrv	planning group	c	10	
waers	purchase order currency	c	5	&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. maintain the structure relation ships by choosing the relevant structures.&lt;/P&gt;&lt;P&gt;5.field mapping&lt;/P&gt;&lt;P&gt;  Auto field mapping CTRL&lt;EM&gt;SHFT&lt;/EM&gt;F3&lt;/P&gt;&lt;P&gt;and now check any fields left (unmapped) using Unassigned fields CTRL&lt;EM&gt;SHFT&lt;/EM&gt;F2&lt;/P&gt;&lt;P&gt;and then forcefully Assign it to the field you want.&lt;/P&gt;&lt;P&gt;here you have to assign TCODE also select the TCODE field and then click on constant. then Give TCODE in the popup.&lt;/P&gt;&lt;P&gt;and once all mapping etc over then click on Check Syntax SHFT+F2 this will generate conversion program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and rest of the steps are simple...&lt;/P&gt;&lt;P&gt;get back if you have any issues ...&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>Mon, 12 Jun 2006 13:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create-with-lsmw/m-p/1363960#M180304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T13:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI BAPI_REQUISITION_CREATE with LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create-with-lsmw/m-p/1363961#M180305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make automization of LSMW, you must have to use, LSMW generation program (normal SE38 Program). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take file name as   '*/pr_req.txt'&lt;/P&gt;&lt;P&gt;First, you must have to finish your LSMW. Choose 'Display Conversion Program'. It will display name of the Conversion program for your LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So pick the name and run in SE38 by providing corresponding parameters. You must have to provide a path for wildchar * in the selection screen.&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;ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create-with-lsmw/m-p/1363961#M180305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI BAPI_REQUISITION_CREATE with LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create-with-lsmw/m-p/1363962#M180306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Field Mapping step "Source determination" is hidden. Therefore it is impossible to mark it.&lt;/P&gt;&lt;P&gt;When LSMW ir processed, system asks for data, that should be determined automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 07:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create-with-lsmw/m-p/1363962#M180306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-13T07:02:16Z</dc:date>
    </item>
  </channel>
</rss>

