Inputs for Data validation

Hi,
can anyone share the inputs for data validation.
Source data to SAP retail data
any validation tools?
any enay method to extract data from SAP, apart from tables
Regards,
Arun

Hi vamsi nagaraju
it depends on wich version of ECC you are using, if you are using ECC 6.0 or ECC 5.0 all records are in table FAGLFLEXT but if you are using R/3 4.7, 4.6 etc, all records are in ECMCT for consolidation purposes.
Try to run T-code F.01 for balance sheet in both versions.
which validations do you want?
regards!!

Similar Messages

  • Why Excel insert cell block, hasn't input for data input?

    Hi
    I found a block for insert new row in excel, but there is no input for data input. how should I insert data by this block to excel file? can you help me?
    that block name: Excel insert cells
    in report generator toolkit
    Best Reagards

    behzad1 a écrit :
    I could work with  Excel insert cell block, but when I want add new data to an old row continuation, last row shift downward! while I want add data to old row. anyone can help me?
    Nobody will be able to identify the problem without seeing your code. Excel Insert Cells.vi is used to add cells to an existing spreadsheet, not to set the cell value. To do this is a more specific way than the Append Report Text.vi you can use Excel Easy Text.vi or Excel Insert Table.vi. With these vis you can specify the range where you want to insert something.
    For your other question (Two different data types) you can use the Excel Set Cell Format.vi to format a range as a date or something else. You will need to use the Excel format specifiers for this.
    Ben64

  • Manual input for Date offset Buckets in Due date analysis 0FIAR_C03

    Hi Experts,
    I have a requirement where i need to provide a manual input selection to fill offset values of dates for due date analysis.
    For example, current standard report 0FIAR_C03_Q0005 provides data with buckets of 0 days, 1-30 days, 31-60 and so on. Instead of this we need to define this bucket as manual input field and based on that the due date report should fetch the data like as if a user enters 7, 14, 21, 28 and so on till last option as 999 in 6 to eight variables provided than the report should come in buckets of 0-7, 8-14, 15-21 and so on.
    How can i achieve this with BEx.
    -Kushal

    I'm considering you are running this report on a daily basis. Under this assumption, you may create a Key Date Varaible in BEx Query Designer. SAP BEx offers a very useful concept called Key Date. Purpose of Key Date is to execute your report as of today's date (sy-datum) based on a variable. You may create variables also on 'Key Date' & use this variable as subsequent your offsets in the row/col structure. This gives you a better leverage from ABAP side. For such bucket scenarios, your defined variable will give you option to choose input date which can be customized to choose sy-datum as the current date.
    There's no necessity for user to define bucket limits for each level. As per the statements, its obvious the values are multiple of ZOFFSET (The offset provided by users). We can use a simple Customer Exit Variable. We need to first capture the value of ZOFFSET:7. Using CMOD, we can write the custom exit returning a value which gives the bucket range. Another input also must be passed to the exit program to capture 'How many lines you need to process/iterate?'. Say, you create a small formula variable to capture the # of slabs: ZSLABS.  I've just written a basic skeleton. Pls. incorporate your requirements as necessary.
    CASE I_VNAM
    WHEN 'XXXX'.     
         IF I_STEP=2 +(i.e.after popup!)+
              READ TABLE I_T_VAR_RANGE INTO L_S_RANGE WITH KEY VNAM='ZOFFSET'.
    FOR (ZTEMP_I=0; Z_TEMP_1 <= ZSLABS; ZTEMP_I++)
         IF SYSUBRC=0
              CLEAR L_S_RANGE.
              L_S_RANGE-LOW = LOC_VAR_RANGE-LOW(8).      +This is YYYYMMDD+
                        ZOFF_PREV = L_S_RANGE-LOW + 1.
              ZOFFSET = ZOFFSET * ZTEMP_I.
                   IF(ZOFFSET) IS INITIAL.     
                        L_ST_RANGE-HIGH = SY-DATUM.
                        L_S_RANGE-LOW+6(2) = ZOFFSET.          +Just filter only DD from YYYYMMDD+
                   ELSE     
                        L_ST_RANGE-HIGH = ZOFF_PREV.
                        L_S_RANGE-LOW+6(2) = ZOFFSET.
                   ENDIF.               
              L_S_RANGE-SIGN='I'.
              L_S_RANGE-OPT ='B'.
              APPPEND L_S_RANGE TO E_T_RANGE.
    END FOR +(Not sure about For loops; but you may similar logic using normal do/while loops too...)+     
    ENDCASE
    There may be a few errors in code. Pls. review them & let me know your comments. 
    Typos regretted. Thanks!
    Edited by: Arun Bala G on Oct 16, 2010 12:44 AM

  • Report for date validity

    Dear SAP Gurus,
    We Have a requirement in SAP DMS, where in we maintain the reviewer and Approver in the Characteristics field, and also have a date characteristics defined,
    the requirement is when the approver should be intimated well before in Hand to approve or release the document from his side.
    based on this requirement it is expected that the system to display all the documents in due for approval by a Paricular approvor in advance before 15 days, 2nd report stating the list of documents still to be approved by the approver before 8 days,
    and list of documents pending for approval before 2 days.
    Can we delop a report based on the Field values of Additional atb characteristics, like list of document going to expire in 15, than 10, then 5 Days,
    Please specify how to go about this
    Priya S

    Hi Gurus,
    thanks for your response,
    We are planning to do this funtionality may be with out use of Work Flow, as per the requirement there will be a Document admistrator who checks different documents pending for approval by different approvers, which is has to be approved in next 15 days,
    and he sends a mail of those list to the concerned approver for action.
    the same is done with docments which are due for approval in next 6 days,
    here in  CV04N we can get report based on the Approver name (if ,maintained in Additional data field)
    but the problem is how can we get the report which document is has to be approved in next 15 days, or which docments are due for approval in next 6 days, ( even if i maintain date characteristic field in classification)
    if some development has to be done how can we go about this Please guide.
    Thanks and regards
    Priya S
    Edited by: Priya S on May 7, 2009 10:49 AM

  • Function for Date Validation

    Hi,
    Can anyone tell me a Function Module to Valdate Date?
    Thanks & Regards
    Sheela

    Thanks for the Quick response.
    But i want a FM which will validate Every Date entered(Date format)
    Thanks Once again
    Regards
    Sheela

  • Form Data Validations

    Imagine there is a field called "Username" ,"Password" and "Submit button".
    I want to implement following validations on click of "Submit" button.
    1 . Please enter Username.
    2.  Username should have a length of 10 characters.
    3.  Please enter Password.
    I want the validation procedure in 2 ways.
    1. The process of validation by indvidual criteria
    Example:
    displaying each validation message by validating all bussiness criteria one by one.
    That is in the above "Username" will be validated first.
    If user enters value it will check for number of characters less then 10.
    If this is passed then need to check for password entry.
    2.  Validating complete form at once
    Validating complete form for all bussiness conditions and displaying them at once.
    Please provide any links for data validations.

    Hey Raghu,
    you can implement a method like checkFields() in the "@@begin others" part of your view which returns a boolean value. When you press the "SUBMIT"-button it is checked whether every mandatory field is filled with the correct data. There you can implement the logic of your query.
    Here is an example for the method <b>checkFields()</b>:
    /** Checks whether the mandatory input fields are filled with regular data. */     
      private boolean checkFields()
         if ( wdContext.currentFreightrequestElement().getTitleInputField() == null ||
                   wdContext.currentFreightrequestElement().getTitleInputField().trim().length() == 0 )
              wdComponentAPI.getMessageManager().
                   reportContextAttributeMessage(wdContext.currentFreightrequestElement(),
                   wdContext.nodeFreightrequest().getNodeInfo().getAttribute(ATTRIBUTE_TITLE_INPUT_FIELD),
                   IMessageFreightRequestComponent.ERROR__01,
                   null,
                   false);
              return false;
    The important thing is the <b>reportContextAttributeMessage()</b> which highlightens a field you want to check.
    In the action-part you can use parts of the following code:
    boolean success = false;
         if ( checkFields()) {
              success = wdThis.wdGetRequestComponentController().executeSave();
         if (success == true)
              IWDControllerInfo controllerInfo = wdControllerAPI.getViewInfo().getViewController();
              String dialogText = wdComponentAPI.getTextAccessor().getText("TEXT_03");
              IWDConfirmationDialog dialog =
                   wdComponentAPI.getWindowManager().createConfirmationWindow(dialogText, controllerInfo.findInEventHandlers("createNewRequest"),wdComponentAPI.getTextAccessor().getText("TEXT_04"));
              dialog.addChoice(controllerInfo.findInEventHandlers("returnToWelcomeView"), wdComponentAPI.getTextAccessor().getText("TEXT_05"));          
              dialog.setTitle(wdComponentAPI.getTextAccessor().getText("TEXT_02"));
              dialog.show();          
    So far,
    Domingo

  • Data Validation in Excel 2007

    I have three drop down lists that I have already made dependent on the first list selection using the INDIRECT formula. Is there a way to make the selection in the two following dropdowns Depth & Thickness select cells within the data
    list rather than the complete list?
    Material         
    Depth             
    Thickness
    UPVC               
    250mm                        25mm
    Aluminium      
    225mm                        
    22mm
    Timber            
    200mm                       
    19mm
    Steel               
    175mm                       
    16mm
    Other              
    150mm                       
    Other
    The example maybe that the user selects
    Aluminium then the Depth dropdown list will only show
    225mm,
    175mm and
    Other rather than the complete list, this will also restrict the Thickness dropdown would
    restrict its list as well.
    Once these selection is made they will be used in a separate cell to calculate a cost. So if
    Aluminium,
    225mm,
    Other is selected then there is a rates table that will return
    the cost of that selection. Any suggestion on how to do this would also be helpful.

    The source range for data validation of type List must be contiguous, so you cannot show individual, non-contiguous entries from the list. So it's better to create a list of available depths for each material, and name the ranges for example Depth_UPVC,
    Depth_Aluminium, etc.
    For example (using fictitious values):
    Let's say the dropdown for Material is in cell D2; you can then use =INDIRECT("Depth_"&D2) as source for the Depth dropdown.
    Similar for Thickness.
    Let's say you have a rates table on a sheet named Rates with material in A2:A100, depth in B2:B100, thickness in C2:C100 and the corresponding rate in D2:D100.
    Material, depth and thickness are on the current sheet in D2, E2, F2. The corresponding rate is given by the following array formula, confirmed with
    Ctrl+Shift+Enter:
    =INDEX(Rates!$D$2:$D$100,MATCH(D2&E2&F2,Rates!$A$2:$A$100&Rates!$B$2:$B$100&Rates!$C$2:$C$100,0))
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Can I process more than 1000 I/Os for data logging?

    My process requires 1000 digital input for data logging and 500 digital output for HMI display.
    Can I use Lookout for this application?

    The I/O count is well within the capabilities of Lookout. If you are working with this size of an application you should look into the features of Lookout 5.0. There are means to backup your data from a different computer. Also view and export your data easily from the new Historical Data Viewer. There has always been means for redundancy. Going through a course manual also helps, class or self paced.

  • F4 help for Date field and Validation

    Hi Friends,
    I am new to BSP programming .I knew getting F4 help in normal ABAP.But i don't know in BSP .
    I want simple steps to get F4 for a field on Page as well as date field .
    and How to valid those entered dates.
    Presently i am using length 10 character variable for DATE without F4 help and No validation.
    I think you guys will help me out.
    Thanks,
    Venkat.O

    Welcome to SDN.
    for F4 help with validation for dates you can use the following code.
    <htmlb:inputField id         = "wf_ad_date"
                                    type       = "date"
                                    showHelp   = "TRUE"
                                    value = "<%= sy-datum  %>"
                                    visible    = "true"
                                    disabled   = "false"
                                    required   = "true"
                                    maxlength  = "10"
                                    size       = "10"
                                    doValidate = "true"
                                    design     = "standard" />
    For other type of fields check out this weblog by Thomas Jung
    <a href="/people/thomas.jung3/blog/2005/08/22/bsp-value-input-help-popups-version-30 Value Input Help Popups Version 3.0</a>
    Regards
    Raja

  • Validation For Date,String and Date in a reports Region

    Apex 4
    Good day to all apex users How do I validate a apex_item.text if the value is string the user can only input a string value if it is number then the user can input numbers only and if it is a date the user can only input a date values?

    APEX_ITEMS are not part of the default apex gui... In fact they are just functions which returns html.
    You can however do some stuff with the attributes parameters. You can find some cool stuff over here: Re: Validation For Date,String and Date in a reports Region
    If you want apex validation you need to create a page validation and loop over your apex_items with apex_application.g_f0x
    Br,
    Nico

  • Date validations for fiscal year

    My selection screen has select option for date in that it shold take financial year i.e from april to march.
    suppose if date-low = dec2008 date-high = feb2008. how shld i write the code for this.validations etc. it should not give error saying lower value is higher than high value.

    Hi,
    Anyhow you need to be careful with the validations of Fiscal year, i used the below code in one of my reports which gets Date and fiscal year as inputs;
    Data : fisYr1(4) TYPE n, fisyr2(4) TYPE n.
    CLEAR : fisyr1, fisyr2.
    IF S_date-low+4(2) LE 3.
      fisyr1 = s_date-low+(4) - 1.
    ELSE.
      fisyr1 = s_date-low+(4).
    ENDIF.
    IF S_date-high+4(2) LE 3.
      fisyr2 = s_date-high+(4) - 1.
    ELSE.
      fisyr2 = s_date-high+(4).
    ENDIF.
    IF fisyr1 NE fisyr2.
      invalid_date_Range = 'X'.
    ELSEIF fisyr1 NE p_fisyr.
      invalid_fiscal_year = 'X'.
    ENDIF.
    Regards
    Karthik D

  • ABAP - input data validation

    I have been trying to look through the forum for means of input data validation to no vail. It is necessary to validate data before saving in database. There is an interface IF_WD_VALIDATION out there which seems to handle this task but no more information is provided on how to use it. Does anyone know more about it?
    By validation, I mean verification of:
    data type
    data value (min value, max value)
    data dependence (a<b, or a>b)
    Your suggestion is appreciated.

    There is more solution to validate fields.
    If you import adaptiev RFC model, Dynpro will make validation.
    Secend vay is to put validation in setters function and raise exception if is not valide
    public void setName(String name)
      if(name.length() > 100) throw new Exception("name is to loong");
      this.name = name;
    or mabie more simpliest is to make boolean function check()
    If you want stop workflow in not valide case you can do with
    wdComponentAPI.getMessageManager().raiseException("message", true)

  • Help with date validation on input boxes.

    I need some help with date validation on input boxes.
    What I�m trying to create is a form where a user inputs dates and then the rest of the form calculates the other dates for them.
    i.e. � A user inputs 2 dates (A & B) and then a 3rd date which is 11 weeks before date B is calculated automatically.
    Is this possible and if so how do I do it ???
    Thanks

    Hi,
    to get third date try this:
    java.util.Date bDate = ...;
    Calendar yourCalendar = new GregorianCalendar();
    yourCalendar.setTime(bDate);
    yourCalendar.roll(Calendar.WEEK_OF_YEAR, -11);
    java.util.Date cDate = yourCalendar.getTime();Regards
    Ldinka

  • PO validation for date

    Need the control to change PO line items based on PO document creation date, User can change PO line items quantity only before 14 days from PO creation date & should not allow to change after 14 days from data of creation PO.This control should be applicable to all transaction codes of PO where ever the change option PO is existing.Also change of PO should be based on PO order quantity user not allowed to reduce the PO order quantity it shall allow only to increase the PO order quantity.Please let us know if any other fields to be consider for change validation purpose. (*please give me the code for this logic*), Thanks
    Moderator message: "spec dumping", please work yourself first on your requirement.
    Moderator message: one more thread that qualifies for locking, and I will apply for deletion of your user ID.
    Edited by: Thomas Zloch on Jun 17, 2011 9:34 AM

    The gather stats program does not gather stats for global temporary tables (in Apps, these tables have the _GT suffix). Pl see ML Doc 398960.1 (Why are Statistics not Gathered for Some Purchase Order Tables?). This is normal.
    HTH
    Srini

  • Tree-control for data input?

    Hi,
    I need to program an input screen for values that have hierarchical dependencies (e.g. sums). I feel, the most adequate user-interface would be a tree control, because of the data dependencies and also because the users asked for a possibility to collapse/expand parts of the data during input.
    I had a look at CL_GUI_COLUMN_TREE, but I'm not sure, if it can be used for data input. Has anyone done something like this before or can anybody direct me to some additional sample coding? (the sample coding in the reuse library didn't do it...)
    Thanks for your help, greetings, Kathrin!

    Hello Kathrin,
    Since you say that the user's input is hierarchical in nature, it is nice to have a tree-control for input. But, the choice of using a custom-control-version of the tree is a cause for some concern. I cannot recollect any of the SAP screens where the input can be given through such a tree framework (please do let me know if you have come across one). The problem with such a tree would be in the areas of even-handling. Filling the tree with appropriate data at the right times would be another challenge.
    However, there's one alternative that I would like to direct your attention to. You must have observed another kind of tree, when you select an application component from the APPLICATION HIERARCHY, which is just like a list. Also, the <i>Transport Organizer (SE09)</i>, <i>Menu Painter (SE41)</i> etc., have this kind of a tree. You can use this if you (or rather your users) are very particular on having a tree display. For more information, you can see the Function Group <b>SEUT</b>, which has the required function modules to accomplish the same. The Function Group is well documented, and you might have to work a little on the function modules themselves.
    Please do let me know if this is a suitable option to meet your requirement. All the best,
    Regards,
    Anand Mandalika.

Maybe you are looking for

  • Not able to boot OES admin server

    Hi, I am not able to boot the admin server after running the install-ales-schema.bat. It gives Arme not Ready Exception. <Apr 24, 2010 9:03:12 PM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: Weblogic.security.Securi

  • DS 5.2 targetfilter  with add permission - ACI eval

    When you have a ACI with targetfilter and grants add to a user , is the targetfilter is evalualted with respect to the new entry being created ? for example (targetattr = "*") (target = "ldap:///ou=books,o=test") (targetfilter = (objectclass=classicb

  • How to configure 800-numbers?

    Hi! If I have both a normal main number and also an 1-800 number for incoming calls. How do I configure the 800 number so that it works in the IPT envíronment. Is it a translation pattern in Call Manager only or do I also need to change the Dial Peer

  • PC Suite to connect over wifi (wlan)

    Is it posible to connect NOKIA N91 to PC Suite over wlan? Or, if not, is there a program which can connect to a PC directly (I mean file transfer over wlan between pc and the phone, or maybe some WINDOWS NETWORK emulator for symbian)?

  • Publish to Word

    Hello, Using Captivate 3, I have 10 slides. I clicked on the Publish button and then the Word icon. I then click publish again (I used the Handouts format). Captivate then executes the job, but everytime I click on view output or just open the word d