FRSDESC
Syntax
FRSDESC(segment number, segment code)
Description
The FRSDESC function provides the description for a segment code, given a segment number and segment code.
Arguments
segment number
The segment number is 1 to 10.
Segment code
The code of the given segment (such as "1000" or "WEST").
Results
FRSDESC returns the segment name from the General Ledger segment codes table. The following examples assume that segment 1 is the department segment.
Examples
This statement |
Returns this |
FRSDESC(1,"USEAST") |
Eastern United States |
FRSDESC(1,"SALES") |
Sales Department |
FRSDESC(1,FR("CurAcSegVal1")) |
Sales Department |
See also