Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>InspLotCharacter



Index

InspLotCharacter

InspLotCharacter


The business object Inspection operation characteristic
(inspection characteristic) describes what should be inspected during a
quality inspection. The sample size as well as the conditions for the
acceptance or rejection of the inspection lot are predefined in the inspection operation sample for each inspection characteristic.


Inspection characteristics can be divided into quantitative and
qualitative characteristics (inspection characteristic categories).


11-Dec-2005


Methods

Available Methods


  • GetRequirements : Load inspection specifications for an inspection lot charac. [ BAPI_INSPCHAR_GETREQUIREMENTS ] (Obsolete in 46C)
  • GetResult : Load insp. results [ BAPI_INSPCHAR_GETRESULT ] (Obsolete in 46C)
  • SetResult : Write insp. results [ BAPI_INSPCHAR_SETRESULT ] (Obsolete in 46C)

11-Dec-2005


GetRequirements

GetRequirements


Important! This BAPI is flagged as being obsolete. Use the BAPI: BAPI_INSPOPER_GETDETAIL instead and set the indicatorREAD_CHAR_REQUIREMENTS. You do not have to make this change immediately. This BAPI will continue to be supported in this releaseand in the next functional release.


This method provides the inspection specifications for an inspectionlot characteristic. The inspection specifications contain all the information that is needed for the correct confirmation of aninspection result for the inspection lot characteristic.


Notes

Inspection lot characteristics belong to inspection lots and inspection operations. Use the Get list methods of these objects to determine the inspection characteristics, for which you want to load the inspection specifications.



11-Dec-2005


GetResult

GetResult


Important! This BAPI is flagged as being obsolete. Use the BAPI: BAPI_INSPOPER_GETDETAIL instead and set the indicatorREAD_CHAR_RESULTS. You do not have to make this change immediately.This BAPI will continue to be supported in this release and in the next functional release.


This method provides inspection results for an inspection lot characteristic.

The following inspection results are loaded:

  • Inspection results at characteristic level (with status, mean value)
  • Inspection results at sample level
  • Single values


  • 11-Dec-2005


    SetResult

    SetResult


    Important! This BAPI is flagged as being obsolete. Use the BAPI:BAPI_INSPOPER_RECORDRESULTS instead. You do not have to make thischange immediately. This BAPI will continue to be supported in this release and in the next functional release.

    This method confirms inspection results for an inspection lot characteristic. It is also possible to update existing inspection
    results. To do this, the results are loaded using the method InspLotCharacter.GetResult. Both methods use the same data structures.


    11-Dec-2005