Mandatory Fileds

Hi All,
I have created Form,which contains Header level and Details level.It also been registred into Oracle Apps also.When I open the Form I'm not able to see all the Mandatory Fields at a time.
If i click on Header level itis showing only header level mandatory fields
When i click on Detail level i'm able to see detail level mandatory fields
But in Apps form if we open any window we will asble to see that Mandatory Fields at a time.
Can any please help me in this issue,itis very urget
Regrads
Siva

Hi All,
I have not got any reply from any one.Please Help me in this issue
this is bit urget
regards
siva

Similar Messages

  • Javascrip t:Want to show "*" sign for mandatory fileds on form

    I have one html form, in which some fileds are mandatory.
    I have achieved the logic that user can't submit the form without filling these mandatory fields.I m showing the manadatory fields as alert boxes.
    Now i want "*" sign on the form for the filelds which are mandatory.
    How can i show "*" sign on the form for some fileds through javascript only.
    Thanks,
    Cheru

    There are no forums here for Javascript programming questions.
    That is deliberate. Javascript isn't Java.
    This thread is now locked. The question is outside the scope of the forums.

  • Service complaint - mandatory fileds

    Hi all,
    We  are facing a small issue in service  compliant processing.
    The transaction is getting saved without maintaining any entries.
    Our requirement is , - The order should not be saved , if system display any errors in transaction.
    Regards
    Yaswanth.k

    Hi Yaswanth,
    If you the Std errors to stop the processing, you have to do the INCOMPLETENESS configuration for the Order so that when ever mandatory fields are not filled, system will raise a message without saving it..
    If you wanted , Custom errors to stop processing the complaint...
    Implement ORDER_SAVE badi and in method BEFORE_SAVE, Call FM CRM_MESSAGES_COLLECT to raise errors messages on to the complaint and thus processing can be stopped..
    Siva

  • Mandatory Views and Fileds for Material Types

    Hi
    We require the below, Whr can i get this. If any one hv the below requ pls sedn to this srcn dot ram at hot mail dot com
    The requ is we need to know wat are all the mandatory views and mandatory fileds for all std material types provided by SAP.
    When we create a matl with respect to one matl type its ask so many fileds as mandatory and so many fileds as optionsal and display.
    I need to know.. whr can i ge this.. is thr any doc or link for that.
    Vijay

    Never post Mail ids in SAP Forums. what ever the Information you need ask here.
    You can Check in OMSR & OMS9.
    For more Similar threads use SDN search.

  • Reg: Mandatory fields updation with BAPI

    Hi..
    We are working on BDC using BAPI. In this if flat files contians only 4 fields and the mandatory fields in the application are seven then system needs to through error message. But with BAPI the program is updating the database without throwing error eventhough all mandatory fileds are not filled up with data.. Where exactly we need to do modifications to get error message when mandatory fields are not filled up with input.
    Regards

    Hi Verendra
    Sometimes the function modules/BAPI's used by SAP do a direct update on the database tables. In such scnearios the entries are created in the system even though if the mandatory entries are not filled.
    If the number of mandatory fields are small, then before the BAPI call,  check if all the mandatory fields are filled or not;throw error in case of empty fields & bypass the BAPI call.
    In case the mandatory fields are too high, then in that case, please use BDC recording to update the data.
    Regards
    Chetan
    PS:Reward points if you find this helpful.

  • Program for finding mandatory fields of an infotype.

    Hi all,
    I am trying to retrieve the mandatory fields for specific infotypes.Can anyone suggest a code for this???
    When we hire one employee using PA40,some screens of various infotypes will be active which contains some mandatory fileds...
    For this particular screen ,there will be one Module Pool,Screen number and variable key and some mandatory fileds.This will be stored in T588M table.
    In T588M table lot of entries are there with same module pool name and screen number.But screen number and variable key combination will be unique.
    i want to know these values for all infotypes.
    In system->status we get only module pool and screen number..but not variable key.Also its very difficult to see for each infotype like this..
    so how to retieve the following fields REPNA(Module Pool),DYNNR(Screen Number) VARKY(Variable Key) from T588M table of a particular infotype....??????
    also i need to know how to get the mandatory fields from T588M table which is encoded as '+ + - -'(in DBILD field)
    Thanks in Advance
    Merlin.

    Hi all,
    I am trying to retrieve the mandatory fields for specific infotypes.Can anyone suggest a code for this???
    When we hire one employee using PA40,some screens of various infotypes will be active which contains some mandatory fileds...
    For this particular screen ,there will be one Module Pool,Screen number and variable key and some mandatory fileds.This will be stored in T588M table.
    In T588M table lot of entries are there with same module pool name and screen number.But screen number and variable key combination will be unique.
    i want to know these values for all infotypes.
    In system->status we get only module pool and screen number..but not variable key.Also its very difficult to see for each infotype like this..
    so how to retieve the following fields REPNA(Module Pool),DYNNR(Screen Number) VARKY(Variable Key) from T588M table of a particular infotype....??????
    also i need to know how to get the mandatory fields from T588M table which is encoded as '+ + - -'(in DBILD field)
    Thanks in Advance
    Merlin.

  • Mandatory Fields of an Infotype

    Hi all,
    I am trying to retrieve the mandatory fields for specific infotypes.Can anyone suggest a code for this???
    Just Analyze this scenario....
    When we hire one employee using PA40,some screens of various infotypes will be active which contains some mandatory fileds...
    For this particular screen ,there will be one Module Pool,Screen number and variable key and some mandatory fileds.This will be stored in T588M table.
    In T588M table lot of entries are there with same module pool name and screen number.But screen number and variable key combination will be unique.
    i want to know these values for all infotypes.
    In system->status we get only module pool and screen number..but not variable key.Also its very difficult to see for each infotype like this..
    so how to retieve the following fields REPNA(Module Pool),DYNNR(Screen Number) VARKY(Variable Key) from T588M table of a particular infotype....??????
    also i need to know how to get the mandatory fields from T588M table which is encoded as '+ + - -'(in DBILD field)
    Thanks in Advance
    Merlin.

    Hi,
    first to identify VARKEY for table T588M you have to evaluate the feature which is named in field ZYKLS of that row with empty varkey and default screen.
    Teh return value of the feature depends on individual empl. values in P0001.
    Include RPUMKC00 in your program, define TABLES: PME04 and get the return-value of said feature as follows:
    move-corresponding p0001 to pme04.
    perform re549d using
                  T588M-ZYKLS
                  space
                  back
                  status.
    Field back contains varkey for the relevant choice.
    Now for field DBILD, there are th following options:
    '+'         mandatory field
    '.'          optional field
    '-'          field invisible
    '*'          field not editable
    ' '          screen default for field
    The position of each option in field DBILD indicates the value of screen-group1.
    All fields with that screen-group1 value will behave similar.
    I.E. DBILD ' +          '  will assign mandatory to all fields of screen-group1 = '2'
    hope that helps.
    Regards
    JW

  • Saving Notifications with blank Mandatory Fields

    Dear Experts,
    I have an observation.
    The tabs 10\TAB02 and 10\TAB06 of a notification are having mandatory fields.
    Saving of this notification is refused without filling the mandatory fileds of tab 10\TAB02, but the same thing is not happening with the other tab namely 10\TAB06. (This notification is saving without filling the mandatory fields of this tab).
    How to avoid this?
    Regards
    Jogeswara Rao

    10\TAB01     Notification 1     Header Info
    10\TAB02     Additional data 1     Equipment/Material
    10\TAB06     Location                                            
    10\TAB10     Item     Catalogs & Codes
    10\TAB11     Tasks     Tasks
    10\TAB17     Additional data 4     Additional Data
    20\TAB01     Item overview     Object Part & Damage
    20\TAB02     Item causes     Causes
    20\TAB03     Item tasks     Tasks
    20\TAB04     Item activities     Activities
    This is the set-up.
    -Jogeswara Rao
    Edited by: K Jogeswara Rao on Jul 16, 2010 7:21 AM

  • XML Deserialization error while consuming Enterprise service in wd java..

    Hello,
    I am trying to build 2 webdynpro java webdynpro applications which consumes enterprise service for purchase order and another application for Busines partner.
    While i was able to successfully consume the PO service in webdynpro java and get the desired output for PO..i get XML Deserialization error while running appliation for Business Partner..
    These are the details/steps i followed for the Business Partner application:
    1. After creating the model using the enterprise service, i created a service controller from the model to the component controller..
    2. Out of many inputs/output attributes during mapping from model to component controller. i further mapped the context from CC to ViewC.
    3. In the wdDoInit() method, i added the follwing code:
        BPCreate model1 = new BPCreate();
        Request_BusinessPartnerERPCreateRequestConfirmation_In RequestC = new  Request_BusinessPartnerERPCreateRequestConfirmation_In(model1);
        BPERPCrteReqMsg_S CreateMessage = new BPERPCrteReqMsg_S(model1);
        BPERPCrteReq_SBP Cpartner = new BPERPCrteReq_SBP(model1);
    String Category = new String();
        String lf = new String();
        Cpartner.setInternalID(new String());
        Cpartner.setNumberRangeIntervalBusinessPartnerGroupCode(new String());
        Cpartner.setLifeCycleStatusCode(lf);
        Cpartner.setCategoryCode(Category);   
        CreateMessage.setBusinessPartner(Cpartner);
        RequestC.setBusinessPartnerERPCreateRequestMessage_Sync(CreateMessage);
        wdContext.nodeBusinessPartnerERPCreateRequestMessage_Sync().bind(CreateMessage);
    4. When i comment this code and run the application, the aplication comes up but the input fields are non-editable..
    5. If i place this code in wdDoInit() method, i get the Deserialization error..
    Any idea about why this error occurs and which areas in the application can lead to these errors?
    I checked that the service runs fine in soamanager.
    Thanks, JVR

    Hi Kishore,
    This error is majorly because while executing this Webdynpro application you are not entering all the mandatory fileds of WS.
    Please try to execute this WS from WS-Navigator, check which fileds are mandatory and then
    appropriately instantiate it in wdDoInit and pass all the fields required.
    Regards,
    Vaibhav Modi.

  • SAP REX 3.2 - Delta for Alert messages are not sent to REX

    Hi Experts,
    I am facing issue in Alert notification for REX 3.2 application. Basically I run report /MAC/RSFM_ALERT_GEN and i populate the mandatory fileds, the alerts are sent to SMP, but the REX application does not receive automatically the alerts. The only way to see the alerts in the Application is to execute the initial sync. Is there any configuration/customizing step/table to maintain taht need to be done?
    thanks and Regards
    Pasquale

    Hi Pasquale,
    It could be that the alert is getting delayed before reaching the device. I would recommend that you send an alert and wait for a max 6 hours and cross check on the device to see if the Alert has reached. If this is the case then it could be a possible performance issue at the SUP that needs to be addressed with a PATCH.
    Regards,
    Harsha

  • Error message when processing IDoc

    Hi there,
    Greetings from Buenos Aires, Argentina.
    I'm trying to use the Migration Workbench in order to transfer to SAP the material master data.
    I have created an LSMW Objet and selected, under Mantain Object Attributes >> Object Type and Import Method, the IDoc option. The message type will be MATMAS and the Basic Type will be MATMAS05.
    I have maitained the IDoc Inbound processing, created the LSMW Port and the Partner Profile. In the latter, under Inbound Parameteres, I have created and inbound parameter with the MATMAS Message Type and MATM Process Code.
    I have created structure relationships for the following target structures: EDI_DC40, E1MARAM, E1MAKTM, E1MARCM and E1BEWM.
    After being one or two couple of hours going and coming over the application log after running over and over again the step 14. IDoc Processing, and having filled with '/' the obligatory fields, I still am not able to generate it successfully.
    The problem I'm having is, it keeps asking the DISMM (I think the name is MRP Type) field, and since I have not created a conversion rule or source field for it, I recieve the error message 72 from the M3 message class
    I understand that though the MM01 transaction, if the MRP View isn't activated, this field stops being mandatory. So I need to know, if any, the way to make the IDoc processing not to ask this field, since the MM consultant has said it's not necessary to introduce it.
    Thanks in advance.

    in the step 5 Maintain Field Mapping and Conversion Rules
    in the strcture E1BPMATHEAD   put the below condtion
    E1BPMATHEAD                    Header Segment with Control Information
    for the MRP veiw  WERKS and DISMM is mandatory fileds if you are not getting the any one of the value from the file ,skip the MRP view using below condtion.
    MRP_VIEW                     Material Requirements Planning (MRP) View
                        Code:    * Target Field: E1BPMATHEAD-MRP_VIEW Material Requirements Plann
                                 IF NOT matmas-werks IS INITIAL AND "
                                    NOT matmas-dismm IS INITIAL.
                                   e1bpmathead-mrp_view ='X'.
                                 ENDIF.

  • Account Groups !!!

    Hi Everyone..
    In customizing, I have found two paths regarding account groups..
    1. IMG - Financial Accounting --> Accounts Receivable and Accounts Payable --> Customer Accounts --> Master Data --> Preparations for Creating Customer Master Data --> Define Account Groups with Screen Layout (Customers)
    and
    2. IMG - Logistics General --> Business Partner --> Customers --> Control --> Define Account Group & Field Selection For Customers.
    What is the difference bw these two transactions ??
    Which one is relevant for a SD consultant ??
    Regards
    Harvinder

    Hi Harry,
    In 1st Menu Path:
    In the first Screen of XD01 we have the Mandatory fileds like Account Group, Company Code, Sales Organisation, Distribution channe, Division etc., you can make the about said fields as Mandatory fieds of Iniatial screen of XD01.
    In 2nd Menu Path:
    Once you go to the main screen of XD01 where you find the 3 Important data like General Data, Company Code data and Sale Area Data.the Fields Consists in these Respective Data you can make the necessary fields with avialable options like Mandatory, Surpress, Optional etc.,
    Mean to say the as per your requirment which every field you want you can make that field Mandatory or supress or Optional etc.,
    Hope this clarifies your doubts and Please Reward if Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Hi its urgent...help on selection screen parameters

    Hi all,
    I need help on selection screen parameters.
    requirement is that,
    i am having input fields for material, plant ,start date and end date and a check box and an input field for getting the txt file.
    when i select the checkbox, it should ignore the mandatory fileds in the selection screen.
    and when i get the file input, it should take  the input data material, plant, start date and end date from the flat file and populate the corresponding input fields in selection screen.
    How to do this..
    thanks in advance.

    Hi ..
    While declare the Matnr, Plant etc dont use the OBLIGATORY addition.
    instead of the based on the value of check box validate them .
    AT SELECTION-SCREEN.
      IF c_box = ' '.
       << validate for mandatory fields>>
    endif.
    <b>REWARD IF HELPFUL.</b>

  • Vendor Master Fields

    Hi
    Whr we can tell the system that these fileds in vendor master in mandatory fileds and optional fileds.
    Vijay

    Hi
    I chk all. All filed are optioanl entry only.
    But in xk02 the scond tab " tax information" the fileds  - Rep's Name & Type of Busines - Type of Indust
    are asking mandatory to enter when we do xk02 after creationg
    Vijay

  • Grey out the input field as soon as check box checks on selection screen!

    HI Experts,
    In my report selection screen I have input_field1, input_field2, check_box1. Both input fields are mandatory fileds.
    My requireemnt is: If user as soon as checks the check_box1, the first input_field1 must go grey out (not allow allow to enter)!
    So I have assigned a user command to check box and assigned a modif-ID to the input_field1
    and wrote a LOOP AT SCREEN code as below,
    PARAMETERS show_all AS CHECKBOX USER-COMMAND flag.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    PARAMETERS: p1 TYPE c LENGTH 10,
                p2 TYPE c LENGTH 10,
                p3 TYPE c LENGTH 10.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME.
    PARAMETERS: p4 TYPE c LENGTH 10 MODIF ID bl2,
                p5 TYPE c LENGTH 10 MODIF ID bl2,
                p6 TYPE c LENGTH 10 MODIF ID bl2.
    SELECTION-SCREEN END OF BLOCK b2.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF show_all <> 'X' AND
           screen-group1 = 'BL2'.
           screen-active = '0'.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    But,am getting an error message saying "Enter all required fields"
    Pls. let me know how to fix this?
    Thank you

    I assume P1, P2 and P3 are marked as obligatory.
    You cannot achieve that. But here is an alternative to achieve a similar functionality.
    AT SELECTION-SCREEN.
      CHECK sy-ucomm EQ 'ONLI' OR sy-ucomm = 'SJOB' OR sy-ucomm = 'PRIN'.
      IF p1 is INITIAL or P2 is INITIAL or P3 is INITIAL.
        MESSAGE 'Enter all required fields' TYPE 'E'.
      ENDIF.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF show_all = 'X' AND
           screen-group1 = 'BL2'.
          screen-input = '0'.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.

Maybe you are looking for