ME52N Make services sheet display only

Hi All.
When I execute TCode ME52n and one of the conditions on a field is met I want the services tab to be display only. I cannot use a different document type for this. Any suggestions.
Regards
Justin

Welcome to SCN,
Possible way will be find a screen/user exit in ME52N and code
if <your-field> eq 'XXX'.
loop at screen.
   if screen-name = 'SERVICE TAB FIELD'. " Give the service tab field name
      screen-input = '0'.
      modify screen.
   endif.
endloop.
endif.

Similar Messages

  • ML81N Make FM fields display only in account assignment

    Requirement is to make FM fields already derived from PO (derivation working correctly) display only or add an error message. Easy I thought just go to config for SES and click on Additional Fields display only (Cost Center?, WBS element? there was no funds management fields available)...then after some time investigating
    Have debugged the transaction and found some possibilities.
    (1) BADI TR_GET_ACCNT_ASSIGN called in function FM_ACCOUNT_GET_COBL from MS_ACCOUNT_ASSIGNMENT.
    (2) User Exit EXIT_SAPLFMCH_001 called in function FM_CHANGE_AA_SUBST
    (3) Use FMDERIVE to somehow check the PO derivation
    Just wondered if anyone had taken this further before I spend a lot more time understanding the whole process in order to achieve a small bit. Please I am a technical resource not FM specialist.
    If I could understand the process flow, at least it might help me make quickest simplest solution.
    thanks,

    Hi,
    You can customize the field status in tx OME9 for the relevant account assignment category.
    But be aware that this customizing will be valid for all purchasing documents and transactions - not only for ML81N and the services area.         
    During SES postings, inheriting the FM account assignment from the reference PO is the standard and expected behaviour, so you may see that FMDERIVE is not called when the PO reduction is to be posted during ML81N. Instead, the FMAA is read from table FMIOI and fmderive is skipped in those lines (fi transaction keys KBS/WRX, for instance).
    I hope this will help you
    Kind regards
    Mar

  • Make cost assignment display only

    1. i want to make the cost assignment percentage 100 % field (under cost assignment button) as display only. the user should not be able to change the percentage other than system defaulted percentage 100%
    Kindly let me know. your help will be valuable.

    Hi
    Not sure if you can do it by customizing, looks like you cant.
    You could do it easily by custom code : using a post-exit in WDDOMODIFYVIEW of view COSTASSIGNMENTVIEW web dynpro component FITV_VC_COST_ASSIGNMENT

  • Contact- Service Request - display only SRs that are owned by the user

    Hi
    Following is the scenario:
    User is got access to all Contacts and can see only owned SRs.
    User Role - Can Read All Records = YES
    User Access Profile
    Contact - Readonly
    Related Information under Contact:
    Service Request - View (Inherit Primary does not appear in the drop down)
    When I login, I am able to see all Contacts (as per Role set) and also all SRs related to that Contact.
    Problem: Only SRs that are owned by the logged in User should appear. Other user's SR should not be displayed under the contact.
    I have seen examples of using "Inherit Primary". This option is not available.
    How to achieve this functionality ? (Contact - Read All Records and SRs related to Contact should show only logged in users SRs)

    Dear Royston,
    Thanks a lot for your response. I tried the steps and it worked fine... though I had trouble getting the parameter values passed... finally sorted out... Thanks.
    For others who are trying to pass value through URL:
    P0 - indicates the no. of parameters to be passed
    P1 - indicates the operator to be used.. in my case it was equal
    P2 - field name... get the exact name from the report designer by clicking Formula in the column. (I missed this part and struggled to get the right data for couple of hours)
    P3 - the value for which the data to be filtered. (Get this value from the drop down in Custom Web Applet)
    https://secure-ausomxapa.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_AAPA-O9O5F1_Shared_Folder%2fBSC%20Visibilty%20test%20report&Options=rfd&Action=Navigate&*P0=1&P1=eq&P2="- Service Request Custom Attributes".TEXT_54&P3=%%%st53_User_Id%%%*
    Regards
    Suchitra Prakash

  • To make partner address display only

    Hi Guru,
    In Sales order for header Partner function 'Payer' I want to make the address non modifiable (Dispaly only ). Is there any Exit available for this ? Please help me.

    Hi Jazil,
    You can use the User Exit MV45AFZZ (form routine USEREXIT_FIELD_MODIFICATION) in program SAPMV45A for your requirement.
    In the form routine check if SCREEN-NAME = 'KURGV-KUNNR'. If the condition is satisfied then just set SCREEN-INPUT = 0 (display mode). If you want to set the screen field editable then just set SCREEN-INPUT = 1.
    Hope this will solve your problem.
    Regards,
    Abhisek.

  • How to make selection screen display only

    hi all ,
    is there a way can only display the selection screen  , but not modifiable  , i don't want to create a new screen but use the selection screen.
    regards
    Kevin

    Hi,
    Use the Loop at screen...End loop in At selection-screen output event.
    Screen-name should be your selection screen Field names...
    Refer to this link...
    Loop at screen
    try the below code.
    AT SELECTION-SCREEN OUTPUT.
    loop at screen.
    IF screen-name = 'FIELD2' .
    screen-input = 0.
    screen-output = 0.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    loop at screen.
    IF screen-name = 'FIELD1' .
    screen-input = 0.
    screen-output = 0.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    Edited by: avinash kodarapu on Dec 8, 2008 12:15 PM

  • Make service request read-only

    Hi experts,
    Can anyone help with the following questions:
    when service request status= closed, and cancellaed. The service request becomes "read-only" to the rest of the users except the managers.
    How can i set up the system to achive this requirement?
    Thanks.
    Sab

    Hello Prakash,
    thanks for your reply. But i still can't quite figure out how this can work. only when certain conditions met can trigger the SR to read-only (in this case, status= closed), even the owner can't change it anymore.
    Can you please explain the detail step on how i can set this up?
    in addition, besides book of users, are there any other way we can achieve this?
    Thank you in advance.
    Sab.

  • How to make 'Overall Limit' field as display only in ME22/ME22N

    Hi,
    I want to make the 'Overall Limit' field as display only in transation ME22/ME22N (only for Service Items).
    I can make the field display only for ALL Service Items by going to:
    SPRO u2013 IMG - Material Management - External Services Management - Define Screen Layout
    and making the 'Overall Limit' display only for PT1 (Blanket Items). But this also stops any entry into this field even for creation of Purchase Orders! When I try the same thing for ME22 (Change Purchase Order) it does not work.

    Hi
    You can make it greyed out like this:
    Go to materials management -> external service management -> define screen layout -> copy field selection key ME22 -> enter new key as ME22N -> choose category of field selection to 2 -> click on value limit -> make overall limit as display.
    Then for Tcode ME22N, this field will be greyed out.
    Thanks

  • Make field in MIRO display only

    Hello Friends,
    When entering in invoice in MIRO in the detail tab there is field called INVOICING PARTY I need to make this field display only.  Can someone please lead me to the right direction on how I can make this field display only so no one can insert any info in this field.  Please give me the t-code or the menu path where I can make this change.  Thank you in advance for helping me out in this matter.
    Regards,
    Monika

    HI,
    Follow this path:
    IMG> MM>Invoice verification>LIV> MAintain item list variant.
    On the initial screen put te data:
    Transaction: miro
    Screen variant:0001_000_0150
    Program:SAPLFDCB
    Screen number:150.
    Press Edit with processing
    Miro screen will apprar. Put some Invoice date.
    Go to Details TAb. Put cursor in Inv Party field. & Enter.
    New screen will open up.
    In that screen, Maintain "Inv. Party" to Output Only
    Save your changes.
    or
    create transaction variant, with modified screen 0150 from program SAPLFDCB, where field Invoice party is display only. in tcode SHD0
    reward accrdingly
    Message was edited by:
            Umakant Bhangale

  • Custom infotype - issues with conversion class - making fields display only

    Hi,
    I created the custom infotype 9008 using t-code PM01, created conversion class ZCL_HRPA_UI_CONVERT_9008_XX and assigned it to screen structure ZHCMT_BSP_PA_XX_R9008 in the view V_T588UICONVCLAS. Coded the methods IF_HRPA_UI_CONVERT_STANDARDOUTPUT_CONVERSION and IF_HRPA_UI_CONVERT_STANDARDINPUT_CONVERSION. I'm trying to make some fields display only within the method OUTPUT_CONVERSION dynamically. Coded the check class ZCL_HRPA_INFOTYPE_9008 with business logic.
    Everything seems to be working fine when I test using the test tool through t-code PUIT_UI.
    When I try to create/modify 9008 record through PA30, the code in the methods OUTPUT_CONVERSION  and INPUT_CONVERSION is never getting executed. The control is not coming there at all. The fields are allowing input. Any idea why this is happening.
    We are on ECC 6.0 and at service pack level SAPKE60035. Couldn't find any relevant SAP notes as well.  Appreciate your help in this regard.
    Thanks,
    Kumar.

    Hi Venkata,
    Check this document.
    This explains about custom infotype creation.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1?overridelayout=true
    regards,
    Brinda L

  • Problem with a Display Only field based on a dynamic LOV

    I have a field/item which is based on a dynamic LOV:
    select DESCRIPTION display_value, STATUSID return_value
    from CTCXFRREQS_STATUS_LOV
    order by 1
    ...and I need it to be display-only on the page. However, if I make it a display-only field, the return value is displayed, not the display value. If I change it to be a select list field, the display value is shown, as I expect and need.
    The field was based on a static LOV before, and it worked perfectly then.
    Has anyone seen this before, and have any suggestions on how to work around it?

    Hi,
    In edit item
    Display As: Display Only
    Save Session State: Yes
    Based On: Display Value of List of Values
    Named LOV: YOUR_LOV
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • Dynamic display-only checkbox

    How can I make a checkbox display only depending on the value of another item on the page?
    I imagine I need to add a process based on htmldb_item.checkbox but I cannot figure out how
    Thanks
    Mac

    Hi,
    1-If you have a checkbox item , you can use Condition Type =
    Value of item in expression 1 = expression 2
    2-Otherwise with APEX_ITEM.CHECKBOX :
    APEX_ITEM.CHECKBOX(1,PK,
    decode(your_item ,NULL,NULL,your_item )
    3- with javascript, if you need it :
    APEX_ITEM.CHECKBOX(1,PK,
    decode(your_expression ,
    your_search,
    'checked onClick="your_function1" ',
    'null onClick="your_function2" '
    Regards,
    Gregory

  • I have just purchased an iphone today and it is coming up with a picture on the screen of the usb connector and itunes symbol. It also says that I now have no service and can only make emergency calls

    I have just purchased an iphone today and it is coming up with a picture on the screen of the usb connector and itunes symbol. It also says that I now have no service and can only make emergency calls

    Just a thought, but maybe consider returning the device.  Seems it might be a bit too complicated for you.

  • How to make products AVL in marketing planner display only?

    Hi,
    Does anybody know how to make products tab or more specifically produts table display only?
    I've tried using Define Field Selection for Campaigns in IMG, but that doesn't work for products table.
    Thanks,
    Michael

    FYI - I'm moving this message to the "CRM - General & Framework Forum" where technical questions such as these are more likely to get answered/searched.
    The Marketing forum is intended for marketing process-related queries.
    Warm Regards,
    Anik Roy
    Moderator

  • How to make "Data Entry Profile" field input unable or display only in CAT2

    hi ,
    I have requiremnet where I need to make "Data Entry Profile" field in the CAT2 transaction as Display only .That is for each user it should come as default one .
    The reason behind this is , user should not change this Profile and maintain an incorrect timesheet entries.
    Is there any User exit where i can do this ? 
    Let me know as this is very urgent requirement.
    Points will be definately rewarded.
    Thanks .

    Hemant,
    Got SHD0 transaction and create screen variant for that transaction there you can disable that field.
    Create Transaction variant for that transaction and assign previously created screen variant to this transaction varient. actiavte.
    Reward if it helps,
    Satish

Maybe you are looking for