SAP ABAP Class CL_HRPAYFR_DUCS_DAQ (CL_HRPAYFR_DUCS_DAQ)
Hierarchy
SAP_HRCFR (Software Component) Sub component SAP_HRCFR of SAP_HR
   PY-FR (Application Component) France
     PC06 (Package) HR Payroll: France
Properties
Class CL_HRPAYFR_DUCS_DAQ  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PC06   HR Payroll: France 
Created 20070417   SAP 
Last change 20070912   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 P99SG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 P99ST Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 PFRBR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 PFRU0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRPAYFR_DUCS_DAQ has no interface implemented.
Friends
Class CL_HRPAYFR_DUCS_DAQ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ADDED_SECTIONS Instance attribute Private Type reference (TYPE) P99ST_TAB_RAWSTR 20070417
2 CALLBACK_TAB Instance attribute Private Type reference (TYPE) CALLBACK_TAB_T 20070417
3 COUNTER Instance attribute Protected Type reference (TYPE) I 1 20070417
4 DAQ Instance attribute Protected Object reference (TYPE REF TO) CL_HR99S00_DAQ 20070417
5 FORM_FILE_TAB Instance attribute Private Type reference (TYPE) PFRBR_TEMSE_OUT_TABLE_T FORM file container 20070417
6 GC_FLD_NATCO Constant Private Type reference (TYPE) FIELDNAME 'NATCO' Field name 20090707
7 GC_FLD_TRANS Constant Private Type reference (TYPE) FIELDNAME 'INDTR' Field name 20090707
8 GC_FLD_TYBOR Constant Private Type reference (TYPE) FIELDNAME 'TYBOR' Field name 20090707
9 GC_FLD_TYCOT Constant Private Type reference (TYPE) FIELDNAME 'TYCOT' Field name 20100719
10 GV_TYBOR Instance attribute Private Type reference (TYPE) P06DUC_DEB-TYBOR DUCS: Sheet type 20101108
11 LOOKUP_TABLE Instance attribute Private Type reference (TYPE) DADU_LOOKUP_TABLE_T 20070417
12 MYDIRECTORY Instance attribute Private Type reference (TYPE) RLGRAP-FILENAME 20070417
13 MYFILENAME Instance attribute Private Type reference (TYPE) RLGRAP-FILENAME 20070417
14 NR_FIELDS Instance attribute Public Type reference (TYPE) I Number of fields in file 20070417
15 TAB_RAWSTR Instance attribute Private Type reference (TYPE) P99ST_TAB_RAWSTR 20070417
16 TEMSE Instance attribute Protected Object reference (TYPE REF TO) CL_HR99S00_TEMSE TEMSE 20070417
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_FORM Instance method Public Method Clear FORM output 20070417
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070417
3 CONVERT_TEMSE_TO_FORM Instance method Public Method Convert DAQ/TemSE file to a specific FORM 20070417
4 EXPORT_TO_FILE Instance method Public Method Export a FORM file 20070417
5 FILL_LOOKUP_TABLE Instance method Protected Method 20070417
6 GET_FIELDS Instance method Private Method get fields 20070417
7 GET_FORM Instance method Public Method Get FORM output file 20091209
8 GET_IRC_CONVERSIONS Instance method Private Method Check for IRC specific conversions 20100719
9 GET_SOFT_CONTR Instance method Public Method Get pre-control software code 20070417
10 GET_SPECIFIC_CONVERSIONS Instance method Private Method Check for any specific conversions 20101108
11 REGISTER_CALLBACK Instance method Public Method Register a callback function for an element 20070417
12 UNREGISTER_CALLBACK Instance method Public Method Unregister a callback function for a specific element 20070417
Events
Class CL_HRPAYFR_DUCS_DAQ has no event.
Types
Class CL_HRPAYFR_DUCS_DAQ has no local type.
Method Signatures

Method CLEAR_FORM Signature

Method CLEAR_FORM on class CL_HRPAYFR_DUCS_DAQ has no parameter.
Method CLEAR_FORM on class CL_HRPAYFR_DUCS_DAQ has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPL Value transfer Type reference (TYPE) T5F99F0-APPL APPL 20070417
2 Importing DAQ_CLASS Call by reference Object reference (TYPE REF TO) CL_HR99S00_DAQ DAQ_CLASS 20070417
3 Importing DATE Call by reference Type reference (TYPE) D SY-DATUM DATE 20070417
4 Importing MOLGA Call by reference Type reference (TYPE) T500L-MOLGA MOLGA 20070417
5 Importing SOFT_CONTR Call by reference Type reference (TYPE) P06DAD_EMETTEUR-SOFT_CONTR 20070417
6 Importing TEMSE_CLASS Call by reference Object reference (TYPE REF TO) CL_HR99S00_TEMSE TEMSE_CLASS 20070417
7 Importing TEMSE_NAME Value transfer Type reference (TYPE) RPTSTYPE-TSOBJ TEMSE_NAME 20070417
8 Importing TEMSE_TYPE Value transfer Type reference (TYPE) RPTSTYPE-OBJKN temse type 20070417

Method CONSTRUCTOR on class CL_HRPAYFR_DUCS_DAQ has no exception.

Method CONVERT_TEMSE_TO_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_EMPTY Value transfer Type reference (TYPE) C 'X' Ignore empty fields in conversion 20070417
2 Importing NOBREAKS Value transfer Type reference (TYPE) C 'X' No line breaks within tags 20070417

Method CONVERT_TEMSE_TO_FORM on class CL_HRPAYFR_DUCS_DAQ has no exception.

Method EXPORT_TO_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPRESS_EMPTY_TAGS Call by reference Type reference (TYPE) C ' ' compress empty xml tags 20070417
2 Importing DIALOG Call by reference Type reference (TYPE) C 'X' DIALOG 20070417
3 Importing DIRECTORY Call by reference Type reference (TYPE) RLGRAP-FILENAME 'C:TEMP' DIRECTORY 20070417
4 Importing FILENAME Call by reference Type reference (TYPE) RLGRAP-FILENAME FILENAME 20070417
5 Exporting FULLPATH Call by reference Type reference (TYPE) RLGRAP-FILENAME fullpath 20070417
6 Importing ITEM Call by reference Type reference (TYPE) STRING Window Title 20070417
7 Importing MODE Call by reference Type reference (TYPE) C 'R' MODE 20070417
8 Importing NOHEADER Call by reference Type reference (TYPE) C ' ' NOHEADER 20070417
9 Importing XML_ENCODING Value transfer Type reference (TYPE) P99SG_XML_CONTENT_T XML Character Encoding 20110509

Method EXPORT_TO_FILE on class CL_HRPAYFR_DUCS_DAQ has no exception.

Method FILL_LOOKUP_TABLE Signature

Method FILL_LOOKUP_TABLE on class CL_HRPAYFR_DUCS_DAQ has no parameter.
Method FILL_LOOKUP_TABLE on class CL_HRPAYFR_DUCS_DAQ has no exception.

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WA_RAW_TEMSE Call by reference Type reference (TYPE) P99ST_RAW 20070417
2 Importing IM_WA_STRUCT Call by reference Type reference (TYPE) P99ST_STRUCTURE 20070417
3 Returning RE_DATA_LIST Value transfer Attribute reference (LIKE) FORM_FILE_TAB get list 20070417

Method GET_FIELDS on class CL_HRPAYFR_DUCS_DAQ has no exception.

Method GET_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FFILE Call by reference Type reference (TYPE) PFRBR_TEMSE_OUT_TABLE_T Final file 20091209
# Exception Resumable Description Created on
1 NO_DATA_FOUND No data available on the final file 20091209

Method GET_IRC_CONVERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TAB_OUT Call by reference Type reference (TYPE) P99SG_XML_OUT_TABLE_T 20100719
2 Changing CV_FIELD_VALUE Call by reference Type reference (TYPE) P99SG_XML_CONTENT_T 20100719
3 Importing IS_CALLBACK Call by reference Type reference (TYPE) CALLBACK_T 20100719
4 Importing IS_DFIES_WA Call by reference Type reference (TYPE) DFIES DD interface: table field for DDIF_FIELDINFO_GET 20100719
5 Importing IS_LOOKUP Call by reference Type reference (TYPE) DADU_LOOKUP_T 20100719
6 Importing IS_STRUCT Call by reference Type reference (TYPE) P99ST_STRUCTURE 20100719
7 Importing IS_TEMSE Call by reference Type reference (TYPE) ANY 20100719
8 Importing IS_TEMSE_CONTENT Call by reference Type reference (TYPE) ANY 20100719
9 Importing IV_DUCS_TAG Call by reference Type reference (TYPE) P99SG_XML_CONTENT_T 20100719

Method GET_IRC_CONVERSIONS on class CL_HRPAYFR_DUCS_DAQ has no exception.

Method GET_SOFT_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SOFT_CONTR Value transfer Type reference (TYPE) P06DAD_EMETTEUR-SOFT_CONTR 20070417

Method GET_SOFT_CONTR on class CL_HRPAYFR_DUCS_DAQ has no exception.

Method GET_SPECIFIC_CONVERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TAB_OUT Call by reference Type reference (TYPE) P99SG_XML_OUT_TABLE_T 20101108
2 Changing CV_FIELD_VALUE Call by reference Type reference (TYPE) P99SG_XML_CONTENT_T 20101108
3 Importing IS_CALLBACK Call by reference Type reference (TYPE) CALLBACK_T 20101108
4 Importing IS_DFIES_WA Call by reference Type reference (TYPE) DFIES DD interface: table field for DDIF_FIELDINFO_GET 20101108
5 Importing IS_LOOKUP Call by reference Type reference (TYPE) DADU_LOOKUP_T 20101108
6 Importing IS_STRUCT Call by reference Type reference (TYPE) P99ST_STRUCTURE 20101108
7 Importing IS_TEMSE Call by reference Type reference (TYPE) ANY 20101108
8 Importing IS_TEMSE_CONTENT Call by reference Type reference (TYPE) ANY 20101108
9 Importing IV_DUCS_TAG Call by reference Type reference (TYPE) P99SG_XML_CONTENT_T 20101108

Method GET_SPECIFIC_CONVERSIONS on class CL_HRPAYFR_DUCS_DAQ has no exception.

Method REGISTER_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIRECTION Value transfer Type reference (TYPE) C 'I'mporting/'E'xporting 20070417
2 Importing FIELD Value transfer Type reference (TYPE) T5F99FF-FIELD field name 20070417
3 Importing REPFORM Value transfer Type reference (TYPE) P99SG_FORM_NAME callback form 20070417
4 Importing REPNAME Value transfer Type reference (TYPE) SY-REPID report name 20070417
5 Importing SECTN Value transfer Type reference (TYPE) C section name 20070417
# Exception Resumable Description Created on
1 CALLBACK_EXISTS CALLBACK_EXISTS 20070417
2 DAQ_FIELD_NOT_FOUND field within a daq section does not exist 20070417
3 DAQ_SECTN_NOT_FOUND daq section does not exist 20070417

Method UNREGISTER_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIRECTION Value transfer Type reference (TYPE) C direction 20070417
2 Importing FIELD Value transfer Type reference (TYPE) FIELDNAME SFORDER 20070417
3 Importing SECTN Value transfer Type reference (TYPE) C SFNAME 20070417
# Exception Resumable Description Created on
1 DDIC_FIELD_NOT_FOUND field within ddic structure not found 20070417
2 DDIC_STRUCT_NOT_FOUND ddic structure does not exist 20070417
History
Last changed by/on SAP  20070912 
SAP Release Created in 470