cancel
Showing results for 
Search instead for 
Did you mean: 

Syclo WM 5.3 : I want work order only with current date + 10 days in Syclo iPad

Former Member
0 Kudos

Hello All , I want to do configuration in syclo config panel for work order  . we have requirement like we want want only those orders current date + 10 days history (start with in days only ) . can you provide some suggestion ? How we can achieve this ? Thanks & Regards ,   Kunal Varaiya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

former_member208808
Active Participant
0 Kudos

Hi Kunal,

For this you can go to Mobile Data Object Configuration > DO-Standard Data Object in config panel,

There you can apply a Data filter for you workorders by specifying a rule as shown below.

In this example it will return me only those flights with carrier id = UA

Similarly you can use it for workorders GET Method

Also for reference you can see these steps for applying rule in following doc.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/300b7769-e513-3110-4d8d-d658b963a...

Page number 65,66,67 etc.

Regards,

AK

Former Member
0 Kudos

Hello AK K , Thanks for your replay ... But i want to know exact filter information for WM 5.3 . which filter will work for my requirement . can you provide some suggestion here ? for more information please find attached screen shot . Thanks & Regards, Kunal Varaiya

former_member208808
Active Participant
0 Kudos

Hi Kunal,

It depends on what field you are creating Data Filter for,

For that you can go to se24 and /SYCLO/CL_PM_WORKORDER2_DO class handler

/SYCLO/IF_CORE_FILTER_SERV~GET_DATA_FILTER_LIST method.

This method specifies what Data filter is used for which table and its field (in config panel).

So if your filter is for Release date for workorder then

Configure DATE_RELEASE

on Table AUFK

for field  IDAT1 

then you don't have to create new just specify rule over there.

If your filter is for Creation Date for workorder then you will have to create it.

Like

a new Data Filter,

DATE_CREATED

on table AUFK

for field ERDAT

and specify filter rule for that.

Modifying method GET_DATA_FILTER_LIST for your filter.

Regards,

AK

Former Member
0 Kudos

Hello AK K , WM 5.3 is already providing standard filter and also provided for my requirement . But wanted ask exact which filter  need to use for it . can you provide filter name ? Thanks & Regards, Kunal Varaiya