SAP ABAP Class CL_PDS_SAVE (Saves PDS Data)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   CA (Application Component) Cross-Application Components
     PDS_MAINTAIN (Package) Maintenance of Additional Data for Production Data Structure
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PDS_MAINT_CONSTANTS Constants Class 20041206
Properties
Class CL_PDS_SAVE  
Short Description Saves PDS Data    
Super Class CL_PDS_MAINT_CONSTANTS Constants Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PDS_MAINTAIN   Maintenance of Additional Data for Production Data Structure 
Created 20041115   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PDS_SAVE has no forward declaration.
Interfaces
Class CL_PDS_SAVE has no interface implemented.
Friends
Class CL_PDS_SAVE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_HEAD_SAVE Instance attribute Private Type reference (TYPE) PDS_HEADER_DISPLAY Structure for Saving Header Data for PDS 20041206
2 GS_HEAD_SAVE_ALL Instance attribute Private Type reference (TYPE) PDSMAINT_HEAD_STR Structure for Saving Header Data for PDS 20041207
3 GS_KEY_SAVE Instance attribute Private Type reference (TYPE) PDS_KEY_STR Key Structure for PDS Data from PDS Maintenance 20041206
4 GT_COMP_SAVE Instance attribute Private Type reference (TYPE) PDS_COMP_DISPLAY_T Table Type for Additional Data for PDS (Component Data) 20041203
5 GT_COMP_SAVE_ALL_D Static Attribute Private Type reference (TYPE) PDSMAINT_COMP_T Structure for Database Tables for Component Data 20041206
6 GT_COMP_SAVE_ALL_I Static Attribute Private Type reference (TYPE) PDSMAINT_COMP_T Structure for Database Tables for Component Data 20041206
7 GT_COMP_SAVE_ALL_M Static Attribute Private Type reference (TYPE) PDSMAINT_COMP_T Structure for Database Tables for Component Data 20041206
8 GT_COMP_SAVE_D Instance attribute Private Type reference (TYPE) PDSMAINT_COMP_T Structure for Database Tables for Component Data 20041206
9 GT_COMP_SAVE_I Instance attribute Private Type reference (TYPE) PDSMAINT_COMP_T Structure for Database Tables for Component Data 20041206
10 GT_COMP_SAVE_M Instance attribute Private Type reference (TYPE) PDSMAINT_COMP_T Structure for Database Tables for Component Data 20041206
11 GT_HEAD_SAVE_ALL_D Static Attribute Private Type reference (TYPE) PDSMAINT_HEAD_T Structure for Saving Header Data for PDS 20041207
12 GT_HEAD_SAVE_ALL_I Static Attribute Private Type reference (TYPE) PDSMAINT_HEAD_T Structure for Saving Header Data for PDS 20041207
13 GT_HEAD_SAVE_ALL_M Static Attribute Private Type reference (TYPE) PDSMAINT_HEAD_T Structure for Saving Header Data for PDS 20041207
14 GT_KEY_SAVE_ALL_D Static Attribute Private Type reference (TYPE) PDS_KEY_T Key Structure for PDS Data from PDS Maintenance 20041207
15 GT_KEY_SAVE_ALL_I Static Attribute Private Type reference (TYPE) PDS_KEY_T Key Structure for PDS Data from PDS Maintenance 20041207
16 GT_KEY_SAVE_ALL_M Static Attribute Private Type reference (TYPE) PDS_KEY_T Key Structure for PDS Data from PDS Maintenance 20041207
17 GT_OPER_SAVE Instance attribute Private Type reference (TYPE) PDS_OPER_DISPLAY_T Table Type for Additional Data for PDS (Component Data) 20050105
18 GT_OPER_SAVE_ALL_D Static Attribute Private Type reference (TYPE) PDS_MAINTAIN_OPER_T Structure for Database Tables for Component Data 20050105
19 GT_OPER_SAVE_ALL_I Static Attribute Private Type reference (TYPE) PDS_MAINTAIN_OPER_T Structure for Database Tables for Component Data 20050105
20 GT_OPER_SAVE_ALL_M Static Attribute Private Type reference (TYPE) PDS_MAINTAIN_OPER_T Structure for Database Tables for Component Data 20050105
21 GT_OPER_SAVE_D Instance attribute Private Type reference (TYPE) PDS_MAINTAIN_OPER_T Structure for Database Tables for Component Data 20050105
22 GT_OPER_SAVE_I Instance attribute Private Type reference (TYPE) PDS_MAINTAIN_OPER_T Structure for Database Tables for Component Data 20050105
23 GT_OPER_SAVE_M Instance attribute Private Type reference (TYPE) PDS_MAINTAIN_OPER_T Structure for Database Tables for Component Data 20050105
24 GV_PDS_STATUS Instance attribute Private Type reference (TYPE) PDSMAINT_STATUS PDS Maintenance Status 20041207
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Static method Public Method Deletes Storage Tables 20050124
2 CONSTRUCTOR Instance method Public Constructor Fills Global Buffer Tables 20041203
3 DELETE Static method Public Method Interface to Production Version: Delete from DB 20091210
4 GET_KEY Instance method Public Method Returns GUID 20050124
5 PREPARE_COMP_FOR_SAVE Instance method Public Method Gets Data to be Saved from Buffer 20041203
6 PREPARE_HEAD_FOR_SAVE Instance method Public Method Gets Data to be Saved from Buffer 20041203
7 PREPARE_KEY_FOR_SAVE Instance method Public Method Gets Data to be Saved from Buffer 20041206
8 PREPARE_OPER_FOR_SAVE Instance method Public Method Gets Data to be Saved from Buffer 20041203
9 SAVE Static method Public Method Provides Database with Data 20041206
Events
Class CL_PDS_SAVE has no event.
Types
Class CL_PDS_SAVE has no local type.
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_PDS_SAVE has no parameter.
Method CLEAR on class CL_PDS_SAVE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PDS Call by reference Object reference (TYPE REF TO) CL_PDS_READ_DATA puffert geänderte PDS Daten 20041203
2 Importing IO_PDS_REF Call by reference Object reference (TYPE REF TO) CL_PDS_BUFFER_DATA puffert geänderte PDS Daten 20050119

Method CONSTRUCTOR on class CL_PDS_SAVE has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Materialnummer 20091210
2 Importing IV_VERID Call by reference Type reference (TYPE) VERID Fertigungsversion 20091210
3 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Werk 20091210

Method DELETE on class CL_PDS_SAVE has no exception.

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_KEY Value transfer Type reference (TYPE) PDS_KEY_STR Globally Unique Identifier 20050124

Method GET_KEY on class CL_PDS_SAVE has no exception.

Method PREPARE_COMP_FOR_SAVE Signature

Method PREPARE_COMP_FOR_SAVE on class CL_PDS_SAVE has no parameter.
Method PREPARE_COMP_FOR_SAVE on class CL_PDS_SAVE has no exception.

Method PREPARE_HEAD_FOR_SAVE Signature

Method PREPARE_HEAD_FOR_SAVE on class CL_PDS_SAVE has no parameter.
Method PREPARE_HEAD_FOR_SAVE on class CL_PDS_SAVE has no exception.

Method PREPARE_KEY_FOR_SAVE Signature

Method PREPARE_KEY_FOR_SAVE on class CL_PDS_SAVE has no parameter.
Method PREPARE_KEY_FOR_SAVE on class CL_PDS_SAVE has no exception.

Method PREPARE_OPER_FOR_SAVE Signature

Method PREPARE_OPER_FOR_SAVE on class CL_PDS_SAVE has no parameter.
Method PREPARE_OPER_FOR_SAVE on class CL_PDS_SAVE has no exception.

Method SAVE Signature

Method SAVE on class CL_PDS_SAVE has no parameter.
Method SAVE on class CL_PDS_SAVE has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 600