SAP ABAP Class CL_PT_LINE (Portugal: SAF-T Line)
Hierarchy
☛
FI-CA (Software Component) FI-CA
⤷
FI-CA (Application Component) Contract Accounts Receivable and Payable
⤷
FKK_ID_PT_SAFT (Package) FI-CA Localization Portugal - SAF-T
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FICA_SAFT_LINE_XX | FICA SAF-T Line | 20130211 |
Properties
| Class | CL_PT_LINE | |
| Short Description | Portugal: SAF-T Line | |
| Super Class | CL_FICA_SAFT_LINE_XX | FICA SAF-T Line |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FKK_ID_PT_SAFT | FI-CA Localization Portugal - SAF-T |
| Created | 20121207 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_PT_LINE has no interface implemented.
Friends
Class CL_PT_LINE has no friend class.
Attributes
Class CL_PT_LINE has no attribute.
Methods
Class CL_PT_LINE has no method.
Events
Class CL_PT_LINE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CREDITNOTE | Public | See coding | 20130211 | BEGIN OF ty_s_creditnote ,
reference TYPE c LENGTH 60 ,
reason TYPE c LENGTH 50 ,
END OF ty_s_creditnote
|
||
| 2 | TY_S_LINE | Public | See coding | 20130211 | BEGIN OF ty_s_line ,
linenumber TYPE c LENGTH 6 ,
orderreferences TYPE ty_s_orderref ,
productcode TYPE c LENGTH 30 ,
productdescription TYPE c LENGTH 60 ,
quantity TYPE c LENGTH 17 ,
unitofmeasure TYPE c LENGTH 20 ,
unitprice TYPE c LENGTH 34 ,
taxpointdate TYPE c LENGTH 10 ,
references TYPE ty_s_creditnote ,
description TYPE c LENGTH 60 ,
debitamount TYPE cl_fica_saft_utility=>ty_s_choice ,
creditamount TYPE cl_fica_saft_utility=>ty_s_choice ,
tax TYPE ty_s_tax ,
taxexemptionreason TYPE c LENGTH 60 ,
settlementamount TYPE c LENGTH 34 ,
END OF ty_s_line
|
||
| 3 | TY_S_ORDERREF | Public | See coding | 20130211 | BEGIN OF ty_s_orderref ,
originatingon TYPE c LENGTH 30 ,
orderdate TYPE c LENGTH 10 ,
END OF ty_s_orderref
|
||
| 4 | TY_S_TAX | Public | See coding | 20130211 | BEGIN OF ty_s_tax ,
taxtype TYPE c LENGTH 3 ,
taxcountryregion TYPE c LENGTH 5 ,
taxcode TYPE c LENGTH 10 ,
taxpercentage TYPE cl_fica_saft_utility=>ty_s_choice ,
taxamount TYPE cl_fica_saft_utility=>ty_s_choice ,
END OF ty_s_tax
|
||
| 5 | TY_T_CREDITNOTE | Public | See coding | 20130211 | ty_t_creditnote TYPE STANDARD TABLE OF ty_s_creditnote
|
||
| 6 | TY_T_LINE | Public | See coding | 20130211 | ty_t_line TYPE STANDARD TABLE OF ty_s_line
|
||
| 7 | TY_T_ORDERREF | Public | See coding | 20130211 | ty_t_orderref TYPE STANDARD TABLE OF ty_s_orderref
|
||
| 8 | TY_T_TAX | Public | See coding | 20130211 | ty_t_tax TYPE STANDARD TABLE OF ty_s_tax
|
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |