<?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 and components allocation. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210735#M133410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field SEQUENCE_NO from COMPONENTALLOCATION is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to add it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Mar 2006 15:47:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-13T15:47:22Z</dc:date>
    <item>
      <title>BAPI_ROUTING_CREATE and components allocation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210734#M133409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that this subject appears many times, but I can't find solution.&lt;/P&gt;&lt;P&gt;My problem is:&lt;/P&gt;&lt;P&gt;I try to create routing with component allocation to operations, but when I call function BAPI_ROUTING_CREATE I get following message: "CPCC_DT 206&lt;/P&gt;&lt;P&gt;The component to be assigned has not been completely specified". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code:&lt;/P&gt;&lt;P&gt;task-task_list_usage = '1'.&lt;/P&gt;&lt;P&gt;task-plant = 'Z4'.&lt;/P&gt;&lt;P&gt;task-task_list_status = '4'.&lt;/P&gt;&lt;P&gt;task-task_measure_unit = 'KG'.&lt;/P&gt;&lt;P&gt;APPEND task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;materialtaskallocation-group_counter = 'AC'.&lt;/P&gt;&lt;P&gt;materialtaskallocation-material = '3EP6001'.&lt;/P&gt;&lt;P&gt;materialtaskallocation-plant = 'Z4'.&lt;/P&gt;&lt;P&gt;APPEND materialtaskallocation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;operation-group_counter = 'AC'.&lt;/P&gt;&lt;P&gt;operation-activity = '0010'.&lt;/P&gt;&lt;P&gt;operation-operation_id = 'V10'.&lt;/P&gt;&lt;P&gt;operation-control_key = 'ZS11'.&lt;/P&gt;&lt;P&gt;operation-work_cntr = 'NAM'.&lt;/P&gt;&lt;P&gt;operation-plant = 'Z4'.&lt;/P&gt;&lt;P&gt;operation-standard_text_key = 'Z400001'.&lt;/P&gt;&lt;P&gt;operation-operation_measure_unit = 'KG'.&lt;/P&gt;&lt;P&gt;operation-denominator = 1.&lt;/P&gt;&lt;P&gt;operation-nominator = 1.&lt;/P&gt;&lt;P&gt;operation-base_quantity = 200.&lt;/P&gt;&lt;P&gt;operation-std_unit_02 = 'MIN'.&lt;/P&gt;&lt;P&gt;operation-std_value_02 = '3.5'.&lt;/P&gt;&lt;P&gt;operation-std_unit_03 = 'MIN'.&lt;/P&gt;&lt;P&gt;operation-std_value_03 = '3.5'.&lt;/P&gt;&lt;P&gt;operation-required_wait_time_unit = 'STD'.&lt;/P&gt;&lt;P&gt;operation-required_wait_time = 1.&lt;/P&gt;&lt;P&gt;APPEND operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;operation-group_counter = 'AC'.&lt;/P&gt;&lt;P&gt;operation-activity = '0020'.&lt;/P&gt;&lt;P&gt;operation-operation_id = 'V20'.&lt;/P&gt;&lt;P&gt;operation-control_key = 'ZS05'.&lt;/P&gt;&lt;P&gt;operation-work_cntr = 'LP1K71'.&lt;/P&gt;&lt;P&gt;operation-plant = 'Z4'.&lt;/P&gt;&lt;P&gt;operation-standard_text_key = 'Z400002'.&lt;/P&gt;&lt;P&gt;operation-operation_measure_unit = 'KG'.&lt;/P&gt;&lt;P&gt;operation-denominator = 1.&lt;/P&gt;&lt;P&gt;operation-nominator = 1.&lt;/P&gt;&lt;P&gt;operation-base_quantity = 200.&lt;/P&gt;&lt;P&gt;operation-std_unit_02 = 'MIN'.&lt;/P&gt;&lt;P&gt;operation-std_value_02 = 4.&lt;/P&gt;&lt;P&gt;operation-std_unit_03 = 'MIN'.&lt;/P&gt;&lt;P&gt;operation-std_value_03 = 48.&lt;/P&gt;&lt;P&gt;operation-required_wait_time_unit = 'STD'.&lt;/P&gt;&lt;P&gt;operation-required_wait_time = 1.&lt;/P&gt;&lt;P&gt;APPEND operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;componentallocation-group_counter = 'AC'.&lt;/P&gt;&lt;P&gt;componentallocation-activity = '0010'.&lt;/P&gt;&lt;P&gt;componentallocation-operation_id = 'V10'.&lt;/P&gt;&lt;P&gt;componentallocation-bom_type = 'Z'.&lt;/P&gt;&lt;P&gt;componentallocation-bom_no = '00080331'.&lt;/P&gt;&lt;P&gt;componentallocation-alternative_bom = '01'.&lt;/P&gt;&lt;P&gt;componentallocation-item_id = '00000001'.&lt;/P&gt;&lt;P&gt;componentallocation-item_no = '0010'.&lt;/P&gt;&lt;P&gt;componentallocation-comp_qty = 200.&lt;/P&gt;&lt;P&gt;componentallocation-comp_unit = 'KG'.&lt;/P&gt;&lt;P&gt;componentallocation-material = '0200200354011'.&lt;/P&gt;&lt;P&gt;componentallocation-plant = 'Z4'.&lt;/P&gt;&lt;P&gt;componentallocation-bom_type_root = 'Z'.&lt;/P&gt;&lt;P&gt;componentallocation-bom_no_root = '00080331'.&lt;/P&gt;&lt;P&gt;componentallocation-alternative_bom_root = '01'.&lt;/P&gt;&lt;P&gt;APPEND componentallocation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;componentallocation-group_counter = 'AC'.&lt;/P&gt;&lt;P&gt;componentallocation-activity = '0020'.&lt;/P&gt;&lt;P&gt;componentallocation-operation_id = 'V20'.&lt;/P&gt;&lt;P&gt;componentallocation-bom_type = 'Z'.&lt;/P&gt;&lt;P&gt;componentallocation-bom_no = '00080331'.&lt;/P&gt;&lt;P&gt;componentallocation-alternative_bom = '01'.&lt;/P&gt;&lt;P&gt;componentallocation-item_id = '00000002'.&lt;/P&gt;&lt;P&gt;componentallocation-item_no = '0020'.&lt;/P&gt;&lt;P&gt;componentallocation-comp_qty = 200.&lt;/P&gt;&lt;P&gt;componentallocation-comp_unit = 'KG'.&lt;/P&gt;&lt;P&gt;componentallocation-material = '0100400069051'.&lt;/P&gt;&lt;P&gt;componentallocation-plant = 'Z4'.&lt;/P&gt;&lt;P&gt;componentallocation-bom_type_root = 'Z'.&lt;/P&gt;&lt;P&gt;componentallocation-bom_no_root = '00080331'.&lt;/P&gt;&lt;P&gt;componentallocation-alternative_bom_root = '01'.&lt;/P&gt;&lt;P&gt;APPEND componentallocation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_ROUTING_CREATE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;bomusage = 'Z'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;group = group&lt;/P&gt;&lt;P&gt;groupcounter = group_counter&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;task = task&lt;/P&gt;&lt;P&gt;materialtaskallocation = materialtaskallocation&lt;/P&gt;&lt;P&gt;operation = operation&lt;/P&gt;&lt;P&gt;componentallocation = componentallocation&lt;/P&gt;&lt;P&gt;return = return&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me please, this is urgent.&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;PS. The routing without componentallocation posting correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 14:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210734#M133409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T14:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ROUTING_CREATE and components allocation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210735#M133410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field SEQUENCE_NO from COMPONENTALLOCATION is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to add it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 15:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210735#M133410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T15:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ROUTING_CREATE and components allocation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210736#M133411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to add sequence - only operations.&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, 14 Mar 2006 07:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210736#M133411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T07:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ROUTING_CREATE and components allocation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210737#M133412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;   I am facing same problem,&lt;/P&gt;&lt;P&gt;Please help me to solve the &lt;/P&gt;&lt;P&gt;puzzle by providing your &lt;/P&gt;&lt;P&gt;valuable suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 14:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210737#M133412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ROUTING_CREATE and components allocation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210738#M133413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case the problem was:&lt;/P&gt;&lt;P&gt;componentallocation-bom_type = 'Z'.&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;componentallocation-bom_type = 'M'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Bartek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 05:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210738#M133413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T05:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ROUTING_CREATE and components allocation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210739#M133414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BAPI_ROUTING_CREATE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         TESTRUN = TESTRUN&lt;/P&gt;&lt;P&gt;         PROFILE = PROFILE&lt;/P&gt;&lt;P&gt;         BOMUSAGE = BOMUSAGE&lt;/P&gt;&lt;P&gt;         APPLICATION = APPLICATION&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;         GROUP = GROUP&lt;/P&gt;&lt;P&gt;         GROUPCOUNTER = GROUPCOUNTER&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;         TASK = TASK&lt;/P&gt;&lt;P&gt;         MATERIALTASKALLOCATION = MATERIALTASKALLOCATION&lt;/P&gt;&lt;P&gt;         SEQUENCE = SEQUENCE&lt;/P&gt;&lt;P&gt;         OPERATION = OPERATION&lt;/P&gt;&lt;P&gt;         SUBOPERATION = SUBOPERATION&lt;/P&gt;&lt;P&gt;         REFERENCEOPERATION = REFERENCEOPERATION&lt;/P&gt;&lt;P&gt;         WORKCENTERREFERENCE = WORKCENTERREFERENCE&lt;/P&gt;&lt;P&gt;         COMPONENTALLOCATION = COMPONENTALLOCATION&lt;/P&gt;&lt;P&gt;         PRODUCTIONRESOURCE = PRODUCTIONRESOURCE&lt;/P&gt;&lt;P&gt;         INSPCHARACTERISTIC = INSPCHARACTERISTIC&lt;/P&gt;&lt;P&gt;         TEXTALLOCATION = TEXTALLOCATION&lt;/P&gt;&lt;P&gt;         TEXT = TEXT&lt;/P&gt;&lt;P&gt;         RETURN = RETURN&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;         OTHERS =  1&lt;/P&gt;&lt;P&gt;         .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 05:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210739#M133414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T05:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ROUTING_CREATE and components allocation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210740#M133415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bartosz,&lt;/P&gt;&lt;P&gt;   Thanks for your valuable reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 07:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-routing-create-and-components-allocation/m-p/1210740#M133415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T07:52:38Z</dc:date>
    </item>
  </channel>
</rss>

