<?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_ROUTING_CREATE error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-error/m-p/8965189#M1695229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your replay .&lt;/P&gt;&lt;P&gt;this is my code , please what is the missing in it so that error display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_INSPCHARACTERISTIC-GROUP_COUNTER = GS_FILE2-groupcounter .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-ACTIVITY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = GS_FILE2-insp_activity .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-VALID_FROM&amp;nbsp;&amp;nbsp;&amp;nbsp; = SY-DATUM .&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-VALID_TO_DATE = '99991231' .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-MSTR_CHAR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = GS_FILE2-MSTR_CHAR .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-PMSTR_CHAR&amp;nbsp;&amp;nbsp;&amp;nbsp; = GS_FILE2-PLANT .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-CHA_MASTER_IMPORT_MODUS = 'C' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 12:22:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-19T12:22:47Z</dc:date>
    <item>
      <title>BAPI_ROUTING_CREATE error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-error/m-p/8965187#M1695227</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;&amp;nbsp; i try to use bapi for creating routing but that error display in my program but not display when i test bapi from se37 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inspection characteristic cannot be uniquely assigned to one operation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i attach my code .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;please advise.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 10:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-error/m-p/8965187#M1695227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T10:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ROUTING_CREATE error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-error/m-p/8965188#M1695228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Below notes is the conditions for inspection characterstics.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;INSPCHARACTERISTIC&lt;/LI&gt;&lt;LI&gt;You generate an entry for each inspection characteristic in this table. To identify the inspection characteristics you have to enter an inspection characteristic number in the field INSPCHAR. You can create inspection characteristics with or without reference to a master inspection characteristic. In the field CHA_MASTER_IMPORT_MODUS (Modus for the reference to the master inspection characteristic) enter the reference to the master inspection characteristic: 'L' for reference. In this case, the master inspection characteristic has to be completely maintained. In the parameter INSPCHARACTERISTIC you only have to supply those fields that could not be copied from the master inspection characteristic; 'C' for copy the data from the master inspection characteristic into the inspection characteristic, 'N' for create a lockable and unlockable reference to the master inspection characteristic without a data transfer from the master inspection characteristic. In this case manually fill out all fields in the parameter INSPCHARACTERISTIC.&lt;/LI&gt;&lt;LI&gt;You can either transfer the inspection characteristic control indicator directly from the master inspection characteristic, enter it individually or in the field PRESET_CTRL_INDS_KEY you enter a key for the control indicator if you have stored this key in Customizing.&lt;/LI&gt;&lt;LI&gt;If you have individually entered a control indicator, note the following special features:&lt;/LI&gt;&lt;LI&gt;SCOPE_IND: Inspection scope. This indicator can have different&lt;BR /&gt;characteristics:&lt;BR /&gt;You set " " for: Free inspection scope&lt;BR /&gt;You set "&amp;lt;" for: Smaller inspection scope permitted&lt;BR /&gt;You set "&amp;gt;" for: Larger inspection scope permitted&lt;BR /&gt;You set "=" for: Defined inspection scope&lt;/LI&gt;&lt;LI&gt;RESULT_RECORDING_TYPE: Record entry type. This indicator can have different characteristics:&lt;BR /&gt;You set "-" for: No record entry&lt;BR /&gt;You set "*" for: Classified record entry&lt;BR /&gt;You set "+" for: Single record entry&lt;BR /&gt;You set " " for: Summarized record entry&lt;/LI&gt;&lt;LI&gt;DOCU_REQU: Documentation required for check results. This indicator can&lt;BR /&gt;have different characteristics:&lt;BR /&gt;You set " " for: No documention required&lt;BR /&gt;You set "." for: Documentation for rejection&lt;BR /&gt;You set "+" for: Document all check results&lt;BR /&gt;You set "+" for: Document all check results.&lt;/LI&gt;&lt;LI&gt;CONFIRMATION_CATEGORY Characteristic category&lt;BR /&gt;You set " " for: Optional characteristic&lt;BR /&gt;You set "+" for: Limited to the acceptance of the previous mandatory characteristic&lt;BR /&gt;You set "-" for: Limited to the rejection of the previous mandatory characteristic&lt;/LI&gt;&lt;LI&gt;You set "X" for: Mandatory characteristic&lt;BR /&gt;PRINT_IND: Print control&lt;BR /&gt;This indicator can have different characteristics:&lt;BR /&gt;You set " " for: Print&lt;BR /&gt;You set "x" for: Do not print&lt;BR /&gt;You set "*" for: Do not print at skip&lt;/LI&gt;&lt;LI&gt;If you want to assign an inspection equipment to the inspection characteristic in the field ITEM_NO_OF_PRODUCTION_RESOURCE, note that this has to be assigned to the operation in the PARAMETER PRODUCTIONRESOURCE.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 11:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-error/m-p/8965188#M1695228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T11:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ROUTING_CREATE error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-error/m-p/8965189#M1695229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your replay .&lt;/P&gt;&lt;P&gt;this is my code , please what is the missing in it so that error display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_INSPCHARACTERISTIC-GROUP_COUNTER = GS_FILE2-groupcounter .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-ACTIVITY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = GS_FILE2-insp_activity .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-VALID_FROM&amp;nbsp;&amp;nbsp;&amp;nbsp; = SY-DATUM .&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-VALID_TO_DATE = '99991231' .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-MSTR_CHAR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = GS_FILE2-MSTR_CHAR .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-PMSTR_CHAR&amp;nbsp;&amp;nbsp;&amp;nbsp; = GS_FILE2-PLANT .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G_INSPCHARACTERISTIC-CHA_MASTER_IMPORT_MODUS = 'C' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 12:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-error/m-p/8965189#M1695229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T12:22:47Z</dc:date>
    </item>
  </channel>
</rss>

