SAP ABAP Class CL_CIAP_NF_ORIGINAL (CIAP class for the original nota fiscal)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   FI-LOC (Application Component) Localization
     INT_TMF_CIAP (Package) TMF Integration Features: CIAP
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CIAP_NF Generic class for notas fiscais. 20131118
Properties
Class CL_CIAP_NF_ORIGINAL  
Short Description CIAP class for the original nota fiscal    
Super Class CL_CIAP_NF Generic class for notas fiscais. 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package INT_TMF_CIAP   TMF Integration Features: CIAP 
Created 20130930   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CIAP_NF_ORIGINAL has no forward declaration.
Interfaces
Class CL_CIAP_NF_ORIGINAL has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_AUNIT_ASSERT 20131118 ABAP Unit: Assertions (see Longtext)
Attributes
Class CL_CIAP_NF_ORIGINAL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_BY_NF Static method Public Method Constructs original NF using Nota Fiscal 20131118
2 CREATE_BY_NF_OBJ Static method Public Method Constructs original NF using a Nota Fiscal object. 20131118
3 LOAD_BY_RECORD_ID Static method Public Method Loads object using Record ID 20131118
Events
Class CL_CIAP_NF_ORIGINAL has no event.
Types
Class CL_CIAP_NF_ORIGINAL has no local type.
Method Signatures

Method CREATE_BY_NF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ORIG_NF_HEADER Call by reference Type reference (TYPE) J_1BNFDOC Nota Fiscal Header 20131118
2 Importing IS_ORIG_NF_ITEM Call by reference Type reference (TYPE) J_1BNFLIN Nota Fiscal line items 20131118
3 Returning RO_NF_ORIGINAL Value transfer Object reference (TYPE REF TO) CL_CIAP_NF_ORIGINAL CIAP class for the original nota fiscal 20131118

Method CREATE_BY_NF on class CL_CIAP_NF_ORIGINAL has no exception.

Method CREATE_BY_NF_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NF Call by reference Object reference (TYPE REF TO) CL_CIAP_NF The NF to clone. 20131118
2 Returning RO_NF_ORIG Value transfer Object reference (TYPE REF TO) CL_CIAP_NF_ORIGINAL The returned NF original. 20131118

Method CREATE_BY_NF_OBJ on class CL_CIAP_NF_ORIGINAL has no exception.

Method LOAD_BY_RECORD_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RECORD_ID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20131118
2 Returning RO_NF_ORIGINAL Value transfer Object reference (TYPE REF TO) CL_CIAP_NF_ORIGINAL CIAP class for the original nota fiscal 20131118

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