VishalMistry
24th March 2015, 12:15
hi all,

I want to call a standard session and apply a filter automatically. Is it possible. Please guide.

Vishal

bhushanchanda
24th March 2015, 13:38
Hi,

How are you calling the standard session?

If you are zooming it from a field say item.f then you can do something like this -

e.g. You are zooming to tcibd0501m000 and want to show records with item group as 001.

field.item.f:
before.zoom:
tcibd001.citg = "001" | Show items with item group as 001.

VishalMistry
25th March 2015, 10:31
Hello Mr. Bhushan,

I am calling a standard session (tdsls1500m000 - Sales Quotations)from a customized session. While calling I want to pass wome filter. Is it possible ?

Vishal

bhushanchanda
25th March 2015, 10:36
Hi,

Not sure if you can apply filter directly to a standard session by calling it. You can create a custom display session for Sales Quotations and in before.program you can use query extensions to apply the required filter.