Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Logical database

Former Member
0 Likes
861

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?

2 REPLIES 2
Read only

Former Member
0 Likes
367

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

Read only

0 Likes
367

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?