F0005GetUDCDescription

F0005 Get UDC Description by the Second Description

Minor Business Rule

Object Name: N3003660

Parent DLL: CMFGBASE

Location: Client/Server

Language: NER

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

 


Data Structure

D3003660 - F0005 Get UDC Description by Second Description

Parameter NameData ItemData TypeReq/OptI/O/Both
szSystemCodeSYcharOPTNONE

A user defined code (98/SY) that identifies a system. Valid values include: 01 Address Book 03B Accounts Receivable 04 Accounts 
Payable 09 General Accounting 11 Multicurrency

szUserDefinedCodesRTcharOPTNONE

A code that identifies the table that contains user defined codes. The table is also referred to as a UDC type.

szDescription01002DL02charOPTNONE

Additional text that further describes or clarifies a field in the system.

szDescription001DL01charOPTNONE

A user defined name or remark.

szErrorMessageIDDTAIcharOPTNONE

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 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

cSuppressErrorMessageSUPPScharOPTNONE

A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.        0 = allow 
runtime error message handling.        1 = suppress runtime error message handling.

Related Functions

None

Related Tables

None