SAP ABAP Class CL_HRFPM_ACCOUNTING_INTERFACE (Create Documents in Accounting)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   PA-PM-PB (Application Component) Position Budgeting and Control
     PAOC_FPM_COM_ENGINE (Package) Position Management: Commitment Creation
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 ACC_DOC_BADI Static Attribute Private Object reference (TYPE REF TO) HRFPM_ACCOUNTING_DOCUMENT 20070910
2 ACC_SYS_INFO Static Attribute Private Type reference (TYPE) ACC_SYS_INFO_TAB 20070604
3 C_ACC_REQUEST_CHANGE Static Attribute Private Type reference (TYPE) ACC_REQUEST 'U' General Flag 20070910
4 C_ACC_REQUEST_CREATE Static Attribute Private Type reference (TYPE) ACC_REQUEST 'C' General Flag 20070910
5 C_ACC_REQUEST_READ Static Attribute Private Type reference (TYPE) ACC_REQUEST 'R' General Flag 20070910
6 C_MESS_TYPE_A Constant Public Type reference (TYPE) MSGTY 'A' Message Type 20030122
7 C_MESS_TYPE_E Constant Public Type reference (TYPE) MSGTY 'E' Messages, Message Type 20030122
8 C_MESS_TYPE_X Constant Public Type reference (TYPE) MSGTY 'X' Message Type 20030122
9 EXC_ACC Static Attribute Private Object reference (TYPE REF TO) CX_HRFPM_ACC_POSTING HRFPM: Error During FM Document Creation 20070615
10 MSG_DUMMY Static Attribute Private Type reference (TYPE) STRING 20070615
Methods
# Method Level Visibility Method type Description Created on
1 ACCOUNTING_DOCUMENT_CHANGE Static method Public Method Changing a Document 20070605
2 ACCOUNTING_DOCUMENT_CHANGE_NEW Static method Private Method Creation of Document 20080105
3 ACCOUNTING_DOCUMENT_CREATE Static method Public Method Creation of Document 20070605
4 ACCOUNTING_DOCUMENT_CREATE_NEW Static method Private Method Creation of Document 20080104
5 ACCOUNTING_DOCUMENT_EXISTS Static method Public Method OSS1278512 Existence Check 20081125
6 ACCOUNTING_DOCUMENT_READ Static method Public Method Reading a Document 20070605
7 ACCOUNTING_DOCUMENT_SHOW Static method Public Method Display a Document 20070605
8 AWOBJECT_TO_KEY_POS Static method Public Method 20070615
9 CALL_USER_EXIT Static method Private Method 20070910
10 CHECK_MESSAGES Static method Private Method Check of Messages Received 20030122
11 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070605
12 COMPLETE_ACC_ASS_STRING Static method Private Method 20070301
13 CONVERT_TO_FM_KEY Static method Public Method 20070615
14 ENC_TYPE_TO_FM_DOC_TYPE Static method Public Method 20070615
15 FM_DOC_TYPE_TO_ENC_TYPE Static method Public Method 20070615
16 GET_ACCOUNTING_DESTINATION Static method Private Method 20070605
17 GET_HHM_RELEASE Static method Private Method Check of FM System Release 20030822
18 KEY_POS_TO_AWOBJECT Static method Public Method 20070618
19 MODIFY_RETURN_TAB Static method Private Method Formatting of Message Table 20030122
20 SET_POSID Static method Private Method Set External WBS Element Number 20061130
21 SWITCH_ACC_INTERFACE Static method Private Method 20070605
22 TAKE_OVER_CHANGED_FIELDS Static method Private Method 20070910
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 Changing CT_POSITIONS_EXT_APP Call by reference Type reference (TYPE) HRFPM_ACC_IF_HR_IT Tabellentype zu HRFPM_ACC_IF_HR 20070605
2 Exporting ET_RETURN Call by reference Type reference (TYPE) HRFPM_BAPIRET2_IT HRFPM: Tabellentype für BAPIRET2 20070605
3 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Subroutinen Returncode 20070605
4 Importing IT_POSITIONS_EXT Value transfer Type reference (TYPE) HRFPM_ACC_IF_IT HRFPM: Tabellentyp zu HRFPM_ACC_IF 20070605
5 Importing I_CHECK_ONLY Value transfer Type reference (TYPE) FLAG allgemeines flag 20070605
6 Importing I_COMP_CODE Value transfer Type reference (TYPE) BUKRS Buchungskreis 20070605
7 Importing 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 Changing CT_POSITIONS_EXT Call by reference Type reference (TYPE) HRFPM_ACC_IF_IT HRFPM: Tabellentyp zu HRFPM_ACC_IF 20080105
2 Changing CT_POSITIONS_EXT_APP Call by reference Type reference (TYPE) HRFPM_ACC_IF_HR_IT Tabellentype zu HRFPM_ACC_IF_HR 20080105
3 Exporting ET_RETURN Call by reference Type reference (TYPE) HRFPM_BAPIRET2_IT Returnparameter 20080105
4 Exporting E_CALL_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20080105
5 Exporting E_MSG_TEXT Call by reference Type reference (TYPE) CHAR70 Character field, length 70 20080422
6 Importing I_CHECK_ONLY Value transfer Type reference (TYPE) FLAG allgemeines flag 20080105
7 Importing I_COMP_CODE Value transfer Type reference (TYPE) BUKRS Buchungskreis 20080105
8 Importing 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 Changing CT_POSITIONS_EXT_APP Call by reference Type reference (TYPE) HRFPM_ACC_IF_HR_IT Tabellentype zu HRFPM_ACC_IF_HR 20070605
2 Exporting ET_RETURN Call by reference Type reference (TYPE) HRFPM_BAPIRET2_IT Returnparameter 20070605
3 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20070605
4 Importing IT_POSITIONS_EXT Value transfer Type reference (TYPE) HRFPM_ACC_IF_IT HRFPM: Tabellentyp zu HRFPM_ACC_IF 20070605
5 Importing I_CHECK_ONLY Value transfer Type reference (TYPE) FLAG allgemeines flag 20070605
6 Importing I_COMP_CODE Value transfer Type reference (TYPE) BUKRS Buchungskreis 20070605
7 Importing I_DERIVE_DATE Value transfer Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20070605
8 Importing 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 Changing CT_POSITIONS_EXT Call by reference Type reference (TYPE) HRFPM_ACC_IF_IT HRFPM: Tabellentyp zu HRFPM_ACC_IF 20080104
2 Changing CT_POSITIONS_EXT_APP Call by reference Type reference (TYPE) HRFPM_ACC_IF_HR_IT Tabellentype zu HRFPM_ACC_IF_HR 20080104
3 Exporting ET_RETURN Call by reference Type reference (TYPE) HRFPM_BAPIRET2_IT Returnparameter 20080104
4 Exporting E_CALL_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20080104
5 Exporting E_MSG_TEXT Call by reference Type reference (TYPE) CHAR70 Character field, length 70 20080422
6 Importing I_CHECK_ONLY Value transfer Type reference (TYPE) FLAG allgemeines flag 20080104
7 Importing I_COMP_CODE Value transfer Type reference (TYPE) BUKRS Buchungskreis 20080104
8 Importing I_HHM_DESTINATION Value transfer Type reference (TYPE) RFCDISPLAY-RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20080104
9 Importing 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 Importing IT_POSITIONS_EXT_APP Call by reference Type reference (TYPE) HRFPM_ACC_IF_HR_IT Tabellentype zu HRFPM_ACC_IF_HR 20081125
2 Importing I_COMP_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20081125
3 Returning RP_EXISTS Value transfer Type reference (TYPE) FLAG Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20081125
# Exception Resumable Description Created on
1 CX_HRFPM_ACC_POSTING 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 Changing CT_POSITIONS_EXT_APP Call by reference Type reference (TYPE) HRFPM_ACC_IF_HR_IT Tabellentype zu HRFPM_ACC_IF_HR 20070605
2 Exporting ET_RETURN Call by reference Type reference (TYPE) HRFPM_BAPIRET2_IT HRFPM: Tabellentype für BAPIRET2 20070605
3 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20070605
4 Changing IT_POSITIONS_EXT Call by reference Type reference (TYPE) HRFPM_ACC_IF_IT HRFPM: Tabellentyp zu HRFPM_ACC_IF 20070605
5 Importing 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 Importing I_COMP_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20070605
2 Importing 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 Importing IS_AWOBJECT Value transfer Type reference (TYPE) PMAWOBJECT Struktur für AWOBJECT 20070615
2 Returning 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 CX_HRFPM_ACC_POSTING 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 Changing CS_POS_EXT Call by reference Type reference (TYPE) TS_POSITION_EXT HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen 20070910
2 Exporting ES_POS_BUDAT Call by reference Type reference (TYPE) TS_POSITION_BUDAT 20080104
3 Importing IP_REQUEST Call by reference Type reference (TYPE) ACC_REQUEST allgemeines flag 20070910
# Exception Resumable Description Created on
1 CX_HRFPM_FM_POSTING 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 Changing CT_RETURN Call by reference Type reference (TYPE) HRFPM_BAPIRET2_IT HRFPM: Tabellentype für BAPIRET2 20030122
2 Changing 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 Changing CT_POSITIONS_EXT Call by reference Type reference (TYPE) HRFPM_ACC_IF_IT HRFPM: Tabellentyp zu HRFPM_ACC_IF 20070301
2 Exporting ET_RETURN Call by reference Type reference (TYPE) HRFPM_BAPIRET2_IT HRFPM: Tabellentype für BAPIRET2 20070301
3 Importing I_COMP_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20070301
4 Importing 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 Exporting ET_FM_KEY_POS Call by reference Type reference (TYPE) HRFPM_FM_KEY_POS_IT Tabellentyp zu HRFPM_FM_KEY_POS 20070615
2 Importing IT_AWOBJECT Call by reference Type reference (TYPE) HRFPM_AWOBJECT_IT Tabellentyp zu PMAWOBJECT 20070615
# Exception Resumable Description Created on
1 CX_HRFPM_ACC_POSTING 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 Importing IP_ENCTYPE Call by reference Type reference (TYPE) HRFPM_FM_KEY_POS-ENC_TYPE Mittelvormerkungstyp 20070615
2 Returning RP_DOCTYPE Value transfer Type reference (TYPE) AWTYP HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen 20070615
# Exception Resumable Description Created on
1 CX_HRFPM_ACC_POSTING 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 Importing IP_DOCTYPE Value transfer Type reference (TYPE) AWTYP HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen 20070615
2 Returning RP_ENCTYPE Value transfer Type reference (TYPE) HRFPM_FM_KEY_POS-ENC_TYPE Mittelvormerkungstyp 20070615
# Exception Resumable Description Created on
1 CX_HRFPM_ACC_POSTING 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 Changing CP_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070605
2 Changing CT_RETURN Call by reference Type reference (TYPE) HRFPM_BAPIRET2_IT HRFPM: Tabellentype für BAPIRET2 20070605
3 Exporting EP_DESTINATION Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070605
4 Importing 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 Importing DESTINATION Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20030822
# Exception Resumable Description Created on
1 COMMUNICATION_ERROR 20030822
2 EXTENDED_FM_UPDATE_IMPLEMENTED DeltaUpdate in FM aktive; Negative Mittelbindungen möglich 20070605
3 RELEASE_BEFORE_620 Release kleiner 620 (Basis Release) 20030822
4 RELEASE_BEFORE_710 Release kleiner 710 (Basis Release) 20070301
5 SYSTEM_ERROR 20030822

Method KEY_POS_TO_AWOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FM_POS_KEY Value transfer Type reference (TYPE) HRFPM_FM_KEY_POS HRFPM: FM Belegpositionen - DB Schlüssel 20070618
2 Returning RS_AWOBJECT Value transfer Type reference (TYPE) PMAWOBJECT Struktur für AWOBJECT 20070618
# Exception Resumable Description Created on
1 CX_HRFPM_ACC_POSTING 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 Changing CT_RETURN Call by reference Type reference (TYPE) HRFPM_BAPIRET2_IT HRFPM: Tabellentype für BAPIRET2 20030122
2 Changing C_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20030122
3 Importing I_MSGID Call by reference Type reference (TYPE) MSGID Nachrichtenidentifikation 20030122
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nummer der System-Nachricht 20030122
5 Importing I_MSGTY Call by reference Type reference (TYPE) MSGTY Messageart 20030122
6 Importing I_MSGV1 Call by reference Type reference (TYPE) MSGV1 Messagevariable-01 20030122
7 Importing I_MSGV2 Call by reference Type reference (TYPE) MSGV2 Messagevariable-02 20030122
8 Importing I_MSGV3 Call by reference Type reference (TYPE) MSGV3 Messagevariable-03 20030122
9 Importing 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 Changing CT_POSITIONS_EXT Call by reference Type reference (TYPE) HRFPM_ACC_IF_IT HRFPM: Tabellentyp zu HRFPM_ACC_IF 20061130
2 Changing 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 Changing CT_POSITIONS_EXT Call by reference Type reference (TYPE) HRFPM_ACC_IF_IT HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen 20070605
2 Changing CT_POSITIONS_EXT_APP Call by reference Type reference (TYPE) HRFPM_ACC_IF_HR_IT Übergabestruktur in HR 20070605
3 Exporting ET_POSITION_BUDAT Call by reference Type reference (TYPE) TT_POSITION_BUDAT 20080104
4 Importing IP_BUDAT Call by reference Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20080121
5 Importing IP_COMP_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20100123
6 Importing IP_DESTINATION Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070605
7 Importing IP_REQUEST Call by reference Type reference (TYPE) ACC_REQUEST allgemeines flag 20070910
# Exception Resumable Description Created on
1 CX_HRFPM_FM_POSTING 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 Changing CS_EXT_DOC_POS Call by reference Type reference (TYPE) HRFPM_ACC_IF HRFPM: Kontierungsobjekte für Obligo im Rechnungswesen 20070910
2 Importing IP_REQUEST Call by reference Type reference (TYPE) ACC_REQUEST allgemeines flag 20070910
3 Importing 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