SAP ABAP Class CL_PT_HEADER (Portugal: SAF-T Header)
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_HEADER_XX | FICA SAF-T Header | 20130212 |
Properties
| Class | CL_PT_HEADER | |
| Short Description | Portugal: SAF-T Header | |
| Super Class | CL_FICA_SAFT_HEADER_XX | FICA SAF-T Header |
| 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 | 20110218 | 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_HEADER has no interface implemented.
Friends
Class CL_PT_HEADER has no friend class.
Attributes
Class CL_PT_HEADER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130213 |
Events
Class CL_PT_HEADER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_HEADER | Public | See coding | 20130212 | BEGIN OF ty_s_header ,
auditfileversion TYPE c LENGTH 10 ,
companyid TYPE c LENGTH 50 ,
taxregistrationnumber TYPE c LENGTH 9 ,
taxaccountingbasis TYPE c LENGTH 1 ,
companyname TYPE c LENGTH 100 ,
businessname TYPE c LENGTH 60 ,
companyaddress TYPE cl_pt_invoice=>ty_s_address ,
fiscalyear TYPE gjahr ,
startdate TYPE c LENGTH 10 ,
enddate TYPE c LENGTH 10 ,
currencycode TYPE c LENGTH 3 ,
datecreated TYPE c LENGTH 10 ,
taxentity TYPE c LENGTH 20 ,
productcompanytaxid TYPE c LENGTH 20 ,
softwarecertificatenumber TYPE c LENGTH 20 ,
productid TYPE c LENGTH 255 ,
productversion TYPE c LENGTH 30 ,
headercomment TYPE c LENGTH 255 ,
telephone TYPE c LENGTH 20 ,
fax TYPE c LENGTH 20 ,
email TYPE c LENGTH 60 ,
website TYPE c LENGTH 60 ,
END OF ty_s_header
|
||
| 2 | TY_T_HEADER | Public | See coding | 20130212 | ty_t_header TYPE STANDARD TABLE OF ty_s_header
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SAFT_FILE | Call by reference | Object reference (TYPE REF TO) | CL_FICA_SAFT_FILE_XX | FICA SAF-T Audit File | 20130213 | |||
| 2 | IT_SELTAB | Call by reference | Type reference (TYPE) | RSPARAMS_TT | rsparams Table | 20130213 | |||
| 3 | IV_APPLK | Call by reference | Type reference (TYPE) | APPLK_KK | Application area | 20130213 | |||
| 4 | IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20130213 | |||
| 5 | IV_MONAT_END | Call by reference | Type reference (TYPE) | MONAT | Fiscal Period | 20130213 | |||
| 6 | IV_MONAT_START | Call by reference | Type reference (TYPE) | MONAT | Fiscal Period | 20130213 | |||
| 7 | IV_YEAR | Call by reference | Type reference (TYPE) | GJAHR | Fiscal Year | 20130213 |
Method CONSTRUCTOR on class CL_PT_HEADER has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |