Module for EDI 9.12 | Building Services with EDI Module | Part II WmEDIforTN Package | WmEDIforTN FAReport Folder | Summary of Elements in this Folder | wm.b2b.editn.FAReport:generateFAReport
 
wm.b2b.editn.FAReport:generateFAReport
WmEDIforTN. Based on the inputs you specify, this service retrieves the matching rows from the EDITRACKING table and generates a report.
The EDITRACKING table is a module-specific table in the Trading Networks database that contains information about FA reconciliations.
Input Parameters
reportFileName
String (optional) The name you want to assign the FA report file. If you do not specify reportFileName, this service assigns the file name will be timestamp reportFileName.template.
For example, 2003_07_01testReport.html
template
String Whether you want the report in text or HTML format. Specify one of the following:
Value
Meaning
TXT
The report will be in text format.
HTML
The report will be in HTML format.
senderID
String (optional) The corporate name (as specified in the Trading Networks profile) of the sender of the EDI document you want included in the report. If you do not specify senderID, the report will contain information for documents from all senders.
receiverID
String (optional) The corporate name (as specified in the Trading Networks profile) of the receiver of the EDI document you want included in the report. If you do not specify receiverID, the report will contain information for documents from all senders.
status
String (optional) The number that represents the FA status of the documents that you want included in the report. If you do not provide a value, the report will contain information for documents with any FA status. Valid values are:
Value
Meaning
100
FA_STATUS_NONE
110
FA_STATUS_DISABLE
120
FA_STATUS_DUPLICATE
130
FA_STATUS_ERROR
140
FA_STATUS_DUP_FA
150
FA_STATUS_ACCEPT
160
FA_STATUS_ACCEPT_ERROR
170
FA_STATUS_ACCEPT_PARTIAL
180
FA_STATUS_REJECT
190
FA_STATUS_FA_ERROR
200
FA_STATUS_INTERCHANGE_RECEIVED
For more information about FA status, webMethods Module for EDI Installation and User’s Guide.
docBeforeYear
String (optional) Indicates that you want the report to include information for original EDI documents sent before the year you specify. For example, if you specify 2002, the service would include entries in which the original EDI documents were sent before 2002.
docBeforeMonth
String (optional) Indicates that you want the report to include information for original EDI documents sent before the month you specify. For example, if you specify 3, the service would include entries in which the original EDI documents were sent before March.
docBeforeDay
String (optional) Indicates that you want the report to include information for original EDI documents sent before the day you specify. For example, if you specify 12, the service would include entries in which the original EDI documents were sent before the 12th.
docBeforeHour
String (optional) Indicates that you want the report to include information for original EDI documents sent before the hour you specify (in 24-hour format). For example, if you specify 13, the service would include entries in which the original EDI documents were sent before 1 P.M.
docBeforeMin
String (optional) Indicates that you want the report to include information for original EDI documents sent before the minute you specify. For example, if you specify 30, the service would include entries in which the original EDI documents were sent before the 30th minute.
docAfterYear
String (optional) Indicates that you want the report to include information for original EDI documents sent after the year you specify. For example, if you specify 2002, the service would include entries in which the original EDI documents were sent after 2002.
docAfterMonth
String (optional) Indicates that you want the report to include information for original EDI documents sent after the month you specify. For example, if you specify 3, the service would include entries in which the original EDI documents were sent after March.
docAfterDay
String (optional) Indicates that you want the report to include information for original EDI documents sent after the day you specify. For example, if you specify 12, the service would include entries in which the original EDI documents were sent after the 12th.
docAfterHour
String (optional) Indicates that you want the report to include information for original EDI documents sent after the hour you specify (in 24-hour format). For example, if you specify 13, the service would include entries in which the original EDI documents were sent after 1 P.M.
docAfterMin
String (optional) Indicates that you want the report to include information for original EDI documents sent after the minute you specify. For example, if you specify 30, the service would include entries in which the original EDI documents were sent after the 30th minute.
FABeforeYear
String (optional) Indicates that you want the report to include information for FAs sent before the year you specify. For example, if you specify 2002, the service would include entries in which the FAs were sent before 2002.
FABeforeMonth
String (optional) Indicates that you want the report to include information for FAs sent before the month you specify. For example, if you specify March, the service would include entries in which the FAs were sent before March.
FABeforeDay
String (optional) Indicates that you want the report to include information for FAs sent before the day you specify. For example, if you specify 12, the service would include entries in which the FAs were sent before the 12th.
FABeforeHour
String (optional) Indicates that you want the report to include information for FAs sent before the hour you specify (in 24-hour format). For example, if you specify 13, the service would include entries in which the original EDI documents were sent before 1 P.M.
FABeforeMin
String (optional) Indicates that you want the report to include information for FAs sent before the minute you specify. For example, if you specify 30, the service would include entries in which the original EDI documents were sent before the 30th minute.
FAAfterYear
String (optional) Indicates that you want the report to include information for FAs sent after the year you specify. For example, if you specify 2002, the service would include entries in which the FAs were sent after 2002.
FAAfterMonth
String (optional) Indicates that you want the report to include information for FAs sent after the month you specify. For example, if you specify March, the service would include entries in which the FAs were sent after March.
FAAfterDay
String (optional) Indicates that you want the report to include information for FAs sent after the day you specify. For example, if you specify 12, the service would include entries in which the FAs were sent after the 12th.
FAAfterHour
String (optional) Indicates that you want the report to include information for FAs sent after the hour you specify (in 24-hour format). For example, if you specify 13, the service would include entries in which the original EDI documents were sent after 1 P.M.
FAAfterMin
String (optional) Indicates that you want the report to include information for FAs sent after the minute you specify. For example, if you specify 30, the service would include entries in which the original EDI documents were sent after the 30th minute.
groupType
String (optional) The group type (e.g., PO, IN) of the documents that you want included in the report.
version
String (optional) The version (e.g., 4010) of the documents that you want included in the report.
orderBy
String The number that represents the value by which you want to order the entries included in the report.
Value
Meaning
1
ORDER_BY_DOCID
2
ORDER_BY_DOCTYPEID
3
ORDER_BY_SENDERID
4
ORDER_BY_RECEIVERID
5
ORDER_BY_ENVELOPEID
6
ORDER_BY_GROUPID
7
ORDER_BY_TRANSACTIONSETID
8
ORDER_BY_GROUPTYPE
9
ORDER_BY_GROUPVERSION
10
ORDER_BY_DOCTIMESTAMP
11
ORDER_BY_FATIMESTAMP
12
ORDER_BY_FASTATUS
13
ORDER_BY_RELATEDDOCID
Output Parameters
None.
Usage Notes
For more information about FA reconciliation, see webMethods Module for EDI Installation and User’s Guide.