Hierarchy
⤷
⤷
Properties
| Class | CL_HRFPM_ACCOUNTING_INTERFACE | |
| Short Description | Create Documents in Accounting | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PAOC_FPM_COM_ENGINE | Position Management: Commitment Creation |
| Created | 20030121 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRFPM_ACCOUNTING_INTERFACE has no forward declaration.
Interfaces
Class CL_HRFPM_ACCOUNTING_INTERFACE has no interface implemented.
Friends
Class CL_HRFPM_ACCOUNTING_INTERFACE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | HRFPM_ACCOUNTING_DOCUMENT | 20070910 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | ACC_SYS_INFO_TAB | 20070604 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | ACC_REQUEST | 'U' | General Flag | 20070910 | ||
| 4 | Static Attribute | Private | Type reference (TYPE) | ACC_REQUEST | 'C' | General Flag | 20070910 | ||
| 5 | Static Attribute | Private | Type reference (TYPE) | ACC_REQUEST | 'R' | General Flag | 20070910 | ||
| 6 | Constant | Public | Type reference (TYPE) | MSGTY | 'A' | Message Type | 20030122 | ||
| 7 | Constant | Public | Type reference (TYPE) | MSGTY | 'E' | Messages, Message Type | 20030122 | ||
| 8 | Constant | Public | Type reference (TYPE) | MSGTY | 'X' | Message Type | 20030122 | ||
| 9 | Static Attribute | Private | Object reference (TYPE REF TO) | CX_HRFPM_ACC_POSTING | HRFPM: Error During FM Document Creation | 20070615 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | STRING | 20070615 |
Methods
Events
Class CL_HRFPM_ACCOUNTING_INTERFACE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ACC_REQUEST | Private | Type reference (TYPE) | FLAG | General Flag | 20070910 | |
| 2 | ACC_SYS_INFO_STRUC | Private | See coding | 20070604 | BEGIN OF acc_sys_info_struc ,
dest TYPE rfcdest,
rfcsi TYPE rfcsi,
delta_active TYPE flag,
END OF acc_sys_info_struc
|
||
| 3 | ACC_SYS_INFO_TAB | Private | See coding | 20070604 | acc_sys_info_tab TYPE SORTED TABLE OF acc_sys_info_struc
WITH UNIQUE KEY dest
|
||
| 4 | TS_POSITION_BUDAT | Private | See coding | 20071030 | BEGIN OF ts_position_budat.
INCLUDE TYPE pmawobject AS acc_doc_pos.
TYPES: posting_date TYPE budat,
"WGOSS1429855
document_date type bldat,
END OF ts_position_budat
|
||
| 5 | TS_POSITION_EXT | Private | See coding | 20071030 | BEGIN OF ts_position_ext,
posting_date TYPE budat,
"WGOSS0001429855
comp_code type bukrs,
document_date type bldat.
INCLUDE TYPE hrfpm_acc_if AS acc_if.
TYPES: END OF ts_position_ext
|
||
| 6 | TT_POSITION_BUDAT | Private | See coding | 20071030 | tt_position_budat TYPE TABLE OF ts_position_budat
|
||
| 7 | TT_POSITION_EXT | Private | See coding | 20071030 | tt_position_ext TYPE SORTED TABLE
OF ts_position_ext WITH NON-UNIQUE KEY posting_date
|
Method Signatures
Method ACCOUNTING_DOCUMENT_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_POSITIONS_EXT_APP | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_HR_IT | Tabellentype zu HRFPM_ACC_IF_HR | 20070605 | |||
| 2 | ET_RETURN | Call by reference | Type reference (TYPE) | HRFPM_BAPIRET2_IT | HRFPM: Tabellentype für BAPIRET2 | 20070605 | |||
| 3 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Subroutinen Returncode | 20070605 | |||
| 4 | IT_POSITIONS_EXT | Value transfer | Type reference (TYPE) | HRFPM_ACC_IF_IT | HRFPM: Tabellentyp zu HRFPM_ACC_IF | 20070605 | |||
| 5 | I_CHECK_ONLY | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20070605 | |||
| 6 | I_COMP_CODE | Value transfer | Type reference (TYPE) | BUKRS | Buchungskreis | 20070605 | |||
| 7 | I_DERIVE_DATE | Value transfer | Type reference (TYPE) | SYDATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | 20070605 |
Method ACCOUNTING_DOCUMENT_CHANGE on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method ACCOUNTING_DOCUMENT_CHANGE_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_POSITIONS_EXT | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_IT | HRFPM: Tabellentyp zu HRFPM_ACC_IF | 20080105 | |||
| 2 | CT_POSITIONS_EXT_APP | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_HR_IT | Tabellentype zu HRFPM_ACC_IF_HR | 20080105 | |||
| 3 | ET_RETURN | Call by reference | Type reference (TYPE) | HRFPM_BAPIRET2_IT | Returnparameter | 20080105 | |||
| 4 | E_CALL_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20080105 | |||
| 5 | E_MSG_TEXT | Call by reference | Type reference (TYPE) | CHAR70 | Character field, length 70 | 20080422 | |||
| 6 | I_CHECK_ONLY | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20080105 | |||
| 7 | I_COMP_CODE | Value transfer | Type reference (TYPE) | BUKRS | Buchungskreis | 20080105 | |||
| 8 | I_HHM_DESTINATION | Value transfer | Type reference (TYPE) | RFCDISPLAY-RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20080105 |
Method ACCOUNTING_DOCUMENT_CHANGE_NEW on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method ACCOUNTING_DOCUMENT_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_POSITIONS_EXT_APP | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_HR_IT | Tabellentype zu HRFPM_ACC_IF_HR | 20070605 | |||
| 2 | ET_RETURN | Call by reference | Type reference (TYPE) | HRFPM_BAPIRET2_IT | Returnparameter | 20070605 | |||
| 3 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20070605 | |||
| 4 | IT_POSITIONS_EXT | Value transfer | Type reference (TYPE) | HRFPM_ACC_IF_IT | HRFPM: Tabellentyp zu HRFPM_ACC_IF | 20070605 | |||
| 5 | I_CHECK_ONLY | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20070605 | |||
| 6 | I_COMP_CODE | Value transfer | Type reference (TYPE) | BUKRS | Buchungskreis | 20070605 | |||
| 7 | I_DERIVE_DATE | Value transfer | Type reference (TYPE) | SYDATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | 20070605 | |||
| 8 | I_POSTING_DATE | Value transfer | Type reference (TYPE) | BUDAT | Buchungsdatum im Beleg | 20070605 |
Method ACCOUNTING_DOCUMENT_CREATE on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method ACCOUNTING_DOCUMENT_CREATE_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_POSITIONS_EXT | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_IT | HRFPM: Tabellentyp zu HRFPM_ACC_IF | 20080104 | |||
| 2 | CT_POSITIONS_EXT_APP | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_HR_IT | Tabellentype zu HRFPM_ACC_IF_HR | 20080104 | |||
| 3 | ET_RETURN | Call by reference | Type reference (TYPE) | HRFPM_BAPIRET2_IT | Returnparameter | 20080104 | |||
| 4 | E_CALL_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20080104 | |||
| 5 | E_MSG_TEXT | Call by reference | Type reference (TYPE) | CHAR70 | Character field, length 70 | 20080422 | |||
| 6 | I_CHECK_ONLY | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20080104 | |||
| 7 | I_COMP_CODE | Value transfer | Type reference (TYPE) | BUKRS | Buchungskreis | 20080104 | |||
| 8 | I_HHM_DESTINATION | Value transfer | Type reference (TYPE) | RFCDISPLAY-RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20080104 | |||
| 9 | I_POSTING_DATE | Value transfer | Type reference (TYPE) | BUDAT | Buchungsdatum im Beleg | 20080104 |
Method ACCOUNTING_DOCUMENT_CREATE_NEW on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method ACCOUNTING_DOCUMENT_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_POSITIONS_EXT_APP | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_HR_IT | Tabellentype zu HRFPM_ACC_IF_HR | 20081125 | |||
| 2 | I_COMP_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20081125 | |||
| 3 | RP_EXISTS | Value transfer | Type reference (TYPE) | FLAG | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20081125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: Fehler bei der FM-Belegerstellung | 20081125 |
Method ACCOUNTING_DOCUMENT_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_POSITIONS_EXT_APP | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_HR_IT | Tabellentype zu HRFPM_ACC_IF_HR | 20070605 | |||
| 2 | ET_RETURN | Call by reference | Type reference (TYPE) | HRFPM_BAPIRET2_IT | HRFPM: Tabellentype für BAPIRET2 | 20070605 | |||
| 3 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20070605 | |||
| 4 | IT_POSITIONS_EXT | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_IT | HRFPM: Tabellentyp zu HRFPM_ACC_IF | 20070605 | |||
| 5 | I_COMP_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20070605 |
Method ACCOUNTING_DOCUMENT_READ on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method ACCOUNTING_DOCUMENT_SHOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMP_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20070605 | |||
| 2 | I_POSITION | Call by reference | Type reference (TYPE) | PMAWOBJECT | Struktur für AWOBJECT | 20070605 |
Method ACCOUNTING_DOCUMENT_SHOW on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method AWOBJECT_TO_KEY_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_AWOBJECT | Value transfer | Type reference (TYPE) | PMAWOBJECT | Struktur für AWOBJECT | 20070615 | |||
| 2 | RS_FM_POS_KEY | Value transfer | Type reference (TYPE) | HRFPM_FM_KEY_POS | HRFPM: FM Belegpositionen - DB Schlüssel | 20070615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: Fehler bei der FM-Belegerstellung | 20070615 |
Method CALL_USER_EXIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_POS_EXT | Call by reference | Type reference (TYPE) | TS_POSITION_EXT | HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen | 20070910 | |||
| 2 | ES_POS_BUDAT | Call by reference | Type reference (TYPE) | TS_POSITION_BUDAT | 20080104 | ||||
| 3 | IP_REQUEST | Call by reference | Type reference (TYPE) | ACC_REQUEST | allgemeines flag | 20070910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: Fehler bei der FM-Belegerstellung | 20100123 |
Method CHECK_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | HRFPM_BAPIRET2_IT | HRFPM: Tabellentype für BAPIRET2 | 20030122 | |||
| 2 | C_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20030122 |
Method CHECK_MESSAGES on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_HRFPM_ACCOUNTING_INTERFACE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method COMPLETE_ACC_ASS_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_POSITIONS_EXT | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_IT | HRFPM: Tabellentyp zu HRFPM_ACC_IF | 20070301 | |||
| 2 | ET_RETURN | Call by reference | Type reference (TYPE) | HRFPM_BAPIRET2_IT | HRFPM: Tabellentype für BAPIRET2 | 20070301 | |||
| 3 | I_COMP_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20070301 | |||
| 4 | I_HHM_DESTINATION | Call by reference | Type reference (TYPE) | RFCDISPLAY-RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070301 |
Method COMPLETE_ACC_ASS_STRING on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method CONVERT_TO_FM_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FM_KEY_POS | Call by reference | Type reference (TYPE) | HRFPM_FM_KEY_POS_IT | Tabellentyp zu HRFPM_FM_KEY_POS | 20070615 | |||
| 2 | IT_AWOBJECT | Call by reference | Type reference (TYPE) | HRFPM_AWOBJECT_IT | Tabellentyp zu PMAWOBJECT | 20070615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: Fehler bei der FM-Belegerstellung | 20070615 |
Method ENC_TYPE_TO_FM_DOC_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_ENCTYPE | Call by reference | Type reference (TYPE) | HRFPM_FM_KEY_POS-ENC_TYPE | Mittelvormerkungstyp | 20070615 | |||
| 2 | RP_DOCTYPE | Value transfer | Type reference (TYPE) | AWTYP | HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen | 20070615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: Fehler bei der FM-Belegerstellung | 20070615 |
Method FM_DOC_TYPE_TO_ENC_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_DOCTYPE | Value transfer | Type reference (TYPE) | AWTYP | HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen | 20070615 | |||
| 2 | RP_ENCTYPE | Value transfer | Type reference (TYPE) | HRFPM_FM_KEY_POS-ENC_TYPE | Mittelvormerkungstyp | 20070615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: Fehler bei der FM-Belegerstellung | 20070615 |
Method GET_ACCOUNTING_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CP_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20070605 | |||
| 2 | CT_RETURN | Call by reference | Type reference (TYPE) | HRFPM_BAPIRET2_IT | HRFPM: Tabellentype für BAPIRET2 | 20070605 | |||
| 3 | EP_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070605 | |||
| 4 | IP_COMP_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20070605 |
Method GET_ACCOUNTING_DESTINATION on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method GET_HHM_RELEASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20030822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030822 | |||
| 2 | DeltaUpdate in FM aktive; Negative Mittelbindungen möglich | 20070605 | ||
| 3 | Release kleiner 620 (Basis Release) | 20030822 | ||
| 4 | Release kleiner 710 (Basis Release) | 20070301 | ||
| 5 | 20030822 |
Method KEY_POS_TO_AWOBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FM_POS_KEY | Value transfer | Type reference (TYPE) | HRFPM_FM_KEY_POS | HRFPM: FM Belegpositionen - DB Schlüssel | 20070618 | |||
| 2 | RS_AWOBJECT | Value transfer | Type reference (TYPE) | PMAWOBJECT | Struktur für AWOBJECT | 20070618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: Fehler bei der FM-Belegerstellung | 20070618 |
Method MODIFY_RETURN_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | HRFPM_BAPIRET2_IT | HRFPM: Tabellentype für BAPIRET2 | 20030122 | |||
| 2 | C_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20030122 | |||
| 3 | I_MSGID | Call by reference | Type reference (TYPE) | MSGID | Nachrichtenidentifikation | 20030122 | |||
| 4 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nummer der System-Nachricht | 20030122 | |||
| 5 | I_MSGTY | Call by reference | Type reference (TYPE) | MSGTY | Messageart | 20030122 | |||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | MSGV1 | Messagevariable-01 | 20030122 | |||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | MSGV2 | Messagevariable-02 | 20030122 | |||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | MSGV3 | Messagevariable-03 | 20030122 | |||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | MSGV4 | Messagevariable-04 | 20030122 |
Method MODIFY_RETURN_TAB on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method SET_POSID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_POSITIONS_EXT | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_IT | HRFPM: Tabellentyp zu HRFPM_ACC_IF | 20061130 | |||
| 2 | CT_POSITIONS_EXT_APP | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_HR_IT | Übergabestruktur in HR | 20070920 |
Method SET_POSID on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
Method SWITCH_ACC_INTERFACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_POSITIONS_EXT | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_IT | HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen | 20070605 | |||
| 2 | CT_POSITIONS_EXT_APP | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF_HR_IT | Übergabestruktur in HR | 20070605 | |||
| 3 | ET_POSITION_BUDAT | Call by reference | Type reference (TYPE) | TT_POSITION_BUDAT | 20080104 | ||||
| 4 | IP_BUDAT | Call by reference | Type reference (TYPE) | BUDAT | Buchungsdatum im Beleg | 20080121 | |||
| 5 | IP_COMP_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20100123 | |||
| 6 | IP_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070605 | |||
| 7 | IP_REQUEST | Call by reference | Type reference (TYPE) | ACC_REQUEST | allgemeines flag | 20070910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: Fehler bei der FM-Belegerstellung | 20100123 |
Method TAKE_OVER_CHANGED_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_EXT_DOC_POS | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF | HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen | 20070910 | |||
| 2 | IP_REQUEST | Call by reference | Type reference (TYPE) | ACC_REQUEST | allgemeines flag | 20070910 | |||
| 3 | IS_MODIFIED_DOC | Call by reference | Type reference (TYPE) | HRFPM_ACC_IF | HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen | 20070910 |
Method TAKE_OVER_CHANGED_FIELDS on class CL_HRFPM_ACCOUNTING_INTERFACE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |