SAP ABAP Class CL_CIAP_NF_RET (Returning nota fiscal document class.)
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_RET  
Short Description Returning nota fiscal document class.    
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 20130913   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CIAP_NF_RET has no forward declaration.
Interfaces
Class CL_CIAP_NF_RET has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_AUNIT_ASSERT 20131118 ABAP Unit: Assertions (see Longtext)
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_BRANCH_DESTINATION Instance attribute Protected Type reference (TYPE) J_1BBRANC_ Business Place 20131118
2 MV_WRITE_OFF_PERCENTAGE Instance attribute Protected Type reference (TYPE) PERCENT Quota for transporting goods receipts 20131118
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_BY_NF Static method Public Method Constructs NF record using Nota Fiscal 20131118
2 GET_WRITE_OFF_PERCENTAGE Instance method Public Method Gets the percentage of write-off 20131118
3 INSERT_DB Instance method Public Method Inserts into CIAP_D_NF table 20131118
4 LOAD_BY_RECORD Static method Public Method Loads nf data from DB using record id 20131118
Events
Class CL_CIAP_NF_RET has no event.
Types
Class CL_CIAP_NF_RET 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_NFHEADER Call by reference Type reference (TYPE) J_1BNFDOC Nota Fiscal Header 20131118
2 Importing IS_NFITEM Call by reference Type reference (TYPE) J_1BNFLIN Nota Fiscal line items 20131118
3 Returning RO_NF_RET Value transfer Object reference (TYPE REF TO) CL_CIAP_NF_RET Nota fiscal retirement object 20131118

Method CREATE_BY_NF on class CL_CIAP_NF_RET has no exception.

Method GET_WRITE_OFF_PERCENTAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WRITE_OFF_PERCENTAGE Value transfer Type reference (TYPE) PERCENTAGE Percentage share of return delivery 20131118

Method GET_WRITE_OFF_PERCENTAGE on class CL_CIAP_NF_RET has no exception.

Method INSERT_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CIAP_RECORD_ID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20131118

Method INSERT_DB on class CL_CIAP_NF_RET has no exception.

Method LOAD_BY_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CIAP_RECORD Call by reference Type reference (TYPE) CIAP_D_RECORD CIAP Record 20131118
2 Returning RO_NF_RET Value transfer Object reference (TYPE REF TO) CL_CIAP_NF_RET Returning nota fiscal document class. 20131118

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