CHECK FIELDS functionality

Hello From google, i came to know that, CHECK FIELDS functionality is not available for SAP WebDynPro for ABAP in perspective of Interactive Forms, its availabel only for SAP WebDynPro JAVA stack. But, as per our busienss requirements, i need to have the similar functionality on our form, 1) Do i need to write the script explicitly on the form? 2) To get CHECK FIELDS validation functionality for all the fields on the form (its around 67 subForms and 158 fields) in one shot ( meaning, user pressess it at the end after filling all the fioelds on the form), then, where i need to write my code/script, is it on the form as script? 3) If so, at wht level i have ti write, is it each subForm level? or each PAGE level? or MASTER PAGE level? Thank you

Hi,
Presuming it is an interactive form, it would be faster and relatively easier if you could have a single validate button on your abap web dynpro screen and perform all validations (since you have backend connectivity too, you could validate against master data) in ABAP itself..
Regards...Amith

Similar Messages

  • How to display field Functional Location Field in Asset Master Data

    Dear Experts,
    I really appreciate for your advices on how to display Functional Location Field in Asset Master data.
    I have checked the configuration on path IMG:\Financial Accounting->Asset Accounting->Master Data->Screen Layout->Define Screen Layout for Master Data
    I have chosen the screen layout and review all Logical Field Groups. And there's no field "Functional Location" is available. I also didn't find "Add New" button to add "Functional Location" field.
    Thank you
    Best regards,
    Frans

    Dear Frans,
    I am sorry this is not possible.
    Note 140482:
    The field was created as a precaution. However, it is not being used at 
    present and consequently is not supplied.                               
    In particular, you cannot use the field as a criterion for a selection  
    in Asset Accounting reporting. This is still true even if this field has
    been included in the selection view delivered for the dynamic selections
    by modification.                                                        
    regards Bernhard

  • Field functional area does not appear as an entry field into the document..

    Hi,
    We are using the functional area field in our system. In order to access this field, we proceeded
    to customize the system as follows:
    -  We already activate Cost of Sales Accounting for our Company Code.
    -  The field functional area was set optional through transaction OB41, for the posting keys required.
    -  The field functional area was set optional using transaction OB14, for the field status group assigned to the GL accounts.
    However, we cannot enter the area functional when we are posting documents related to customers and vendors. 
    Although the field functional area was set optional, it does not appear as an entry field into the document screen for the
    different transactions: fb70, fb60, f-02,fb01.  It is only happening when we areentering the document position for the vendor/customer.
    Regards,
    Efrain

    Hi,
    In FB70 or FB60 change the layout ........ select the line item layout configuration, you get a separate Table Settings screen pop up where in you need to select "Administrator"  button the system displays another pop up window where in you can check whether the Functional Area field is checked as invisible if so remove the check mark and active the settings.
    Kind Regards

  • Check field Initial.

    hi,
    is there some function module or other way by which i can check if a screen field, whose name is avalilable only at runtime as character field, is initial ?
    Pls help..
    Regards,

    hi Suzie,
    Can you reply me in detail.
    there is one function module to read dynmaic value of field.
    function module name : DYNP_VALUES_READ'
    by this you cam get value in internal table it_dynpred.
    you have to declare this things in top ...
    DATA: IT_DYNPREAD TYPE STANDARD TABLE OF DYNPREAD,
            WA_DYNPREAD LIKE LINE OF IT_DYNPREAD.
    example.
    CALL FUNCTION 'DYNP_VALUES_READ'
        EXPORTING
          DYNAME               = PROGNAME
          DYNUMB               = DYNNUM
        TABLES
          DYNPFIELDS           = IT_DYNPREAD
        EXCEPTIONS
          INVALID_ABAPWORKAREA = 1
          INVALID_DYNPROFIELD  = 2
          INVALID_DYNPRONAME   = 3
          INVALID_DYNPRONUMMER = 4
          INVALID_REQUEST      = 5
          NO_FIELDDESCRIPTION  = 6
          INVALID_PARAMETER    = 7
          UNDEFIND_ERROR       = 8
          DOUBLE_CONVERSION    = 9
          STEPL_NOT_FOUND      = 10
          OTHERS               = 11.
      IF SY-SUBRC = 0.
        READ TABLE IT_DYNPREAD WITH KEY FIELDNAME = 'ZINCHILD-INCOMPCODE'
               INTO WA_DYNPREAD.
        CHECK SY-SUBRC = 0.
    regards,
    Vipul Darji

  • How to config Check Digits function module for Student Number Validation

    Hi SLCM Experts,
    In the SAP-SLCM, How to use check digits function module for validate student number.  Just only config it or need to customizing program.
    *Any idea to student number validation in SLCM?*
    Best Regards,
    Suvatchai K.

    Hi ,
    Can you expalin it further ?
    You configure the St. no in piq_matr . And set it  as external or internal no. range which suits your business .
    What is the validation you are looking for ?
    Regards
    Gajalakshmi

  • I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.​Please help me for that.

    I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.Please help me for that.
    1.)If i am using the continuous output mode.and the size of generated data is less than 32 MB.If i want to preload the memory,what should i do?I want that first of all i load all my data to onboard memory & then i want to make start the transfer between 6534 & peripheral.Is it possible?As per me it should be.Plz tell me how should i do this?I think that in normal procedure the transfer between 6534-peripheral & outputting data from pc buffer to onboard memory works parallely.But i don't want this.Is it poss
    ible?
    (2).Similarly in finite input operation(pattern I/O) is it possible to preload the memory and then i read it?Because i think that the PC memory will be loaded automatically when 6534 acquires the data and then when we use DIO read vi the pc buffer data will be transferred to application buffer.If this is true,i do not want this.Is it possible?
    (3) One more question is there if i am using normal operation onboard memory will be used bydefault right?Now if i want to use DMA and if i have data of 512 bytes to acquire.How will it work and how should i do it?Please tell me the sequence of operations.As per my knowledge in normal DMA operation we have 32 Bytes FIFO is there so after acquisition of 32 bytes only i can read it.How it will known to me that 32 bytes acquisition is complete?Next,If i want to acquire each byte separately using DMA interrupts what should i do?Provide me the name of sourse from which i can get details about onboard memory & DMA process of 6534 specifically
    (4).In 6534 pattern Input mode,if i want to but only 10 bits of data.and i don't want to waste any data line what should i do?

    Hi Vishal,
    I'll try to answer your questions as best I can.
    1) It is definitely possible to preload data to the 32MB memory (per group) and start the acquisition after you have preloaded the memory. There are example programs on ni.com/support under Example Code for pattern generation and the 6534 that demonstrate which functions to use for this. Also, if your PC memory buffer is less than 32MB, it will automatically be loaded to the card. If you are in continuous mode however, you can choose to loop using the on-board memory or you can constantly be reading the PC memory buffer as you update it with your application environment.
    2) Yes, your data will automatically be loaded into the card's onboard memory. It will however be transferred as quickly as possible to the DMA FIFO on the card and then transferred to the PC memory buffer through DMA. It is not going to wait until the whole onboard memory is filled before it transfers. It will transfer throughout the acquisition process.
    3) Vishal, searching the example programs will give you many of the details of programming this type of application. I don't know you application software so I can't give you the exact functions but it is easiest to look at the examples on the net (or the shipping examples with your software). Now if you are acquiring 512 bytes of data, you will start to fill your onboard memory and at the same time, data will be sent to the DMA FIFO. When the FIFO is ready to send data to the PC memory buffer, it will (the exact algorithm is dependent on many things regarding how large the DMA packet is etc.).
    4) If I understand you correctly, you want to know if you waste the other 6 bits if you only need to acquire on 10 lines. The answer to this is Yes. Although you are only acquiring 10 bits, it is acquired as a complete word (16bits) and packed and sent using DMA. You application software (NI-DAQ driver) will filter out the last 6 bits of non-data.
    Hope that answers your questions. Once again, the example code on the NI site is a great place to start this type of project. Have a good day.
    Ron

  • Trouble with calculating fields. Can't select (check) fields. Also can't figure out what's wrong with a division field (percent) that I created. Keep getting the pop up that format of the field doesn't allow blah blah blah... Help!

    Trouble with calculating fields. Can't select (check) fields. Also can't figure out what's wrong with a division field (percent) that I created. Keep getting the pop up that format of the field doesn't allow blah blah blah... Help!

    1. Use the mouse to select the field and then press the space bar.
    2. A null string is the same as zero. What is the result for division by zero?

  • How to check if function module exist

    Hi All!
    Does anyone know how to check if function module, which name is provided by the user, exists?
    I have to execute a function but when user provides a incrrect name - i receive a short dump. I would like to chceck if this function exists before execution and if not - warn user with message box.
    Thanks
    Tomek

    REPORT z_tmtest MESSAGE-ID zz.
    PARAMETER: a_fname  LIKE tfdir-funcname.
    PERFORM test_fun_exist USING a_fname.
          FORM test_fun_exist                                           *
    Test FM Exists
    FORM test_fun_exist USING f_funcname  LIKE tfdir-funcname.
      CALL FUNCTION 'OM_FUNC_MODULE_EXIST'
           EXPORTING
                function_module = f_funcname
           EXCEPTIONS
                not_existent    = 1
                OTHERS          = 2.
      IF sy-subrc <> 0.
        MESSAGE e001.
      ENDIF.
    ENDFORM.

  • How to activate uni code check in function pool.

    hi experts,
    how to activate uni code check in function pool.
    pls give needy
    regards,
    praveen

    hi praveen,
    for every report we can check unicode flag in the attributes.
    function pool is also a type report.
    for classes it is not possible to enable directly.
    for this we have TCODE UCCHECK.
    enable it by using above.

  • Check field to InfoObject

    Hi,
    How to check field to InfoObject mapping, i mean how to identify particular field is exactly matching with corresponding InfoObject.
    For example, when i searched in Business content(BW) for Document number..lot of InfoObjects has come..so, how to choose Exact InfoObject for R/3 field BELNR (Document number from BSEG table)..
    Please provide solution...
    i am very thankful to you....
    Its urgent....so, pls..pls

    BI - SE16 Table - RSOSFIELDMAP - F7
    You will see :
    OLTPSOURCE
    LOGSYS
    OBJVERS
    FIELDNM = BELNR ( for example )
    IOBJNM
    CONVERSION
    Width of Output List
    Maximum No. of Hits
    Execute
    You will get a list of datasources where the ECC field exists -> Double Click on it -> You will the infoobject - IOBJNM

  • Conc Request to check the functionality

    Hello ,
    Is there any conc request which checks out the functionality of the whole application(All the implemented modules) post patching?
    I believe i heard about this conc request in a webinar by oracle corp.
    Regards,
    SRK

    After applying family packs for any module , is there any conc request which will check the functionality of the application?No.
    for e.g after applying the FIN.G family pack, we do have some test cases which will ensure the functionality of the application.we do test each and every test case manually.is there any conc request available in 11.5.10.2 to check the application's functionality automatically?This testing has to be done by the Functional Analysts.
    You could also run the diagnostics scripts -- E-Business Suite Diagnostics 11i Test Catalog [ID 179661.1].
    Thanks,
    Hussein

  • YM-Check out functionality error

    Hi Guys
    We are facing one issue in Yard management that Check out functionality is in to disable mode even after loading completion and vehicle moved from Door to Check point. Is there any specific thing missing in this case..
    Please help on this
    Thanks in advance
    SAP MM

    Hi,
    Is your Veh Type Group assigned to the Location Type and what is the allowd qty on this location? See config under YM: Location Determination and Scheduling --> Define Location Type - Vehicle Type Group Relationships.
    Hope this helps,
    Hein

  • Check Status Functionality - Timing out

    Hi,
    We are facing issues with the "Check Status" functionality. When we click on " Check Status", the system clocks and then times out.
    Is it something to do with performace tuning? Any pointers will be really helpful.
    Regards,
    Upendra.

    Hi Yann,
    Thanks for the quick reply.
    The issue is not with the shopping cart creation. When we click on the "Check status" functionlaity after the shopping cart is created, the system takes a long time to give the desired result.
    There is no dump in the system. Its just that the system is taking a very long time to display the desired result.
    Regards,
    Upendra.

  • Check Digit functionality

    Friends,
    Can someone explain to me the concept of the check digit functionality and how and why this can/should be used? I am working on an assignment for a Utility Company (Gas and Elec) implementing SAP IS-U and the customer is enquiring about using the check digit functionality.
    Thanks,
    Sameer Aroskar

    Check Digit Functionality:
    Business agreements are created at the time of move-in / transfer process. These accounts are uniquely identified by a number, the business agreement number. This number is generated by SAP CRM each time a business agreement is created using the internal number assignment. The SAP CRM Business Agreement Number is equivalent to the SAP IS-U Contract Account Number.
    A check digit is required to validate that the business agreement number is correct. Furthermore, when used as a payment reference number on the customeru2019s invoice, the check digit will minimize payment errors due to mis-keyed customer reference numbers.
    The format of this business agreement account number is 7 digits plus 1 check digit, totaling 8 digits. The CRM business agreement internal number assignment number range will provide the 7 digits and a check digit will be calculated based on this number. An 8 digit contract account number will be created by CRM.
    Let me know if you need any clarification.
    Regards,
    Shiva Kumar

  • How to achieve Check point functionality in SSIS with out using check point.

    I got question from
    interview!!! How
    to achieve Check
    point functionality in SSIS with out using check point. If package
    fails it has to be re-run from the point that it failed instead
    of rerunning the entire package.without
    using check point.
    Please
    any one can explain step by step...

    Sorry you have failed your interview question. Good thing you remembered it, thought about it, and ask a question about it. The solution is actually very straightforward.
    Create a table to store the state of your progress. Before each step read the table to find out where left off, then skip each completed step. After each step write to the table which step you have completed. A step can be anything, a task, a component,
    a row, an import file, an export file. You don't have to use a table, it could also be a file, just something you can read and write, and does not disappear when your package stops.
    If you find this difficult to comprehend, think of a checklist of things you do everyday and work from there.

Maybe you are looking for

  • 4TB, RAID5, and a P67A-G43. I gotta make it work...

    Right now I am creating a new computer setup solely for the purpose of having Windows 7 x64 running off of a single 4TB RAID5 (3X 2TB).  I know it's (theoretically) possible, as this board is a UEFI-type board, and there's just no other way for this

  • Is there a Re-Map option on MAC? (Reconnect automatically after reboot).

    Ok...have a NAS storage box that I can map to from the MAC via IP address...works fine... But if I reboot the MAC I loose this mapping. (And have to remap it each time). In Windows there is a Reconnect at Login. Is there anything like this on the MAC

  • Export of Gift items with Exciseble Goods

    Hi Friends My client is a  manufacturer exporter of Pharmaceutical Products . They follow the process of Export by using  Letter of  Undertaking  Now they want to send  some Gift Item (which are brought from out side) along with the Exciseble   Goods

  • Jboss and eclipse, problems with JNDI

    Hi, i have managed to deploy my j2ee application (according to jboss), its a simple HelloWorld app, problem is when i try to look it up. In the client: System.out.println("starter"); Context context = new InitialContext(); System.out.println("etter c

  • JSF Navigation

    i'm returning a string value for navigation in an action method. Actually, i need to know which page we will go with the returning value. Is there a way to do this? for example; public String doAddAction() {      String nextPage = getNextPage("pageed