cancel
Showing results for 
Search instead for 
Did you mean: 

Minimum Queue Time for an SFC

vian_abduljalil
Participant
0 Kudos


hi,

can I get information about Material Maintenance--->System Rules --> Minimum Queue Time for an SFC via a Web Service? if yes which Web Service should I use?

thank you

Regards,

Vian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Vian

You can use SystemRuleServiceWSService, findSystemRuleSetting, and pass the Material in as the ref

Stuart

vian_abduljalil
Participant
0 Kudos

hello Stuart,

I found SystemRuleServiceWS and when I tested the Web Service SystemRuleServiceWS so it need to pass two parameters:

site and rule Name and there is no parameter for the material

thanks

Regards,

Vian

former_member185234
Active Participant
0 Kudos

Hi Vian ,

It has 'contextList' element , for example  for material:

<?xml version="1.0" encoding="utf-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema">

  <SOAP-ENV:Body>

    <pns:findSystemRuleSetting xmlns:pns="mepapi:com:sap:me:appconfig">

      <pns:Site>1001</pns:Site>

      <yq1:Request xmlns:yq1="mepapi:com:sap:me:appconfig" xmlns:pns="http://www.sap.com/me/appconfig">

        <pns:ruleName>TEST</pns:ruleName>

        <pns:contextList>

          <ref>ItemBO:1001,MAT1,A</ref>

        </pns:contextList>

      </yq1:Request>

    </pns:findSystemRuleSetting>

  </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Regards,

Oksana

vian_abduljalil
Participant
0 Kudos

thank you Oskana for your response,

but what is the ruleName? what is it for information?

I want to get information about Minimum Queue Time for an SFC for the special material e.g MAT1,A

thank you

Regards,

Vian

former_member185234
Active Participant
0 Kudos

Hi Vian ,

What SAP ME version you are using ? I don't have such System Rule at Material Maintenance , I have only such rules at ME 6.1.4 :

Allow Non-BOM Components on Add  - Use Site/Global SettingTrueFalse -  True 

Allow Reuse of SFC Numbers on Import -  Use Site/Global SettingTrueFalse  - True 

Allow Ver Change on Purchased Components  - Use Site/Global SettingTrueFalse -  True 

Archive Component When Parent Archived - Use Site/Global SettingTrueFalse  - False 

Copy Activity Log Records  - Use Site/Global SettingTrueFalse  - True 

Create Shop Order BOM on Release  - Use Site/Global SettingTrueFalse  - False 

Create Subassys on Shop Order Release  - Use Site/Global SettingTrueFalse  - False 

Default Shop Order for Trackable SFCs    

Default Work Center for Release    

Enable Pegging on Release  - Use Site/Global SettingTrueFalse -  False 

Enforce Pegging on Consumption  - Use Site/Global SettingTrueFalse -  False 

NC Allows Non-BOM Component and Ref Des  - Use Site/Global SettingTrueFalse -  True 

SFC Status on Shop Order Close    405 

Shop Order Status When All SFCs Done    503 

Status of an Empty Lot SFC    408 

Track Floor Stock  - Use Site/Global SettingTrueFalse -  True 

Track Production   -Use Site/Global SettingTrueFalse - True

Regards,

Oksana

vian_abduljalil
Participant
0 Kudos

hi,

we have verion 6.0.4. see the attach file.

Regards,

Vian

former_member185234
Active Participant
0 Kudos

Hi Vian ,

Do you have ME customizations?

I found server with ME 6.0.4 installed and we don't have such system rule at Material Maintenance. And I have latest core deployed , and I searched in idat files and also didn't find such system rule.

Thanks,

Oksana

former_member185234
Active Participant
0 Kudos

You also can look at SYSTEM_RULE table to find system rule name in SYS_RULE column. You should search by Minimum Queue Time in LONG_DESCRIPTION column.

Thanks,

Oksana

sergiy_katerinich
Active Contributor
0 Kudos

This looks like a custom feature implemented later in base SAP ME as CHECK_TIME hook.

vian_abduljalil
Participant
0 Kudos

hello,

thank you all for your response 

thanks Oskana, I found the value of Minimum Queue Time now.

Regards,

Vian

Answers (0)