Selection conditions in manage screen

In my dtp i am filtering the characteristics ,fiscal year variant as v3 and for fiscal year/period  we wrote a routine at dtp to load data for a particular year
My doubt is ,
after the dtp has beeen executed successfully and data loaded properly , in the manage screen of the correspoding data target
,in the selection condtions the conition for this fiscal year selection in not displayed
but  only  fiscal year variant  restriction v3 condition is only displayed
i want to have that also displayed in the manage scrren
help me

Hi Vamsi,
The routine for the Fiscal year will not be shown in the Manage screen. The filter selction which you have given at the DTP selection screen only that one can be seen.
Rgds,
Ravi

Similar Messages

  • How to change a  value of the field Selection Conditions in Manage- Request

    Hi,
    How to change manualy a value of the field Selection Conditions in Manage infocube -> Requests  ?

    Hi,
    Here is the reason i need to do this:
    The data is loaded by DTP in process chain. Overlaping requests are deleted. But, iIn some cases requests with the same selection options  need not to be deleted. My idea was to change selection options in Manage(infocube) with Abap program without changing selection options in DTP filter,  so that the system would not recognize requests as "overlaping requests".
    So, where is the information about shown in the field Selection Options is stored? In which tables?
    Thanks
    Tigr_Z

  • Adhoc Query : Error during selection; check the selection conditions

    Hi
    We have a report set-up and which we want to run using our adhoc query report tcode S_PH0_48000513
    The report, has a few different selection criteria in it to look at all action IT screen data in the system for ee's in specific personnel areas. There is also a criteria to allow us to paste in specific employee numbers we are interested in. The issue I am facing is that over about 3000 ids, the system automatically returns me a message when I click on the Output button to run the report which states:
    Error during selection; check the selection conditions
    Message no. PAIS206
    I am not sure why this is happening. The selection criteria are fine and the other day I ran the report and I experienced no issues. The report ran successfully. Now though, if I try and paste in all the ids I am interested in (about 8000) I get this message straightaway.
    Can anything be done to overcome this issue?
    Any advice would be much appreciated.
    Nicola

    Hi
    The message in full is:
    Error during selection; check the selection conditions
    Message no. PAIS206
    Diagnosis
    A runtime error occurred during dynamic selection.
    System response
    The runtime error will be caught; no short dump will be created. This error should not occur as a rule. However, very large select statements may trigger the runtime error SAPSQL_STMNT_TOO_LARGE or DBIF_RSQL_INVALID_RSQL. There is no way to prevent this happening. In this case, the error can only be caught.
    Procedure
    Check the selection conditions to see whether the error was caused because the option "Import from text file" included too many objects in the "Multiple selection" dialog. If this is so, you must limit the number of individual values.

  • Request Status Icon missing in Manage screen of RSA1

    Hello Friends,
    I am missing the Data mart status, Request status and Load Monitor Icons in Manage screen in RSA1. I do remember seeing it a few weeks ago. Not sure, if some settings changed the screen format. Anyone have any ideas to bring these icons back? Thanks for your help.
    Regards,
    Raj

    Hi,
    Are you able to see the request or completely blank. If you are having a blank cube then change the date selection and see.
    Even then if you are not able to see data, there is a possiblity that it has been deleted. Go to LISTCUBE and see if you are able to get any data in output.
    Regards,
    Akhan

  • Request still yellow in manage screen after successful load

    Hi ,
    I have loaded the data into the cube .The load is init .Even thought the load is successfully load the manage screen shows request still yellow in color. I checked everywhere but did not find relevant setting.
    Any help please.
    Thanks

    Hi,
    Chk for any active job in SM37 still going on which is related to this load...
    And then under details tab chk under extraction--->is the data selection ended or not?
    And chk in the manage screen->Environment(in the menu bar)>Autoimatic request proceessing>set quality status to OK is checked or not?-> Chk this box and refresh....
    If u chk all the things are in green and successfull u can manually turn the status into green in the manage screen....then auotmatically the reporting symbol comes if there are no aggregates...
    rgds,

  • Adding a note in Demand Management screen

    Can I add a small 'note' some text verbiage like a memo in the demand management screen ( MD61, MD62, MD63).
    THANKS

    Dear,
    You can enter a text in MD61/Md62/Md63 in the following
    You can enter the text for the schedule line or item text
    In table tab page select the  line and
    Goto -->item ttext...system gives the pop up no text exisits ...enter, it will take to the screen where you can enter the text
    goto Schedule line tab page
    Selcet the schedule line
    Goto -->schedule line text...system gives the pop up no text exisits ...enter, it will take to the screen where you can enter the text
    come bck if required

  • Strange InfoProvier Selection Condition

    Hello xperts,
    I am struggling to understand one thing in a solution that I have inherited from my predecessor.
    When viewing the request information loaded into a (target) DSO (right click DSO->manage) under selection conditions the following appears:
    BSDD04BHSPC0=BBE;BSDD04CALMONTH=201006;CALMONTH=200711-201005;
    BHSPC0 and CALMONTH are characteristics in the DSOs (in both source and target)
    BSDD04 is a DSO in our system, but is NOT the source nor the target.
    The selection condition: CALMONTH=200711-201005 i interpret as a filter restriciton in the DTP and this makes sense.
    Question: what does BSDD04 in BSDD04BHSPC0=BBE and BSDD04CALMONTH=201006 mean?
    Obviously some sort of filter restriction, but on what???
    I assume it must have been the DTP filter restrition at the time of laoding, but now the problem is I do not know how to replicate it.
    This strange of selection condition only appears for one DTP. Other DTPs in this and other infoproviders have the standard selection condition denotation e.g. /BIC/BHSPC0=BBE or SPC0=BBE.
    Thanx

    Ok, I have cjecked that, but not able to find out the Gap.
    Is Consolidation Unit Hierarchy can be a issue like I have  Cons Hierarchy under that Consolidation Group, Under that Sub Group and then Consolidation Unit.
    Hierarchy
    Consolidation Group
    Cons Sub Group
    Cons Unit
    I tried to execute the task at COns Group Level and at Sub group level, yet the message remains same.

  • Can some selection conditions as PL/SQL procedure input parameters

    Dear All,
    I need to write a PL/SQL procedure so as to compute the different query only by changing the input parameters. But those input parameters need to be like a PL/SQL table selection conditions. Like:
    one of the query I need two conditions:
    customers.zip = 60606
    customers.zip = employees.zipMy procedure can compute the query like:
    select customers.cno, cname, employees.eno, ename
    from customers, orders, employees
    where customers.cno = orders.cno and
          employees.eno = orders.eno and
          C; 
    where C is the conjunction of the conditions in the input parameter.
    Please help and thanks in advance!

    Well, it's easy enough to do what you want....
    SQL> conn scott/tiger
    Connected.
    SQL> CREATE OR REPLACE FUNCTION flexi_q (pn_deptno IN NUMBER, pv_string IN VARCHAR2 := NULL)
      2  RETURN sys_refcursor AS
      3    return_value sys_refcursor;
      4  BEGIN
      5    IF pv_string IS NULL THEN
      6          OPEN return_value FOR SELECT * FROM emp WHERE deptno = pn_deptno;
      7    ELSE
      8          OPEN return_value FOR 'SELECT * FROM emp WHERE deptno = :1 AND '
      9          ||pv_string USING pn_deptno; 
    10    END IF;
    11    RETURN return_value;
    12  END;
    13  /
    Function created.
    SQL> var rc refcursor
    SQL> exec :rc := flexi_q(30)
    PL/SQL procedure successfully completed.
    SQL> print rc
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM
        DEPTNO
          7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300
            30
          7698 BLAKE      MANAGER         7839 01-MAY-81       2850
            30
          7900 JAMES      CLERK           7698 03-DEC-81        950
            30
          7654 MARTIN     SALESMAN        7698 28-SEP-81       1250       1400
            30
          7844 TURNER     SALESMAN        7698 08-SEP-81       1500          0
            30
          7521 WARD       SALESMAN        7698 22-FEB-81       1250        500
            30
    6 rows selected.
    SQL> exec :rc := flexi_q(30, 'SAL > 1400')
    PL/SQL procedure successfully completed.
    SQL> print rc
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM
        DEPTNO
          7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300
            30
          7698 BLAKE      MANAGER         7839 01-MAY-81       2850
            30
          7844 TURNER     SALESMAN        7698 08-SEP-81       1500          0
            30
    SQL> The real question is: do you really want to do this? Fundamentally you are handing over control of your app to any nimrod who thinks they know how to write SQL. It's just about allowable for them to add simple restrictions but they could add in anything - correlated sub-queries, extravagant sorts, etc. Even if they don't deliberately exploit this hole you still have a fundamentally untunable part of your app.
    It would be much better to have some additional parameters that allows the users to choose from several off-the-peg queries. If you have a user demanding the ability to write "any report I need" I recommend talking to them. The chances are they simply have a pet query, probably embodied in an Excel spreadsheet, they run once every month. Give them a view to meet that need and they'll be happy.
    Cheers, APC

  • Selected Serial/Batch Management Method can't be canged

    Dear All,
    I could not change selected serial/batch management method. it is blocked. is it possbile to change it ? Let me know.
    Rgds,
    Edu

    Hello,
    I copied the answer directly from SAP Notes, here it is :
    The option to change the method specified in the Manage Item by field is blocked both from within the application and via the DI, unless all the following conditions are fulfilled:
    The In Stock (=on hand) quantity of the item must be zero in each and every warehouse.
    The available quantity of serial numbers created for the item must be zero in each and every warehouse.
    The available quantity of batch numbers created for the item must be zero in each and every warehouse, as well as:
              o There are no open Sales Orders for this item with allocated batch numbers.
              o There are no open A/R Reserve Invoices for this item with allocated batch numbers.
    The following queries provide you with relevant information about the items you maintain in your database (relevant for SAP Business One 2005 A SP01 PL: 18 and higher):
       1. To find all items that are currently managed by batches and can NOT be changed to "not managed by batch", generate the following query:
    select distinct t0.itemcode, sum(isnull(t1.onhand,0)) in_stock, sum(isnull(t2.quantity,0)) on_batch, sum(isnull(t2.IsCommited,0)) allocated
    from OITM T0 INNER JOIN OITW T1 ON T0.ItemCode = T1.ItemCode
    INNER JOIN OIBT T2 ON T0.ItemCode = T2.ItemCode and t1.whscode = t2.whscode
    where t0.manbtchnum = 'Y'
    group by t0.itemcode
    having (sum(isnull(t1.onhand,0)) <> 0 or sum(isnull(t2.quantity,0)) <> 0 or sum(isnull(t2.IsCommited,0)) <> 0)
       1. To find all items that are currently managed by serial numbers and can NOT be changed to "not managed by serial numbers", generate the following query:
    select distinct t0.itemcode, sum(isnull(t1.onhand,0)) in_stock,
    count(status) available_serials
    from OITM T0 INNER JOIN OITW T1 ON T0.ItemCode = T1.ItemCode
    INNER JOIN OSRI T2 ON T0.ItemCode = T2.ItemCode and t1.whscode =
    t2.whscode
    where t0.mansernum = 'Y' and t2.status = 0
    group by t0.itemcode
    having (sum(isnull(t1.onhand,0)) <> 0 or count(status) > 0)
    Let me know if you need further assistance.
    JM

  • HP Mini 110-3500 Netbook: How to skip Boot Manager screen when booting into Windows 7 Starter

    Hi,
    As per the topic. I can't seem to deactivate the boot manager screen and it's getting really annoying having to press the enter key each and every time I turn on my netbook.

    First you need to get into the BIOS.  You can accomplish this by holding down the F10 (aka volume up) key located on the top of the keyboard near the right.
    Next hit the right > arrow key (located on the right bottom of the keyboard) 3 times to get you to the System Configuration tab.
    Thirdly, hit the down arrow key (located on the right bottom of the keyboard) 3 times to take you to the Boot Options sub menu and hit Enter
    Hit the down arrow key once to highlight HP Quickweb and hit enter.
    Select Disabled and hit Enter
    Hit F10 (Yes should be selected) and hit Enter
    DONE!!!

  • View with selection conditions with system fields.

    Hi Experts,
    I have a view. Now i want to control the data that is selected using 'Selection Conditions'.
    here i want to use system field SY-DATUM.
    My requirement is  i want to control the output like
    Valid_From_Date GE SY-DATUM and
    Valid_To_Date     LE  SY-DATUM
    which means that i would be showing only active users in this view.
    How can i go about this? System is not allowing system fields in comparision value.
    Any help on this is highly appreciated. Thanks.
    regards,
    Simha

    Hi,
    I am getting a warning first 'enter constant as comparision value'
    when i trying to activate the view i am getting the below error.
    A join condition on a field of the system table SY (or SYST) was defined.
    This is not permitted for database views because the system table is not known to the database
    Have tried to activate the view you created?
    How to go about this?
    Regards,
    Simha

  • How to get the values of Select-options from the screen.

    The value of parameter can be obtained by function module 'DYNP_VALUES_READ' but How to get the values of Select-options from the screen? I want the F4 help values of select-options B depending on the values in Select-option A.So I want to read the Select-option A's value.

    Hi,
    Refer this following code..this will solve your problem...
    "Following code reads value entered in s_po select options and willprovide search
    "help for s_item depending upon s_po value.
    REPORT TEST.
    TABLES : ekpo.
    DATA: BEGIN OF itab OCCURS 0,
    ebelp LIKE ekpo-ebelp,
    END OF itab.
    SELECT-OPTIONS   s_po FOR ekpo-ebeln.
    SELECT-OPTIONS s_item FOR ekpo-ebelp.
    INITIALIZATION.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_item-low.
      DATA:
      dyn_field TYPE dynpread,
      temp_fields TYPE TABLE OF dynpread,
      zlv_dynpro TYPE syst-repid.
      zlv_dynpro = syst-repid.
      CALL FUNCTION 'DYNP_VALUES_READ'
        EXPORTING
          dyname     = zlv_dynpro
          dynumb     = syst-dynnr
          request    = 'A'
        TABLES
          dynpfields = temp_fields
        EXCEPTIONS
          OTHERS     = 0.
      LOOP AT temp_fields INTO dyn_field.
        IF dyn_field-fieldname EQ 'S_PO-LOW'.
            SELECT * INTO CORRESPONDING fields OF TABLE itab FROM ekpo
            WHERE ebeln EQ dyn_field-fieldvalue.
            EXIT.
        ENDIF.
      ENDLOOP.

  • Selection condition in maintenance view

    I have one table with data related to 5 systems.
    MSF, RET, SER, BOB, SAV, LED.
    I need t o create views with related data for each system. But system BOB contains data related to MSF and RET, So instead of creating view for that i have to add MSF related data to MSF view and RET related data to RET view from BOB system. These all are from one table only.Can you please suggest me the selection condition for that in maintenance view.
    Thanks.

    thanks

  • I'm trying to add my Linux netbook to my sync account but both my windows computers will not show the "Add Device" button in any of the sync management screens

    I'm trying a new Linux build on a net book that I use for playing with non windows OS. In the process of setting up the fresh OS install I wanted in get my Firefox account set up to that I didn't have to spend lots of time working on that one thing. I'm no stranger to the browser sync and have attached several of my computers and tablets with a number of different OS to the account with little trouble including the Firefox of the previous Linux build that was on the net book. The problem now is that on both of my to main computers, a windows 7 desktop and a windows 8.1 tablet, both running the latest Firefox, I am unable to find the "add device" button in any of the sync management screens. This includes the browsers built in options screen as well as the Firefox manage account page. The first gives me options for disconnecting the account, going to the manage screen, several check boxes for what can be synced, and the device name. The manage screen, after logging in, only give me options for signing out, changing password, and deleting the account. Any help figuring out why the add device button seem to be missing from both these devices would be greatly appreciated.

    Please check your Firefox Installation's version. (can be found by clicking the main menu, either clicking or hovering over the help button, and then clicking about firefox in the sub menu). depending on how long ago you set up sync you may still be using the older sync version. firefox 29 introduced a new (and might i add far less tedious) sync version. see [[How to update to the new Firefox Sync|this Mozilla support article]] for information on upgrading your sync to the new version.

  • Not able to put data selection condition in data selection tab of infopakag

    I was loading data from data source as data mart ( export data sauce from ODS) to other ODS.
    when I tried to do delta Initialization with data transfer , I am not able to put data selection condition in data selection tab of infopakage.
    when I choose Full Update in Update tab . It enables data selection fields in data selection tab. and I could put the condition.
    I have checked in transfer structure as well , the fields are marked for selection.
    Please advice .
    Please tell me what could be the reason for this problem

    Ashutosh,
    As you are doing delta upload the data selection tab will be disabled, if you want to do the selective load then you need to do init update with your selection.
    When you do the full updtae then definitely the data selection tab will be enabled for all the objects.
    Hope this helps...
    *******Assign Points if it helps********
    Thanks,
    Gattu

Maybe you are looking for

  • Hi!!!How can I change the options in a VI express?

    I want to scale a signal, and I am using the vi express "Scaling and Mapping". But!!!!I want to control the differents "options" that I can choose, linear scale, slope...How can I do it? I don´t know if it is possible in a vi Express. I know that I c

  • Standby from active database

    Hello, I am attempting to create a physical standby database, following this guide: http://www.oracle.com/global/uk/education/downloads/uwe_data_guard.pdf as well as the oracle documentation on Data Guard. Using Oracle 11gR2 patched at #7 running on

  • How to set randomized numbers to appear once

    hello everyone. I'm trying to create a program on java in which i have assigned 26 values to the numbers 1 through 26. the thing is im not sure how to get these values to show up once ive randomized them and to not repeat. any help would be greatly a

  • Time Capsule Ethernet Transfer rate very slow

    Hello, In order to transfer a 65Gb file from an iMac to TC, I decided to use the Ethernet port instead of wireless. The transfer rate is about 1-2Mbs /s instead of a regular Ethernet 100Mbs /s. It's been 4 hours so far and will probably be 7 hours wh

  • Urgent Nokia C3-00 Wi-Fi Error

    Hi friends I have an nokia c3-00 and it has creating problem in wi-fi connection when ever i connect it to wi-fi it still deducted money from my service provider it is so uncomfetable for me. If any nokia software support is checking it please tell m