Sapass

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



Index

InspPoint

InspPoint


The business object Inspection operation inspection point
(inspection point) defines the quantity from which the sample should be
taken. An inspection point is a clearly identifiable record of inspection results, that is assigned to an inspection operation.


You can assign several inspection points to an inspection operation,
where each inspection point represents a certain partial quantity of the inspection lot.


The user identifies the inspection points using a combination of fields. The meaning of these fields is user-dependent.


11-Dec-2005


Methods

Available Methods


  • Change : Change inspection point [ BAPI_INSPPOINT_CHANGE ] (Obsolete in 46C)
  • CreateFromData : Create insp. point [ BAPI_INSPPOINT_CREATEFROMDATA ] (Obsolete in 46C)
  • GetList : Select insp. points [ BAPI_INSPPOINT_GETLIST ] (Obsolete in 46C)
  • GetRequirements : Load insp. specifications and insp. points [ BAPI_INSPPOINT_GETREQUIREMENTS ] (Obsolete in 46C)

11-Dec-2005


Change

Change


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 changes the data (such as, partial lot, batch, valuation)
for an inspection point. The inspection point identification for the inspection point cannot be changed.

This method uses the same data structures as the methods InspPoint.GetList and InspPoint.CreateFromData.



11-Dec-2005


CreateFromData

CreateFromData


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 creates an inspection point for an inspection lot
operation. It contains the inspection point identification and optionaldata for the partial lot, batch, and inspection point valuation.

There is no general rule as regards the fields of an inspection pointthat can be maintained or the fields that cannot be filled. The
inspection point requirements can be defined both in Customizing and ininspection planning (inspection plan, routing, master recipe). The usercan always check and evaluate these requirements using the BAPIInspPoint.GetRequirements. The dependencies are described in detail in the description of the parameter DATA.


The inspection point number cannot be transferred from externally. Itis determined internally and exported using the parameter InspPoint.The inspection point number is the prerequisite for the confirmations of inspection results for characteristics using the BAPI:
InspLotCharacter.SetResult.

This BAPI contains a COMMIT WORK AND WAIT. Once the BAPI has beencalled the inspection point exists in the database and is not locked.


11-Dec-2005


GetList

GetList


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

This method provides the inspection points for an inspection lot operation.



11-Dec-2005


GetRequirements

GetRequirements


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

This method provides the specifications for an inspection point.


The following specifications are included:

  • Catalog data for valuating an inspection point
  • Information on whether the inspection point has a quantity or time reference
  • Field names for the inspection point identification
  • Various indicators that are required to confirm the inspection point.


  • 11-Dec-2005