Solman 7.1 - CRM WebClient UI - custom field mandatory on status change

Hi
I've got a question and I'm not sure if it's possible.
Basically i have created a custom field in CRM WebClient UI and I have added this field to my Z configuration. This works fine.
Now, I'm wanting to make an error to appear if this field is blank (hasn't been filled in) when the status of the transaction type changes to a specific status.
i.e. if "custom field" is BLANK when SMTM changes to Closed, then error appears
I know the field can be made mandatory, but this particular custom field won't be filled out straight away. Therefore I want the check to occur when the document is closed. Can this be done via PPF Conditions? Or is ABAP/enhancement the only way?
Thanks
Shaun

Hi,
For customizing crm web ui, you must need AET or EEWB tools. Best Practices for SAP CRM Web UI Customization - CRM - SCN Wiki
but try by using the standard sap note  1772650 - ST710:You can save a message even though mandatory fields are not filled in. which can set certain warning message for custom fields or not and the other relevant  1931783 - Incident can be saved without filling mandatory fields
Please check.
Thanks
Jansi

Similar Messages

  • Need to Make end customer field mandatory in sales order form.

    I need to make end customer field mandatory when sales channel entered as some value...
    for this i have used when validate record on order form
    when i enter a value in sales channel as desired value the form is getting saved automatically and the field is getting mandatory
    but my requirement is to make field mandatory and then to save the order.
    let me know the sequence how it works if any one knows.

    Sanni,
    >
    when i enter a value in sales channel as desired value the form is <b>getting saved automatically</b> and (then) the <b>field is getting mandatory</b>
    but my requirement is to make field mandatory and then to save the order.
    >
    Which trigger are you using to do the "getting saved automatically'?
    Does this trigger fire before the trigger that is making the field mandatory?
    Regards,
    PS: Is this an Oracle EBS query? If yes, this is the wrong forum
    Edited by: Prabodh on Jun 14, 2012 4:48 PM

  • Custom field mandatory

    Dear friends,
    In IDES, i have created the project and when iam releasing ,PRs will be creating, While creating PR Iam getting the following message.
    " Custom field mandatory"
    And PRs are not creating.
    Pl.suggest.
    Regards,
    Canand

    Check Field selection for Network in IMG:
    PS->Structure->Op Structure->Network->User Interface settigns->Define Field Selection for Network
    Select Network Details.
    Now Check if Material Group, Purchasing group field is hidden or not. If it is hidden make it input.
    Bye
    SSanjay

  • Partner Field Mandatory during Order change

    Hi,
    Can u pls suggest me as to how to make the "Partner" field mandatory during the change of Maintenance order (ie IW32). I tried Field selection for Order Header Data(PM) but the Field name "partner" is not appearing there. Kindly suggest me the way out.

    You mighht have to work with your developer to find an appropraite user exit then!

  • Add custom fields in check status

    Hi Gurus,
    Please help me out in this. My requirement is I need to add two custiom fields in the check status (bbpsc04) and based on the values entered in the custom fields I need to search for the shopping carts.
    Please let me know how to add two fields in the check status and fetch the data based on the values entered in the custom fields.
    Thanks in advance,
    Andy.

    Hi Andy,
    first you need to make the customer fields for the shopping cart (header or item level) I assume that's already done.
    Now to add the customer fields to the <u>extended</u> search you need to do the following:
    1. Define the customer field in include:
    a. SC HEADER INCL_EEW_PD_SEARCH_HDR_CSF_SC  
    OR
    b. SC ITEM INCL_EEW_PD_SEARCH_ITM_CSF_SC
    you have to set fields XINPUT and XDISPLAY to 'X' in table ET_FIELDS for the fields you want to use in BADI BBP_CUF_BADI_2 in method MODIFY_SCREEN. The fields defined this way are displayed if you choose the 'Extended search' link.
    Refer to note 672960 - "User-defined fields 2" For more detailed instructions.

  • Business Partner Custome Fields Mandatory

    Hi,
    I have added some custome felds to the manage business partner. I want some of the custome fields to be mandatory.
    Can anybody tell how to do it?
    Regards,
    Raveendra

    Hi
    Please paste what code you have made here in your reply.
    <b>Meanwhile, go through the following links -></b>
    Re: Vendor Master Extension in SRM
    Re: F4 for customer table fields
    Re: Add custom fields to Contract Transaction in SRM 4.0
    <u>Other realted Information -></u>
    It is possible to add custom fields / structure to the Business partner screen.
    It is required that you create a custom screen (sub-screen) and perform the assignments in the BDT. Go to area menu BUPT. You can see sub-menu Screen Layout. Check the customizing using transactions BUS2 to BUS5.
    You can add custom fields, custom screens and assign custom PBO and PAI function modules. You can have a look at how the existing screens are made and accordingly copy / configure your custom screen and fields. Enhancement through BUPT will work. Just ensure that the field group which you add for that there is a flag 'TABLE CONTROL' in transaction BUS2 which has to be set.
    Hope this will help.
    Regards
    - Atul

  • Making a custom field mandatory in co11n txn ?

    Hi Experts,
    I have added a field in co11n transaction ( say a) i want to
    make these field mandatory ( i.e i should not let the user to
    save the order without the value in my field ?
    can any tel me how to do this, which exit should i use ( i have
    list of all exit for co11n txn ) ?
    thanks,
    siva.

    If dont want to code in Exit again . Try Chain Endchain.
    This can be written in the screen you had developed in PAI module.
      CHAIN
      FIELD:AFRU-ZZCHARG MODULE FORM_VALID.
      CHAIN.
    and write your conditional code in FORM_VALID on save button click.
    MODULE FORM_VALID INPUT.
      CASE sy-ucomm.
       WHEN 'BU'.
           IF AFRU-ZZCHARG IS INITIAL.
                 SET CURSOR FIELD AFRU-ZZCHARG.
             MESSAGE e389(00) with 'Please enter the batch '.
           ENDIF.
       WHEN OTHERS.
    ENDCASE.
    Thanks Swapnil

  • Customized program in Network status change

    when I change status for network in project from budget release to budget submit, it will trigger a email sending to my exchange mail box, but how to find the program name that trigger the email? thanks

    You wanted to find out program name than you need to take help of ABAP resource they will get via SOST trasaction which records all the email triggered by system from here you will get name of business object or other details from there you get the details of program name and all..  Your take here should be SOST transaction where you email for Netwrok status Change you will find there onwards ask technical team to take lead furthere.
    With Regards
    Nitin P.

  • Custom fields mapping issue of sales order replication from R/3 to CRM

    Hello Experts,
    I have to replicate sales orders from R/3 to CRM system (Initial and Delta)
    The issue is I have custome fields in R/3 which are maintained in custom table(Z table) in R/3.
    We added those custom fields in CRM customer_i table to synchronise with R/3 data.
    To MAP R/3 custom fields to CRM custom fields, i have the following customization.
    1. Added the custom function module in the event CRMO_200 and moved all the custom fields into interal table  IT_OTHER_INFO.
    2. The intrnal table IT_OTHER_INFO with data is passed into CRM standard function modules.
    3. But in CRM the BADI 'CRM_DATAEXCHG_BADI' implementation does not have the input parameter of internal table TI_OTHER_INFO.
    All my custom data is in internal table TI_OTHER_INFO.
    Please suggest where can i map this data to CRM enhanced fields.
    Regards,
    Umashankar.

    Hello Vanessa,
    Thank you so much for your reply.
    I went through the Note (1053817). It is good. I understand that the custom fields should enhance in the BAPE_VBAP in R/3.
    My Scenario:
    Goal: Orders replication from R/3 to CRM along with Custom fields.
    In R/3, all the custom fields are maintained in Z table (Not VBAK or VBAP).
    All these custom fields are belongs to Item level.
    In CRM, The custom fields are maintained in CRMD_CUSTOMER_I table though AET.
    I need to MAP these custom fields to CRM while order replication from R/3 to CRM.
    Regards,
    Umashankar.

  • Custom field MM17

    Hello, I need some help here to use a custom field in MM17 (mass changes).
    We've created field ZZPRLIVR in table MARC. This field is available in MM17 as a selection field but it's not available to be changed.
    In SM30 we can change table MASSFLDLST and we see the field but the change is not made in MARC-ZZPRLIVR.
    What else need to be done in ordre to do a mass change?
    Thank you!
    Luc

    Please follow instructions listed in OSS note 576160 for this.  You have to implement a BAdI.
    Also review OSS note 44410.

  • Adding Additional Custom Fields to Alerts

    in the Custom Fields tab of the alert properties, there are 10 custom fields. a few questions regarding "custom fields"
    is there a way to add addtional custom fields?
    can variables be placed in the custom fields so data that changes from alert to alert can be passed?
    is there a way to add additional custom fields and give them a more formal name (e.g. MyHomeGrownField)
    thanks.

    Yes you can put values in these custom fields. but you cannot change the field names to something else.
    Values can be put in these fields through OpsMgr PowerShell. Check the links -
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/dde47a28-ce70-4144-b7f3-70cb8a3d3cb9/using-custom-fields-in-scom-alerts?forum=operationsmanagergeneral
    http://scug.be/dieter/2012/01/23/scom-2012-pass-data-to-custom-fields-with-monitors/
    Thanks, S K Agrawal

  • TFS 2012 work items migration to TFS 2013 along with History,Links/Attachments & Custom fields??

    Dear All,
    TFS 2012 work items migration to TFS 2013 along with History,Links/Attachments & Custom fields?? is there any way..
    Tried couple of tools:
    1) Excel based migration : loss of data is custom fields, links, attachments, status
    2) few tools in Code plex : Crashing/Not working.
    Kindly provide your valuable comments here.
    Cheers, Tarun

    Hi Tarun,
    I'd like to know the tools that you used in CodePlex. Generally, CodePlex project is not supported in MSDN forum, and you can post your questions and concerns in the issue secton of the project.
    If you use TFS integration tools, according to this
    blog, it is limited to migrating only Version Control items, Work Items, and the links between them. Please check the limiation and have a check with your migration. For the customized fields, you might need to do the same customizatoin on the target
    team project.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • User - exit for STKO table (PCSD0003). How to update customer field.

    Hello,
    I made a user - exit for STKO table.
    It works like a formula field - calculate total weights of the specification components.
    But there is a problem!
    When I add new components  into my specification  or change them, my customer field is now calculated.
    I always need to click a Customer tag and explode a user subscreen. Is there any way to sort the problem out?
    I want to recalculate my customer field every time I change components?

    Hi,
    There is a specific user-exit for delivery-creation/delivery processing/change delivery status.
    the program name is MV50AFZ1. Inside this exit, there is a particular sub-routine called as
    FORM USEREXIT_MOVE_FIELD_TO_LIPS.
    endform.
    May be probably you can try this. This also needs an access key for changing the SAP standard program.
    Another way is you can use the BADI : LE_SHP_DELIVERY_PROC
    This BADI influences processing of delivery data, during creation and changing of deliveries at specific points described in the interface. The BAdI methods enable you to read, write, determine, delete, and save your own delivery-related data, and to change the standard delivery data.
    Lakshminarayanan.
    P.S. Mark all helpful answers for points

  • How to generate a report from crm table to find out user status changes

    Dear all,
    Could you please help me on generating a report from SAP CRM table level
    to find out user status changes in crm orders for a specific period of time?
    Thanks in advance,
    Regards,
    Shaik

    Hi Shaik.
    You would not need to write report for this. You need to create a Table view mainenance for the CRMD_ORDERADM_H or CRMD_ORDERADM_I for whichever  you need.
    Follow the below or search on google for more on table view maintenance.
    Go to SE11, give the table name and click on change. Then Go to utilities--> Table maintenance generator.
    In the table maintenance generator screen, you should give Authorization Group,
    Function Group name (Function Group name can be same as table name),
    Maintenance type can be one step or two step, usually you will create with one
    step. You should give maintenance screen number. After clicking on create button,
    a table maintenance generator will be created.
    To check it go to SM30 . In SM30, you find display, Maintain options.
    You can view the table contents by choosing Display and  supplying the selection criteria of dates.
    Regards
    Apoorva

  • Making "Partner" field mandatory during IW32

    Hi,
    Can u pls suggest me as to how to make the "Partner" field mandatory during the change of Maintenance order (ie IW32) for a particular order type. I tried Field selection for Order Header Data(PM) but the Field name "partner" is not appearing there. Kindly suggest me the way out.

    hi arun
    as far as i know it is not possible to make partner field mandatory after release.as i said you can make it mandatory during creation itself.
    iam not sure but another option you just try it out.create a status profile of 2 status assign one status as intial and hide the partner function and another status make partner function has mandatory.presently i am not in SAP so just try it out.
    regards
    thyagarajan

Maybe you are looking for

  • I need help plzz re itunes not matching my ipod files etc

    hi i will try and explain this fully...i have an ext hardrive which has all of my ipod songs backed up on it. i do not routinely hook it up as it is really for precaution should i have a failure on my ipod. i deleted all my music on itunes to free up

  • Calling Oracle BugDB PL/SQL Package Procedures from Application Modules

    Hi Experts, I am using JDev 11g R2.My requirement is as follows: 1.Create a public database link to remote bugDB using the Testing Environment.(Done) 2.Access the data from local database to BugDB using that DB link (Done) 3.Insert/Create a bug using

  • Special Characters in TREX Search

    Hi All, We have a issue with respect to TREX in our Portal. The issue here is that the special character (e.g. u2122) in the document title is shown up as some unknown character in the Search results. For e.g. Consider that ABCu2122 is the title of o

  • Actual dates in Marketing Calender

    Hello, I need to display the actual campaign dates in the marketing calendar but it is showing the planned date...I can't seem to find a way to switch to the actual dates....how can I do it?

  • Transports have status "Ready to be imported" after import via ChaRM

    Hello all, We are using Change Request Management, and we have the following problem : transports in the Prod. system buffer still have the "Ready to be imported" status after being imported via ChaRM. We would prefer to have the "Imported" status (g