Display irrespective of mandatory restriction

hi sap,
i have screen and first 3fields are mandatory fields.
my requirment is... when give the purch.grp.no  and press display it should give the record which already existing.
but now due to the mandatory restriction it is asking me to fill those 2 values... so how can i avoid this and display all the records. when i remove the restriction am able to display it but mandatory restriction should not be taken out instead they should be there and i should be able to display it.
ex : prc.grp   is mandatory
      descrit   is mandatory
      name     is mandatory
when i give prc.grp = 100 i should get the record of 100 irrespectiv of the 2 other mandatory fields
how can i do it can you please advise me.
thanks in advance
regards,
laya.

dear laya,
u have ticked the mandatory for 3 fields in the screen.so it is saying to fill other two fields also.
so what u can do is, remove the tick from other two fields.
so for the other two fields, u can control them programatically.
write the following code in pai. in chain........ endchain for  other two fields.
if purch org is not initial and sy-ucomm = 'displayclick'.
******write the code whatever u need.
else.
message 'fill other two fields' type 'E'.
endif.
regards
sajid

Similar Messages

  • Creating an Activity: "Display" is a mandatory field

    Hey again,
    I try to create an activity.
    Let's say I want to create a ToDo item.
    For this, I use the Webservice 2.0 and try to attach the Activity to an lead.
    The code looks like this in Java:
         public ActivityData activityDataByPatternA( String subject, String LeadID ) {
              ActivityData ActivityData = new ActivityData();
              ActivityData.setSubject( subject );
              ActivityData.setType("Email");
              ActivityData.setLeadId(LeadID);
              return ActivityData;
         public void create( ActivityData ActivityData ) {
              ActivityInsert_Input ActivityInsertInput_Input = new ActivityInsert_Input();
              ListOfActivityData listOfActivityData = new ListOfActivityData();
              listOfActivityData.addActivity(ActivityData);
              ActivityInsertInput_Input.setListOfActivity(listOfActivityData);
              try {
                   stub.ActivityInsert(ActivityInsertInput_Input);
              } catch (RemoteException e) {
                   e.printStackTrace();
                   return;
    The system strangely gives me an error message in German (my development system has the language German):
    org.apache.axis2.AxisFault: Erforderliches Feld fehlt in Instanz von Integrationskomponente 'Activity' mit dem Benutzerschlüssel '': 'Display' ist ein obligatorisches Feld. Geben Sie einen Wert für das Feld ein.
    (SBL-DAT-00498)(SBL-EAI-04389)
         at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
         at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
         at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
         at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
         at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
         at crmondemand.ActivityStub.ActivityInsert(ActivityStub.java:1026)
         at access.Activity.create(Activity.java:94)
         at CODconnection.main(CODconnection.java:40)
    It means in english more or less that for the integration component "Activity" with the user key "", "Display" is a mandatory field.
    I have no clue what "Display" field is meant as there is none.
    Anyone has a hint?
    Thanks! Christian

    Display is a mandatory field for creating the activity.
    As you must be knowing CRMOD have two type of activity "Task" and "Appointment". This field is to define that.
    If you wish to Create "Task" then pass this as "Task"
    If you wish to create Appointment pass as "Appointment"
    Some places this same field is refer by "Activity" field.
    Dinesh

  • View/table V_T682 can only be displayed and maintained with restrictions

    Hi friends,
    When I want to displaying for V_T682 table  from  SM30 tr.code , it gives me about error "  View/table V_T682 can only be displayed and maintained with restrictions". I think ,this table's maintenance status is  marked as  display/maintenance allowed with restrictions on SE11. So, how I can display the this table from sm30 tr.code.(Note: I have only displaying authorization)

    Hi Lakshmipathi
    I already knowing to execute the tables from se16 tr.code,  My aim is to displaying the customizing view.(Note: I have no authorization for SM34 tr.code.)
    Edited by: kaiz34 on Sep 20, 2010 4:51 PM
    Edited by: kaiz34 on Sep 20, 2010 4:52 PM

  • Ho to Display Fields as Mandatory in BSP Layout?

    Ho to Display Fields as Mandatory in BSP Layout, I mean with '*' after the field lable in BAP Layout ?
    Thanks
    James

    For Every BSP element we have attribute:
    required -
    Use this attribute to determine whether or not the input field is mandatory.
    Thanks
    James.

  • Calendar Display on a Mandatory Item

    Hi,
    I want to display the demo calendar on a date field which is mandatory i.e., Required property is set to TRUE, also there are couple more items in the same record which are Mandatory as well.
    My problem is when I press F9 for Calendar on the date field, it prompts me "Field must be entered", I came with alternate solution when the Required property is set to TRUE and value is NULL, I copy the SYSDATE to the current item before calling the calendar and when I press F9 it takes me to the next mandatory item in the record as the record validation fires.
    Is there any way I can solve this problem?
    Any help much appreciated.
    Thanks in Advance,
    Radha

    Hi, This won't work even, as mentioned by Pedro even if we set the Defer Reqd. Enforcement property to YES, since there are couple more fields in the same record which are set to be Required TRUE. The reason behind this is the navigation is moved to a new block (Calendar block) hence Record level validation will fire and prompt to enter other required fields before displaying the calendar popup which are actually null.
    Same holds good for IPSA solution, if we have just one Item in a record which is Mandatory then we can go with IPSA's solution.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Radha:
    Hi,
    I want to display the demo calendar on a date field which is mandatory i.e., Required property is set to TRUE, also there are couple more items in the same record which are Mandatory as well.
    My problem is when I press F9 for Calendar on the date field, it prompts me "Field must be entered", I came with alternate solution when the Required property is set to TRUE and value is NULL, I copy the SYSDATE to the current item before calling the calendar and when I press F9 it takes me to the next mandatory item in the record as the record validation fires.
    Is there any way I can solve this problem?
    Any help much appreciated.
    Thanks in Advance,
    Radha<HR></BLOCKQUOTE>
    null

  • Smartforms -  displaying the include text restricting to spras.?

    In Smartforms i have used include text to display Header text of an invoice .
    I provided all the relevant details for the include text such as,
    1:text name:wa_vbdkr-vbeln
    2:text object-vbbk
    3: text -id-0001
    4:language-nast-spras.
    The problem is in the output it always displays english text eventhough nast-spras is Slovakian .Output should be blank if not maintained.(Header can be maintained in any language).
    Is there any possibility of displaying the text restricting to spras.
    Thanks in advance

    Hi Anji,
    Thanks for your reply .
    We use the so10 only when we have fixed data such as address then we go for it.
    But that's not my case .Header text can be changed any time for given Invoice.
    If maintained it should appear for that language if not it should be blank.

  • Display technical names of restricted key figures

    Hi everybody,
    In a query, I would like to display the technical names of restricted key figures instead of their description as a heading. Is that possible and how can I do this?
    Thank you for any help, regards, Kathrin!

    Hi Kathrin,
    I believe you can do this in only one query.In the query you want to have the technical name ..Rigth click>properties> description will change the name of the field only in that specific query..not for all the queries..
    Else you can run the query and make changes in workbook format..Even this should serve the purpose..
    Ashish.

  • Display non changeable Variables / restricted values on variables Screen

    Dear SAP-Experts,
    is it possible to display non changeable / restricted char values on the variables screen?
    regards
    Jürgen

    Dear Jürgen,
    Now I understand what you mean.
    I'm afraid this is indeed not possible, unless you create customer exit for i_step=3 to invalidate any change made by user in variable screen for this variable, which is not really a practical way.
    Actually the user would be able to see the filter information after query execution. The detailed location depends on whether you use BEx Analyzer or portal.
    Regards,
    Patricia

  • When i mail icon my phone displays a message '' account restriction - this phone is restricted from creating mail account'' this is after i deleted  the mail account that was there. please help

    When I press the mail icon a message '' account restriction- this iphone is restricted from creating accounts. What could be the problem?

    Settings>General>Restrictions.

  • Customer Attribute restrict issue in BEx

    Dear All,
    I have added lot of 'Z' attributes to 0Customer and i have loaded the data. Now for queries i have created InfoSet which contains 2 DSOs and 0CUSTOMER.
    In a query i need to restrict particular Display attribute but in restrict screen it is not showing any values for this attribute.
    So is it mandatory to make this attribute as navigational though i have created InfoSet??
    Please help on the issue.
    Regards,
    Sohil Shah.

    Hi Sohil,
    If you can drag the char but not able to see any values and that is the reason you are not able to restrict, then you can do two things.
    1. If you know the values you want to restrict, directly type it in the restriction window and press Right Arrow Key to add it into restriction.
    2. If you want to select from the list only, make sure you have attribute change run executed for 0customer and this particular display attribute. Once you run this, you should be able to see the values in the list.
    - Danny

  • Quantity field display only in ME52N

    Dear Experts,
    Our requirement is to restrict any change in PR qty through ME52N.
    I have done the changes in field selection group ME52, but still the field is not in display mode.
    Kindly siggest what all field selection groups involved when ME52N transaction is executed.
    As per my understanding;
    I checked AKTV-Optional,ME52-Display and NBB-Mandatory...result should be display but the result is still optional.
    Also as per rule combination of display field with any other mode results display only(except suppressed).
    Is it getting overruled through hard coded standard programs...kindly advise.
    Regards

    SAP-MM wrote:
    Dear Experts,
    > Our requirement is to restrict any change in PR qty through ME52N.
    > I have done the changes in field selection group ME52, but still the field is not in display mode.
    >
    > Kindly siggest what all field selection groups involved when ME52N transaction is executed.
    > As per my understanding;
    > I checked AKTV-Optional,ME52-Display and NBB-Mandatory...result should be display but the result is still optional.
    >
    > Also as per rule combination of display field with any other mode results display only(except suppressed).
    > Is it getting overruled through hard coded standard programs...kindly advise.
    >
    > Regards
    hi,
    please change in me52n not in me51.
    and come to me52n 
    select other purchase requsion
    given your requsion number  and click on change / display option  then it displiedin change mode
    Thanking you.

  • Mandatory domain profiles

    We have a mixture of both pc and mac workstations at the school where i work that are all controlled from a Tiger Server.
    we recently switched over to a domain and as a result instead of all of the children logging on with the user name pupil we created individual users for each student.
    I wanted to create a mandatory profile for windows that I could bind to each students account so when they logged on it took thier display picture/proxy settings/ restrictions etc from this profile on the server.
    A friend of mine who works in another school with a domain recommended i make a dummy local profile on one of the pcs and set up all the settings that i want, then copy the profile folder from c:\documents and settings\(username)
    over to the server renaming the ntuser.dat to ntuser.man
    then in the profile path for each user in mac os server workgroup manager allocate each user to use the profile from the path i place the profile in.
    at first this caused errors saying it couldnt find or didnt have permission to open the profile, after much trial and error i have managed to remove this error and get the windows machines logging on to the server to actualy call up this profile, but it seems to ignore all the settings completely as if it hadnt loaded the profile at all.
    does anyone have any ideas how I can successfuly get the windows workstations to get all the pupil accounts settings from the server each time they log on (read only) so that they cannot change them.
    Many Thanks.
    This domain has been doing my head in

    We did this on our labs before we got a dedicated windows PDC.
    First, create your ideal profile on a machine. After you're happy with it, change the file ntuser.dat to ntuser.man. This will force it to become a mandatory profile. Then move that entire directory into a shared space, giving users "Full Control" to that folder, or on Mac OS, chmod 777. If on a Mac, share it using SMB, on Windows, do a regular windows share.
    In Workgroup Manager, specify that all the users need to use that particular profile (just point to the directory). That should do the trick.
    Hope that helps,
    Jason

  • Display variant in  ALV grid

    Hi ,
    i have developed an interactive report in which form the first grid display i will move to the second grid display.
    Problem:
                 For the first list there is an display variant. when i navigate to the second list it is using the same display variant form the first list ( this should not hapen ). so many of the fields are not be displayed in the second list.
                Is there any way to differentiate the display variant from first and second list.
    Please help me. sample code will be more helpful.
    Patil

    hi santhosh
        You can very well create 2 variants in your report for grid display...just restrict some fields n create 2 variants and while executing jus choose which variant you need to run..
    REWARD IT IF USEFUl...!!!!

  • How to restrict the quantity in bex  query?

    Hi all,
    i have created a query using infosets and it looks like this :
    material   cost      tax amount units
    madhb    21,693   1,443.42   99 each.
    I want to restrict the query in such a way only one unit value need to be displayed.
    How to restrict it by showing only single unit.
    The expected result should be like this??
    material cost  tax amount units
    madhb    293   144        1 ea
    Can anyone let me know how to restict the quanity so the query will display the results only for one unit.
    thanxs
    haritha

    Hi Pradiba santosh,
    I have created a conditions and restricted the key figured.
    zunit equal 1.
    and i have saved and executed the query. But still it displayed for all the units. And it didnt display the query for one unit. Why is that so?
    can you let me know what went wrong on it?
    thanxs
    haritha

  • Issue in display of G/L acct. texts in chart of accounts for FS00

    Hi All,
    Iam facing below issues after upgrade.
    In T-Code FS00:
    1. in tab Information(C/A) G/L Acct. texts in chart of accounts window is not displyed
    2. In tab Information(Cocd) in window G/L acct.texts in company code last field 'Additional Info' is not displayed.
    In my analysis I found that after upgrade in T-codes OBT6 & OBT7 if we tick tall he check boxes then only those fields are displayed. But in non-upgraded systems all fields are displayed irrespective of marking the check boxes.
    So, could any one please clarify,after upgrade do we need to mark all the check boxes which are need to be diplayed on the screen or is there any specific confiugration after upgrade.
    Regards
    Hari

    Dear:
               Please check out your configuration for the relevant account group in OBD4 and check the field status groups of various fields that whether these have been suppressed.
    Regards

Maybe you are looking for

  • How do I change the default folder for saving contacts?

    I have happily used Outlook for several years for POP accounts.  My recent addition of an Exchange account has hijacked several default behaviors that I was used to.  For one,  contacts are now saved by default in the exchange related contact folder

  • How can I convert an i-photo diashow

    Hello I am all new to this and just created a few diashows. Now I would like to send them around to my friends (most using PC). Can you tell me how to do this - can I convert the diashow into a file that I can attach to a mail? Thanks Cat

  • How do use my ITunes balance to pay for Apps

    How do use my ITunes balance to pay for Apps?

  • Exchange Rate in purchase order

    Hi, Can anyone pls help me know where the exchange rate flows to PO document in Delivery/Invoice tab at header level. I understand the exchange rate doesnot flow from OB08 setting as i see many documents there is difference in value in OB08 and in PO

  • Organizing photos using iTunes

    When I add a new folder of pics or files to sync they do not properly sync in the order of the file name. Many times they are just out of order. I have tried countless ways to fix this and yet can't figure a solution. When I need my pics to go in ord