User`s guide
Positions.StartDatePositions.TitleGenderName
7/12/98VP, MailMTom
Functions with multiple tables as their output
Function F
IMPORTING
VALUE(NAME) TYPE C
EXPORTING
VALUE(GENDER) TYPE C
TABLES
POSITIONS STRUCTURE S_POSN
OPTIONS STRUCTURE S_OPTN
S_POSN is defined as before and S_OPTN is defined as:
GRANTDATE TYPE D
NUMBER TYPE I
Suppose that the data from Positions is as before, and the Options table looks like:
NumberGrantDate
10004/4/93
153005/6/97
When the function is called, the result will be a table called "F" that contains:
Options.
Number
Options.
GrantDate
Positions.
StartDate
Positions.Ti
tle
GenderName
10004/4/931/1/93Mail ClerkMTom
10004/4/933/4/95Manager, MailMTom
10004/4/937/12/98VP, MailMTom
153005/6/971/1/93Mail ClerkMTom
153005/6/973/4/95Manager, MailMTom
2012-03-14603
Integrating Business Applications with Crystal Reports