CONVERSION_EXIT_PERI6_INPUT 1 for 0CalWeek

Hi,
I have a flat file where in i have a field  0CalWeek and my extract structure has PERI6 routine, Since than i am ending up with an error "CONVERSION_EXIT_PERI6_INPUT 1"
Do i have change the format of my CalWeek or any other approach. ??
Any suggestion on the above scenario.
With regards,
Sunil Reddy.

Thanks for the quick response.
Here is how I got rid of that error.
When PERI6 is used in the structure of a datasource, the 0calmonth shoudl be mmyyyy data format and 0calweek should be wwyyyy format.
Next and importent: These two fields/collums should be in text format only. If we manually change the format we have to make sure we are not reopening the file till we load to BW.
If we open the file accitdentally, then the text format functionality will be lost and may end up with errors again.
With regards,
Sunil Reddy

Similar Messages

  • How to write formula for 0calweek from 0calmonth

    Hi Friends,
    I'm doing weekly report. my infocube, data coming from three sources, two sources are ODS. In ODS doesn't have 0calweek only have 0calmonth. When i see my report i can't view those ODS data in the report.
    So i want write a formula. How do i write a formula for this.Pls give me the formula.
    Thanks & Regards
    Siri

    I got the solution by creating calweek formula based on Syster date.
    Siri

  • Text Variable for 0CALWEEK: On Structure with Calweek offset

    Good day
    Please assist? I have gone through numerous SDN threads relating to the following, but could not find a solution for my problem.
    1) User wants to see 16 weeks data in columns, each week in own column. I have created a structure for each week with offsets 0 to -16, 0 to -15 and so on to display data. User wants to '0' display even if no data was loaded for a certain week, thus the structure. The data is displayed for 16 weeks. Now I want to replace it with calendar week text. (I have used week 12 to test text variable. week 12 should be displayed as 'example' 2008/42)
    2) There are no calweek text variables available for selection, so I created a new one as 'replacement path', characteristic "Calendar year/week" and 'replace variable with "Name (Text)".
    2.1) The following is the result 12  &0DPM_WV1&. Not what I wanted.
    Where am I going wrong?
    Your assistance will as always, be appreciated.
    Thanks
    CJ

    You have to create 16 customer exit text variables and populate them in the RSR0001 Customer variable exit in i_step = 2.
    http://help.sap.com/saphelp_bw320/helpdata/en/f1/0a56f5e09411d2acb90000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_bw320/helpdata/en/1d/ca10d858c2e949ba4a152c44f8128a/frameset.htm
    If you always run your query as of current system date and display 16 weeks data till current date, then u can use sy-datum in variable exit to populate these 16 text varaibles. If you are using a user entered calweek in the report varaible and displaying 16 weeks prior to that week in your report, then you need to read the user entered variable inside the customer exit and populate the texts for all 16 weeeks.
    Hope it helps!

  • Error in conversion exit for DATE

    Hi 
    I am loading transaction data to Zcube  from a flat file ,for  0CALWEEK
    in excel   I am  unable to type 022007,if I load 22007 I am getting error like
    Error in conversion exit
    CONVERSION_EXIT_PERI6_INPUT
    here 2 is the 2nd week in 2007
    Plz  provide me how to format cell in excel to take 0 as starting number and the file will be saved as CSV format  or any other procedure
    Thanks
    Padmanaha

    Hi,
    Select the column in excel
    Right Click and choose format cells.
    In the pop up window, the first tab is for formatting. A list will be available, there you have to choose "Date" format.
    Within the date format, you will find number of options to set the formatting according to your specifications.
    If that does not work out, just use "Custom" format as "mmyyyy" for all the cells in that particular column.
    With Regards

  • Issue with Reading data with FOR EACH LOOP.

    Hi Guys,
    Scenario
    We Plan Sales of an Article on a half years(fiscal variant MQ with 2 periods of half year each). We also plan the
    number of Weeks in Sales as a Key figure.  The cummulative Sales for two half years in then distributed to number of weeks for which the Article is sold (0CALWEEK)
    In another Cube we plan a distribution profile. This cube contains just three elements.
    Characteristic = ZPROFILE
    TIme Char = 0CALWEEK
    Keyfigure = ZDIST
    (Note : You will notice The distribution profile is not stored per Article here)
    The logic of distribution is :
    1.  Sales of Article is cummulated for 1 years ( eg. for periods 001.2010 & 002.2010 )
    2.  Find the number of weeks in Sales for this Article ( eg. 14 weeks. ) [Technically we store this value on the first fiscal
    period. In our example it is stored in 001.2010
    3.  User choose a distribution profile in a variable ( e.g ZH55 )
    4   ZDIST is summed for number of Sale Weeks for this Article. in our case it is14 weeks.
    5. Distribution = Sales of Article (WEEK N) = [Sales Cummulated for 1 year] * [ZDIST(Week N) / ZDIST(sum of 24 weeks)]
    This loop is run 14 times. (N from 201001 to 201014.)
    TECHICAL DETAILS
    Cube 1 (0CM_SKU = Material, 0CPBAINSABU = SALES key figure, WEEKINSALE = Number of weeks for which Material will be
    sold). The Sales Planned data is stored as # for 0CALWEEK.
    0CM_SKU/0CALWEEK/0FISCPER/0FISCVARNT/0CPBAINSABU--/WEEKINSALE
    SHIRT/000000/2010001/ZP/100EUR--/24
    SHIRT/000000/2010002/ZP/200EUR--/00
    PANTS/000000/2010001/ZP/300EUR--/35
    PANTS/000000/2010002/ZP/200EUR--/00
    CUBE 2 ( the profile data is stored here )
    ZPROFILE/0CALWEEK/ZDIST
    ZH55/201001/10
    ZH55/201002/12
    ZH55/201003/8
    ZH55/201004/11
    ZH55/201005/10
    ..so on.
    9:11 PM
    Edited by: Dheeraj Gupta on Apr 5, 2010 9:20 PM

    My Sample CODE IS BELOW.
    DATA CW1 TYPE 0CALWEEK.
    DATA CW2 TYPE 0CALWEEK.
    DATA PER1 TYPE 0FISCPER.
    DATA PER2 TYPE 0FISCPER.
    DATA FVAR TYPE 0FISCVARNT.
    DATA PROV1 TYPE 0INFOPROV.
    DATA PROV2 TYPE 0INFOPROV.
    DATA SKU TYPE 0CM_SKU.
    DATA DPROF TYPE ZPROFILE.
    DATA CUMSALES TYPE F.
    DATA TEMP TYPE F.
    DATA PRO TYPE F.
    DATA COUNT TYPE I.
    *I WILL READ THE PROFILE VALUE FROM VARIABLE IN ACTUAL PROGRAM.
    HARDCODED FOR TEST PURPOSES. 
    DPROF = 'ZH55'.
    *FISCAL YR VARIANT
    FVAR = 'MQ'.
    *HARDCODED FOR TEST PURPOSES. 
    PER1 = 2010001.
    PER2 = TMVL(PER1, 1, FVAR).
    *CUBE FOR SALES
    PROV1 = 'ZCLARK'.
    *CUBE FOR PROFILE
    PROV2 = 'C_ZCLARK'.
    FOREACH SKU.
    *SUM UP SALES FOR ONE YEAR
    *Operand:{Key figure name, 0CALWEEK, 0CM_SKU, 0FISCPER, 0FISCVARNT, 0INFOPROV, ZPROFILE}
    CUMSALES = CUMSALES + {0CPBAINSABU,#,SKU,PER1, FVAR,PROV1,#} + {0CPBAINSABU,#,SKU,PER2, FVAR,PROV1,#}.
    *READ NUMBER OF WEEKS OF SALES
    COUNT = {ZNWEEK,#,SKU,PER1, FVAR,PROV1,#}.
    *HARDCODED FOR TEST PURPOSES. 
    Starting week of distrbution is first week of the year
    CW2 = 201001.
    CW1 = 201001.
    *HELP NEEDED HERE ***********
    *NOT ABLE TO READ THIS PROFILE DATA
    DO COUNT TIMES.
       PRO = PRO + {ZPROF,CW2,#,#,#,PROV2,ZPROFILE}.
       CW2 = TMVL(CW2, 1).
    ENDDO.
    DO COUNT TIMES.
    {0CPBAINSABU,CW1,SKU,#, #,PROV1,#} = CUMSALES * {ZPROF,CW1,#,#, #,PROV2,ZPROFILE} / PRO.
    CW1 = TMVL(CW1, 1).
    ENDDO.
    *RESET
    CUMSALES = 0.
    ENDFOR.

  • Custom InfoObject for date, problem with offset

    Hi all,
    I have a BEx reports presenting 0CALWEEK and another IO I created for dates.
    This IO has the same properties as 0CALWEEK (but it was not created as a reference of 0CALWEEK).
    In my report I'd like to use offsets for both IO's.
    It works perfectly for 0CALWEEK, but it doesn't work at all for the other IO. Actually, only the first offset is shown. For all others weeks, I get "#".
    Additionally, I made some calculations based on the week difference (using formula variables). Of course, every time a "#" appears, the calculation cannot be done (otherwise it works like it should).
    Could anybody help me out with this?
    Thanks in advance

    Hi Jagadeesh,
    did I understand you correctly that:
    1) offsets only work with standard characteristics? (this seems really weird to me...)
    2) if I want to use offsets with with Z_* characteristic, I will need ABAP?
    The problem is that I don't know anything about ABAP.
    Do you know any "typical" code to use to resolve this type of problem?
    Where do I have to use this code: in the query, in the IO, in a start routine somewhere?
    Thanks

  • Variable Offsets for Weeks

    We have a custom created infoobject for fiscal week, which is basically week number within fiscal variant, fiscal year, and fiscal period. So fiscal period 1 contains weeks 1-4, period 2 contains weeks 5-8, etc.
    Our problem is in the use of variable offsets in query definitions. If we use 0FISCPER, BEx knows that the "-1 offset" for 2005001 is 2004012, not 2004999. Similarly, for 0CALWEEK, the week before 200501 is 200452, not 200499. So for our custom infoobject, how do tell BEx that the fiscal week before 200501 is 200452? Anyone know how we can set this up?
    Thanks in advance for any info you can provide.
    Rachel McGregor

    Yes, we figured we would probably need to do something in the user exit. We did not create the infoobject with reference to anything else since we added some custom attributes.
    What exactly should we do in the user exit? We want to create a structure with a whole bunch of selections for week number, week number-1, week number-2, week number-3, etc. all the way back to week number-104 (i.e. we want 2 years' worth), with a single prompt to the user for week number.
    Any suggestions?
    Rachel

  • Question about 0CALWEEK and 0CALDAY

    Hi BW Gurus,
    The BW system I currently using is based on Fiscal Year Variant (V3).
    If I need to do reporting based on Fiscal Week and Fiscal Date.
    Can I use 0CALWEEK and 0CALDAY?
    because as I've heard, the SAP BW will auto configure 0CALWEEK and 0CALDAY according to the Fiscal Year Variant (V3), is that true?
    Or is there any mapping in transformation I need to add in order for 0CALWEEK and 0CALDAY display according to Fiscal Year Variant?
    Many thanks,
    Vince

    if you are assigning the fiscal year varient in the BW then i guess it will not take cal week as fiscal week...if your fiscal year varient is coming from ECC then it might be possible but not sure....
    Usually FI functional consultants will define fiscal yr variant, fiscal periods and fiscal weeks in ECC. By global transfer settings we will get all the data into BI..
    you can convert calweek to fiscalweek...see this https://forums.sdn.sap.com/thread.jspa?threadID=43784

  • Parameterize APD for ad-hoc output

    Hello All,
    I have a requirement to produce an interface file ad-hoc.
    The file's output format should be exactly the same as an existing job in BW.
    The existing interface file is generated from a query via APD.
    The query returns the previous weeks sales data by restricting 0CALWEEK  to current-week - 1.
    The ad-hoc requirement means that we should be able to specify a week range at, or, prior to run-time.
    e.g. 0CALWEEK = 01.2011 to 04.2011 - or - 26.2011 to 27.2011
    As far as I can see, I cannot force a prompt for 0CALWEEK when running the APD.
    So, I am considering other options such as a concept I have where a control table is used. I would populate it with my week range before running the APD which somehow uses the control table.
    However, I can't see how I can practically achieve this.
    Can anyone suggest options tio achieve the requirement - or indeed describe how you achieved this challenge.
    Many thanks.
    The Notorious B.I.

    First of all you need to describe the complete setup environement. From your message the information is not very clear. Do you have different routes for wired and wireless?. How each of the devices are configured and espcecially are they enabled to act as DHCP Servers?
    I don't know how do you managed to get Gateways. What I could suggest from your message is listed below.
    ==================================
    LAN connection ( Looks OK )
    IPv4 Address: 147.143.240.233
    IPv4 Subnet Mask: 255.255.255.0
    IPv4 Default Gateway: 147.143.240.1
    IPv4 DHCP Server: 147.143.244.2
    IPv4 DNS Servers: 147.143.162.101,
                                       147.143.161.101
    ===================================
    ==================================
    Wireless connection ( Do you have router or configure using adapter . Is it same system?)
    IPv4 Address: 147.143.1.1
    IPv4 Subnet Mask: 255.255.255.0
    IPv4 Default Gateway: 147.143.1.1 ( Why this gateway is pointing to itself: Network packet is looping around. it should point to somewhere or IP address of lan connection)
    IPv4 DNS Servers: 147.143.162.101,
                                       147.143.161.101
    ==================================
    ==================================
    Access point setting ( No Problem : Assumes that DNS Servers are reachable and active )
    IPv4 Address: 147.143.1.6
    IPv4 Subnet Mask: 255.255.255.0
    IPv4 Default Gateway: 147.143.1.1
    IPv4 DNS Servers: 147.143.162.101,
                                       147.143.161.101
    ==================================
    More details or graphics of your setup would help in providing solution that can work.

  • Issue due to Non Cumulative Keyfigures

    Hi All,
    I have created a ZCube that gets data from Purchasing and Stocks Cubes. This Zcube has got the Non cumulative Keyfigures 0TOTSTK and 0VALSTCKVAL that are mapped from the Stocks cube in the transformations.
    Apart from standard cubes, I have got Transformations from a DSO to the ZCube, I defined these Keyfigures as No transformations.
    Data loads are done and data comes into report with an error.
    The Validity Interval has the inital value as lowerlimit.
    Diagnosis
    The initial value has been found as the lower limit of a validity area. This can lead to performance problems and cause queries to terminate, because potentially, non-cumulatives can be reconstructed at any point within the validity interval.
    This error occurs if data is loaded to a non-cumulative cube, where the time-reference characteristic is intial (blank).
    This error message can also appear when the non-cumulative cube is completely empty.
    System Response
    Procedure
    Check the data in the InfoCube and if there is a request containing data records where the time-reference characteristic is initial (blank), delete this request and reload the request data, with the appropriate time, into the InfoCube.
    Is there any chnge to be done in the transformations at DSO level for the non- cumulative keyfigures to overcome this error.
    Plz Help.
    Thanks in Advance
    Regards,
    Sudha

    Hi all,
    Thanks for the Info.
    I have mapped all the fields from DSO to cube.Dso doent hold the non cumulative keyfigures.so they are left blank.
    I have loade the data to zcube now by deleting the earlier requests. Data is loaded.
    I can find entries now in RSDV.
    I just have one question to be clarified.. I suspect the issue is with the time Reference char's.
    When I do mappping from 0IC_C03 to ZIC_C03 i don't see the mapping for 0CALWEEK, 0CALMONTH, 0CALYEAR. I don't see these fields for doing a mapping though these fields are present in the cube.
    Same is the issue wit the DSO also. I dont see the above fields to map in the target.
    I don't understand why there are not displayed while creating transfformations though they are in the target.
    Please let me know if you understand where I am going wrong.
    Sudha

  • CATS Issue VERY Urgent..

    HI ALL,
    BiW  PROD is placing CATS data for 2007 in to week 52 2006.  Can advise why?
    Please advise what would be the error.
    Cheers,
    Sri

    Hi All,
    We have a problem for 0CALWEEK in CATS.
    FOR  0CALQUARTER
    20061 means 1st quarter
    20062 means 2ND quarter
    20063 means 3RD quarter
    20064 means 4TH quarter
    FOR 0calweeK:
    20061 means 1st WEEK
    20062 means 2ND WEEK
    20063 means 3RD WEEK
    20064 means 4TH WEEK
    0CALWEEK is giving problem  IN CUBE.
    It  shows wrongly.
    0CALQUARTER      0CAL WEEk
    2007 1             2006 52 ( 52 week)
    2007 1                          2006 52
    <b>0CAL WEEk          should show 2007 1     instead of 2006 52.</b>
    It should show :
    0CALQUARTER      0CAL WEEk
    2007 1             2007 1 (ist week in 2007)
    2007 1                         2007 1
    we have a routine on 0CAL_week
    =====
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    data:   employee_md like /bi0/memployee,
            employee_wa like /bi0/memployee,
            person_md   like /bi0/mperson,
            PERSON_WA   LIKE /BI0/MPERSON.
    DATA:   G_RECORD_NO LIKE SY-TABIX.
    INCLUDE RS_BCT_HR_UPDATE_RULES_GENERAL.
    INCLUDE RS_BCT_HR_PAPA_UPDATE_RULES.
    $$ end of global - insert your declaration only before this line   -
    FORM compute_characteristics
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
      USING    COMM_STRUCTURE LIKE /BIC/CS0CATS_IS_1
               RECORD_NO LIKE SY-TABIX
               RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING RESULT LIKE /BIC/VZCATST-CALWEEK
               RETURNCODE LIKE SY-SUBRC
               ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal table "MONITOR", to make monitor entries
    data: w_date type d.
    data: w_date_check type d.
    data: w_numberofdays type p decimals 2.
    data: w_numberofweeks type i.
    data: w_dayofweek type p.
    data: w_first_day_of_sap_calendar type d value '19790101'.
    data: check type i.
    data: w_year(4) type c.
    data: w_weekno(2) type c.
    w_date_check = COMM_STRUCTURE-CALDAY.
    w_date = w_date_check.
    w_date+04(04) = '0101'. " beginning of the year
    do.
    w_dayofweek = ( ( w_date - w_first_day_of_sap_calendar ) mod 7 ) + 1.
    if w_dayofweek = 7. " First sunday(7) of the Current year
    exit.
    endif.
    add 01 to w_date+07(01).
    enddo.
    w_numberofdays = ( w_date_check - w_date ) + 1.
    w_numberofweeks = ceil( w_numberofdays / 7 ).
    w_year = w_date_check+0(4).
      if w_numberofweeks = 53.
        w_numberofweeks = 1.
        w_year = w_date_check+0(4) + 1.
      endif.
      if w_numberofweeks = 0.
        w_numberofweeks = 52.
        w_year = w_date_check+0(4) - 1.
      endif.
    w_weekno = w_numberofweeks.
    call function 'CONVERSION_EXIT_ALPHA_INPUT'
         exporting
              input   = w_weekno
        importing
             output  = w_weekno.
    concatenate w_year w_weekno into RESULT.
    result value of the routine
    RESULT = .
    if the returncode is not equal zero, the result will not be updated
      RETURNCODE = 0.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    ENDFORM.
    ========
    This is giving problem from 2007 year only.
    We need to check with FI or HR teams , Is there any configuration settings in R/3 side for 0Calweek?
    This is production ISSUE. Help me on very Urgent BASIS!!
    Thanks & Regards,
    Sri.

  • Gregorian Calendar - Week 53 not displayed

    Hello all,
    My question is really quick : I'm displaying a DateNavigator in a Webdynpro Iview and the week 53 is missing.... how can I display it?
    I changed the Location values :
    - the default location is en_US
    - the location in parameter is FRENCH
    I tried to modify the location but nothing append. I'd like to switch between US configuration and FRANCE configuration to see the differences but for now I only have the US configuration (Sunday as the 1st day of week)
    I'll give you a part of my code, maybe you will see what's wrong in it :
    public static void wdDoModifyView(IPrivateVCalendar wdThis, IPrivateVCalendar.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
              if (firstTime) {
                   IWDDateNavigator myCalendar = (IWDDateNavigator) view.getElement("DateNavigator");
                   myCalendar.mappingOfOnWeekSelect().addSourceMapping("year", "year");
                   myCalendar.mappingOfOnWeekSelect().addSourceMapping("week", "week");
                   myCalendar.mappingOfOnDaySelect().addSourceMapping("day", "day");
                   GregorianCalendar myDate = new GregorianCalendar(Locale.GERMANY);
                   myDate.setTimeInMillis(System.currentTimeMillis());
                   wdThis.updateDatesCalendar(myDate.get(Calendar.YEAR), myDate.get(Calendar.WEEK_OF_YEAR));
        //@@end
    Thank you for your help.
    Regards

    Hi Rajesh,
    The occurence of a 53rd week is internationally standardized. The check in BW follows these international conventions which count the week depending on the majority of days:
    - if the week has 4 days of the old year it counts as CW53;
    - if it has 4 days of the new year it is CW1.
    That is to say, the number of ISO weeks belonging to a year number is equal to the number of Thursdays in the correspondingly-numbered calendar year, and is equal to the week number of December 31st; and a year has 53 weeks if, and only if, the following day is in its Week 53.
    The 53-week years in the range 2000-2027 are: 2004, 2009, 2015, 2020, 2026.
    That pattern repeats every 28 years before 2100.
    For 0CALWEEK, it will calculate the week based on the calendar you specified in tcode RSRHIERARCHYVIRT. Please note that RSRHIERARCHYVIRT is a BW global setting, i.e. that means the system will use this calendar for all data targets.
    If you have some special business impact to include a 201153, please check the following:
    1. write a routine in the transfer rules for 0CALWEEK that modifies into the week 201201.
    2. manually correct the data in the PSA and load from PSA into the target cube.
    Rgds,
    Colum

  • WAD:Passing selection from one template to another

    Hi,
    Simple scenario:
    Web Template 1:variable for 0CALWEEK is filled in selection.
    I want to open new template (command URL) passing the selections already made in template1, I do'nt want the selection screen displayed again, just query result.  Could'nt really find a good way to handle this, but it must be simple?
    Thanks in advance.
    /Peter

    Create an RRI for the query used in template 1 to jump to a web application (template 2).
    Yiou can use the Command CMD=RRi to do the jump as given in the attached documentation or use the context menu to do the jump.
    http://help.sap.com/saphelp_nw04/helpdata/en/84/2b813b731fd60ee10000000a114084/content.htm

  • Need help in the using VBA in BPS

    Hey here i have a problem in layout in using VBA(visual basic for applications)...
    i have created a layout using 5 keyfigures from cube and i included two calculated columns along with them, and am also using a variable for 0 calweek here, here when i execute the layout all the data for 5keyfigures gets aggregated but the data for the added two columns are not getting aggregated...i know i have to use VBA in solving this issue but i have no idea abt VBA, can anybody help me in solving this issue...i guess the first columns in the layouts should be the keyfigure from the cube...please help me in solving this issue

    Hi,
    My actual requirement is on using a variable for 0calweek...i mean i have created a layout where i use a variable to to see the data on weekly basis...i have created a variable to on 0calweek to see the selected weeks data...here in the layout i have created two calculated columns where this variable will not work for this two columns as its data is not coming from the cube...i have done layout for 26weeks...when i select from and to weeks between 1 to 6weeks all the data can been seen till6th week but the data for the two added columns is showing for all the weeks from 1 to 26th week...it is not getting aggregated to 6 weeks...i want to see selected data for those two columns data also....i guess you got my point...
    Thanks in advance...

  • Query Designer crashes when using 0CALWEK

    Hi all
    I have come accross an error when using the query designer in BI 7.0.  If i try to restrict on 0CALWEEK the Query Designer first tells me there are errors but none show, then tells me there are no values for 0CALWEEK and finally crashes saying
    "An unhandled exception has occurred in your application."
    "Object reference not set to an instance of an object."
    After this the desiger freezes and must be exited.
    On occasions an RFC error shows on the botton of the design view suggesting a check of the RFC logs, however nothing appears in the RFC log.
    Any assistance would be very much appreciated.
    With Thanks
    Gareth

    Anil
    Generating in RSRT does not fix the problem.
    Checking the query designer shows no errors, however once we get the crash after attempting to restrict on 0CALWEEK it is not possible to use the check button (since the whole of query designer freezes).
    This is happenning on our development system (the only one on which we are currently creating queries) and on all PCs.
    The note, unfortunately, refers to an issue when using gui 7.X, however we are using 640 so it should not be a .net framework issue however i am asking my BASIS team to do some testing on that.
    Many thanks for your suggestion though.
    Any other ideas?
    Regards
    Gareth

Maybe you are looking for

  • Compare two dates in a report

    Hi, I would like to compare two dates on a report. I would like to compare the opportunity created date and the opportunity modified date. I can't use this formula CASE WHEN Opportunity."Last Modified" = Opportunity."Created Date" then 1 else 0 I thi

  • G/L account query !

    Hi experts, I am working in SRM 5.0 EBP 4.0 configuration. We find that in a particular case, a purchase order failed to be posted to the backend system as the error was obtained. ( Error Message BBP_PD : Message number 047  I ::000 ) In RZ 20, I hav

  • Folder disappears when you try to open certain sub-folders

    When double clicking certain sub-folders, the main folder disappears and returns to the desktop. I repaired permissions with Disk Utility and it had no effect. Also verified the disk and it was okay. I also am getting an "Unable to read file" message

  • WLC 2006 DHCP locking up

    We have a WLC 2006 that is setup to distribute IPs to wireless clients using the internal DHCP server. Occasionally, wireless clients can connect to the APs (four 1131AGs) but do not get IP addresses assigned. Rebooting the WLC temporarily fixes the

  • Focus is confusing.

    I don't understand it. I have a class thats a MouseListener and KeyListener. And I got the MouseListener working, but with the same class and same JPanel KeyListener doesn't have focus and won't work. Is there any reason for this happening? I'm sure