User`s guide

TypeField
StringContactInfo.Phone
StringContactInfo.email
As before, you must either link the street and zip code fields to or from another table, or define them in
a record selection formula.
Functions with a table as their output
Function F
IMPORTING
VALUE(NAME) TYPE C
EXPORTING
VALUE(GENDER) TYPE C
TABLES
POSITIONS STRUCTURE S_POSN
S_POSN is defined as:
TITLE(20) TYPE C
STARTDATE TYPE D
In this case, the function takes a name as an argument and returns the age and position of that person.
Suppose that Tom's gender is male, and that the Positions table returned by F for Tom contains:
StartDateTitle
1/1/93Mail Clerk
3/4/95Manager, Mail
7/12/98VP, Mail
When the function is called, the result will be a table called "F" that contains:
Positions.StartDatePositions.TitleGenderName
1/1/93Mail ClerkMTom
3/4/95Manager, MailMTom
2012-03-14602
Integrating Business Applications with Crystal Reports