SAP ABAP Interface IF_FSL_MESSAGE_HEADER_HELPER (Help Class for Message Header)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
FS (Application Component) Financial Services
⤷
FSL_ERROR_CONFLICT (Package) Error and Conflict Handling

⤷

⤷

Properties
Interface | IF_FSL_MESSAGE_HEADER_HELPER | |
Short Description | Help Class for Message Header |
General Data
Package | FSL_ERROR_CONFLICT | Error and Conflict Handling |
Created | 20070613 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_FSL_MESSAGE_HEADER_HELPER has no forward declaration.
Interfaces
Interface IF_FSL_MESSAGE_HEADER_HELPER has no interface.
Friends
Interface IF_FSL_MESSAGE_HEADER_HELPER has no friend.
Attributes
Interface IF_FSL_MESSAGE_HEADER_HELPER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Converts GDT => Internal Representation | 20070613 |
2 | ![]() |
Instance method | Public | Method | Converts Internal Representation => GDT | 20070613 |
3 | ![]() |
Instance method | Public | Method | Converts GDT Representation from Inbound => Outbound | 20070613 |
4 | ![]() |
Instance method | Public | Method | Converts Internal Representation from Inbound => Outbound | 20070613 |
5 | ![]() |
Instance method | Public | Method | Enteres Internal Representation with Minimum Required Data | 20070613 |
6 | ![]() |
Instance method | Public | Method | Validates External Representation | 20081119 |
7 | ![]() |
Instance method | Public | Method | Validates Interal Representation | 20081119 |
Events
Interface IF_FSL_MESSAGE_HEADER_HELPER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_BUS_SYSTEM_ID | Public | See coding | Business System ID | 20090511 | t_bus_system_id type c length 60
|
|
2 | T_ID_CONTENT | Public | See coding | ID Field | 20090511 | t_id_content type c length 35
|
|
3 | T_SCHEME_AGENCY_ID | Public | See coding | Scheme Agency ID | 20090511 | t_scheme_agency_id type c length 60
|
|
4 | T_SCHEME_ID | Public | See coding | Scheme ID | 20090511 | t_scheme_id type c length 60
|
|
5 | T_SCH_AGENCY_SCHEME_AGENCY_ID | Public | See coding | Scheme Agency Scheme Agency ID | 20090511 | t_sch_agency_scheme_agency_id type c length 3
|
|
6 | T_STR_ID | Public | See coding | ID Structure | 20090511 | begin of t_str_id,
controller type prxctrltab,
content type t_id_content,
scheme_id type t_scheme_id,
scheme_agency_id type t_scheme_agency_id,
scheme_agency_scheme_agency_id type t_sch_agency_scheme_agency_id,
end of t_str_id
|
|
7 | T_STR_MIN_EXT_BDMH | Public | See coding | Minimum External Business Document Message Header | 20090511 | begin of t_str_min_ext_bdmh,
controller type prxctrltab,
id type t_str_id,
uuid type t_str_uuid,
reference_id type t_str_id,
reference_uuid type t_str_uuid,
creation_date_time type xsddatetime_long_z,
sender_business_system_id type t_bus_system_id,
recipient_business_system_id type t_bus_system_id,
end of t_str_min_ext_bdmh
|
|
8 | T_STR_UUID | Public | See coding | UUID Structure | 20090511 | begin of t_str_uuid,
controller type prxctrltab,
content type t_uuid_content,
scheme_id type t_scheme_id,
scheme_agency_id type t_scheme_agency_id,
end of t_str_uuid
|
|
9 | T_UUID_CONTENT | Public | See coding | UUID Field | 20090511 | t_uuid_content type c length 36
|
Method Signatures
Method CONVERT_EXT_TO_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GDT_BDMH | Call by reference | Type reference (TYPE) | ANY | GDT Repräsentation BusinessDocumentMessageHeader | 20070613 | ||
2 | ![]() |
R_FSL_BDMH | Value transfer | Type reference (TYPE) | FSL_STR_GDT_BUS_MESSAGE_HEADER | Repräsentation für GDT BusinessDocumentMessageHeader | 20070613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerhafter Parameter | 20070614 |
Method CONVERT_INT_TO_EXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_GDT_BDMH | Call by reference | Type reference (TYPE) | ANY | GDT Repräsentation BusinessDocumentMessageHeader | 20070613 | ||
2 | ![]() |
I_FSL_BDMH | Call by reference | Type reference (TYPE) | FSL_STR_GDT_BUS_MESSAGE_HEADER | Repräsentation für GDT BusinessDocumentMessageHeader | 20070613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerhafter Parameter | 20070614 |
Method CONVERT_IN_OUT_EXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_GDT_BDMH | Call by reference | Type reference (TYPE) | ANY | GDT Repräsentation BusinessDocumentMessageHeader | 20070613 | ||
2 | ![]() |
I_GDT_BDMH | Call by reference | Type reference (TYPE) | ANY | GDT Repräsentation BusinessDocumentMessageHeader | 20070613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerhafter Parameter | 20070614 |
Method CONVERT_IN_OUT_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FSL_BDMH | Call by reference | Type reference (TYPE) | FSL_STR_GDT_BUS_MESSAGE_HEADER | Repräsentation für GDT BusinessDocumentMessageHeader | 20070613 | ||
2 | ![]() |
R_FSL_BDMH | Value transfer | Type reference (TYPE) | FSL_STR_GDT_BUS_MESSAGE_HEADER | Repräsentation für GDT BusinessDocumentMessageHeader | 20070613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerhafter Parameter | 20070614 |
Method FILL_MIN_HEADER_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_FSL_BDMH | Value transfer | Type reference (TYPE) | FSL_STR_GDT_BUS_MESSAGE_HEADER | Repräsentation für GDT BusinessDocumentMessageHeader | 20070613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerhafter Parameter | 20070614 |
Method VALIDATE_EXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMPONENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Komponente | 20081119 | ||
2 | ![]() |
I_GDT_BDMH | Call by reference | Type reference (TYPE) | ANY | 20081119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Format Error | 20081119 |
Method VALIDATE_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMPONENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Komponente | 20081119 | ||
2 | ![]() |
I_FSL_BDMH | Call by reference | Type reference (TYPE) | FSL_STR_GDT_BUS_MESSAGE_HEADER | Repräsentation für GDT BusinessDocumentMessageHeader | 20081119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Format Error | 20081119 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 200 |