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

setting initial values check box for append structure

Former Member
0 Likes
672

hi all,

i have appended a zstucture to a standard table , but how can i set the check box for initial values for the appended fields?

Please suggest me in this regard.

Thanks & Regards,

Deepak.

3 REPLIES 3
Read only

RahulKeshav
Active Contributor
0 Likes
557

can u explain lil bit..

ur issue is not clear....

Read only

Former Member
0 Likes
557

Hi,

Directly its not possible....

instead there is a way for doing it....

Go to the data element level of that checkbox...

in the further characteristic tab of the data element ...

specify a name for parameter ID.

then write a small program to set the parameter ID to the value 'X'.

say for example you give the parameter ID name as DPK

then in the program,

data : w_chk type c default 'X'
SET PARAMETER ID DPK FIELD W_CHK.

Now the value X will be default for the checkbox field

Regards,

Siddarth

Read only

Former Member
0 Likes
557

hi all,

thanks for replies...actually i have appended a zstructure to standard table

as we know that the initial values check box will be automatically checked when we first activate a table

after creating...my issue was to get all fields of my zstructure to be checked for iniial entries....

now the problem is sloved....what i did is in se14 we need to select force change..so all the fields will be checked for initial entries.

thnaks for replies n time..

Deepak.