SAP ABAP Class CL_RESC_BC_RECEIVABLE (Post Receivables)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX-SC (Application Component) Service Charge Settlement
⤷
RE_SC_BC (Package) SCS: Posting Costs

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RESC_BC_SUBSTEP | Transfer Postings | 20031111 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RESC_BC_RECEIVABLE_BALANCE | Post Receivables (Balance) | 20031204 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RESC_BC_RECEIVABLE_FULL | Post Receivables (As Total Amount) | 20031123 |
Properties
Class | CL_RESC_BC_RECEIVABLE | |
Short Description | Post Receivables | |
Super Class | CL_RESC_BC_SUBSTEP | Transfer Postings |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | RE_SC_BC | SCS: Posting Costs |
Created | 20031111 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RESC_BC_RECEIVABLE has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CF_RECA_OBJECT | 20031111 | Object That Can Be Instantiated: Factory |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RESC_SETTL_STEP_CCR | Calculate Credit/Receivable | 20031111 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RESCC_EXTRACHRG | Surcharge Schema for Surcharges in Service Charge Settlement | 20050301 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Create Documents per Contract | 20031111 |
2 | ![]() |
Instance method | Protected | Method | Create Documents per Condition | 20050317 |
3 | ![]() |
Instance method | Protected | Method | Create Documents per Condition Type | 20031111 |
4 | ![]() |
Instance method | Protected | Method | Create Documents per Foreign Currency | 20060719 |
5 | ![]() |
Instance method | Protected | Method | Create Documents per Exchange Rate | 20060719 |
6 | ![]() |
Instance method | Protected | Method | Create Documents per Currency Translation Rule | 20060719 |
7 | ![]() |
Instance method | Protected | Method | Create Documents per Partner | 20031111 |
8 | ![]() |
Instance method | Protected | Method | Creates Documents per Day of Tax Calculation [Abstract] | 20031111 |
9 | ![]() |
Instance method | Protected | Method | Create Documents per Tax Group | 20031111 |
10 | ![]() |
Instance method | Protected | Method | Creation of Documents per Posting Term | 20051205 |
11 | ![]() |
Instance method | Protected | Method | Generates a Line Item [Abstract] | 20061213 |
12 | ![]() |
Instance method | Protected | Method | Post [Final] | 20080606 |
13 | ![]() |
Instance method | Protected | Method | 20100401 | |
14 | ![]() |
Instance method | Protected | Method | Supplies Account Assignment | 20031111 |
15 | ![]() |
Instance method | Protected | Method | Gets Organizational Assignment for Line Item | 20101004 |
16 | ![]() |
Instance method | Protected | Method | Transfer of Rounding | 20100401 |
Events
Class CL_RESC_BC_RECEIVABLE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MTYPE_S_RECEIVABLE | Protected | See coding | 20060111 | BEGIN OF mtype_s_receivable,
receivable TYPE viscreceivable,
split TYPE visccrsplit,
not_recalc_tax TYPE recabool,
END OF mtype_s_receivable
|
||
2 | MTYPE_T_RECEIVABLE | Protected | See coding | 20060111 | mtype_t_receivable TYPE TABLE OF mtype_s_receivable
|
Method Signatures
Method CREATE_DOCS_BY_CN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
2 | ![]() |
IT_RENTPERIOD | Call by reference | Type reference (TYPE) | RE_T_RENTPERIOD | Mietzeiträume (VISCS_RENTPERIOD) | 20031111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20031111 |
Method CREATE_DOCS_BY_CONDGUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeiträume | 20050317 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | Forderungen aus Abrechnung (VISCRECEIVABLE) | 20050317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20050317 |
Method CREATE_DOCS_BY_CONDTYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeiträume | 20031111 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | Forderungen aus Abrechnung (VISCRECEIVABLE) | 20031111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20031111 |
Method CREATE_DOCS_BY_CTFCCURRKEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeiträume | 20060719 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | Forderungen aus Abrechnung (VISCRECEIVABLE) | 20060719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20060719 |
Method CREATE_DOCS_BY_CTRATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeiträume | 20060719 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | Forderungen aus Abrechnung (VISCRECEIVABLE) | 20060719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20060719 |
Method CREATE_DOCS_BY_CTRULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeiträume | 20060719 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | Forderungen aus Abrechnung (VISCRECEIVABLE) | 20060719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20060719 |
Method CREATE_DOCS_BY_PARTNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeiträume | 20031111 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | Forderungen aus Abrechnung (VISCRECEIVABLE) | 20031111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20031111 |
Method CREATE_DOCS_BY_TAXDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeiträume | 20031111 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | Forderungen aus Abrechnung (VISCRECEIVABLE) | 20031111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20031111 |
Method CREATE_DOCS_BY_TAXGROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeiträume | 20031111 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | Forderungen aus Abrechnung (VISCRECEIVABLE) | 20031111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
fehler | 20031111 |
Method CREATE_DOCS_BY_TERMNOPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060829 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeitraum | 20051205 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | Forderungen aus Abrechnung (VISCRECEIVABLE) | 20051205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20051205 |
Method CREATE_DOC_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20061213 | ||
2 | ![]() |
CT_POST_REC_TRANSFER | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 | ||
3 | ![]() |
ED_AMOUNT | Call by reference | Type reference (TYPE) | RECDUNITPRICE | Einheitspreis | 20080610 | ||
4 | ![]() |
ED_AMOUNT_ROUNDED | Call by reference | Type reference (TYPE) | RECDUNITPRICE | Einheitspreis | 20080610 | ||
5 | ![]() |
ID_CREDITTEXT | Call by reference | Type reference (TYPE) | RERAC_DOCITEMTEXT-BOOKEVENT | Teilvorgang innerhalb einer Buchung | 20061213 | ||
6 | ![]() |
ID_RECEIVETEXT | Call by reference | Type reference (TYPE) | RERAC_DOCITEMTEXT-BOOKEVENT | Teilvorgang innerhalb einer Buchung | 20061213 | ||
7 | ![]() |
IF_ADVPAY | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20080122 | ||
8 | ![]() |
IF_INCLUSIVE | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_FALSE | Allgemeines Ja/Nein - Feld | 20100625 | |
9 | ![]() |
IF_NOT_RECALC_TAX | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20090331 | ||
10 | ![]() |
IF_ONLY_BALANCE | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20061213 | ||
11 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20061213 | ||
12 | ![]() |
IS_RECEIVE | Call by reference | Type reference (TYPE) | VISCRECEIVABLE | Forderungen | 20061213 | ||
13 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeiträume | 20061213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20061213 |
Method DO_POST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_PROCEDURE | Call by reference | Type reference (TYPE) | RERAPROCEDURE | Buchungsvorgang | 20080606 | ||
2 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20080606 | ||
3 | ![]() |
IT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20080606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20080606 |
Method GET_CONDITION_BY_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_CONDGUID | Call by reference | Type reference (TYPE) | RECDCONDGUID | GUID (RAW16) für Konditionen | 20100401 | ||
2 | ![]() |
ID_OBJNR | Call by reference | Type reference (TYPE) | RECAOBJNR | Objektnummer | 20100401 | ||
3 | ![]() |
RO_CONDITION | Value transfer | Object reference (TYPE REF TO) | IF_RECD_CONDITION | Kondition | 20100401 |
Method GET_CONDITION_BY_GUID on class CL_RESC_BC_RECEIVABLE has no exception.
Method GET_POSTING_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ACCDETRULE | Call by reference | Type reference (TYPE) | RERA_POSTING_ACCDET | RE-Buchungssatz Kontenfindung | 20031111 | ||
2 | ![]() |
ES_ACCDETRULE_NONDEDTAX | Call by reference | Type reference (TYPE) | RERA_POSTING_ACCDET | RE-Buchungssatz Kontenfindung | 20031111 | ||
3 | ![]() |
ES_POSTING | Call by reference | Type reference (TYPE) | RETM_POSTING_PY | Buchungsklausel - Buchungsregeln | 20071126 | ||
4 | ![]() |
ES_REFFLOWTYPE | Call by reference | Type reference (TYPE) | RECDC_REF_FLOW_TYPE | Referenzbewegungsart (TIVCDFLOWREL) | 20031111 | ||
5 | ![]() |
ES_REFFLOWTYPE_NONDEDTAX | Call by reference | Type reference (TYPE) | RECDC_REF_FLOW_TYPE | Referenzbewegungsart (TIVCDFLOWREL) | 20031111 | ||
6 | ![]() |
ID_BLINEDATE | Call by reference | Type reference (TYPE) | DZFBDT | Basisdatum für Fälligkeitsberechnung | 20040521 | ||
7 | ![]() |
ID_DOCDATE | Call by reference | Type reference (TYPE) | BLDAT | Belegdatum im Beleg | 20040521 | ||
8 | ![]() |
ID_FLOWTYPE | Call by reference | Type reference (TYPE) | RECDFLOWTYPE | Bewegungsart | 20031111 | ||
9 | ![]() |
ID_OBJNR | Call by reference | Type reference (TYPE) | RECAOBJNR | Objektnummer | 20031111 | ||
10 | ![]() |
ID_PSTNGDATE | Call by reference | Type reference (TYPE) | BUDAT | Buchungsdatum im Beleg | 20040521 | ||
11 | ![]() |
IF_CREDIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20031111 | |||
12 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20061012 | ||
13 | ![]() |
IS_RECEIVE | Call by reference | Type reference (TYPE) | VISCRECEIVABLE | Forderungen | 20031111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20031111 |
Method GET_TERMNOOA_FOR_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_TERMNOOA | Call by reference | Type reference (TYPE) | RECDTERMNOOA | Nummer der organisatorischen Zuordnungsklausel | 20101004 | ||
2 | ![]() |
IS_POST_REC | Call by reference | Type reference (TYPE) | RERA_PRE_POSTING_RECORD | RE-Buchungssatz Übergabe | 20101004 | ||
3 | ![]() |
IS_RECEIVE | Call by reference | Type reference (TYPE) | VISCRECEIVABLE | Forderungen aus Abrechnung | 20101004 |
Method GET_TERMNOOA_FOR_ITEM on class CL_RESC_BC_RECEIVABLE has no exception.
Method TRANSFER_ROUNDED_AMOUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POST_REC | Call by reference | Type reference (TYPE) | RE_T_PRE_POSTING_RECORD | RE-Buchungssätze extern | 20100401 | ||
2 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20100401 | ||
3 | ![]() |
IS_RECEIVE_SUM | Call by reference | Type reference (TYPE) | VISCRECEIVABLE | Forderungen aus Abrechnung | 20100401 | ||
4 | ![]() |
IS_RENTPERIOD | Call by reference | Type reference (TYPE) | VISCS_RENT | Mietzeitraum | 20100401 | ||
5 | ![]() |
IT_RECEIVE | Call by reference | Type reference (TYPE) | MTYPE_T_RECEIVABLE | 20100401 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20100401 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 500 |