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

screen exit

Former Member
0 Likes
432

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.

3 REPLIES 3
Read only

Former Member
0 Likes
417

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

Read only

0 Likes
417

Hi Sudheer,

Can u be a bit more elaborate. What do you mean by 'CI_include'.

Rgds,

khad.

Read only

0 Likes
417

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