Reg Maintanence view

Hi ,
We created a maintanence view and when we try to see the data in that it is saying
"NO DATABASE EXISTS FOR VIEW"
mY QUESTION IS
is it mandatory to have a database view for a maintanence view to see the data
thanks

hi
what i assume is "NO DATABASE EXISTS FOR VIEW" means that the join you have given in the maint-view doesnt retreive any records. it means that "NO DATA EXISTS".
pls check the data you have joined and see whether any related data exists in the tables...
hope you are clear..
thx
pavan

Similar Messages

  • How to create a view, maintanence view

    Hi all,
    I need to create a maintanence view but I do not know how to do this.
    I know I have to use se11 but afterwards?
    Thanks.

    Hi Deniz,
    you should to select a maintenance View radio Button. Than can you choise the DB Table (or Tables with Relations button) and choise Feld you watn to have in View.
    I suppose you want to generate a dialog for your maintenace view. You can do that with option Utilities->Table Maintenace Generator.  [Hier|http://help.sap.com/saphelp_470/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm]is the docu

  • Problem in sorting of maintanence view contents-

    Hi ,
    I have created the maintanence view for one DB table in the dictinory.the view contains the fields as floows.
    CUPNO  CUPNAME  GUPNO  GUPNAME.
    Data it is displaying correctly.But user want CUPNAME and GUPNAME should be in the sorted format(alphabetical) .How i need to sort the CUPNAME and GUPNAME in the maintanence view.Can any body please help.
    Thanks,

    >
    rammohan venkata wrote:
    > Hi ,
    >
    > I have created the maintanence view for one DB table in the dictinory.the view contains the fields as floows.
    >
    > CUPNO  CUPNAME  GUPNO  GUPNAME.
    >
    > Data it is displaying correctly.But user want CUPNAME and GUPNAME should be in the sorted format(alphabetical) .How i need to sort the CUPNAME and GUPNAME in the maintanence view.Can any body please help.
    >
    > Thanks,
    Hi Ram,
    Go to table Maint. generator -> Modification and in source code you can sort on the basis of user requirement .
    Thanks
    NK

  • How to create search help for Maintanence View

    Hi,
    I want to create a Search Help for a Maintanence View and bring Conditions
    in this Search Help. Condition can be as e.q. Show me only the Records with Status 2.
    How can I achieve this?
    Thanks.
    Best Regards
    Beserithan Malabakan

    HI,
    You can create this in SE11, there create a search help, and in the Minatain Search HElp screen, give the Maintanance view name and give the field anmes as you want, and right side you will find 'Default Values', there you can give the default values, so here in the Field name give as <b>STATUS</b> and in the Defaule Value will be <b>2</b>.
    Regards
    Sudheer

  • Diff bt Help view and Maintanence view

    hi gem's
    i need the diff bt Help view and Maintanence view with example...............

    Hi
    The followings are different types of views:
    - Database View (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set.
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    - Help View ( SE54)
    Help views are used to output additional information when the online help system is called.
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view.
    Go thru this link plzz
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    - Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    - Maintenance View ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Please have a look at below link. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    1.Go to se11
    2. select view radiobutton and give a name
    3. Create
    4. select type of view you want to create. Such as database view.
    5. give short description
    6. give a table name such as mara
    7. press the pushbutton relationship. here you will find all the tables which are allowed to create view with mara.
    8. select one or mane tables.
    8 copy
    9.save , check and activate.
    Regards
    Anji

  • Maintanence view

    Hi all,
    I have a table that has the following fields:
    MANDT key
    PERNR(personal number) key
    KOSTL (cost center)
    For mandt t000 is assigned as the check table and pa0003 has been assigned as the check table of pernr field and CSKS for field kostl.
    What my requirement is that:  I want to create a maintanence view that has also person name surname,
    BUT I cannot use PA0001 table while creating the view.
    What is the problem?
    Thanks.

    You can generate database table and view maintenance dialogs to maintain customizing data. You can create, change and delete customizing data with these maintenance dialogs. You can also use maintenance dialogs for customer database table and maintenance views.
    You can modify maintenance dialogs flexibly to your requirements by defining variants of an existing maintenance view, or adding your own modules to existing maintenance dialogs. You can make further functional enhancements at predefined events in the table maintenance dialog flow. You can collect related data from more than one table/view in a view cluster.
    The most important information about view maintenance is below:
    Maintenance dialogs
    Create a Maintenance Dialog
    Time-Dependent Tables/Views
    Change a Maintenance Dialog
    Extended Table Maintenance Events
    Maintenance View Variants
    View clusters
    Create a View Cluster
    Change a View Cluster Maintenance Dialog
    View Cluster Maintenance Events
    View Cluster Maintenance Variants

  • Field hide in the Maintanence View

    Hi all,
    I have created a maintanence view for a table.For a composite primary key field I need to have a pop-up display when the Tcode for the table is run and the same field should not be shown in the maintanence view afetr value is entered in the Pop-up.
    For pop up I used the value 'S' in the P- column while view creation, but how to hide the field ?
    Ur ideas appreciated.
    Thanks,
    Stock

    Hi all,
    I have created a maintanence view for a table.For a composite primary key field I need to have a pop-up display when the Tcode for the table is run and the same field should not be shown in the maintanence view afetr value is entered in the Pop-up.
    For pop up I used the value 'S' in the P- column while view creation, but how to hide the field ?
    Ur ideas appreciated.
    Thanks,
    Stock

  • Reg. Views in BW

    Hi
    greetings.
    what are views in bw.
    thanks
    regards
    sridhar
    [email protected]

    Hi,
    Where it will get stored and how to retrieve back those views?
    As mentioned by Durairaj, the view would be available in the saved views of BW System. To have a look follow these steps:
    1) Go to Programs -> Business Explorer -> Analyser
    2) From the BW Toolbar -> Click on folder icon (open) -> Saved views
    3) This will prompt you to logon
    4) Search for the technical name you had given. You will find it there.
    How to retrive and view in portal.
    As mentioned above, you can retrieve it back from the BW System. Now, as to how to view it on Portal, this is exactly the same report which you had opened and saved with a different technical name. Which means, only the technical name has changed but the query string still remains the same and thereby the report is still the same.
    Once he saved the view, all other who login and view the report in portal, they should see only the view saved by the administator.
    But this report still remains the same. This view is no different from the report which you opened and then saved with a different technical name.
    I want to hide the save view option in the report
    Not sure if you can do this for a set of users.
    you have sso configured between portal and BW server, if yes the authentication pop up should not come.
    if you dont want to do sso between portal and bw server and still want to logon to BW query with anonymous user,
    in you bw server go to transaction sicf and navigate to DEFAULT_HOST->SAP->BW->BEX and double click on bex node in the resulting window, log on details section provide a default userid/password
    chech the link below:
    http://help.sap.com/saphelp_nw04/helpdata/en/df/85e7e0f629ba49924816a1ce1bfbbd/frameset.htm
    Reg
    Pra

  • Reg..View a document in DMS

    Hi friends
    Pl guide me
    I created a document in cv01n and user can access the documents via cv03n.if we use cv03n its download the document.but i want user cant download the document they can only view the documents.how can i achieve this in DMS.i searched lot of forms but i cant get the answer pl guide me
    Thanks
    selva

    Hi Selva,
    Refer blog: http://wiki.sdn.sap.com/wiki/display/PLM/2.Customizing(CA-DMS-EAI)
    Section : Define Workstation application in Network
    For column: Application (path and program)
    Maintain the value %SAP-OFFICE-INTEGRATION.INPLACE%
    Above configuration will open the Micrsoft Office application within the window for processing the document info record.
    Hence user will not be able to download the attachment.
    And with option of Authorization controls you can disable "SAVE" and "PRINT" options from the menu screen.
    Hence user will not be able to save or print the attachment.
    Regards,
    Deepak Kori

  • Reg:Graphical view in workflow

    Hi to all,
    Now i am having IDES ECC 6.0 , I had put the TC SWDD i am getting workflow screen. But i couldnt find out the graphical view of that screen.But the graphical view and all i can get through ECC 5.0 version.
    Kinldy do the helpful.
    Thanks,
    Sankar M

    Hi Rob,
    I am working in IDES ECC 6.0 , In that i gone to SWDD->EXTRAS->options->Modelling view -tree only is there. I couldnt change into Graphical network.That particular Modeling view button is in disable mode.What can i do for that?
    Thanks,
    Sankar M

  • Reg regenerating view

    hi,
    i need to create a change log functionality for a standard transaction.
    i had changed the standard table dataelement with change document checkbox selected and ran my change doc function module. I observed in SQL Trace that , there is a view which is updated.This view is related to the tables which i have changed. I didnt change the data elements of my view.
    My question is : Do i need to regenerate the DB Views also to get the change document information in CDHDR/CDPOS tables ? Or by simply changing the tables it will be suficient?
    If i need to change the data elements of view ..How to regenrate the view>?
    Thanks in advance.

    since u have changed the data element..
    at table level...u must redjust your Table (se14)
    no need to regenerate views....
    Thanks .
    Praveen .

  • Reg: Check View/MView query -

    Hi Experts,
    I'm trying to search for all references of a Table (in ALL_SOURCE). But not able to check into the query of VIEWs and MVIEWs.
    ALL_VIEWS and ALL_MVIEWS have LONG columns called TEXT and QUERY respectively.
    Any pointers how can I search into these columns?
    Help much appreciated!
    Ranit B.

    You can use all_dependencies
    SELECT *
      FROM all_dependencies
    WHERE type = 'VIEW'
       AND referenced_owner = 'TABLE_OWNER'
       AND referenced_name = 'YOUR_TABLE';Or you can have a look at Long to Varchar2 conversion....

  • Reg-Narrative View Case

    I have two columns A , B as two prompts.
    I am passing Values of A, B to Narrative View.
    I f A is selected A value should pass to Narrative View
    I f B is selected B value should pass to Narrative View
    FYI :User wont select both at a time.
    Thanks
    NK

    If you are using presentation variables then just call them using @{VarName} in Narrative view
    like @{A}@
    based on the value the view would show it.
    If you are not using presentation variables then
    use those A and B columns in the report
    and call them in Narrative view using their positions like @1@2
    where 1 the position of A from left in criteria
    Edited by: Srini VEERAVALLI on Apr 1, 2013 11:31 AM

  • Reg Filter View in Combined Request OBIEE11g

    Hi,
         We have a requirement where we need to show the filter view in a combined request. Currently we have achieved the same but putting another request but the issue when the download of the request happens the filter view is not downloaded and it has to be downloaded separately. We are using OBIEE11g(11.1.1.6.9).
         Please advise if there is any workaround to achieve this functionality so that download of results and filter view can be achieved in one shot. Thanks.

    Dev,
    Not possible to use the filter view in union request.Try creating the filters with filter view as a separate request and add them to the dashboard.
    Rgds,
    Dpka

  • Reg:componen view enhancements

    Hi ,
    I enhanced component BT126H_APPT  and I created New custom view .
    i am  not getting view name in to  runtime time repository . window and overview page config.
    I am getting message u201CView ZBT126H_APPT/ICtask is not defined in the runtime repository that was loadedu201D
    Can anybody please help me to resolve this issue.
    Thanks,
    Kaaviya

    Hello
    Here are a couple hints:
    1) Make sure that all the services in transaction SICF are active. Specially the nodes below /sap/bc/bsp/sap
    2) From the error message, looks like the runtime repository is corrupted. Please, compare the runtime repository of component BT126H_APPT  and the one in ZBT126H_APPT. Probably, you will have to restore the runtime repository.
    Regards
    Joaquin

Maybe you are looking for

  • Not able to insert row programticaly

    hi am trying to insert row to another viewObject from another viewobject programaticaly ,can somebody help me,i have recreate the problem i upload it in hostfile,am in jdeveloper 11.1.1.6.0 am geting this log error Caused by: oracle.jbo.InvalidOwnerE

  • Nano isn't recognized by computer and won't charge via USB port

    Hi, I'm having a problem with a couple of my Nanos and I can't figure out/find a remedy for it. The Nanos aren't recognized by the computer, nor do they charge when I plug them into the computer with the USB cable. They do charge when I use a FireWir

  • Trial Balance not appearing

    Dear all, In the trial balance selection criteria window - the option to choose BP or GL A/c's not appearing (the small tick box not appearing) so that trial balance cant be viewed.

  • PP CS6 Title Safe Motion Automatic Drop Shadow - WHY and how do I turn it off?

    Hello all. I'm new to Premiere (one week) after years on Avid. So go easy on me. I've created a title that I've added some motion to (basic stuff, just moved the position/added some directional blur so that the camera pan matches the title movement).

  • Installation problems PSE 11

    ELEMENTS 11 - PURCHASED FROM ADOBE. ADOBE DOWNLOADED THE PRODUCT DIRECTLY TO MY OLD COMPUTER - NO DVDS WERE INCLUDED. MY OLD COMPUTER CRASHED NO INFO OR PROGRAMS COULD BE RECOVERED. I HAVE A NEW COMPUTER AND NEED TO RE-INSTALL ELEMENTS 11. I HAVE THE