/AWS1/CL_BDIX12FUNCALGRHEADERS¶
Part of the X12 message structure. These are the functional group headers for the X12 EDI object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_applicationsendercode TYPE /AWS1/BDIX12APPLICATIONSENDE00 /AWS1/BDIX12APPLICATIONSENDE00¶
A value representing the code used to identify the party transmitting a message, at position GS-02.
iv_applicationreceivercode TYPE /AWS1/BDIX12APPLICATIONRECEI00 /AWS1/BDIX12APPLICATIONRECEI00¶
A value representing the code used to identify the party receiving a message, at position GS-03.
iv_responsibleagencycode TYPE /AWS1/BDIX12RESPONSIBLEAGENC00 /AWS1/BDIX12RESPONSIBLEAGENC00¶
A code that identifies the issuer of the standard, at position GS-07.
Queryable Attributes¶
applicationSenderCode¶
A value representing the code used to identify the party transmitting a message, at position GS-02.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONSENDERCODE() |
Getter for APPLICATIONSENDERCODE, with configurable default |
ASK_APPLICATIONSENDERCODE() |
Getter for APPLICATIONSENDERCODE w/ exceptions if field has |
HAS_APPLICATIONSENDERCODE() |
Determine if APPLICATIONSENDERCODE has a value |
applicationReceiverCode¶
A value representing the code used to identify the party receiving a message, at position GS-03.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONRECEIVERCODE() |
Getter for APPLICATIONRECEIVERCODE, with configurable defaul |
ASK_APPLICATIONRECEIVERCODE() |
Getter for APPLICATIONRECEIVERCODE w/ exceptions if field ha |
HAS_APPLICATIONRECEIVERCODE() |
Determine if APPLICATIONRECEIVERCODE has a value |
responsibleAgencyCode¶
A code that identifies the issuer of the standard, at position GS-07.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESPONSIBLEAGENCYCODE() |
Getter for RESPONSIBLEAGENCYCODE, with configurable default |
ASK_RESPONSIBLEAGENCYCODE() |
Getter for RESPONSIBLEAGENCYCODE w/ exceptions if field has |
HAS_RESPONSIBLEAGENCYCODE() |
Determine if RESPONSIBLEAGENCYCODE has a value |