‎2009 Mar 04 2:55 PM
i need to add an extra field on the selection screen of a standard report and also i have to add a few columns on the output. I have created the zcopy of the standard program and zcopy of the logical database attached to it.My questions are:
1. where i should include the extra select option ? in the report or in the logical database selection art?
2. where should i write the logic for fetching the extra fields? in the report or in the logical db surce code?
3. the additional fields in the output list which i have to add are from the tables which are not in the ldb structure. do i have to add those tables in ldb?
‎2009 Mar 04 3:02 PM
HI,
1. where i should include the extra select option ? in the report or in the logical database selection art?
You need to add the select option in the report not in the logical database selection as normal declaration. These declared fields will be displayed under the LDB selection screen.
2. where should i write the logic for fetching the extra fields? in the report or in the logical db surce code?
You need to write the logic to fetch the data for the extra fields under the GET event
3. the additional fields in the output list which i have to add are from the tables which are not in the ldb structure. do i have to add those tables in ldb?
Declare your own table with the all the field you required to output in the report and populate the table with values in the report program.
Edited by: Avinash Kodarapu on Mar 4, 2009 8:33 PM
‎2009 Mar 05 1:36 PM
hi,
i my logical database structure contains ekko,ekpo,eket,ekbbe.
my report where i need to add some extra fields on the output is attached with this LDB.
the extra fields are coming from tables like t023t,t001w and bkpf.
do i have to add these 3tables in the LDB structure?