SAP ABAP Interface IF_EX_IHC_BADI_PI_HQ (BAdI Interface IF_EX_IHC_BADI_PI_HQ)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FIN-FSCM (Application Component) Financial Supply Chain Management
⤷
IHC_PI (Package) IDoc (PAYEXT Inbound) Interface

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_EXM_IM_IHC_BADI_PI_HQ | Example Implementation for BAdI Definition IHC_BADI_PI_HQ | 20050201 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_EX_IHC_BADI_PI_HQ | BAdI Class CL_EX_IHC_BADI_PI_HQ | 20050201 |
Properties
Interface | IF_EX_IHC_BADI_PI_HQ | |
Short Description | BAdI Interface IF_EX_IHC_BADI_PI_HQ |
General Data
Package | IHC_PI | IDoc (PAYEXT Inbound) Interface |
Created | 20050201 | SAP |
Last changed | 20050219 | SAP |
Unicode checks active |
Forward declarations
Interface IF_EX_IHC_BADI_PI_HQ has no forward declaration.
Interfaces
Interface IF_EX_IHC_BADI_PI_HQ has no interface.
Friends
Interface IF_EX_IHC_BADI_PI_HQ has no friend.
Attributes
Interface IF_EX_IHC_BADI_PI_HQ has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Change All Payment Requests | 20050201 |
2 | ![]() |
Instance method | Public | Method | Change Payment Requests Individually | 20050201 |
Events
Interface IF_EX_IHC_BADI_PI_HQ has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ADDRESS | Public | See coding | Address Data | 20050201 | BEGIN OF ts_address,
index TYPE sy-tabix,
address TYPE bapi2021_address,
END OF ts_address
|
|
2 | TS_BANK | Public | See coding | Bank Data | 20050201 | BEGIN OF ts_bank,
index TYPE sy-tabix,
bank TYPE bapi2021_bank,
END OF ts_bank
|
|
3 | TS_PAYRQ_DATA | Public | See coding | Data for One Payment Request | 20050201 | BEGIN OF ts_payrq_data,
index TYPE sy-tabix,
origin TYPE bapi2021_origin,
organisations TYPE bapi2021_organisations,
accounts TYPE bapi2021_accounts,
amounts TYPE bapi2021_amounts,
value_dates TYPE bapi2021_dates,
payment_control TYPE bapi2021_paymentctrl,
reference_doc TYPE bapi2021_corrdoc,
central_bank_report TYPE bapi2021_centralbankrep,
instructions TYPE bapi2021_instructions,
references TYPE bapi2021_references,
END OF ts_payrq_data
|
|
4 | TS_REFERENCE_TEXT | Public | See coding | Payment Notes | 20050201 | BEGIN OF ts_reference_text,
index TYPE sy-tabix,
reference_text TYPE bapi2021_reftext,
END OF ts_reference_text
|
|
5 | TT_ADDRESSES | Public | See coding | Table Type for Address Data | 20050201 | tt_addresses TYPE TABLE OF ts_address
|
|
6 | TT_BANKS | Public | See coding | Table Type for Bank Data | 20050201 | tt_banks TYPE TABLE OF ts_bank
|
|
7 | TT_BAPI_ADDRESS | Public | See coding | 20050201 | tt_bapi_address TYPE STANDARD TABLE OF bapi2021_address
|
||
8 | TT_BAPI_BANK | Public | See coding | 20050201 | tt_bapi_bank TYPE STANDARD TABLE OF bapi2021_bank
|
||
9 | TT_BAPI_TEXT | Public | See coding | 20050201 | tt_bapi_text TYPE STANDARD TABLE OF bapi2021_reftext
|
||
10 | TT_PAYRQ_DATA | Public | See coding | Data for Multiple Payment Requests | 20050201 | tt_payrq_data TYPE STANDARD TABLE OF ts_payrq_data
|
|
11 | TT_REFERENCE_TEXTS | Public | See coding | Table Type for Payment Note | 20050201 | tt_reference_texts TYPE TABLE OF ts_reference_text
|
Method Signatures
Method CHANGE_ALL_PAYRQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ADDRESS | Call by reference | Type reference (TYPE) | TT_ADDRESSES | Tabellentyp für Adressdaten | 20050201 | ||
2 | ![]() |
CT_BANK | Call by reference | Type reference (TYPE) | TT_BANKS | Tabellentyp für Bankdaten | 20050201 | ||
3 | ![]() |
CT_PAYRQ | Call by reference | Type reference (TYPE) | TT_PAYRQ_DATA | Daten zu mehreren Zahlungsanordnungen | 20050201 | ||
4 | ![]() |
CT_REFERENCE_TEXT | Call by reference | Type reference (TYPE) | TT_REFERENCE_TEXTS | Tabellentyp für Verwendungszweck | 20050201 | ||
5 | ![]() |
IT_IDOC | Call by reference | Type reference (TYPE) | IHC_PI_TTY_IDOC_DATA | Tabelle der IDOC-Datensätze | 20050201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion abbrechen. Zahlungsanordnungen werden nicht angelegt. | 20050201 |
Method CHANGE_SINGLE_PAYRQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_ACCOUNT | Call by reference | Type reference (TYPE) | BAPI2021_ACCOUNTS | BAPI Payment Request: Konten | 20050201 | ||
2 | ![]() |
CS_AMOUNT | Call by reference | Type reference (TYPE) | BAPI2021_AMOUNTS | BAPI Payment Request: Beträge und Währungen | 20050201 | ||
3 | ![]() |
CS_CENTRAL_BANK_REPORT | Call by reference | Type reference (TYPE) | BAPI2021_CENTRALBANKREP | BAPI Payment Request: Meldedaten | 20050201 | ||
4 | ![]() |
CS_INSTRUCTION | Call by reference | Type reference (TYPE) | BAPI2021_INSTRUCTIONS | BAPI Payment Request: Weisungsschlüssel | 20050201 | ||
5 | ![]() |
CS_ORGANIZATION | Call by reference | Type reference (TYPE) | BAPI2021_ORGANISATIONS | BAPI Payment Request: Organisationen | 20050201 | ||
6 | ![]() |
CS_ORIGIN | Call by reference | Type reference (TYPE) | BAPI2021_ORIGIN | BAPI Payment Request: Herkunft | 20050201 | ||
7 | ![]() |
CS_PAYMENT_CONTROL | Call by reference | Type reference (TYPE) | BAPI2021_PAYMENTCTRL | BAPI Payment Request: Steuerung Zahlung | 20050201 | ||
8 | ![]() |
CS_REFERENCE | Call by reference | Type reference (TYPE) | BAPI2021_REFERENCES | BAPI Payment Request: Referenzdaten | 20050201 | ||
9 | ![]() |
CS_REFERENCE_DOC | Call by reference | Type reference (TYPE) | BAPI2021_CORRDOC | BAPI Payment Request: korrespondierender Buchhaltungsbeleg | 20050201 | ||
10 | ![]() |
CS_VALUE_DATE | Call by reference | Type reference (TYPE) | BAPI2021_DATES | BAPI Payment Request: Daten | 20050201 | ||
11 | ![]() |
CT_ADDRESS | Call by reference | Type reference (TYPE) | TT_BAPI_ADDRESS | Payment Request: Adressdaten | 20050201 | ||
12 | ![]() |
CT_BANK | Call by reference | Type reference (TYPE) | TT_BAPI_BANK | BAPI Payment Request: Bankdaten | 20050201 | ||
13 | ![]() |
CT_REFERENCE_TEXT | Call by reference | Type reference (TYPE) | TT_BAPI_TEXT | BAPI Payment Request: Verwendungszwecktexte | 20050201 | ||
14 | ![]() |
IT_IDOC | Call by reference | Type reference (TYPE) | IHC_PI_TTY_IDOC_DATA | Tabelle der IDOC-Datensätze | 20050201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion abbrechen. Zahlungsanordnungen werden nicht angelegt. | 20050201 |
History
Last changed by/on | SAP | 20050219 |
SAP Release Created in | 600 |