In smartforms the quantity field is not showing the perfect value .

In smartforms the quantity field is not showing the perfect value because the point is shifting left
insted of showing 8.10 it is showing 80.00.

Hi,
Dont use the quantity field same as that it come from interface Fm declare one field for quantity in the global settings and write the logic to pass the value to that field and pass that global value to the particular texts...same is the case with currency fields also.
Regards,
Rohan.

Similar Messages

  • New field will not show in the Datasource

    Hello Experts,
    I enhanced a datasource by adding a new field in the append structure and when I saved and activated and when into RSA5 or RSA6 then double clicked on the datasource my ZZ field does not show at the end. Anyone know why this is?
    Datasource: 2LIS_11_VAITM
    Extract Structure: MC11VA0ITM
    Thanks!

    HI,
    Once you have appended the structure .
    In RSA6 you need to go to the purticular datasource (In change Mode) and need to uncheck the option *HIDE field for the field you have appended   .
    After you Uncheck that field save and exit.
    Hope it is helpful .

  • Newly added field does not show in table genarator.

    Hi,
         I have added one more field to my custom table.
    When I make new entries in table maintanance, the new field does not show up.
    Thank U for Ur time.
    Cheers,
    Sam

    hai sam raj,
    first activate your database table .
    if any error occurs better you go to
    se14(database utility) -
    >give table name in object and select the table check box and click the edit push button.
    and then click activate and adjust pushbutton.
    surely you ll get some idea.
    reward points if those idea helps.
    thanks,
    velu.

  • Parameter Field issue : Parameter not showing in enter values.

    i got three paramater setup...
    All three parameters are used in record selection formula.
    When i click on refresh, only two parameters are showing up in enter values screen...why thired parameter is missing?
    two parameters are date and third one is string. String parameter is not showing in enter values. How to fix this?.

    Hi,
    I haven't run into this problem so I'm not sure if it's a bug or not.  When you added the parameter to the report, did you type the parameter into the formula yourself or did your double-click on it from the Field Explorer?
    It should be fine adding it from the Field Explorer.  Strange but not really sure why it's not working for you though.
    Good luck,
    Brian

  • CJI5 commitment line item report not showing po gross value

    Dear All,
    system is showing only net value in CJI5 report, actaully gross value of po must be reflected in CJI5 report and this happening in all po's like material, service's etc. example is as follows.
    Example:
    po net value: 1000
    st 10%: 100
    po gross value : 1100 (inclusive of all taxes, ed, disc. etc)
    what could be the reason for not showing po gross value in commitment line item report.
    Thanks & Regards,
    Sandeep

    Hi,
    As far as i know the commitment report will never show you the value that is inclusive of taxes. It will only show the net value of the PO.
    I just tried a scenario in my system by creating a PO for a net value of 3000 GBP and based on the tax code i entered system calculated a tax of 525 GBP. However when i check CJI5 report it shows only 3000 GBP as commitment and not 3525 GBP. This is how the standard system behaves, i believe. You can cross check this in the table COOI. The COOI table also shows the net value of the PO and does not include the tax amount in commitment.
    Regards,
    Gokul

  • Added fields does not show up in the RSA6

    Hello.
    Problem 1:
    I am enhancing 0bbp_td_sc_1. I added a field to the structure, but it does not show up in the rsa6. ( I double clicked on the extractor name).  If I go to the extractor structure (BBP_SC_BW_GET_TD_STRUC), I am able to see the append. The structure is activated. The append structure is also activated (Zabbp_sc_bw_get_td_struc).
    What can be wrong? I did not see the added the field in the ROOSFIELD table either.
    Problem 2:  What is the difference If I populated the field value from “RSU5_SAP_BADI” to the rsap001 user exit “EXIT_SAPLRSAP_001”?
    I am not able to run debug RSU5_SAP_BADI. STOP does not stop. While I debug, I am able to see the field ( The field I added from problem 1). But the value never populated.
    I am able to run the debug for EXIT_SAPLRSAP_001. I see the data populated for the field. But in RSA3 result, I am not able to see it.
    Thanks in advance.

    Hi
    1. this is usualy the case if the append struct is not active or you did not add the new fields in the append struct.
    I would suggest to remove the fields save activate and re do the process making sure you either use an existing append struct or create a new one.
    2. BADI are different then UE in the way they are implemented.  I will recommend using UE.
    You will not see the enhanced fields in the out put of RSA3 so I stop on the last line and check the values in the struct.
    to debug I would either go to the UE (in a different session) and put a break point there and run RSA3 or check the debug in RSA3 and then find the SAPEXIT that calls the UE.
    I hope this helps.
    Reg's
    Edan

  • KOMK Field is not showing up in the field catalog for creating cond.  tab

    Hi Guys,
                 I add a new field in KOMK table.
    Its showing up in the Field catalog but when I create a condition table, its not showing up in that catalog to choose.
    Thank U for Ur time.
    Cheers
    S Kumar

    Hi,
    Perhaps you have checked it. Do you check if in SM30 for view VV_T681F_VA you have this field?
    Regards,
    Eduardo

  • Smartform - Format quantity field - CIZ

    Hello all,
    I have a quantity field which has a value 11.000.
    I need to print it as 11 (no trailing zeroes ). But if the quantity is 11.23, then it shud print 11.23.
    To acheive this, In sapscript, We used to write the quantity field with a C in bracket.
    for eg. &CAUFVD-GAMNG(C)&
    How Could I acheive this same functionality in smart forms ?
    I beleive CIZ shud work in smartforms also..but unfortunately it is not..
    Am i missing something.. ?
    Thank you so much for your time.

    I donot think control commands are possible in Smartform like in sapscript. You have to create a program lines node and there u can write ur logic to meet this requirment.
    Ex:
    data: val type p decimals 3 value '10.230'.
    data: l_char type c  length 10.
    data: l_whole_no type c length 10.
    data: l_decimal type c length 3.
    l_char = val.
    split l_char at '.' into l_whole_no l_decimal.
    if l_decimal = '000'.
    l_char = l_whole_no.
    endif.
    Regards,
    Joy.

  • Internal table field does not show data.

    hello experts,
    I am currently modifying a code in a report where it shows PO's and it amount, downpayment, Invoice, GR, payment and balance. Now the problem is, some of the PO amount(it gets the amount from ekpo-netwr) does not show on the report output. the field is t_amount-netwr. I really need help on this one guys. Thanks and take care!
    PERFORM process_with_budat.
    FORM process_with_budat.
      DELETE t_pohistory WHERE hist_type <> 'A'
                           AND hist_type <> 'E'
                           AND hist_type <> 'Q'.
      LOOP AT t_account.
        DELETE it_dtl WHERE ebeln = t_account-ebeln
                        AND psphi IS initial.
        DELETE t_ekpo WHERE ebeln = t_account-ebeln
                        AND ebelp = t_account-po_item.
        t_proj-ebelp = t_account-po_item.
        SELECT SINGLE psphi FROM prps INTO t_proj-psphi
              WHERE posid = t_account-wbs_elem_e.
        CHECK sy-subrc = 0.
        LOOP AT t_pohistory WHERE po_item = t_account-po_item
                              AND ebeln   = t_account-ebeln.
          t_amount-ebeln = t_account-ebeln.
          t_amount-psphi = t_proj-psphi.
          ON CHANGE OF t_pohistory-po_item.
            CLEAR v_netwr.
            SELECT SINGLE netwr FROM ekpo INTO v_netwr
                  WHERE ebeln = t_account-ebeln
                    AND ebelp = t_account-po_item.
            t_amount-netwr = v_netwr.
          ENDON.
          IF v_ebeln IS INITIAL AND v_ebelp IS INITIAL.
            CLEAR v_netwr.
            SELECT SINGLE netwr FROM ekpo INTO v_netwr
                  WHERE ebeln = t_account-ebeln
                    AND ebelp = t_account-po_item.
            t_amount-netwr = v_netwr.
            v_ebeln = t_account-ebeln.
            v_ebelp = t_account-po_item.
          ELSEIF v_ebeln <> t_account-ebeln AND
                 v_ebelp <> t_account-po_item.
            CLEAR v_netwr.
            SELECT SINGLE netwr FROM ekpo INTO v_netwr
                  WHERE ebeln = t_account-ebeln
                    AND ebelp = t_account-po_item.
            t_amount-netwr = v_netwr.
            v_ebeln = t_account-ebeln.
            v_ebelp = t_account-po_item.
          ELSEIF v_ebeln = t_account-ebeln AND
                 v_ebelp <> t_account-po_item.
            CLEAR v_netwr.
            SELECT SINGLE netwr FROM ekpo INTO v_netwr
                  WHERE ebeln = t_account-ebeln
                    AND ebelp = t_account-po_item.
            t_amount-netwr = v_netwr.
            v_ebeln = t_account-ebeln.
            v_ebelp = t_account-po_item.
          ENDIF.
          CHECK NOT t_amount-psphi IS INITIAL.
          if t_pohistory-pstng_date LE pa_augdt.
         IF t_pohistory-pstng_date IN so_augdt.
            IF t_pohistory-db_cr_ind = 'H'.
              t_pohistory-val_loccur = - t_pohistory-val_loccur.
              t_pohistory-val_forcur = - t_pohistory-val_forcur.
              t_pohistory-cl_val_loc = - t_pohistory-cl_val_loc.
            ENDIF.
            IF t_pohistory-hist_type = 'A'.
              IF t_pohistory-currency <> 'PHP'.
                t_amount-dpamt = t_amount-dpamt + t_pohistory-val_forcur.
              ELSE.
                t_amount-dpamt = t_amount-dpamt + t_pohistory-val_loccur.
              ENDIF.
            ELSEIF t_pohistory-hist_type = 'E'.
              IF t_pohistory-currency <> 'PHP'.
                t_amount-gramt = t_amount-gramt + t_pohistory-val_forcur.
              ELSE.
        t_amount-gramt = t_amount-gramt + t_pohistory-val_loccur.
              ENDIF.
            ELSEIF t_pohistory-hist_type = 'Q'.
              IF t_pohistory-currency <> 'PHP'.
           t_amount-iramt = t_amount-iramt + t_pohistory-val_forcur.
              ELSE.
                t_amount-iramt = t_amount-iramt + t_pohistory-val_loccur.
              ENDIF.
            ENDIF.
            IF t_pohistory-currency <> 'PHP'.
              IF t_pohistory-val_loccur = 0 OR
                 t_pohistory-val_forcur = 0.
                t_amount-tramt = t_amount-iramt.
               t_amount-tramt = t_amount-dpamt.
              ELSE.
                t_amount-tramt = t_amount-iramt.
              ENDIF.
            ELSE.
              t_amount-tramt = t_amount-iramt.
             t_amount-tramt = t_pohistory-cl_val_loc + t_amount-dpamt.
            ENDIF.
            IF NOT t_pohistory-cl_val_loc IS INITIAL.
              CONCATENATE t_pohistory-mat_doc t_pohistory-doc_year
                    INTO bkpf-awkey.
             SELECT SINGLE * FROM bkpf
                   WHERE awkey = bkpf-awkey.
    *AVH - removed wrbtr and dmbtr from selection
              SELECT augdt augbl shkzg FROM bsak
                    INTO (bsak-augdt,bsak-augbl,bsak-shkzg)
                    WHERE bukrs = bkpf-bukrs
                      AND gjahr = bkpf-gjahr
                      AND belnr = bkpf-belnr.
    *AVH
                if not bsak-augbl is initial.
                  select belnr gjahr from bsak
                   into (bsak-belnr, bsak-gjahr)
                    where bukrs = bkpf-bukrs
                     and belnr = bkpf-belnr
                     and gjahr = bkpf-gjahr.
                    select awkey from bkpf
                     into v_bkpf_aw
                     where bukrs = 'GLOB'
                       and belnr = bsak-belnr
                       and gjahr = bsak-gjahr.
                      w_len = strlen( v_bkpf_aw ).
                      w_off = w_len - 4.
                      v_awkey_1 = v_bkpf_aw+0(10).
                      v_awkey_2 = v_bkpf_aw+w_off(4).
                      select single dmbtr wrbtr from ekbe
                        into (ekbe-dmbtr, ekbe-wrbtr)
                       where belnr = v_awkey_1
                         and gjahr = v_awkey_2.
    *AVH - Changed all bsak-wrbtr to ekbe-wrbtr and dmbtr to ekbe-dmbtr.
                      IF bsak-shkzg = 'H'.
                        ekbe-dmbtr = - ekbe-dmbtr.
                        ekbe-wrbtr = - ekbe-wrbtr.
                      ENDIF.
                      IF t_pohistory-currency <> 'PHP'.
                        IF bsak-augdt GT pa_augdt.
                 IF bsak-augdt IN so_augdt.
                          t_amount-tramt = t_amount-tramt + ekbe-wrbtr.
                        ENDIF.
                      ELSE.
                        IF bsak-augdt GT pa_augdt.
                 IF bsak-augdt IN so_augdt.
                          t_amount-tramt = t_amount-tramt + ekbe-dmbtr.
                        ENDIF.
                      ENDIF.
                    endselect.
                   endselect.
                  endselect.
                endif.
              ENDSELECT.
            ENDIF.
            IF t_account-distr_perc <> 0.
              t_amount-dpamt = ( t_account-distr_perc *
                                 t_amount-dpamt ) / 100.
              t_amount-gramt = ( t_account-distr_perc *
                                 t_amount-gramt ) / 100.
              t_amount-iramt = ( t_account-distr_perc *
                                 t_amount-iramt ) / 100.
              t_amount-tramt = ( t_account-distr_perc *
                                 t_amount-tramt ) / 100.
            ENDIF.
          ENDIF.
          IF t_amount-tramt < 0.
            t_amount-tramt = 0.
          ENDIF.
          t_amount-tramt = t_amount-iramt.
          t_amount-blamt = t_amount-netwr - t_amount-tramt.
          COLLECT t_amount. CLEAR t_amount.
          APPEND t_proj.
        ENDLOOP.
        IF sy-subrc <> 0.
          CLEAR v_netwr.
          SELECT SINGLE netwr FROM ekpo INTO v_netwr
                WHERE ebeln = t_account-ebeln
                  AND ebelp = t_account-po_item.
          t_amount-ebeln = t_account-ebeln.
          t_amount-psphi = t_proj-psphi.
          t_amount-tramt = t_amount-iramt.
          t_amount-blamt = t_amount-netwr - t_amount-tramt.
          COLLECT t_amount. CLEAR t_amount.
          APPEND t_proj.
        ENDIF.
      ENDLOOP.
    endform.
    **This is where it transfers the data**
    LOOP AT t_amount.
        it_dtl-netwr = t_amount-netwr.
        it_dtl-dpamt = t_amount-dpamt.
        it_dtl-gramt = t_amount-gramt.
        it_dtl-iramt = t_amount-iramt.
        it_dtl-tramt = t_amount-tramt.
        it_dtl-blamt = t_amount-blamt.
        MODIFY it_dtl TRANSPORTING netwr dpamt gramt
                                   iramt tramt blamt
              WHERE ebeln = t_amount-ebeln
                AND psphi = t_amount-psphi.
        CLEAR it_dtl.
      ENDLOOP.

    hi ,
    just place the code and check for a particular po if its there inthe ekpo table then it has to get it for ur select single query .
    but ur logic is build on if --- endif.check this option first of all.
    if in the debugging u see the value then as u say in the report output u r not able to see the value then the problem will be space alignment also.
    check the value in debugging and let us know first of all . okay
    vijay.
    IF v_ebeln IS INITIAL AND v_ebelp IS INITIAL.
    CLEAR v_netwr.
    SELECT SINGLE netwr FROM ekpo INTO v_netwr
    WHERE ebeln = t_account-ebeln
    AND ebelp = t_account-po_item.
    break-point.
    t_amount-netwr = v_netwr.
    v_ebeln = t_account-ebeln.
    v_ebelp = t_account-po_item.
    ELSEIF v_ebeln <> t_account-ebeln AND
    v_ebelp <> t_account-po_item.
    CLEAR v_netwr.
    SELECT SINGLE netwr FROM ekpo INTO v_netwr
    WHERE ebeln = t_account-ebeln
    AND ebelp = t_account-po_item.
    break-point.
    t_amount-netwr = v_netwr.
    v_ebeln = t_account-ebeln.
    v_ebelp = t_account-po_item.
    ELSEIF v_ebeln = t_account-ebeln AND
    v_ebelp <> t_account-po_item.
    CLEAR v_netwr.
    SELECT SINGLE netwr FROM ekpo INTO v_netwr
    WHERE ebeln = t_account-ebeln
    AND ebelp = t_account-po_item.
    break-point.
    t_amount-netwr = v_netwr.

  • Crystal Reports Field Explorer not showing

    Hi,
         I am using Visual Studio 2003 with the bundled version of Crystal Reports.  It has always worked fine until recently the Field Explorer tool bar does not show up anymore when I open a Crystal Report for development.  I have uninstalled the entire Visual Studio and reinstalled the Visual Studio but it still will not show the Crystal Reports Field Explorer.  However, if I install the Visual Studio on a completely different computer it works fine.  Anyone have any idea what could be causing this problem on my main computer?  Could it be a setting somewhere in the Visual Studio?  I cannot find any information on this problem.
    Thanks,
    Razzle

    Ok, I figured out what the problem was.  It was something wrong in my Windows profile.  So I deleted my Windows profile and created a new one and it is working now.
    Razzle

  • Freetext items - Field ORDERED_PROD not showing up and no PARTNER_PROD

    Hello all
    We're on SRM 4.0 with SRM Server 5.0 SP08.
    2 issues / questions:
    1) When adding freetext items we would like to enter the partner product number (if the user knows it). For this a field named PARTNER_PROD exists but it is not showing up!
    I looked at html template bbpsc03/99/saplbbp_sc_ui_its_230.html and dynpro 230 of program saplbbp_sc_ui_its... the field is not in there!
    2) But in this template / dynpro the field ORDERED_PROD is there... but why does this one not show up as well???
    Any help greatly appreciated
    Renaud

    Hi,
    1) Add PARTNER_PROD field to this screen is not possible in standard
    2) the field ORDERED_PROD is linked to gs_scr_itmchoice-product of the screen 110.
    Regards
         Olivier

  • Field in Field Catalog Not Showing

    Hi,
    I have added one field in the copied function module 'zzFI_DOCUMENT_LIST_DISPLAY'.
    The field 'Cost center description' is there in the field catalog as well as the internal table.
    But it does not show up in the alv columns on output.
    Requesting your help.
    Varun

    >
    Abhilash.Kuttan wrote:
    > Hi Varun,
    >
    > Can you provide the field catalog options(code) you have provided for this field and also the parameters  you have passed for
    > 'REUSE_ALV_LIST_DISPLAY'
    >
    > Regards,
    > Abhilash
    Declaration of xbseg
    DATA: BEGIN OF XBSEG OCCURS 0.
            INCLUDE STRUCTURE BSEG.
    DATA: KONTO LIKE RFPSD-KONTO,
          FAEDT LIKE RFPSD-FAEDT,
          KTEXT LIKE RFPSD-KTEXT,
          KTEXT_GL LIKE RFPSD-KTEXT_GL,
          ASSET_TXT LIKE ANLA-TXT50,                      "Note 0435578,
          GL_LTXT LIKE SKAT-TXT50,                        "Note 0446719
          SAKAN LIKE SKA1-SAKAN,
          WAERS LIKE BKPF-WAERS,
          HWAER LIKE BKPF-HWAER,
          HWAE2 LIKE BKPF-HWAE2,
          HWAE3 LIKE BKPF-HWAE3,
    * akash *
          LTEXT TYPE CSKT-LTEXT,
    *end*
          projk_ext TYPE PROJK_EXT,                        "Note 575107
          COLOR(3),
          COLFW TYPE SLIS_T_SPECIALCOL_ALV,
          END OF XBSEG.
    *Field Catalog*
      fieldcat_wa-fieldname = 'LTEXT'.
      fieldcat_wa-tabname   = 'XBSEG'.
      fieldcat_wa-ref_fieldname = 'LTEXT'.
      fieldcat_wa-ref_tabname = 'CSKT'.
        APPEND fieldcat_wa TO fieldcat.
    ALV Call
        CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
           EXPORTING
              I_INTERFACE_CHECK        = ' '
                i_buffer_active          = c_x                  "ALRK241034
                i_callback_program       = 'SAPLZZF064'
                i_callback_pf_status_set = 'PF_STATUS_SET'
                i_callback_user_command  = 'HANDLE_USER_COMMAND'
              I_STRUCTURE_NAME         = 'BSEG'
                is_layout                = layout
                it_fieldcat              = fieldcat
                i_default                = 'X'
                i_save                   = 'A'                 "Note 319936
                i_save                   = l_save              "Note 319936
                is_variant               = variant
                is_print                 = gs_print
                it_events                = events
                it_event_exit            = it_event_exit
             TABLES
                  t_outtab                 = xbseg
             EXCEPTIONS
                  program_error            = 1
                  OTHERS                   = 2.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    This is my code. I don't understand whats the problem. Request Help.

  • Returned fields are not showing up under stored procedure

    First I would like to say I haven't used crystal reports before.
    I created a crystal report in VS2008 and under Database fields I pointed to my stored procedure. The parameter fields show up but there are no return fields under the stored procedure. I tested the SP in SQL Management Studio and it works correctly and returns the correct fields. When selecting the SP I tried unselecting "Set to Null Value" for each of the parameters and entered values I knew would return fields and the fields show up under the SP but they are filled with the data from the parameters I used. Which I would expect. If I go back to using null, the fields disappear.
    I also had this problem when I updated another Report after adding a new field to be returned from a SP. I fiddled around with it and got it working but not sure how or why it saw the fields when I got it working.
    And today I updated a stored procedure to use a string parameter and not an integer parameter. After I updated the SP in VS2008 using the field explorer, the return fields disappear. What am I doing wrong?

    Hi Don,
    Thanks for the reply. I verified the database multiple times before posting and just verified it again. No luck. Also the SP has only one select.
    I found some crystal report cds with 8.5 (the newest I could find), I installed it and tried to use the SP and it gave me the following error:
    "There are no return fields in the file". VS2008 does not give this error.
    I tried using crystal reports with all the SPs I altered and I get the same error. Most of the changes to the SPs are in the where cause (Changing from field = @field to field IN (@fields) and changing a parameter from an int to a string. Also as a side note, when setting up the data source I am choosing to use nulls. Is this correct? The SPs were all written using SQL string format if that makes any difference.
    UPDATE: I tried using discree values that I knew would return values and the return fields show up. They are populated with the expected values but if I use these values all my reports will be the same. As I would expect. So why doesn't it work for NULL values? Maybe my thinking is wrong here but isn't null values used so you can dynamically select values for the parameters at runtime?
    Edited by: Kenshinofkin on May 12, 2011 7:01 PM

  • Field descriptions not showing in page layout

    I have custom content types with custom fields. The field types vary - text, image, user and so forth. I am building an intranet so this is a publishing site with workflow and I am using custom page layouts with a custom master page.
    The issue I have is that the field controls, whilst all having descriptions, rarely show the description in the custom page layout. They are all shown correctly in EditForm.aspx so I know that they are there. However when editing a page using a custom page
    layout it seems that only UserField types show the description. Below is an extract from a page layout:
    <SharePointWebControls:UserField FieldName="ContentOwner" runat="server"></SharePointWebControls:UserField>
    <SharePointWebControls:TextField FieldName="ContentOwnerRemark" runat="server"></SharePointWebControls:TextField>
    The first field ContentOwner shows the field description. The second does not. I have tried deleting and re-adding, making fields mandatory and optional, but to no avail. If it's not a UserField it doesn't show the description.

    Showing names of Site Columns on a Page Layout
    Thanks. That allows me to do this:
    <SharePointWebControls:FieldProperty FieldName="ContentOwnerRemark" PropertyName="Description" runat="server" />
    However the original question is why is it that the OOTB control only displays the description for UserField and not for other types of field in a custom page layout, whereas it shows all descriptions in EditForm.aspx. I could do what you have suggested but
    it's a lot of work as I have many fields and custom page layouts, and it seems to me that having the OOTB field control on the page should display the description for all field types not just user field types.

  • MIRO issue (urgent!), amount and quantity fields are not captured from PO

    Hi,
    When we try to post thought MIRO using PO as reference, quantity and amount fields are not captured. We do MIGO first and then MIRO.
    GR based invoice verification in the vendor master is selected and the check mark GR-based in the PO is selected too.
    We're getting this MIRO issue for "all" PO and Service Entry Sheet.
    We'll appreciate your recommendation in order to fix this critical issue as soon as possible.
    Thanks in advance.

    I was looking for copy controls and other functions. Glad this is now resolved. You need to award yourself points!
    Cheers.

Maybe you are looking for