Bex Error for a particular set of data

Hi Gurus,
    I have strange problem going on with my report, i have report which has variable
    for fiscal period (we can enter like 001/2007), the reports runs fine for 001/2207
    and 002/2007 but fails to run for 003/2007. i have data in the cube for that
    fiscal period.
    Please suggest a solution for this.
Thanks a ton..

Hi,
Check for the fiscal year variant value for that  fisal period 003/2007in the cube is it same as that of othertwo values of the fiscal period.
May be at the report level or at the cube level you have restricted the values of the fisacl variant for a particular value and for that variant value there is no fiscal period of 003/2007.
Also it may be possible that your report key figures are restrcited year to date... that is till current fiscal period only through some other way.. and thats why you can only see data till current fiscal.
Hope it helps
Thanks

Similar Messages

  • Delivery quantities only in multiples for a particular set of customers

    Hi all,
    I'm having a requirement and want to know is there any way to solve it by configuration:
    I have to deliver the products in multiples of 5.i have activated this in the material master and it functions properly and issues a warning message when i change the quantity while picking in delivery so  i have converted this message into ERROR message but my problem is i have to activate it only for a particular set of customers..is there any way to achieve it ..i have tried it by tick mark   "switching off rounding" in customer master but this error message is still there for these customers also .
    Can I  acitvate the delivery quantities only in multiples of a particular set of customers..?

    Hi all,
    I have gone through your suggestions but it didn't help me a lot..I am able to trigger rounding profile for a particular set of customers but this thing  can be achieved only in sales Order , i am unable to do this at Delivery level, at delivery level system is allowing me to change the quantity irrespective of the rounding profile.
    Can anyone suggest me how to achieve this at delivery level.
    I have gone through Logistics - General>Control for Quantity Optimizing>Assign Control Profiles
    here also , application for triggering of control profile is given only for sales order.
    plz help.

  • How to generate SIDs for a particular range of data for a DSO ?

    Hi All,
    Please let me know if there is any way to generate SIDs for a particular range of data for a DSO which does not have any SID values. I need this as when i am trying to load data from DSO to InfoCube it's taking a lot of time. When i tried to find the reason behind it, i came to know that most of the time is going in SID creation for the data which is getting loaded. Please share some solution for the same. Thanks...

    Hi,
    Try this.
    Create an internal table and populated it with the values present in the F4 help of the field. Then in AT SELECTION-SCREEN event check the value of the field with the values in the internal table and display the appropriate message.
    Sharin.

  • Restrict an iview for a particular set of users

    Hi,
    I would like to restrict an iview for a particular set of users.
    Please let me know how to do that
    Points will be rewarded for sure for the helpful answer
    Thanks
    Bala Duvvuri

    Hello,
      Option 1: create a separate role and assign to those set of users.
      Option2: if its custom developed iview(PAR/Webdynpro java), by using (UME service AP)java code  we can find those users and we can restrict content of iview(create a uinique group and  while executing iview , if the user belongs to this group show a message u don't have authorization to execute this iview).
    To me option is good  and easy.
    Regards
    malli.....

  • Looking for a particular set of features

    Does anyone know what Abode product will allow me to write with a stylus (on a Sony tablet) on a PDF and at the same time redord audio.  And then allow it to be played back.  I am math a teacher and I would like to upload an example question (PDF) for my students into a program.  then i would like to be able to complete the example by writing with my touch screen and i would like some audio to acompany it.  Then i want to save this and post on my class web page.   
    Are there and porduct out there that do that?

    Hi,
    Check for the fiscal year variant value for that  fisal period 003/2007in the cube is it same as that of othertwo values of the fiscal period.
    May be at the report level or at the cube level you have restricted the values of the fisacl variant for a particular value and for that variant value there is no fiscal period of 003/2007.
    Also it may be possible that your report key figures are restrcited year to date... that is till current fiscal period only through some other way.. and thats why you can only see data till current fiscal.
    Hope it helps
    Thanks

  • Error when trying to set a date type edit field

    Hi all
    I have an edit text field in a form which is bounded to a date type
    database field using dbDataSource.
    When i try to set the edit text field value with Today's date by code.
    I recieve an error message that the value which
    i'm trying to set is not legal. the  error number is [131-183].
    I use the following code to set the edit field:
    If oEditText.Value.Trim = String.Empty Then
                Dim strDate As String
                Dim sboBob As SAPbobsCOM.SBObob =
                 oCompany.GetBusinessObjec(SAPbobsCOM.BoObjectTypes.BoBridge)
                 rs = sboBob.Format_DateToString(Microsoft.VisualBasic.Today)
               strDate = rs.Fields.Item(0).Value.ToString().Trim()
    Try 
           oEditText.Value = strDate
    Catch ex As Exception
        SBO_Application.MessageBox("error setting
    current date: " & ex.Message)
    End Try
    End If
    My question is how can i set the edit field with a valid value?

    Hi!
    When writing to EditText.Value you must always use the B1 "DB-Format" as String.
    The following examples are assuming (it's a must!) that the EditText-Fields are bound to a corrosponding DataSource (Type Date, Price etc...)
    MyDateEditTxt.Value="20080207"
    MyPriceEditTxt.Value="1341.79"
    The best of it: It's Windows and SBO-GUI-Language independent.
    EditText.String must always be written with the format of the actual Language of the SBO-GUI, which can be changed by the user....
    You may also have a look at my statements regarding these problems near the end of this thread:
    [How to pass date value to an UDF;
    Cheers,
    Roland

  • Best Practices for loading large sets of Data

    Just a general question regarding an initial load with a large set of data.
    Does it make any sense to use a materialized view to aid with load times for an initial load? Or do I simply let the query run for as long as it takes.
    Just looking for advice on what is the common approach here.
    Thanks!

    Hi GK,
    What I have normally seen is:
    1) Data would be extracted from APO Planning Area to APO Cube (FOR BACKUP purpose). Weekly or monthly, depending on how much data change you expect, or how critical it is for business. Backups are mostly monthly for DP.
    2) Data extracted from APO planning area directly to DSO of staging layer in BW, and then to BW cubes, for reporting.
    For DP monthly, SNP daily
    You can also use the option 1 that you mentioned below. In this case, the APO cube is the backup cube, while the BW cube is the one that you could use for reporting, and this BW cube gets data from APO cube.
    Benefit in this case is that we have to extract data from Planning Area only once. So, planning area is available for jobs/users for more time. However, backup and reporting extraction are getting mixed in this case, so issues in the flow could impact both the backup and the reporting. We have used this scenario recently, and yet to see the full impact.
    Thanks - Pawan

  • Error for datatype mismatch or wrong data in XML to database ODI interface

    Hello All,
    I am doing XML to DB mapping in ODI. but when there is any mismatch in the datatype between source and target or any data issue, ODI is not showing any error for that. it is just inserting the data in the DB from XML up to that erroneous record without any error message.Could anybody please help, how can I get the error message for the same, from ODI when I execute that interface?
    Thanks in Advance!

    no I could not find any records in the error table i.e E$_X table.

  • Payment Run (F110) error for MT103 - BFIBL02-303 - Bank Data is incomplete

    Hi,
    I'm trying to do a foreign vendor payment run in F110. We have a payment method type Z for these vendors, and FBPZ I have this payment type set to use the Payment Medium Workbench (PMW) with MT103 format.
    When I run the proposal I receve the error message BFIBL02-303 - Bank Data is incomplete (Bank country  , bank key  ). Looking at the MT103 produced I thought it was due to the vendor bank details missing, but I've checked the vendor and they aren't.
    I've tried to dig around in the code a little and notice that the 303 error message is produced in LFPAYM_SWIFT01 in Form FILL_BANK_FIELD (Fills bank fields (S.W.I.F.T. fields 52, 53, 54, 56, 57)), which looks as if it is our (the sending) bank details that it is failing on, though I can't see why.
    Does anyone have any ideas?
    The MT103 produced looks as follows:
    BANKGB22
    103
    :23B:CRED
    :32A:111026EUR999,99
    :33B:EUR999,99
    :50K:/12345678
    Our Name
    Our Address Line 1
    Our Address Line 2
    Our Address Line 3
    :52A:BANKGB22
    :59:/
    Customer Name
    Address Line 1
    Address Line 2
    Thanks
    Ben

    Hi
    Check in tcode FBZP for the payment method for this country, in the screen for required master record specifications. You might have bank details. After, in the settings for country (SM30/V_005_B 'Country Field Checks') check the values for this bank. In the data for vendor you need data for bank, in in required master record specif. you need bank data. If you have the SWIFT maybe you have to populate it in vendor.
    I hope this helps you
    Regards
    Eduardo

  • Invalid Number Error for Decimal Field While Loading Data

    I am loading a delimited text file using the SQL* loader however I am reciving an error in my decimal fields. When a decimal field only has leading zeros before the decimal point I receive invalid number error. Below will clarify:
    i.e.) 00000000.30 [*Invalid number*]
    i.e.) 00046567.45 [*Valid number*]
    i.e.) 00000001.00 [*Valid number*]
    I've tried setting the precision/scale in the table, tried declaring it a decimal field instead of number, none of these methods fixed the issue. Any help I would really appreciate.
      POLICY_NUMBER             NUMBER,
      EFFECTIVE_DATE     DATE "YYYYMMDD"          NULLIF EFFECTIVE_DATE = '',
      TRANSACTION_DATE     DATE "YYYYMMDD",
      TRANSACTION_AMOUNT     DECIMAL EXTERNAL,   -- Tried TRANSACTION_AMOUNT DECIMAL EXTERNAL (10)  & TRANSACTION_AMOUNT NUMBER
      MF_TRX_CODE          NUMBER,
      USER_ID          CHAR,
      GROUP_NUMBER          NUMBER,
      EXPIRATION_DATE     DATE "YYYYMMDD"          NULLIF EXPIRATION_DATE = '',
      BILL_NUMBER          NUMBER,Any help is greatly appreciated. Thanks before hand.

    Hi,
    Connected to Oracle Database 10g Express Edition Release 10.2.0.1.0
    Connected as hr
    SQL> SELECT * FROM TEST;
    TRANSACTION_AMOUNT
    SQL> SELECT * FROM TEST;
    TRANSACTION_AMOUNT
              11000,00
                293,37
               2000,00
               1134,32
                  0,30
    SQL>Between the selects I loaded the table with sql*loader using...
    Load Data
    INFILE *
    APPEND
    INTO TABLE TEST
    FIELDS TERMINATED BY '|'
    TRAILING NULLCOLS
      TRANSACTION_AMOUNT     DECIMAL EXTERNAL
    BEGINDATA
    00011000.00
    00000293.37
    00002000.00
    00001134.32
    00000000.30The log is
    SQL*Loader: Release 10.2.0.1.0 - Production on Tue Dec 23 17:23:47 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Control File:   test.ctl
    Data File:      test.ctl
      Bad File:     test.bad
      Discard File:  none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array:     64 rows, maximum of 256000 bytes
    Continuation:    none specified
    Path used:      Conventional
    Table TEST, loaded from every logical record.
    Insert option in effect for this table: APPEND
    TRAILING NULLCOLS option in effect
       Column Name                  Position   Len  Term Encl Datatype
    TRANSACTION_AMOUNT                  FIRST     *   |       CHARACTER           
    Table TEST:
      5 Rows successfully loaded.
      0 Rows not loaded due to data errors.
      0 Rows not loaded because all WHEN clauses were failed.
      0 Rows not loaded because all fields were null.
    Space allocated for bind array:                  16512 bytes(64 rows)
    Read   buffer bytes: 1048576
    Total logical records skipped:          0
    Total logical records read:             5
    Total logical records rejected:         0
    Total logical records discarded:        0
    Run began on Tue Dec 23 17:23:47 2008
    Run ended on Tue Dec 23 17:23:50 2008
    Elapsed time was:     00:00:02.86
    CPU time was:         00:00:00.06Regards,

  • Bex Error : period 0000000 - No Valid translation date to specify (Z_FRCPE)

    Hi Experts,
    While executing the reports with few selection we are getting the below warning message :
    period 0000000 - No Valid translation date to specify (Z_FRCPE)
    period 0000000 - No Valid translation date to specify (ZMOEND )
    I want to know why this warning message is comming up.what is the reason for the same.
    Kindly advise.
    Thanks & regards,
    M.S

    Hi Experts,
    I found the SAP Note  671810 - Period 0000000 - hiding BRAIN 385.This notes speaks to import the package  SAPKW30B17  and we are already in the ahead version.
    So I would like to know that why this particular warning message pops up in the report after execution.we are unware regarding the same.
    Thanks & regards,
    M.S

  • How to display Error for a particular text box programaticaly

    Hello All,
    I have 5 text boxes in a form and I have a requirement where if user click on any of the text boxes then i need to pass the id to class A and show the error description related to that text box in faces message.
    I have created class A in which i need to pass the id and get the error description but the problem is that the error description is in array list so i have created list of type class B which contains description.
    Right now in class A I have :-
    id ||||||||| description <>
    it1-------1.Invalid number
    -------2.Number not in use
    -------3.Number is out of range
    it2------1.error1
    2.error2
    3.error3
    and so on.....
    *public class ClassA {*
    public String Id;
    public List<ClassB> desc = new ArrayList();
    *public ClassA() {*
    super();
    *public void setId(String Id) {*
    this.Id = Id;
    *public String getId() {*
    return Id;
    *public void setDesc(List<ClassB> desc) {*
    this.desc = desc;
    *public List<ClassB> getDesc() {*
    return desc;
    *public class ClassB {*
    public String Description;
    *public ClassB() {*
    super();
    *public void setDescription(String Description) {*
    this.Description = Description;
    *public String getDescription() {*
    return Description;
    How do I pass the id and get the description for eg:- If id is it1 then How would I show all the 3 errors in faces message on value change.
    Please Suggest.
    Thanks in advance.

    your case is not clear.
    but this link may help you
    http://mjabr.wordpress.com/2011/08/31/how-to-show-multi-lines-afmessage/

  • Prompting for collecting each set of data

    Sir/Madam,
    I need to collect 300 readings and the program/control panel is prompting to select the location where I have to save my data(i.e in excel or word file) each time for 300 times. I am using Labview 7.0 and Field point. Please reply me as soon as possible.

    Attached please find the screenshots and help me out. You can maximize to view em.
    Thanks,
    Attachments:
    Air water2000.vi ‏490 KB

  • Run time error in report for a particular month : "  TIME_OUT"

    hi frends, we have developed a report for PM module in SAP. it is a monthy report. and user have to enter the month for which he wants to see the report. we are facing runtime error for a particular oct. and nov month of 2009 only , all other months are working fine. The error is :
    The program "ZPMR_EQUP_PERFORMANCE_REPORT" has exceeded the maximum permitted
      runtime without
    interruption and has therefore been terminated.
    what could be the reason.

    Hi  Achalmehra,
    By seeing the run time error "TIME_OUT", I suspect this is due to Performance issue.
    There is a chance that they had huge data dump into PM server from other servers and there is also chance that
    They have many records available for these 2 months.
    IN any case, please chk with Run time analysis (SE30) by executing your program...
    If it displays the graph more than 30 % for Database then it is an issue with the Performance.
    Also chk with SQL trace.....
    Second case :
    Check you had not used Nested Loops,  Select queries in Loop.
    Make sure you use Binary search for  Read Statements....
    Third : Chk with the runtime error at which place of the code it is throwing Time_out error at Source code extract.
    To help you further, please paste your code here and also paste the Run time error that you receive with the select queries.
    Regards,
    Kittu

  • PDP Error for only for Service Item

    Hi Guys,
    We are on SRM 5.5 with ECC6.0 in Classic Mode and trying to create a PO in ECC.
    We are facing a unique issue. We have maintained all the required settings for material as well as
    services. When a material is transferred to SoCo and assigned a vendor it creats a PO in ECC. But when we are transferring service, the PO does not get created.
    The error in RZ20 (backend error) shows error "Enter Material Group" although material group is present in the SC and replicated from ECC to SRM and can be seen in Comm_hierarchy
    Issue is unique coz of following results.
    1. ECC PR - Free Text Item -> acc *** cat - k -> P grp 200 -> Material Grp X ->
        Item Cat D -
        PR sent to SRM to SOCO and create PO FAILS
    2. ECC PR - Free Text Item -> acc *** cat - k -> P grp 200 -> Material Grp X ->
        Item Cat "Blank" -
        PR sent to SRM to SOCO and create PO SUCCESS
    3. SRM SHC - Free Text Item -> acc *** cat - k -> P grp 200 -> Material Grp X ->
        Item Cat D -
        PR sent to SRM to SOCO and create PO SUCCESS
    Hence for the same set of data the Material PR creates a PO but Not Service. Also for the same service data the SRM SHC also creates a PO.
    Only the PDP service PR fails. Any views why? is there any specific settings for Service in PDP?
    We have replicated the masters and groups properly.
    Thanks & Regards

    Hi Experts,
    I have noticed the following difference when the ext req for Material (which creates PO) and Service (which fails) are compared in BBP PD
    1. The field EXT_DEM_POSID (External Requirement Tracking Number) in Table BBP_PDIGP for service shows the value as 000100000000010 whereas for material it shows value  00010. That means the details in SOCO under follow on documents tab shows external requirement number for service as xxxxxxxxx/1000000 (probably last 5 digits truncated) wheras for material it shows xxxxxxxxx/10.
    Is this standard or this is an error. Can this be linked to my original issue.
    2. The field BE_OBJ_ITEM in table BBP_PDBEI for the failed service PO is blank whaereas for material it takes the value 00010.
    What is the importance of this field?
    Apart from this I have also found a note in which corrections are delivered for SRM 550 patch level 11 which is our current patch level. That means these corrections are already present in our system. The program code says.
    reference to BE purchase requistion
      IF is_item-ext_demid IS NOT INITIAL AND
        is_item-ext_dem_posid IS NOT INITIAL.
        mc_assign_x ls_be_item preq_no    is_item-ext_demid.
        mc_assign_x ls_be_item preq_item  is_item-ext_dem_posid(5).
      when service item, remove mat_grp in extreq scenario
        because it can differ from original purch. req. item
        IF is_item-product_type = c_ptype_service.
          CLEAR ls_be_item-matl_group.
        ENDIF.
    This clearly says when service item, remove mat_grp in extreq scenario and that is what our problem is. The error is basically for "Enter material Group".
    Kindly let me know whats your opinion or resolution.
    Thanks
    Hussain

Maybe you are looking for