<?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 help is required for BAPI_ROUTING_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265289#M148882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if anybody has used this bapi for creating routing .&lt;/P&gt;&lt;P&gt;i want to use it as dont want to go for bdc.&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2006 05:29:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-10T05:29:00Z</dc:date>
    <item>
      <title>help is required for BAPI_ROUTING_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265289#M148882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if anybody has used this bapi for creating routing .&lt;/P&gt;&lt;P&gt;i want to use it as dont want to go for bdc.&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 05:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265289#M148882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T05:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: help is required for BAPI_ROUTING_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265290#M148883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai james,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try BAPI_ROUTING_CREATE. Use se37 to test it. Look at function module documentation by displaying the function in SE37, then click FM documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here ia an example code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: GROUP               TYPE BAPI1012_TSK_C-TASK_LIST_GROUP,&lt;/P&gt;&lt;P&gt;        GROUP_COUNTER       TYPE BAPI1012_TSK_C-GROUP_COUNTER,&lt;/P&gt;&lt;P&gt;        SEQUENCE_NO         TYPE BAPI1012_OPR_C-SEQUENCE_NO,&lt;/P&gt;&lt;P&gt;        TASK_LIST_USAGE     TYPE BAPI1012_TSK_C-TASK_LIST_USAGE,&lt;/P&gt;&lt;P&gt;        TASK_LIST_STATUS    TYPE BAPI1012_TSK_C-TASK_LIST_STATUS,&lt;/P&gt;&lt;P&gt;        LOT_SIZE_FROM       TYPE BAPI1012_TSK_C-LOT_SIZE_FROM,&lt;/P&gt;&lt;P&gt;        LOT_SIZE_TO         TYPE BAPI1012_TSK_C-LOT_SIZE_TO,&lt;/P&gt;&lt;P&gt;        TASK_MEASURE_UNIT   TYPE BAPI1012_TSK_C-TASK_MEASURE_UNIT,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;        TESTRUN             TYPE BAPIFLAG,&lt;/P&gt;&lt;P&gt;        PROFILE             TYPE BAPI1012_CONTROL_DATA-PROFILE,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;        TASK                TYPE BAPI1012_TSK_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        MATERIALTASKALLOCATION TYPE BAPI1012_MTK_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        SEQUENCE            TYPE BAPI1012_SEQ_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        OPERATION           TYPE BAPI1012_OPR_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        SUBOPERATION        TYPE BAPI1012_SUB_OPR_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        REFERENCEOPERATION  TYPE BAPI1012_REF_OPR_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        WORKCENTERREFERENCE TYPE BAPI1012_WC_REF_OPR_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        COMPONENTALLOCATION TYPE BAPI1012_COM_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        PRODUCTIONRESOURCE  TYPE BAPI1012_PRT_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        INSPCHARACTERISTIC  TYPE BAPI1012_CHA_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        TEXTALLOCATION      TYPE BAPI1012_TXT_HDR_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        TEXT                TYPE BAPI1012_TXT_C&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        RETURN              TYPE BAPIRET2&lt;/P&gt;&lt;P&gt;                              OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        BAPI_RETN_INFO      LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Initialization&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  GROUP_COUNTER     = '01'.&lt;/P&gt;&lt;P&gt;  TASK_LIST_USAGE   = '1'.&lt;/P&gt;&lt;P&gt;  TASK_LIST_STATUS  = '4'.&lt;/P&gt;&lt;P&gt;  LOT_SIZE_FROM     = '0'.&lt;/P&gt;&lt;P&gt;  LOT_SIZE_TO       = '999999999'.&lt;/P&gt;&lt;P&gt;  TASK_MEASURE_UNIT = 'ST'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  TASK-GROUP_COUNTER       =  GROUP_COUNTER.&lt;/P&gt;&lt;P&gt;  TASK-VALID_FROM          =  VALID_FROM.&lt;/P&gt;&lt;P&gt;  TASK-TASK_LIST_USAGE     =  BOMUSAGE.&lt;/P&gt;&lt;P&gt;  TASK-PLANT               =  PLANT.&lt;/P&gt;&lt;P&gt;  TASK-TASK_LIST_STATUS    =  TASK_LIST_STATUS.&lt;/P&gt;&lt;P&gt;  TASK-DESCRIPTION         =  MATERIAL.&lt;/P&gt;&lt;P&gt;  TASK-LOT_SIZE_FROM       =  LOT_SIZE_FROM.&lt;/P&gt;&lt;P&gt;  TASK-LOT_SIZE_TO         =  LOT_SIZE_TO.&lt;/P&gt;&lt;P&gt;  TASK-TASK_MEASURE_UNIT   =  TASK_MEASURE_UNIT.&lt;/P&gt;&lt;P&gt;  APPEND TASK.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  MATERIALTASKALLOCATION-MATERIAL      = MATERIAL.&lt;/P&gt;&lt;P&gt;  MATERIALTASKALLOCATION-PLANT         = PLANT.&lt;/P&gt;&lt;P&gt;  MATERIALTASKALLOCATION-GROUP_COUNTER = GROUP_COUNTER.&lt;/P&gt;&lt;P&gt;  MATERIALTASKALLOCATION-VALID_FROM    = VALID_FROM.&lt;/P&gt;&lt;P&gt;  APPEND MATERIALTASKALLOCATION.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SEQUENCE-GROUP_COUNTER       = '01'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SEQUENCE-SEQUENCE_NO         = '000000'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SEQUENCE-VALID_FROM          = '20040816'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SEQUENCE-SEQUENCE_CATEGORY   = '0'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SEQUENCE-REFERENCE_SEQUENCE  = ''.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SEQUENCE-DESCRIPTION         = '4587201_JK'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SEQUENCE-TASK_MEASURE_UNIT   = 'PC'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; APPEND SEQUENCE.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  REFRESH : IT_REF.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; LOOP AT rout_list WHERE component = material. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP AT ROUT_LIST.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    IF ROUT_LIST-REFSET = 'X' AND&lt;/P&gt;&lt;P&gt;       NOT ROUT_LIST-VPLNR IS INITIAL.&lt;/P&gt;&lt;P&gt;      REFERENCEOPERATION-GROUP_COUNTER              = GROUP_COUNTER.&lt;/P&gt;&lt;P&gt;      REFERENCEOPERATION-SEQUENCE_NO                = SEQUENCE_NO.&lt;/P&gt;&lt;P&gt;      REFERENCEOPERATION-VALID_FROM                 = VALID_FROM.&lt;/P&gt;&lt;P&gt;      REFERENCEOPERATION-ACTIVITY                   = ROUT_LIST-VORNR.&lt;/P&gt;&lt;P&gt;      REFERENCEOPERATION-REFERENCED_TASK_LIST_GROUP = ROUT_LIST-VPLNR.&lt;/P&gt;&lt;P&gt;      REFERENCEOPERATION-REFERENCED_GROUP_COUNTER   = GROUP_COUNTER.&lt;/P&gt;&lt;P&gt;      APPEND REFERENCEOPERATION.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      IT_REF-VPLNR = ROUT_LIST-VPLNR.&lt;/P&gt;&lt;P&gt;      IT_REF-VORNR = ROUT_LIST-VORNR.&lt;/P&gt;&lt;P&gt;      APPEND IT_REF.&lt;/P&gt;&lt;P&gt;      CLEAR IT_REF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      OPERATION-GROUP_COUNTER      = GROUP_COUNTER.&lt;/P&gt;&lt;P&gt;      OPERATION-SEQUENCE_NO        = SEQUENCE_NO.&lt;/P&gt;&lt;P&gt;      OPERATION-VALID_FROM         = VALID_FROM.&lt;/P&gt;&lt;P&gt;      OPERATION-ACTIVITY           = ROUT_LIST-VORNR.&lt;/P&gt;&lt;P&gt;      OPERATION-CONTROL_KEY        = ROUT_LIST-STEUS.&lt;/P&gt;&lt;P&gt;      OPERATION-WORK_CNTR          = ROUT_LIST-ARBPL.&lt;/P&gt;&lt;P&gt;      OPERATION-PLANT              = PLANT.&lt;/P&gt;&lt;P&gt;      OPERATION-DESCRIPTION        = ROUT_LIST-LTXA1.&lt;/P&gt;&lt;P&gt;      OPERATION-DENOMINATOR        = ROUT_LIST-UMREN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Start of changes STC001&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      IF ROUT_LIST-UMREZ IS INITIAL.&lt;/P&gt;&lt;P&gt;        OPERATION-NOMINATOR          = '1'.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        OPERATION-NOMINATOR          = ROUT_LIST-UMREZ.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;End of changes STC001&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      OPERATION-BASE_QUANTITY      = ROUT_LIST-BMSCH.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      OPERATION-STD_VALUE_01       = ROUT_LIST-VGW01.&lt;/P&gt;&lt;P&gt;      OPERATION-STD_VALUE_02       = ROUT_LIST-VGW02.&lt;/P&gt;&lt;P&gt;      OPERATION-STD_VALUE_03       = ROUT_LIST-VGW03.&lt;/P&gt;&lt;P&gt;      OPERATION-STD_VALUE_04       = ROUT_LIST-VGW04.&lt;/P&gt;&lt;P&gt;      OPERATION-STD_VALUE_05       = ROUT_LIST-VGW05.&lt;/P&gt;&lt;P&gt;      OPERATION-STD_VALUE_06       = ROUT_LIST-VGW06.&lt;/P&gt;&lt;P&gt;      APPEND OPERATION.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  SORT IT_REF BY VPLNR VORNR.&lt;/P&gt;&lt;P&gt;  DELETE ADJACENT DUPLICATES FROM IT_REF COMPARING VPLNR.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  LOOP AT REFERENCEOPERATION.&lt;/P&gt;&lt;P&gt;    L_TABIX  = SY-TABIX.&lt;/P&gt;&lt;P&gt;    READ TABLE IT_REF&lt;/P&gt;&lt;P&gt;    WITH KEY VPLNR = REFERENCEOPERATION-REFERENCED_TASK_LIST_GROUP&lt;/P&gt;&lt;P&gt;             VORNR = REFERENCEOPERATION-ACTIVITY.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      DELETE REFERENCEOPERATION INDEX L_TABIX.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&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;  CALL FUNCTION 'BAPI_ROUTING_CREATE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   DESTINATION 'NONE'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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           = 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;      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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 05:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265290#M148883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T05:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: help is required for BAPI_ROUTING_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265291#M148884</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;Go thru the following example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;You want to create a routing with its sequences, operations and inspection characteristics on the key date 01.01.2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You generate an entry for each object in the following table by always entering the date 01.01.2000 in the attribute VALID_FROM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the relevant task list header data here. The attributes TASK_LIST_GROUP and GROUP_COUNTER only have to be supplied if you work with external number assignment. For internal number assignment the task list group and the group counter are determined automatically.&lt;/P&gt;&lt;P&gt;SEQUENCE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, only entries for alternative or parallel sequences are allowed. The standard sequence of a routing is always generated automatically and therefore does not have to be entered. Here also, the attributes TASK_LIST_GROUP and GROUP_COUNTER need only be supplied in the case of external number assignment.&lt;/P&gt;&lt;P&gt;OPERATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You generate an entry for each operation in this table. To identify the operations, you have to enter an external operation identifier in the field OPERATION_ID. This identifier has to contain at least one character that is not a number (such as VORG0010). This external identifier is used by the definition of the alternative or parallel sequences to identify the corresponding branch or return operation. You only have to supply the TASK_LIST_GROUP and GROUP_COUNTER in the case of external number assignment.&lt;/P&gt;&lt;P&gt;INSPCHARACTERISTIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;If you have individually entered a control indicator, note the following special features:&lt;/P&gt;&lt;P&gt;SCOPE_IND: Inspection scope. This indicator can have different&lt;/P&gt;&lt;P&gt;characteristics:&lt;/P&gt;&lt;P&gt;You set " " for: Free inspection scope&lt;/P&gt;&lt;P&gt;You set "&amp;lt;" for: Smaller inspection scope permitted&lt;/P&gt;&lt;P&gt;You set "&amp;gt;" for: Larger inspection scope permitted&lt;/P&gt;&lt;P&gt;You set "=" for: Defined inspection scope&lt;/P&gt;&lt;P&gt;RESULT_RECORDING_TYPE: Record entry type. This indicator can have different characteristics:&lt;/P&gt;&lt;P&gt;You set "-" for: No record entry&lt;/P&gt;&lt;P&gt;You set "*" for: Classified record entry&lt;/P&gt;&lt;P&gt;You set "+" for: Single record entry&lt;/P&gt;&lt;P&gt;You set " " for: Summarized record entry&lt;/P&gt;&lt;P&gt;DOCU_REQU: Documentation required for check results. This indicator can&lt;/P&gt;&lt;P&gt;have different characteristics:&lt;/P&gt;&lt;P&gt;You set " " for: No documention required&lt;/P&gt;&lt;P&gt;You set "." for: Documentation for rejection&lt;/P&gt;&lt;P&gt;You set "+" for: Document all check results&lt;/P&gt;&lt;P&gt;You set "+" for: Document all check results.&lt;/P&gt;&lt;P&gt;CONFIRMATION_CATEGORY Characteristic category&lt;/P&gt;&lt;P&gt;You set " " for: Optional characteristic&lt;/P&gt;&lt;P&gt;You set "+" for: Limited to the acceptance of the previous mandatory characteristic&lt;/P&gt;&lt;P&gt;You set "-" for: Limited to the rejection of the previous mandatory characteristic&lt;/P&gt;&lt;P&gt;You set "X" for: Mandatory characteristic&lt;/P&gt;&lt;P&gt;PRINT_IND: Print control&lt;/P&gt;&lt;P&gt;This indicator can have different characteristics:&lt;/P&gt;&lt;P&gt;You set " " for: Print&lt;/P&gt;&lt;P&gt;You set "x" for: Do not print&lt;/P&gt;&lt;P&gt;You set "*" for: Do not print at skip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;Provided that during the data transfer no errors can be found, the export parameters GROUP and GROUPCOUNTER contain the key for the generated task list. To secure the data in the database, you now have to carry out a COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All error that occur are logged in the external parameter RETURN. In the case of inconsistencies, the entire routing to be generated is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 05:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265291#M148884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T05:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: help is required for BAPI_ROUTING_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265292#M148885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOOP AT ROUT_LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ROUT_LIST-REFSET = 'X' AND&lt;/P&gt;&lt;P&gt;NOT ROUT_LIST-VPLNR IS INITIAL.&lt;/P&gt;&lt;P&gt;REFERENCEOPERATION-GROUP_COUNTER = GROUP_COUNTER.&lt;/P&gt;&lt;P&gt;REFERENCEOPERATION-SEQUENCE_NO = SEQUENCE_NO.&lt;/P&gt;&lt;P&gt;REFERENCEOPERATION-VALID_FROM = VALID_FROM.&lt;/P&gt;&lt;P&gt;REFERENCEOPERATION-ACTIVITY = ROUT_LIST-VORNR.&lt;/P&gt;&lt;P&gt;REFERENCEOPERATION-REFERENCED_TASK_LIST_GROUP = ROUT_LIST-VPLNR.&lt;/P&gt;&lt;P&gt;REFERENCEOPERATION-REFERENCED_GROUP_COUNTER = GROUP_COUNTER.&lt;/P&gt;&lt;P&gt;APPEND REFERENCEOPERATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please explain where you have declared this internal table.and what type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 06:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265292#M148885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T06:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: help is required for BAPI_ROUTING_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265293#M148886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it would be great if you please explain the things what you have done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 06:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265293#M148886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T06:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: help is required for BAPI_ROUTING_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265294#M148887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;srikanth please explain also like how you upload the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 06:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-is-required-for-bapi-routing-create/m-p/1265294#M148887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T06:29:01Z</dc:date>
    </item>
  </channel>
</rss>

