<?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 Function QPLEXT_INSPECTION_LOT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-qplext-inspection-lot-create/m-p/5651314#M1285809</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;&lt;/P&gt;&lt;P&gt;I need to inform more than 1 extension using the function&lt;/P&gt;&lt;P&gt;QPLEXT_INSPECTION_LOT_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I inform the LOS_REF with no problem but need to inform also&lt;/P&gt;&lt;P&gt;the field INSP_DOC_NUMBER using the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the code I am using......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;st_insp_header-werk            = st_znaqme002-werks.&lt;/P&gt;&lt;P&gt;st_insp_header-art             = st_fm_const-art.        &lt;/P&gt;&lt;P&gt;st_insp_header-herkunft        = st_fm_const-herkunft.&lt;/P&gt;&lt;P&gt;GET TIME STAMP FIELD lv_timestamp.&lt;/P&gt;&lt;P&gt;st_insp_header-erstelzeit_utc  = lv_timestamp.&lt;/P&gt;&lt;P&gt;st_insp_header-insp_doc_number = space.&lt;/P&gt;&lt;P&gt;st_insp_header-matnr           = st_znaqme002-matnr.&lt;/P&gt;&lt;P&gt;st_insp_header-charg           = st_znaqme002-charg.&lt;/P&gt;&lt;P&gt;st_insp_header-losmenge        = st_fm_const-losmenge.&lt;/P&gt;&lt;P&gt;st_insp_header-mengeneinh      = st_fm_const-mengeneinh.&lt;/P&gt;&lt;P&gt;clear st_extension1.&lt;/P&gt;&lt;P&gt;st_extension1-field            = 'LOS_REF'.&lt;/P&gt;&lt;P&gt;st_extension1-value            = st_znaqme002-los_ref.&lt;/P&gt;&lt;P&gt;APPEND st_extension1 TO it_extension1.&lt;/P&gt;&lt;P&gt;************************************************************&lt;/P&gt;&lt;P&gt;****I want to add the field INSP_DOC_NUMBER&lt;/P&gt;&lt;P&gt;****&lt;/P&gt;&lt;P&gt;***clear st_extension1.&lt;/P&gt;&lt;P&gt;***st_extension1-field            = 'INSP_DOC_NUMBER'.&lt;/P&gt;&lt;P&gt;***st_extension1-value            = st_znaqme002-doc_no.&lt;/P&gt;&lt;P&gt;***APPEND st_extension1 TO it_extension1.&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'QPLEXT_INSPECTION_LOT_CREATE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;is_insp_header              = st_insp_header&lt;/P&gt;&lt;P&gt;it_extension1               = it_extension1[]&lt;/P&gt;&lt;P&gt;iv_execute_commit           = 'X'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ev_lot_number               = p_prueflos&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;creation_failed             = 1&lt;/P&gt;&lt;P&gt;creation_with_failure       = 2&lt;/P&gt;&lt;P&gt;OTHERS                      = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run this the inspection lot is created with the los_ref but I do not know how to create with both los_ref and insp_doc_number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please.&lt;/P&gt;&lt;P&gt;Curtis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2009 15:12:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-19T15:12:47Z</dc:date>
    <item>
      <title>Function QPLEXT_INSPECTION_LOT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-qplext-inspection-lot-create/m-p/5651314#M1285809</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;&lt;/P&gt;&lt;P&gt;I need to inform more than 1 extension using the function&lt;/P&gt;&lt;P&gt;QPLEXT_INSPECTION_LOT_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I inform the LOS_REF with no problem but need to inform also&lt;/P&gt;&lt;P&gt;the field INSP_DOC_NUMBER using the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the code I am using......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;st_insp_header-werk            = st_znaqme002-werks.&lt;/P&gt;&lt;P&gt;st_insp_header-art             = st_fm_const-art.        &lt;/P&gt;&lt;P&gt;st_insp_header-herkunft        = st_fm_const-herkunft.&lt;/P&gt;&lt;P&gt;GET TIME STAMP FIELD lv_timestamp.&lt;/P&gt;&lt;P&gt;st_insp_header-erstelzeit_utc  = lv_timestamp.&lt;/P&gt;&lt;P&gt;st_insp_header-insp_doc_number = space.&lt;/P&gt;&lt;P&gt;st_insp_header-matnr           = st_znaqme002-matnr.&lt;/P&gt;&lt;P&gt;st_insp_header-charg           = st_znaqme002-charg.&lt;/P&gt;&lt;P&gt;st_insp_header-losmenge        = st_fm_const-losmenge.&lt;/P&gt;&lt;P&gt;st_insp_header-mengeneinh      = st_fm_const-mengeneinh.&lt;/P&gt;&lt;P&gt;clear st_extension1.&lt;/P&gt;&lt;P&gt;st_extension1-field            = 'LOS_REF'.&lt;/P&gt;&lt;P&gt;st_extension1-value            = st_znaqme002-los_ref.&lt;/P&gt;&lt;P&gt;APPEND st_extension1 TO it_extension1.&lt;/P&gt;&lt;P&gt;************************************************************&lt;/P&gt;&lt;P&gt;****I want to add the field INSP_DOC_NUMBER&lt;/P&gt;&lt;P&gt;****&lt;/P&gt;&lt;P&gt;***clear st_extension1.&lt;/P&gt;&lt;P&gt;***st_extension1-field            = 'INSP_DOC_NUMBER'.&lt;/P&gt;&lt;P&gt;***st_extension1-value            = st_znaqme002-doc_no.&lt;/P&gt;&lt;P&gt;***APPEND st_extension1 TO it_extension1.&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'QPLEXT_INSPECTION_LOT_CREATE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;is_insp_header              = st_insp_header&lt;/P&gt;&lt;P&gt;it_extension1               = it_extension1[]&lt;/P&gt;&lt;P&gt;iv_execute_commit           = 'X'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ev_lot_number               = p_prueflos&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;creation_failed             = 1&lt;/P&gt;&lt;P&gt;creation_with_failure       = 2&lt;/P&gt;&lt;P&gt;OTHERS                      = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run this the inspection lot is created with the los_ref but I do not know how to create with both los_ref and insp_doc_number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please.&lt;/P&gt;&lt;P&gt;Curtis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-qplext-inspection-lot-create/m-p/5651314#M1285809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function QPLEXT_INSPECTION_LOT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-qplext-inspection-lot-create/m-p/5651315#M1285810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The insp_doc_number must be informed thru the header....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-qplext-inspection-lot-create/m-p/5651315#M1285810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T15:50:48Z</dc:date>
    </item>
  </channel>
</rss>

