SAP ABAP Class CL_HR_B2A_DE_PKCS7_KK (HR-B2A: B2A Health Insurance Fund Procedure General)
Hierarchy
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
   PY-DE-BA (Application Component) B2A: Business to Administration
     PC01B2A (Package) HR Germany: Business to Administration (B2A)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HR_B2A_DOCUMENT HR-B2A: B2A Document 20050422
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HR_B2A_DE_PKCS7_KKBW HR-B2A: B2A Health Insurance Fund Procedure General 20051125
Properties
Class CL_HR_B2A_DE_PKCS7_KK  
Short Description HR-B2A: B2A Health Insurance Fund Procedure General    
Super Class CL_HR_B2A_DOCUMENT HR-B2A: B2A Document 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PC01B2A   HR Germany: Business to Administration (B2A) 
Created 20050421   SAP 
Last change 20050705   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HR_B2A_DE_PKCS7_KK has no forward declaration.
Interfaces
Class CL_HR_B2A_DE_PKCS7_KK has no interface implemented.
Friends
Class CL_HR_B2A_DE_PKCS7_KK has no friend class.
Attributes
Class CL_HR_B2A_DE_PKCS7_KK has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DUMMY Instance method Public Method Dummy Method SI Incoming 20091120
2 READ_CERT Instance method Public Method Read Certificate from PSE 20050504
3 READ_CERT_OWN Instance method Public Method Read Own Certificate 20050504
4 READ_DATEN Instance method Public Method Read Data from PB2ADATA and TemSe 20050502
5 SEND Instance method Public Method Send B2A Document 20050421
6 SIGN_ENVELOPE Instance method Public Method Sign and Encode with PKCS#7 20050502
7 STATUS_SET_PKCS7_KK Instance method Public Method Set status 20050504
Events
Class CL_HR_B2A_DE_PKCS7_KK has no event.
Types
Class CL_HR_B2A_DE_PKCS7_KK has no local type.
Method Signatures

Method DUMMY Signature

Method DUMMY on class CL_HR_B2A_DE_PKCS7_KK has no parameter.
Method DUMMY on class CL_HR_B2A_DE_PKCS7_KK has no exception.

Method READ_CERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BN Call by reference Type reference (TYPE) BNR_KEY Betriebsnummer 20050504
2 Exporting DN Call by reference Type reference (TYPE) PC_B2A_KONW HR-B2A: Konstantenwert 20050504
3 Importing PSE Call by reference Type reference (TYPE) PC_B2A_KONW HR-B2A: Konstantenwert 20050504
# Exception Resumable Description Created on
1 ERROR_CERT Fehler beim Bestimmen des Zertifikates 20050530

Method READ_CERT_OWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BN Call by reference Type reference (TYPE) BNR_KEY Betriebsnummer 20050504
2 Exporting DN Call by reference Type reference (TYPE) PC_B2A_KONW HR-B2A: Konstantenwert 20050504
3 Importing PSE Call by reference Type reference (TYPE) PC_B2A_KONW HR-B2A: Konstantenwert 20050530
# Exception Resumable Description Created on
1 ERROR_CERT_OWN Fehler beim Öffnen der PSE 20050530

Method READ_DATEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DAT_AUF Call by reference Type reference (TYPE) HRB2A_T_RAW SSF Binärdaten 20050502
2 Exporting DAT_KKD Call by reference Type reference (TYPE) HRB2A_T_RAW SSF Binärdaten 20050502
3 Importing GLBID Call by reference Type reference (TYPE) PC_B2A_GLBID HR-B2A: globale ObjektID 20050502
4 Importing MOLGA Call by reference Type reference (TYPE) MOLGA Ländergruppierung 20050502
5 Exporting NAME_AUF Call by reference Type reference (TYPE) STRING 20050502
6 Exporting NAME_KKD Call by reference Type reference (TYPE) STRING 20050502
7 Exporting SIZE_AUF Call by reference Type reference (TYPE) I 20050502
8 Exporting SIZE_KKD Call by reference Type reference (TYPE) I 20050502
# Exception Resumable Description Created on
1 ERROR_READ_DATA Fehler beim Lesen der Daten 20050530

Method SEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GLBID Call by reference Type reference (TYPE) PC_B2A_GLBID HR-B2A: Struktur globale ID 20050421
2 Importing MOLGA Call by reference Type reference (TYPE) MOLGA Ländergruppierung 20050421
3 Exporting PROCESS_BREAK Call by reference Type reference (TYPE) PC_B2A_PROCBREAK User defined break in the process flow 20050421
4 Exporting PROCESS_SOFTBREAK Call by reference Type reference (TYPE) PC_B2A_SOFTBREAK Temporärer Halt in Prozeßverarbeitung 20050421
5 Importing SIMU Call by reference Type reference (TYPE) PC_B2A_SIMU HR-B2A: Testschalter 20050421
# Exception Resumable Description Created on
1 ADDRESS_NOT_FOUND No address available 20050421
2 NOT_ENCRYPTED Error calling SSF-Interface 20050421
3 NOT_SENT E-mail not sent 20050421
4 NO_AUTHORITY No authority for sending 20050421
5 NO_DATA Data not found 20050421
6 NO_GLBID No entry in PB2AMGR for glbid 20050421
7 SENDER_NOT_FOUND No sender available 20050421

Method SIGN_ENVELOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BN_RECEIVER Call by reference Type reference (TYPE) BNR_KEY Betriebsnummer Empfänger 20050503
2 Importing BN_SENDER Call by reference Type reference (TYPE) BNR_KEY Betriebsnummer Absender 20050503
3 Importing DAT Call by reference Type reference (TYPE) HRB2A_T_RAW HR-B2A: Tabellentype für Binärdaten (255) 20050503
4 Exporting DAT_ENV Call by reference Type reference (TYPE) HRB2A_T_RAW Signierte und verschlüsselte Daten 20050503
5 Exporting DAT_ENV_LEN Call by reference Type reference (TYPE) I Länge der sig. u. verschl. Daten 20050503
6 Importing DAT_LEN Call by reference Type reference (TYPE) I Länge der zu bearbeitenden Daten 20050503
# Exception Resumable Description Created on
1 ERROR_SIGN_ENV Fehler beim Signieren/Verschlüsseln der Daten 20050530

Method STATUS_SET_PKCS7_KK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GLBID Call by reference Type reference (TYPE) PC_B2A_GLBID HR-B2A: globale ObjektID 20050504
2 Importing SIMU Call by reference Type reference (TYPE) PC_B2A_SIMU HR-B2A: Testschalter 20050504
3 Importing STATUS Call by reference Type reference (TYPE) PC_B2A_STATUS Status des B2A-Dokumentes 20050504
4 Importing SUBST Call by reference Type reference (TYPE) PC_B2A_SUBST Substatus des B2A-Dokumentes 20050504

Method STATUS_SET_PKCS7_KK on class CL_HR_B2A_DE_PKCS7_KK has no exception.
History
Last changed by/on SAP  20050705 
SAP Release Created in 600