dhruv_x0
3rd January 2011, 09:25
Hi......

I have a maintain session in which there are 5 view fields, all are parts of index. Out of 5, two fileds are display fields and has been imported.
Remaining 3 fields are input fields.
I m Starting this session from a standard session, when the session is started, i m getting 2 display fields correctly as i should get........but the 3 input fields are displayed with some default values..........my requirement is to display them blank i.e without default values..

Any Suggestions are welcomed.
Thanks In Advance

bdittmar
3rd January 2011, 11:01
Hi......

I have a maintain session in which there are 5 view fields, all are parts of index. Out of 5, two fileds are display fields and has been imported.
Remaining 3 fields are input fields.
I m Starting this session from a standard session, when the session is started, i m getting 2 display fields correctly as i should get........but the 3 input fields are displayed with some default values..........my requirement is to display them blank i.e without default values..

Any Suggestions are welcomed.
Thanks In Advance

Hello,
set default = BLANK in form.

Regards

dhruv_x0
3rd January 2011, 12:04
thanks bernd for ur reply.................
Actually i hv initialized like this:

form.all:
init.form:
tsmsl002.item = ""
tsmsl002.sern = ""
tsmsl002.code = ""

Do U mean The Same???
If Not Then Please Elaborate...

mark_h
3rd January 2011, 17:20
What bernd is recommending is editing the form itself. Each formfield will probably have a default value set in the form itself. So edit the form and look at each form field.

dhruv_x0
4th January 2011, 09:23
Dear mark,

All These Fields Are Table Fields.......where i would check for the default values for these fields.........

Thanks

mark_h
4th January 2011, 16:44
As far as I know in 4c4 I can look at the table field definitions to see if there is a default value set for them. It sounds like there is something else going on when you activate this sub-session.

dhruv_x0
5th January 2011, 06:38
Dear mark,
Actually this session is started from standard tssoc2110m000(service order lines) and i m importing this service order in current sessoion........this is view and display field. Other fields are input and view fields also a part of index....so in input field default values are displayed.

I m working in LN

amitmmokashi
5th January 2011, 07:19
Hi Dhruv,

Kindly initialise the 3 variables which are being displayed with default values in the section "group.1", sub-section "init.group" to and also after import is performed.

Regards,
Amit Mokashi

dhruv_x0
5th January 2011, 15:36
Thanks Amit For Your Suggestion............
Actually I tried it earlier but it didn't work

My Problem Has Been Solved By Query Extension..

import("tssoc200.orno",var.orno)
import("tssoc200.cwoc",cwoc)
import("tssoc200.cstp",cstp)

query.extension ="tsmsl002._index1 = {:var.orno}"