‎2009 May 14 12:26 PM
Hi ,
A Screen is developed with some custom fields. Shall we have to use append structue for a particular table to which that particular screen belongs to. Or we have to create a Ztable in database.
Rgds,
khad.
‎2009 May 14 12:30 PM
Hi,
If you have the CI_INCLUDE then add the fields in that CI include, if nothing is there then create a new table.
Thanks
Sudheer
‎2009 May 17 12:05 PM
Hi Sudheer,
Can u be a bit more elaborate. What do you mean by 'CI_include'.
Rgds,
khad.
‎2009 May 17 1:06 PM
Hi Khadeer,
CI_INCLUDE is the structure in main table used to have custom fields in the standard table and so in the screen.
So rather than doing append structure add your fields to the CI_INCLUDE that exists at the very end of standard table defination.
Regards
Shital