SAP ABAP IMG Activity ADS2KIPUPL_PART_API (Implement Customer Extensions to Part API)
Hierarchy
ECC-DIMP (Software Component) DIMP
   IS-AD-SPC (Application Component) Specification 2000
     ADS2KIPUPL_AL (Package) SPEC 2000 Initial Provisioning Upload: File Readers/Parsers
IMG Activity
ID ADS2KIPUPL_PART_API Implement Customer Extensions to Part API  
Transaction Code S_KA5_12001154   IMG activity: ADS2KIPUPL_PART_API 
Created on 20020509    
Customizing Attributes ADS2KIPUPL_PART_API   Implement customer extensions to Part API 
Customizing Activity ADS2KIPUPL_PART_API   Implement customer extensions to Part API 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name ADS2KIPUPL_PART_API    

You use this Business Add-In (BAdI) to extend the Part APIs (API_S2K_IP_PART_UPDATE, API_S2K_IP_PART_READ).

The BADI has three methods:

  • PROCESS_EXTENSION_DATA: The method is to extend or modify the part data before it gets saved in the database. For e.g., the User status of the part can be modified in this method. The method accepts the following parameters:
    • IS_API_IF � Importing the part data. The extension data is passed in the IT_SPCIPEXTN field.
    • CS_PART � The data that can be modified by the user and exported back to the API. It provides the existing database entries and the incoming entries in appropriate Y* & X* structures. You can then make modification to the X* fields and the changes would get updated to the database.

If you extend the IP database tables using a customer include, the extended database structure is accessible in CS_PART interface. You can then update these extended fields and return the data to the API.

  • UPDATE_EXTENSION_DATA:The method is used to insert data into customer tables. This method should be implemented when you need to insert data to tables other than the IP database tables.
  • READ_EXTENSION_DATA : The method is invoked in the API_S2K_IP_PART_READ function module. It is used to read the customer specific data.

Example

Requirements

Standard settings

Recommendation

Activities

Further notes

Business Attributes
ASAP Roadmap ID 204   Establish Functions and Processes 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG ADS2KIPUPL_PART_API 0 KAD0000015 Provisioning 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20021112 
SAP Release Created in 471