1.Functional Description
1.1Purpose
This function will read the UDC table (F0005) by the specified keys and return the description if no error occurs.
1.2Setup Notes and Prerequisites
No Special Setup.
1.3Special Logic
None
2.Technical Specifications
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
SYSystem CodeI
RTUser Defined CodesI
DL02Second DescriptionI
DL01Description O
SUPPSSuppress Error MessageI' ' - Display Error Message '1' - Suppress Error Message
DTAIError Message IDO
2.2Related Tables
Table Table Description
F0005User Defined Codes
2.3Related Business Functions
Source NameFunction Name
2.4Processing
Fetch the F0005 table.
If Fetch is not sucessful
If not Suppress Error Message
Set NER Error
End if
DTAI = '029D'
Else
DTAI = ' '
End if
D3003660 - F0005 Get UDC Description by Second Description
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szSystemCode | SY | char | OPT | NONE |
A user defined code (98/SY) that identifies a system. Valid values include:
01
Address Book
03B
Accounts Receivable
04
Accounts
| ||||
szUserDefinedCodes | RT | char | OPT | NONE |
A code that identifies the table that contains user defined codes. The table is also referred to as a UDC type. | ||||
szDescription01002 | DL02 | char | OPT | NONE |
Additional text that further describes or clarifies a field in the system. | ||||
szDescription001 | DL01 | char | OPT | NONE |
A user defined name or remark. | ||||
szErrorMessageID | DTAI | char | OPT | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
cSuppressErrorMessage | SUPPS | char | OPT | NONE |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
|
None |
None |