MAM 3.0: Measurement units

Hy everybody
We are implementing MAM 3.0 with Laptop GUI. Now we have the following problem:
When I try to creat a time confirmation the fields are filled with the datas of the activity in the order - also the measurement unit like hours or minutes. When I try to save the time confirmation I recieve an error: "Mearurement unit invalid". When I pic the same unit from the search help I do not recieve this error and I can save the confirmation....
Anybody know was this could be? On a other MAM installation (other customer) i do not have this problem.
Thanks and regards,
Claudine

Hi Claudine!
It looks like it is some issue with the Measurement Unit Conversion(Internal Vs External).Pl verify table T006 for details in your Backend System.Especially the Int.Unit, Commercial Unit & Technical Unit and see which one is used when you fill in the data from your order & which one is used when you use the Drop Down Value.
Also verify how the Unit is actually being displayed(output screen display in SAP) in your order and see if it matches the display in your dropdown.
It is definitely Unit Conversion Issue between your Order and the dropdown value.
Since it is happening correctly when you pick the Dropdown Values and incorrectly when you fill the data from ur order, I donot think there is any issue with the Time Format under device settings in your MAM Scenario.you may have to take a close look at your order because this fills in the Unit when you donot pick from the dropdown.
Let me know the results.
Thank You
Gisk

Similar Messages

  • Setting currency and measurement unit for a field in an ALV report

    Plz give sample code to set currency and measurement unit for a field in an ALV report

    dear friend
    i am seanding you
    the display form
    if you need select form
    and process form also pls keep in touch.
    if help full rewards are expecting.
    yours
    vivek
    FORM build_field_catalog .
      DATA: w_dthigh(10).
      CLEAR fcat.
      fcat-fieldname = 'VBELN'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'COMMERCIAL INVOICE'.
      fcat-seltext_m = 'Commercial Invoice'.
      fcat-seltext_l = 'COMMERCIAL INVOICE'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-key = 'X'.
      fcat-hotspot = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'EXNUM'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'EXCISE INVOICE'.
      fcat-seltext_m = 'Excise Invoice'.
      fcat-seltext_l = 'EXCISE INVOICE'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-hotspot = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'EXDAT'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'EXCISE DATE'.
      fcat-seltext_m = 'Excise Date'.
      fcat-seltext_l = 'EXCISE DATE'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'D'.
      fcat-datatype = 'DATS'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'NAME1'.
      fcat-outputlen = 30.
      fcat-seltext_s = 'CUSTOMER'.
      fcat-seltext_m = 'Customer'.
      fcat-seltext_l = 'CUSTOMER'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-lowercase = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'ZZPD'.
      fcat-outputlen = 15.
      fcat-seltext_s = 'COUNTRY'.
      fcat-seltext_m = 'COUNTRY'.
      fcat-seltext_l = 'COUNTRY'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-lowercase = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'WERKS'.
      fcat-outputlen = 4.
      fcat-seltext_s = 'PLANT'.
      fcat-seltext_m = 'Plant'.
      fcat-seltext_l = 'PLANT'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-key = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'ARKTX'.
      fcat-outputlen = 40.
      fcat-seltext_s = 'MATERIAL DESCRIPTION'.
      fcat-seltext_m = 'Material Description'.
      fcat-seltext_l = 'MATERIAL DESCRIPTION'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-lowercase = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'FKART'.
      fcat-outputlen = 4.
      fcat-seltext_s = 'Billing type'.
      fcat-seltext_m = 'Billing type'.
      fcat-seltext_l = 'Billing type'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-key = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'INCO1'.
      fcat-outputlen = 5.
      fcat-seltext_s = 'INCO TERMS'.
      fcat-seltext_m = 'INCO TERMS'.
      fcat-seltext_l = 'INCO TERMS'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'INCO2'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'INCO TERMS DES'.
      fcat-seltext_m = 'INCO TERMS DES'.
      fcat-seltext_l = 'INCO TERMS DES'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      APPEND fcat.
    CLEAR fcat.
    fcat-fieldname = 'FKIMG'.
    fcat-outputlen = 14.
    fcat-seltext_s = 'QUANTITY'.
    fcat-seltext_m = 'Quantity'.
    fcat-seltext_l = 'QUANTITY'.
    fcat-ddictxt = 'M'.
    fcat-inttype = 'P'.
    fcat-datatype = 'QUAN'.
    APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'FKLMG'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'QUANTITY'.
      fcat-seltext_m = 'QUANTITY'.
      fcat-seltext_l = 'QUANTITY'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'P'.
      fcat-datatype = 'QUAN'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'MEINS'.
      fcat-outputlen = 5.
      fcat-seltext_s = 'UNIT'.
      fcat-seltext_m = 'UNIT'.
      fcat-seltext_l = 'UNIT'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'KBETR'.
      fcat-outputlen = 8.
      fcat-seltext_s = 'RATE'.
      fcat-seltext_m = 'Rate'.
      fcat-seltext_l = 'RATE'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'P'.
      fcat-datatype = 'CURR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'NSR'.
      fcat-outputlen = 8.
      fcat-seltext_s = 'Exmill'.
      fcat-seltext_m = 'Exmill'.
      fcat-seltext_l = 'Exmill'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'P'.
      fcat-datatype = 'CURR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'KURSK'.
      fcat-outputlen = 8.
      fcat-seltext_s = 'EXCHANGE RATE'.
      fcat-seltext_m = 'Exchange Rate'.
      fcat-seltext_l = 'Exchange Rate'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'P'.
      fcat-datatype = 'CURR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'WAERK'.
      fcat-outputlen = 5.
      fcat-seltext_s = 'CURRENCY'.
      fcat-seltext_m = 'Currency'.
      fcat-seltext_l = 'CURRENCY'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CUKY'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'LCURR1'.
      fcat-outputlen = 14.
      fcat-seltext_s = 'GROSS AMT'.
      fcat-seltext_m = 'Gross Amt'.
      fcat-seltext_l = 'GROSS AMT'.
      fcat-ddictxt = 'L'.
      fcat-inttype = 'P'.
      fcat-datatype = 'CURR'.
    fcat-do_sum = 'X'.
      APPEND fcat.
    ================================= *****************
      fheader-typ = 'H'.
      SELECT SINGLE butxt
        FROM t001
        INTO fheader-info
       WHERE bukrs EQ '1000'.
      APPEND fheader.
      CLEAR fheader.
      fheader-typ = 'H'.
      fheader-info = 'Daily Shipments For Exp'.
      APPEND fheader.
      CLEAR fheader.
    Plant
      SORT s_werks BY low.
      READ TABLE s_werks INDEX 1.
      fheader-typ = 'S'.
      WRITE s_werks-low TO fheader-key.
      SORT s_werks BY high DESCENDING.
      READ TABLE s_werks INDEX 1.
      IF s_werks-high NE space.
        CONCATENATE fheader-key 'TO' s_werks-high INTO fheader-info
                                SEPARATED BY space.
      ELSE.
        WRITE fheader-key TO fheader-info.
      ENDIF.
      CLEAR fheader-key.
      fheader-key = 'PLANT : '.
      APPEND fheader.
      CLEAR fheader.
    Billing Typ
    SORT S_FKART BY LOW.
    READ TABLE S_FKART INDEX 1.
    FHEADER-TYP = 'S'.
    WRITE S_FKART-LOW TO FHEADER-KEY.
    SORT S_FKART BY HIGH DESCENDING.
    READ TABLE S_FKART INDEX 1.
    IF S_FKART-HIGH NE SPACE.
    CONCATENATE FHEADER-KEY 'TO' S_FKART-HIGH INTO FHEADER-INFO
                             SEPARATED BY SPACE.
    ELSE.
       WRITE FHEADER-KEY TO FHEADER-INFO.
    ENDIF.
    CLEAR FHEADER-KEY.
    FHEADER-KEY = 'DOCUMENT TYPE : '.
    APPEND FHEADER.
    CLEAR FHEADER.
    Date...
      fheader-typ = 'S'.
    FHEADER-KEY = S_FKDAT-LOW.
      WRITE s_fkdat-low  TO fheader-key.
      WRITE s_fkdat-high TO w_dthigh.
      CONCATENATE fheader-key 'TO' w_dthigh INTO fheader-info
                              SEPARATED BY space.
      CLEAR fheader-key.
      fheader-key = 'PERIOD : '.
      APPEND fheader.
      CLEAR fheader.
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
        EXPORTING
          i_list_type     = 0
        IMPORTING
          et_events       = fevents[]
        EXCEPTIONS
          list_type_wrong = 1
          OTHERS          = 2.
      READ TABLE fevents WITH KEY name = 'TOP_OF_PAGE'.
      IF sy-subrc = 0.
        fevents-form = 'TOPOFPAGE'.
        MODIFY fevents INDEX sy-tabix.
        CLEAR fevents.
      ENDIF.
      rptname = sy-repid.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
                        EXPORTING
                          i_callback_program                = rptname
                          it_fieldcat                       = fcat[]
                          i_default                         = 'S'
                          it_events                         = fevents[]
                          i_save                            = 'X'
                         TABLES
                           t_outtab                          = it_output[]
                      EXCEPTIONS
                        PROGRAM_ERROR                     = 1
                        OTHERS                            = 2
    ENDFORM.                    " BUILD_FIELD_CATALOG

  • Inspection lot measure unit

    Hello,
    I am straggling to find out where  from the maintenance inspection lot (source 14) takes the "measure unit" to the inspection lot quantities tab?.
    I find that "The system always selects the base unit of measure from the material master as the unit of measure for the inspection lot quantity"
    But I works with inspection lot type 14 based on function location
    Our BW  team says that those units make them a lot of trouble
    Best regards
    eyal

    Hi,
    As per SAP help, system creates lot for maintenance order and for each piece of equipment.
    My understanding is ,system  always  takes measurement unit in Inspection lot as PC for Inspection type 14
    How ever for materials  i.e ROH , HALB, FERT with inspection types 01,03,04,08 etc etc  it takes from the material master as you mentioned.
    Regards,
    Nitin

  • Problems with insert EN-Text for an measurement unit

    Hi,
    i will give an own measurement unit (VE), which we have inserted
    in german and an german text (T006A), also an english text.
    I searched via spro but i don't find any customizing entry to do this.
    Isn't there any customizing for this??
    How can i solve it?
    Thanks.
    Regards, Dieter

    Simple solved by login in SAP with
    Language = 'EN' (normally in DE).
    Than i could enter the text in EN.
    But is'nt there any customizing-posibility?
    Regards, Dieter

  • Getting No measurement unit is assigned to ISO-Code in BAPI_SHIPMENT_CREATE

    I have been entering all the required value in order to create a new shipment number linked to a delivery number and am getting the return: No measurement unit is assigned to ISO-Code SEC
    Could someone please help me or guide me in another direction to create a shipment number?
    Thank you in advance

    Thx for the fast reply.
    I sent an OSS to SAP and they replied with this:
    If there is a different order price unit in the purchase order, the
    fields Quantity in order price unit (PO_PR_QNT) and Order price unit
    (PO_PR_UOM), or Order price unit in ISO code (PO_PR_UOM_ISO) must be
    filled as well.
    As in your case, 'Order Unit' and 'Order Price Unit' may not the same,
    you need to input the above mentioned fields as well.
    Can someone tell me where are the fields mentioned above? None of the parameters have these fields.
    Thanks in advance

  • No measurement unit is assigned to ISO-Code SEC

    hI ALL,,
    am getting this error No measurement unit is assigned to ISO-Code SEC when is use ny bapi bapi_shipment_create.
    to avoid this what i need to pass and where?
    Please advise.... am unable to create shipment because of this..

    u need to pass UOM ISO code as well. Pass ISO code value to below structure field.
    BAPISHIPMENTHDUNITEM-SALES_UNIT_ISO

  • Application measurement/unit preferences (picas vs pixels)

    Hello,
    I need to adjust the geometricbounds of an Image within a rectangle via a JS script. But when I get the Geometric bounds for my image, it is not using the pixels unit for measurement, its using picas. However, if I manually adjust the preferences in my Desktop Indesign to Pixels, the script runs correctly.
    How can I change the preferences to "Pixels" from within my script so that I don't have to check manually?
    Thanks in advance!!
    Lloyd

    It should be possible to test a document for its measurement units then use unit values to do the conversion… This was with a quick play NOT very well thought through I must admit but it may be the way to go on this…
    #target indesign
    app.activate();
    var docRef = app.activeDocument;
    with (docRef) {
         var uU = userUnits(docRef);
         $.writeln(uU);
         var rb = spreads[0].rectangles[0].geometricBounds;
         $.writeln(rb);
         // 9.99999999999999,9.99999999999999,80,110 as millimeters my prefs
         var a = new UnitValue(5,'pt');
         $.writeln(a.as(uU));
         // 1.76388888888889
         var nb = new Array(rb[0], rb[1], rb[2]+a.as(uU), rb[3]+a.as(uU));
         $.writeln(nb);
         // 9.99999999999999,9.99999999999999,81.7638888888889,111.763888888889
         spreads[0].rectangles[0].geometricBounds = nb;
    // I only bothered to check in one direction…
    function userUnits(doc) {
         switch (doc.viewPreferences.horizontalMeasurementUnits) {
              case 2054188905 : uU = 'pt' break;
              case 2054187363 : uU = 'pc' break;
              case 2053729891 : uU = 'inch' break;
              case 2053729892 : uU = 'inch' break;
              case 2053991795 : uU = 'mm' break;
              case 2053336435 : uU = 'cm' break;
              case 2053335395 : uU = 'ci' break;
              case 1131639917 : uU = '?????'; // What do with this?
         return uU;
    It would appear to give me the same results as using mixed measures in the GUI but I've not tested much…

  • Measurement units of gridPreferences

    Hi,
    how can I unify the measurement units of preferences. For example: I want to know the amount of space between baseline grid lines. This works:
      var grid = app.activeDoucument.gridPreferences.baselineDivision;
    However, in InDesign the value is 14.4Pt, but the script tells me: grid = 5.08. I don't know what unit this is supposed to be, but is there a way to get the pt-value?
    Thanks for your help.

    Some items are always measured in points, especially those related to type.
    Except that you can always override them, if you really want:
    app.selection[0].pointSize = "5mm";
    Sure, but it's always measured in points. I you set the default units, or even if you set it that way once, if you ask ID what it is, it will tell you in points:
    >> app.selection[0].pointSize="5mm"
    5mm
    >> app.selection[0].pointSize
    14.1732283464567

  • KEPM - conversion of measure unit

    Hi gurus,
    Does the conversion of measure units in KE4MS works in KEPM ?
    When i do the forecast i plan in UN (units) but i also want to convert that quantitie to KG.
    This conversion is working on the CO-PA actual values but in the planning doesn't.
    Any idea,how to convert it automaticaly ?
    Thanks

    Hi,
    In KEPM is not carried out any translation or recalculation based on the unit of measure (UOM). If the respective UOM is a part of your planning level, you always enter the UOM you want to use and enter the respective value of the quantity field which is related to the UOM you entered.
    Thus you can plan with more than one UOM for one product (this represent more lines in layout in KEPM).
    On the other hand when the UOM is not a part of the planning level, you enter only quantity and the related UOM is derived by the system based on your customizing in the derivation.
    So that in the first case the UOM is entered directly by user, in the second case it is calculated by the system automaticaly. There are no retranslation between different UOM. As soon as you have entered the planning data with the given UOM, this data exists and you cannot change somehow the UOM expecting recalculation. You can only change the quantity or enter new object with new UOM.
    After the derivation is checked, if the derived UOM is the same like the original UOM (since it is not allowed to copy e.g. 10 KG and than post the data for 10 POUNDS) then the data is posted. But for some objects it is not the same and hence the error msg KG076 is issued.
    regards
    Waman

  • Linking Time/Measurement unit to infotype 0040

    Hi All,
    In infotype 0040 - Objects on Loan, the unit currently defaulting is just "PIECES". I have a need to add more units.
    I have created another unit in config [SPRO - Personal Mgmnt - Personal Administration - Basic Settings - Create units of Time/Measurement], but have not been able to find how to link this new unit to infotype 0040.
    Could anyone please let me know how I would be able to acheive this ?
    Thank you,
    Satish

    Hi Satish,
    Add that measurement unit as a permissible unit for IT0040 via table V_T538C.
    Regards,
    Dilek

  • Changing measuring unit

    Hello,
    does anybody knows, how to change measuring units from inch to cm in LifeCycle Designer?
    Thanks a lot.

    Yes you can convert them using Drawing Aids pallette.
    Regards,
    Amit

  • Measurement unit to estimate job role maintenance effort

    Hi all,
    Can anyone share some ideas or experience in this case:  In system ERP2005, developer provide all job role menu tcode, org level values and authorization object values, job role administrator only need to follow all provided information to create job role, generate profile and create transport.
    The question is what measurement unit should be used to estimate job role administrator effort. My first idea is number of authorization objects, e.g. S_TCODE, S_DEVELOP, S_DATASET....
    Thanks in advance.

    >
    Julius Bussche wrote:
    > How about number of...
    >
    > Standard authorizations.
    > Maintained authorizations.
    > Disabled authorizations.
    > Changed authorizations.
    > Manually authorizations.
    >
    > ... and some sort of premium / penalty for number of:
    >
    > Authorizations are green.
    > Authorizations are yellow.
    >
    > ... with increasing effort in the same order.
    >
    > Just a thought
    > Julius
    Hi Julius,
    Thanks for your suggestion.  In our case, developer knows all the required authorization objects before pass it to job role admin, therefore the effort of admin is minimal.
    Regards,
    Donald

  • What is the standard measure unit of time?

    Hello all!
    Our customer is planning to maintain the standards, that define the standard working time of doctors and nurses for  performing medical service/
    This standards will be involved in proccess of costing services or cases.
    Is the any universal standard exist that define the measure unit for time standard for medical service perfoming (minutes, hours, 10-minutes intervals?
    What  measure units are used in time standards for medical services in Europe? for example?
    Thank you
    Best Regards
    Olga Deyashkina

    Hi Olga
    In Latinamerica we create a new quantity column of the service catalog used only to store cost related values, like standard duration of services.
    You should define a non monetary column and store the how many minutes is the standard duration of the service using transaction NT01 or NT02.
    Then, in Controlling for hospitals, the service is asigned to a CO Activity in transaction NCOB where you relate the service column with the CO Actiivity.
    I hope it helps.
    With best regards
    Matías

  • Setting Document Measurement Units

    Dear Forum Gods,
    I am trying to use a VB script to set what I believe to be the Measurement Units - that is, the units displayed on the horizontal and vertical rulers when opening a document. According to the scripting guide:
    myDocument.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.inches
    myDocument.viewPreferences.verticalMeasurementUnits = MeasurementUnits.inches
    This does not appear to do anything.
    Log reports error 30480 -- which I cannot find any information on.
    Your help is appreciated!

    Thanks, I changed the syntax but it still doesn't seem to work.
    I see an error 424 in the log now. VB error descriptor says 'Object Required.' What am I missing here?
              Set myDocument = myInDesign.Documents.Add
              Set oArgs = WScript.Arguments.Unnamed
              objTextFile.WriteLine("InDesign after Add Docs")
         If Err.Number <> 0 then
           objTextFile.WriteLine("After Obj  Error = " & Err.Number)
         End If
         Err.Clear    
              myDocument.marginPreferences.left = 0
              myDocument.marginPreferences.right = 0
              myDocument.marginPreferences.top = 0
              myDocument.marginPreferences.bottom = 0
         If Err.Number <> 0 then
           objTextFile.WriteLine("Set Margins: Error = " & Err.Number)
         End If
         Err.Clear
              myDocument.ViewPreferences.HorizontalMeasurementUnits = idMeasurementUnits.idInches
              myDocument.ViewPreferences.VerticalMeasurementUnits = idMeasurementUnits.idInches
         If Err.Number <> 0 then
           objTextFile.WriteLine("Set Measurement Units: Error = " & Err.Number)
         End If
         Err.Clear
              Set myPage = myDocument.pages(1)
              myPage.marginPreferences.left = 0
              myPage.marginPreferences.right = 0
              myPage.marginPreferences.top = 0
              myPage.marginPreferences.bottom = 0
              With myDocument.DocumentPreferences
              .PageHeight = oArgs.Item(1)
              .PageWidth =  oArgs.Item(2)
              .PagesPerDocument = 1
              End With

  • Energy Profiler measurement units

    Here's one that's got me flummoxed. Until yesterday, Energy Profiler would measure power consumption in watts. I'm not aware of having done anything in particular, but as of yesterday it started using amps as the vertical unit instead of watts.
    Does anyone know what I did to effect this change and how I can get it back to watts?
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!
    Solved!
    Go to Solution.

    Hi everybody,
    I am trying to establish which tool(Energy profiler, Performance investigator) is better to estimate power consumption in nokia n95, right now I have the next problem:
    I have mapped the measures(5 mins) for both tools, the behavior between graphics seems almost equal, but the values are completly different. I mean: With Performance Investigator the values are around 8 times bigger than energy profiler values.
    The average related to power for both tool, under equal conditions is:
    Energy profiler: 0,08W
    Performace Investigator: 0,7W
    I tried the same procedure with an interval of 10mins and the result are almost the same.
    Does someone know what is happening?.
    Thanks in advance.

Maybe you are looking for