SAP ABAP Class IF_MRM_DPC (Down Payment Clearing)
Properties
Class IF_MRM_DPC  
Short Description Down Payment Clearing    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080423   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_MRM_DPC has no forward declaration.
Interfaces
Class IF_MRM_DPC has no interface implemented.
Friends
Class IF_MRM_DPC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_RBDPC Instance attribute Public Type reference (TYPE) TTY_RBDPC Down Payment Clearing Information 20080423
2 MT_RBDPC_BUFFER Instance attribute Public Type reference (TYPE) FPDP_T_RBDPC Buffer for Down Payment Clearing Information 20080429
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Factory Method 20080423
2 DELETE Static method Public Method Delete Object Reference 20080423
3 GET_DATA Instance method Public Method Get Information from Attribute MT_RBDPC 20080423
4 GET_DATA_BUFFER Instance method Public Method Get Information from Buffer (MT_RBDPC_BUFFER) 20080429
5 GET_REF Static method Public Method Transfer Reference 20131115
6 SET_DATA Instance method Public Method Write Information to Attribute MT_RBDPC 20080423
7 SET_DATA_BUFFER Instance method Public Method Write Information to Buffer (MT_RBDPC_BUFFER) 20080429
Events
Class IF_MRM_DPC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STY_RBDPC Public See coding Down Payment Clearing Information 20080425 BEGIN OF sty_rbdpc, selkz TYPE selkz. INCLUDE TYPE rbdpc. TYPES: END OF sty_rbdpc
2 STY_RBDPC_UPDATE Public Type reference (TYPE) MRMRBDPC Down Payment Clearing - Database Update 20080505
3 TTY_RBDPC Public See coding Down Payment Clearing Information 20080425 tty_rbdpc TYPE STANDARD TABLE OF sty_rbdpc
4 TTY_RBDPC_UPDATE Public See coding Down Payment Clearing - Database Update 20080505 tty_rbdpc_update TYPE STANDARD TABLE OF sty_rbdpc_update
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DPC Value transfer Object reference (TYPE REF TO) IF_MRM_DPC Referenz zur Anzahlungsverrechnung 20080423

Method CREATE on class IF_MRM_DPC has no exception.

Method DELETE Signature

Method DELETE on class IF_MRM_DPC has no parameter.
Method DELETE on class IF_MRM_DPC has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RBDPC Call by reference Type reference (TYPE) TTY_RBDPC Anzahlungsverrechnungsinformationen 20080423

Method GET_DATA on class IF_MRM_DPC has no exception.

Method GET_DATA_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RBDPC Call by reference Type reference (TYPE) FPDP_T_RBDPC Anzahlungsverrechnungsinformationen (gepuffert) 20080429

Method GET_DATA_BUFFER on class IF_MRM_DPC has no exception.

Method GET_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DPC Value transfer Object reference (TYPE REF TO) IF_MRM_DPC Anzahlungsverrechnung 20131115

Method GET_REF on class IF_MRM_DPC has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RBDPC Call by reference Type reference (TYPE) TTY_RBDPC Anzahlungsverrechnungsinformationen 20080423

Method SET_DATA on class IF_MRM_DPC has no exception.

Method SET_DATA_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RBDPC Call by reference Type reference (TYPE) FPDP_T_RBDPC Anzahlungsverrechnungsinformationen (zu puffern) 20080429

Method SET_DATA_BUFFER on class IF_MRM_DPC has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in