Help with Field Selection in Service Master Creation AC01

Hi,
I've assigned internal numbering assignment for Service Master. I've activated External number check in OMV1. However, during service master creation, the user is still able to enter any number in the service number (ASMD-ASNUM) field.
Is there anyway to set this field to display only (not input)? I've gone through the field selection config but ASNUM does not appear.
Regards!

Hi
For no external number assignment you need to maintain two things.
1. The number range group assigned to the service category in transaction ACNR should not have any external number range intervals.(mandatory)
2.In OMV1 Transaction you need to maintain the External number assignment as no i.e Blank field.
Reward points if useful
Thanks & Regards

Similar Messages

  • Field selection for Service Master

    Hi
    is it possible to differentiate the field settings based on the service category, i want to make few fields optional.
    Thanks
    Ankit

    Hello Ankit ,
    Please go into Transaction SPRO -> SAP Reference IMG -> Materials Management -> External Services Management ->
    Service Master -> Field Display for Service Master -> Define Field Selection for Service Master ( Individual Maintenance ).
    Click on the "Influencing" button. This is where you should be able to make the changes to each field for all of your Service Categories.
    I hope this information has been helpful.
    Best Regards,
    Frank

  • I need help with a SELECT query - help!

    Hello, I need help with a select statement.
    I have a table with 2 fields as shown below
    Name | Type
    John | 1
    John | 2
    John | 3
    Paul | 1
    Paul | 2
    Paul | 3
    Mark | 1
    Mark | 2
    I need a query that returns everything where the name has type 1 or 2 but not type 3. So in the example above the qery should bring back all the "Mark" records.
    Thanks,
    Ian

    Or, if the types are sequential from 1 upwards you could simply do:-
    SQL> create table t as
      2  select 'John' as name, 1 as type from dual union
      3  select 'John',2 from dual union
      4  select 'John',3 from dual union
      5  select 'Paul',1 from dual union
      6  select 'Paul',2 from dual union
      7  select 'Paul',3 from dual union
      8  select 'Paul',4 from dual union
      9  select 'Mark',1 from dual union
    10  select 'Mark',2 from dual;
    Table created.
    SQL> select name
      2  from t
      3  group by name
      4  having count(*) <= 2;
    NAME
    Mark
    SQL>Or another alternative if they aren't sequential:
    SQL> ed
    Wrote file afiedt.buf
      1  select name from (
      2    select name, max(type) t
      3    from t
      4    group by name
      5    )
      6* where t < 3
    SQL> /
    NAME
    Mark
    SQL>Message was edited by:
    blushadow

  • Need some help with the Select query.

    Need some help with the Select query.
    I had created a Z table with the following fields :
    ZADS :
    MANDT
    VKORG
    ABGRU.
    I had written a select query as below :
    select single vkorg abgru from ZADS into it_rej.
    IT_REJ is a Work area:
    DATA : BEGIN OF IT_REJ,
            VKORG TYPE VBAK-VKORG,
            ABGRU TYPE VBAP-ABGRU,
           END OF IT_REJ.
    This is causing performance issue. They are asking me to include the where condition for this select query.
    What should be my select query here?
    Please suggest....
    Any suggestion will be apprecaiated!
    Regards,
    Developer

    Hello Everybody!
    Thank you for all your response!
    I had changes this work area into Internal table and changed the select query. PLease let me know if this causes any performance issues?
    I had created a Z table with the following fields :
    ZADS :
    MANDT
    VKORG
    ABGRU.
    I had written a select query as below :
    I had removed the select single and insted of using the Structure it_rej, I had changed it into Internal table 
    select vkorg abgru from ZADS into it_rej.
    Earlier :
    IT_REJ is a Work area:
    DATA : BEGIN OF IT_REJ,
    VKORG TYPE VBAK-VKORG,
    ABGRU TYPE VBAP-ABGRU,
    END OF IT_REJ.
    Now :
    DATA : BEGIN OF IT_REJ occurs 0,
    VKORG TYPE VBAK-VKORG,
    ABGRU TYPE VBAP-ABGRU,
    END OF IT_REJ.
    I guess this will fix the issue correct?
    PLease suggest!
    Regards,
    Developer.

  • Field 'material' in service master data and material requisition

    Hello, all!
    Could anybody say, what is the purpose of field 'material' in service master data ('other' tab) and why system after setting the object type in that tab to 1 'material' will never show service in search help?
    This first question comes from the second problem: I thought that I can make a service group, containing materials and services (like routings in PP), so system will be able to make material requisition for a case in automatical manner.
    But now I'm confused. It looks like material requisition can only be made manually throught NMM7.
    Is there any abilities to make requisition in automatical manner?
    Thanks a lot!
    Edited by: Pavel Sidorov on Feb 15, 2008 4:30 PM

    Hi Pavel,
    ad1) we support the creating of services based on material consumptions via service rules. Users are able to activate services rules which generate services based on the material consumption per case. But we need two entities material and services. Service rules are running automatically and no further manual work is necessary.
    You will find the Service rules via IMG -> Patient Billing -> Service Rules. Service Rule R24 is the relevant service rule to generate services based on matierial consumption.
    ad2) The field object type is not been used in Patient Management. It is only used by our clinical partner solution i.s.h.med. I understand that this field is confusing and not very well documented. In Patient Management we use the service master only for "services". i.s.h.med uses the field "material" and "personel" (e.g. physicians time). But it has no relevance for Patient Management.
    Best regards, Robert
    Edited by: Robert Mathiowetz  on Feb 28, 2008 2:51 PM

  • Is it possible to make a search help with dynamic  selection table?

    Hi Experts,
    Is it possible to create search helps with dynamic seletion tables means
    i dont know the selection table names at the time of creation of search help.
    These tables will be determined at runtime.
    if yes, Please give an idea how to create and pass the table names at runtime.
    Thanks
    Yogesh Gupta

    Hi Yogesh,
    Create and fill your itab and show it with FM F4IF_INT_TABLE_VALUE_REQUEST
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'field to return from itab'
          dynpprog        = sy-repid
          dynpnr          = sy-dynnr
          dynprofield     = 'field on your screen to be filled'
          stepl           = sy-stepl
          window_title    = 'some text'
          value_org       = 'S'
        TABLES
          value_tab       = itab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
    Darley

  • Name field in FK01 vendor master creation/ table LFA1 lengths are different

    Hi Experts,
    We have an issue with FK01 vendor master creation.
    The vendor Name field in FK01 has length of 40 char, however in Vendor Master table LFA1 field Name1 has length 35 char.
    So when the user inputs a name of 40 char in FK01 it does get truncated in LFA1 table.
    Guyz any idea how we can handle this scenerio.
    Need your help.
    Thanks
    Jaif.

    Please undesratnd the desciption I have given.
    The issue is with FK01, when u create vendor in FK01, If you use a name of 40 char length in the NAME field.
    After creating the vendor if you check the vendor in LFA1 table you'll find the name truncated to 35 char length in the NAME1 field.
    How can we solve this problem. Is there any BADI/User exit available to fix it.
    Thanks
    Jaif

  • Need help with Advanced Selection in MSA

    Hi,
    Has anyone managed to identify how to create additional
    advanced selection criteria using links to existing combo engines ? Documentation on Mobile system maint is limited so looking for some additional help. Some criteria you can run the check against but not all why ? What should go in the hierachy fields and how do you select the choice list values ?
    Thanks in advance
    M

    Hi,
    Thanks,my issue is I want to use the combo box so the user can select from the drop down the relevant code from the choice list. Not rocket science really.
    Example of sql generated for profession whch is kna1 field.
    select  KNA1.TITLE,KNA1.SFAKNA2,KNA1.SFAKNA1,KNA1.PROFRESSION as PROFESSION,KNA1.PAFKT,KNA1.NAME2,KNA1.NAME1,KNA1.KVTGRP,KNA1.KVCPPOS,KNA1.KUNNR,KNA1.KTOKD,KNA1.BPACT,KNA1.ANRED,KNA1.ABTNR,ADRC.TELNR_LONG,ADRC.STREET,ADRC.POST_CODE1,ADRC.CITY1,ADRC.ADRCDFLT,ADDR.SFAKNBP , (KNA1.PROFESSION ='MIC') as ReturnValue1 from SMOKNA1 KNA1,SMOADRC ADRC,CDBD_ADDREXT ADDR where kna1.deleted='0' and KNA1.Source='CON' and ADRC.deleted='0' and ADDR.deleted = '0' and (ADRC.ADRCDFLT='S' or ADRC.ADRCDFLT='P') and (1=1) and kna1.sfakna1=adrc.sfakna1 and adrc.sfaadrc = addr.sfaadrc order by kna1.name1
    Code fails !
    I have set VAR1 as a free Combo with Bdoc as Choice, segment as Choice List with fields chkey/Textx so hiearchy fields looks like this //*/Profession hiearchy params being mandt/spras/list
    It will not check is this because there is an error in this definition ?
    Regards
    MM

  • Field selection on material master by plant

    Dear friends ,
    Does anyone knows if I can configure material master field selection by PLANT ? which steps should we perform ?
    best regards,
    Ale

    Hi,
    Proceed as below;
    1. OMS9 - Here copy a new Field Reference key (Give Code of your Plant) from "0001" and do field selection as per your requirement.
    2. Then go to OMSA, here maintain Plant with Maintenance Status "KDEVALBPQSZXCFG" and assign the Field Reference key created in Step 1.
    Now for this plant, field selection will work as per the above field selection method.

  • Error Field selection in material master for Tax

    While creating material master MM01 in Sales orgn tab when I am trying to save HST tax for Canada, it is disappearing. Although I have classified customer tax & material tax in IMG-Sales & distribution as 1 & 0 both.
    In MM I can see HST either 0 or 1 when pressing F4
    I tried Log General/Material Master/Field Selection/Maintain Filed selection for data screen
    I tried 0001 group but when opened it gives various numbers for optional/required/supressed/display entry
    Which number is used for TAX? I could not identified.
    Can any one tell me what is transaction code for field selection group for material master for making Tax Required Field?
    Thanks for help.

    Hello,
    Tax problem is resolved by me only.
    In Tax classification IMG/Sales & Dist/Taxes/Define Tax determination Rule
    HST number was 4 I made as number 1 followed by CTX1 as 2 CTX2 as 3.....so on
    So it picked up HST now as this was number one. Now in MM Tax is mandatory as I put 1 & in pricing it picked up.

  • Search help with new selection within if more than 500 entries

    Dear all,
    I created a new search help and this works fine ... If I compare my search help with a default search help from SAP,  I have 1 small feature that not seems to work ... With the default one, it is possible to make a new selection within the search help by clicking on the arrow down :
    If I look at my search help, I don't have the possibility to make a new selection :
    Does anyone how this can be done ?
    Thanks in advance !
    Greetz,
    Kurt.

    HI,
    Here are the general steps to get you started.
    1. Identify the search help being used (on the ship-to-party field, F1 then Tech Info). I believe you want the collective search help SD_DEBI.
    2. Create your own search help with the fields you want to use with SE11, like 'ZDEBI' as an example.
    3. Append 'ZDEBI' to SD_DEBI. (Goto->Append Search Help).
    4. Clean things up by "Hiding" the old search help. In the 'Included Search Help' tab of the collective search help SD_DEBI, there is a check box that you can tick to hide included search helps.

  • Making Useful life field optional in Asset master creation(AS01)

    Hi all,
    I want to make 'Useful life' field in 'Depreciation area' tab as optional in AS01 (Asset master).
    1. I made the screen layout changes using AO21 and made Useful life optional
    2. I assigned the above screen layout in OAYZ
    Despite doing this, during asset master creation, the field still shows as 'Required' and not as 'optional'.
    Am I missing anything else?  Kindly provide some pointers.
    Thanks,
    Sridevi

    Hi Sridevi
    Please check your depreciation key. If your depreciation is based on useful life, the key is required regardless the field status.
    Thanks
    Sanjeev

  • Help with record selection/grouping

    I am trying to create a report as follows, but am running into some problems with my selection/grouping:
    Data Structure (each line is a separate record; each employee has 2 records)
    Employee             TaskID      TaskStatus           Marker         Date Modified
    1                               A                CLOSED             x
    1                               B                OPEN                  N/A
    2                               A                CLOSED              y
    2                               B                OPEN                 N/A
    3                               A                CLOSED             x
    3                               B                CLOSED            N/A
    4                               A                CLOSED             y
    4                               B                CLOSED           N/A
    Report Requirements
    I want a report that displays only employee number and the date that Task B was completed for all employees, and I want these records grouped based on Task B's Task Status (no problem.  I did this).
    However, I want to sub-group these Task B records (within Task Status) by the Marker field for Task A records!  (I can't figure this out?  If I only pull in Task B records, how can I compare what the associated employee has as a marker for their Task A record?)
    Again, I only want to display data from the employee's Task B record, while subgrouping on a field value from the empoyee's Task A record.  The report would be structured as follows:
    Task B (OPEN), with Task A - Marker (x)
                     {Date Modified}
    Task B (OPEN), with Task A - Marker (y)
                     {Date Modified}
    Task B (CLOSED), with Task A - Marker (x)
                    {Date Modified}
    Task B (CLOSED), with Task A - Marker (y)
                      {Date Modified}
    Thanks.
    Gary

    The easiest way would be to use an SQL Command that returns both the Task A and Task B data on one record.  Something like (MS SQL):
    select b.employee, b.taskid as task_b, b.task_status_b, b.marker as marker_b, b.date_modified as date_modified_b,
        a.taskid as task_a, a.task_status_a, a.marker as marker_a, a.date_modified as date_modified_a
    from table a, table b
    where a.employee = b.employee
    and a.taskid = 'A'
    and b.taskid = 'B'
    HTH,
    Carl

  • Help with a select statement from a SQL Server within a DTS !!

    Hello Gurus!
    I help with the script bellow, when I run it within DTS (in SQL Sever 2000), I got the error Invalid number/or not a valid month.
    Please bellow with the WHERE CLASUE '08/01/2001' AND '03/09/2002'
    And in the other hand I change this forma to '01-AUG-01' AND
    '03-MAR-2002', the DTS start and run witha successful messages, but it does not returns row, which is wrong.
    Somebady please help!
    Thanks Gurus!
    GET Total ANIs with Trafic By Area Code
    select
         substr(b.ct_num, 0,3) as Area_Codes,
         COUNT(DISTINCT B.CT_NUM) AS ANIS
    from
         wasabi.v_trans A,
         wasabi.V_Sur_Universal B,
         wasabi.V_Sub C,
         wasabi.V_Trans_Typ D
    where
         D.Trans_typ = A.Trans_Typ AND
         A.Sur_ID = B.Sur_ID AND
         C.Sub_ID = A.Sub_ID AND
         a.trans_stat != 'X' AND     
         a.Trans_DTTM >= '08/01/2001'AND
         a.Trans_DTTM < '03/09/2002 AND
         B.AMA3 = 'PHONE1'
         AND C.SUB_ID not in (100117)
    GROUP BY
         substr(b.ct_num, 0,3)
    ORDER BY
         Area_Codes

    I think that you need a "to_date" function eg
    change '08/01/2001' to to_date('08/01/2001','dd/mm/yyyy')

  • Help with GBIC selection LH vs ZX

    Dear Support,
    I now have the estimated Attenuation values from our fibre provider, and wondering if anyone could help with determining if I can utilise the cheaper (LH modules) across the 20 & 15 KM streches.
    Thanks in advance (many thanks to Josh for helping out with my previous post - below)
    HQ to DC1 = 1310nm: 2.5dB, 1550nm: 2.2dB.
    DC1 to DC2 = 1310nm: 14.5dB , 1550nm: 13.1dB
    DC2 to HQ = 1310nm: 10.1dB, 1550nm: 9dB
    =========================================
    Dear Support,
    Sorry but new to optical networking, but need some assistance on an upgrade that we are performing.
    We currently have two data centres that hold our servers and are planning to upgrade from LES circuits to Gigabit links, and triangulate our topology. (effectively a ring topology)
    I have already spoken to our proposed fibre provider and they have provide me with rough distances, but due to one of the data centres being more than 10 km away we need to use ZX based GBICs. Summary of distances below;
    HQ -> dc1 (1 – 2 km)
    HQ -> dc2 (15 km)
    Dc1 -> dc2 (20 km)
    From our HQ to dc1 we will use LH (via a GLC-LH-SM= in a 2970G) and a to dc2 we will use ZX (via a GLC-ZX-SM= in another 2970G)
    From DC1 to HQ we will use LH (via a WS-G5486 in a 7204VXR) and a to dc2 we will use ZX (via a WS-G5487 in another 7204VXR)
    From DC2 to HQ we will use ZX (via a WS-G5487 in a 7204VXR) and a to dc1 we will use ZX (via a WS-G5487 in another 7204VXR)
    Hope this doesn’t confuse things more.
    Now to the question.
    From the Cisco web site it mentions the following;
    When shorter distances of single-mode fiber are used, it might be necessary to insert an in-line optical attenuator in the link to avoid overloading the receiver:
    • A 5-dB or 10-dB inline optical attenuator should be inserted between the fiber-optic cable plant and the receiving port on the Cisco 1000BASE-ZX GBIC at each end of the link whenever the fiber-optic cable span is less than 15.5 miles (25 km).
    We haven’t yet had the fibre survey performed, but once they have advised me of the attenuation on the link, how should I calculate what level of “in-line optical attenuator” I should need or should all reputable fibre providers advise me of this detail.
    Thanks in advance.
    Regards, Adrian

    Summary of Optical Levels:
    GLC-ZX-SM:
    Transmit: 0 to +5
    Receive: -23 to 0
    GLC-LH-SM:
    Transmit: -9.5 to -3
    Receive: -20 to -3
    G5486:
    Transmit: -9.5 to -3
    Receive: -20 to -3
    G5487:
    Transmit: 0 to 5.2
    Receive: -24 to -3
    Given the above:
    HQ -> DC2: maximum receive level will be 5-10.1 = -5.1 dB, which is OK for the G5487
    HQ <- DC2: maximum receive level will be 5.2-10.1 = -4.9 dB, which is OK for the GLC-ZX-SM
    HQ -> DC1: maximum receive level will be -3-2.5 = -5.5 dB, which is OK for the G5486
    HQ <- DC1: maximum receive level will be -3-2.5 = -5.5 dB, which is OK for the GLC-LH-SM
    DC1 -> DC2:maximum receive level will be 5.2-14.5 = -9.3 dB, which is OK for the G5487
    DC1 <- DC2:maximum receive level will be 5.2-14.5 = -9.3 dB, which is OK for the G5487
    Therefore, you do not need attenuators anywhere.
    Now, to your next queston. If you used the LH modules, you the minimum possible receive levels now become:
    HQ -> DC2: minimum possible receive level will be -9.5-10.1 = -19.6 dB, which is only just OK for the G5486
    HQ <- DC2: minimum possible receive level will be -9.5-10.1 = -19.6 dB, which is only just OK for the G5486
    DC1 -> DC2: minimum possible receive level will be -9.5-14.2 = -24 dB, which is too low for the G5486
    DC1 <- DC2: minimum possible receive level will be -9.5-14.2 = -24 dB, which is too low for the G5486
    Therefore, my recommendation is to stick with the ZX modules for these links.
    Hope that helps - pls rate the post if it does.
    Paresh

Maybe you are looking for

  • Burning more than one movie on a DVD

    I have put together 3 iMovies. I can export them to iDVD and burn them one at a time but I would like to be able to combine all three movies and burn them on one DVD. I haven't found any information to help me with this so can anyone help? Or is this

  • Best way to free up hard drive space??

    Brand new here-please take it easy on me!! I backed up my hard drive to an external seagate freeagent pro (360GB??), but when I go to the seagate drive, I cannot view my photos that were backed up. How do I view them? I opened the seagate icon, click

  • Question about 10g EM w/ 2 databases

    I've got 2 databases on one machine. How is EM supposed to be configured properly to see both of them? Right now I've got 2 directories under $ORACLE_HOME/<hostname>_<SID>, one per SID.

  • Why changing my country language into the English version?

    The HP printer doesn't answer on my HP Notebook. So I'll search and find a suitable download. While downloading there isn't a sign how long this download takes. Also how much download in MB's. So after a while I stopped this download because I'm not

  • System Time lost if battery dies

    Greetings. I purchased a Satellite C55D-B5219 in September 2014.  It's been running fine except for one issue. The device has fully drained maybe 3 or 4 times in past four months.  Each of those times when I charge it back up for use as soon as I boo