Get db view of maintenance view

Hi. I am quite new to ABAP and i have to create a program that will replace some SPRO customizing. The idea is that for Time sheet customizing, the user will update the tables without transport, directly in productive system.
Now, because i do not want to do everything from scrach, i want to use some of the views provided by SAP standard to be used in my program for update / delete / insert, but the problem is that those views are maintenance views (Exemple : V_TCATX_LEVE2TYP ).
Can i find the database view linked to this maintenance view ?
Thank you,
Cristian.

There is not a database view linked to a maintenance view, the maintenance view are programmatically interpreted and not maintained at database level.
So go to SE11 and create a database view (if possible) or program the join/select in your program.
Proposal
- Copy the view(s) as Z-view and generate new maintenance dialogs without transport
- Try to call FM like VIEW_GET_DATA or VIEW_MAINTENANCE_NO_DIALOG to get and update the data disabling the transport
- Fully develop a new program
Regards

Similar Messages

  • How to get the view link definition from the view link accessor

    Hi,
    I am using Jdev 10.1.3 and ADF BC. I am trying to do deep copy in a master/details view, after the new child record is created, I want to update the foreign key attribute. I know I can get the list of attribute definitions from the row in the view object, which include the view link accessors, I am wondering if I can get the view link definition from the view link accessors, so that I can get the source and destination attribute names.
    Thanks!

    Hi,
    you should get this through
    ViewObject vo = this.findViewObject("LocationsView1");
    int indx = vo.getAttributeIndexOf("DepartmentsView");
    ViewAttributeDefImpl vAttrDefImpl = (ViewAttributeDefImpl) vo.getAttributeDef(indx);
    ViewLinkDefImpl vdefImpl = (ViewLinkDefImpl) vAttrDefImpl.findViewLinkDefImpl();
    Note that this code starts from the ApplicationModuleImpl class, which is why I used this.findViewObject().
    Frank

  • How to get standard view or table for the standard inforsource

    Hi all:
          According to business reqirement, we are going to use standard inforsource 0CO_OM_CCA_10,
    we need to know the standard view or table in order to corresponding DataSource?
    could you please tell me how to get  the standard view or table or DataSource?
    Couldn't thank you more!

    Hi Sony,
    Goto RSA1>BI content installation>goto objects>double click on the Infosource>then a pop-up comes search for that infosource-->select it and click on transfer
    Before that in the right side of the tab select the grouping as "Before and afterwards of the dataflow" and collection as automatic.
    then you get all the datasource/cubes and all the object related to the infosource.
    OR another option is-->
    Goto RSA6 in the R/3 and search for the datasource with the name "0CO_OM_CCA_10" (don't forget to expand all the tree structure in RSA6)
    then goto that datasource and double click on the datasource then you will get the Extract structure of that datasource.
    double click on the extract structure then you may get the View name also.
    hope this helps...
    Regards,
    Ravi Kanth

  • How to get the view Object in UserDefined Action

    Hi  All,
       Any body tell me how to get the view object , like the view object avilable in the wdDoModifyView() method as parameter.
    I have requirement like, i want to change the , no of rows displaying in the table should be changed at the runtime based onthe no of rows  selected in the dropdown box.
    The action which i created will be assigned to that dropdown box, on select of the available option, i will get the view object and change the properties of the "maxrows" of the table .
    so for getting the view object in the  the Action methods tell me what is the procedure for getting the current view object.

    Hello Vishal,
    Simply create a value attribute (say rowCount) of type 'integer' and bind it to the 'visibleRowCount' property of your table. Then, in the actionHandler get the value from the UI element (in your case, I guess it is drop down) and set it to the attribute 'rowCount' like this.
    wdContext.currentContextElement.setRowCount(
        wdContext.current<nodeElement>.set<AttributeBound toDropDown>);
    Bala

  • Why can't I get list view in calendar?

    I can't get List View any longer in Calendar on my iPhone. Why?

    IF you are running 8.x iOS then on the top right side are three icons - three bulleted horizontal lines, search and then a Plus sign
    If you click on the three horizontal line icon you will see the list
    Which iOS are you on?

  • Can't get album view in genius mixes to work right

    Hi - I'm not sure what is going on but I can't see the list or cover view while in Genius mixes. Also, some of the album covers are showing up and some not. But - I can't see what the mix is as the list won't show up and that makes the Genius mix not worth using if I can't even see what Itunes is selecting for me.
    I tried looking in the view menu but no help.

    I can't see the list or cover view while in Genius mixes.
    You don't get list view or cover view with the mixes. You can always submit this as a request to Apple at:
    http://www.apple.com/feedback/itunesapp.html
    Also, some of the album covers are showing up and some not.
    Are you talking about in iTunes? When you select that individual song in the main "music" section and pull up "Get info", do you see the artwork in the artwork tab?
    Or is it ok in iTunes and is the problem just on your mobile device? If so, which one.
    I can't see what the mix is as the list won't show up and that makes the Genius mix not worth using if I can't even see what Itunes is selecting for me.
    You can pull it up in DJ if you want, and that gives you a glimpse of what's in there, but only a max of a 100 songs. But, frankly, it sounds like the lack of visibility into genius mixes are sufficiently annoying for you that you might want to consider not using it. Use plain old genius playlists (select song, hit , save it as a playlist): That behaves more like it sounds like you want.

  • How to get the view tree from a jsp page

    Hi,
    I would like to get the view tree of a jsp page. The idea is to dynamically include the content of one or more jsf pages into a UIPanel during a "value changed" event.
    So, i could get from an arbitrary page like ...
    <%@ taglib uri="http://java.sun.com/jsf/core"   prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html"   prefix="h" %>
    <h:panelGrid columns="3" width="100%" rowClasses="gridTop">
        <h:outputText value="#{someBean.someValue}"/>
    </h:panelGrid>... the corresponding List of components...
    Any idea?

    Thanks for your answer Jayashri,
    The view tree can be retrieved by this way during the page is parsed, for example with scriptlets <%%>, or once the page has been parsed (the view has been builded and attached to the FacesContext).
    My problem is to get the view tree of a page from another Context.
    The idea is to build a dynamic layout of some pages that represents "views". I can imagine this like the concept of perspectives and views of Eclipse IDE.
    Because of the difficulty to build it with pure JSP (cannot use dynamic ID nor JSTL ForEach), I try to build it into my backing bean and to bind it with a <h:panelGrid/>. By this way, I'm not able to use the <jsp:include/> tag as I usually did to include some content into the view tree.
    Sorry for my english ;)
    - Renaud.

  • Q. 2:  Powerpoint for Mac 2011  Version 1     How do I get PRESENTER VIEW to work so I can see my notes and the audience only sees the slide show?  Currently PRESENTER VIEW shows up on the flatscreen and my laptop shows only the slide show....?!

    Q. 2:  Powerpoint for Mac 2011  Version 1     How do I get PRESENTER VIEW to work so I can see my notes and the audience only sees the slide show?  Currently PRESENTER VIEW shows up on the flatscreen and my laptop shows only the slide show....?!

    As PowerPoint it a Microsoft product, you may find that you get better answers to your question on their PowerPoint forums.
    Best of luck.

  • Getting infotype view in ESS

    Dear Friends,
    We are using SAP EP 6.0,my SAP ERP ESS 60.2. I would  like to know how to get the infotype view in ESS. We would like to know how to get the view of a custom infotype in the personnel information section of ESS. We have created a transactional iview(PA20)and we would like to see only the infotype screen 2000 view instead of PA20 initial screen.
    Our requirement is that, we should be able to get the infotype details of the <b>employee who has logged in</b> and not any other employees.
    Awaiting your valuable inputs!!
    Regards,
    Mahesh

    Hi Mahesh,
    GO to PFCG transaction and look for SAP ESS role in R/3. Add the custom infotype no in the role. 
    For viewing only the particular user data in the portal, you have to maintain user mapping.
    For this logon to portal and go to user administration -> Usermapping. Enter the portal user in the search box and choose user from the dropdown list and select go. The user is displayed. After this select the user and choose the R/3 system from the dropdown list and enter the ESS user name and password in the input box provided and save data.
    Now when you logon with the portal user you will be able to view only the mapped user data alone and not other pernr details.
    Regards
    Arun

  • Can't get the view function to work properly...

    For some reason, I no longer can get the VIEW function to do what I want. Specifically, everytime I try to get ARTIST to show, it shows ALBUM BY ARTIST instead. This does NOT happen in my downloaded file, only in the entire library. Anyone else have this happen to them? Please advise.

    In the Masked Artwork folder go to a photo with the keyword "food".   Does it have a check mark at food?
    I have had situations where the photo had the keyword printed under the title, but the check mark is not present.  A search with that combination for the keyword yields "no image found".
    Go to bottom of your keywords panel and look under Other Keywords.  Is Food there and checked?  If so you can right click on this keyword and Find will work.  If you have the type of situration where keyword has no check mark in your tree, except for at Other, I found you have to delete them and then re-enter them.  It will then work.
    Let me know what you find discover.

  • How can I get Disco Viewer to remember the user's final filtered worksheet?

    Hi every one:
    How can I get Disco Viewer to remember the user's final filtered worksheet?
    Each time the users login they have to make several operations (drillings, pivots, etc) to get their reports customized as they want. I wonder if is there a chance I could configure Disco Viewer in order to remember the last worksheet layout, and set it as the initial worksheet the next time the user login?
    Thanks in Advance
    Jorge

    Once your users have customised the report to their requirements, they can add the URL of final data diaplay screen to their favourites menu in the browser.
    Next time they want to run the same report, they can access the URL saved into favourites, they'll just need to enter their password to run the report when prompted.
    I know that this works with Oracle Applications user id's, and that the URL "remembers" User Name, Oracle Apps Responsibility, Workbook Name, and Paramteters Used, Table Layout Customisations, and Page Item selections... so in theory it should record Drill information too.

  • How can I get Disco Viewer to remember the user´s final filtered worksheet?

    Hi every one:
    How can I get Disco Viewer to remember the user's final filtered worksheet?
    Each time the users login they have to make several operations (drillings, pivots, etc) to get their reports customized as they want. I wonder if is there a chance I could configure Disco Viewer in order to remember the last worksheet layout, and set it as the initial worksheet the next time the user login?
    Thanks in Advance
    Jorge

    Once your users have customised the report to their requirements, they can add the URL of final data diaplay screen to their favourites menu in the browser.
    Next time they want to run the same report, they can access the URL saved into favourites, they'll just need to enter their password to run the report when prompted.
    I know that this works with Oracle Applications user id's, and that the URL "remembers" User Name, Oracle Apps Responsibility, Workbook Name, and Paramteters Used, Table Layout Customisations, and Page Item selections... so in theory it should record Drill information too.

  • How do you get timeline view on imovie 08  and speed up a clip on imovie 08

    how do you get timeline view on imovie 08  and speed up a clip on imovie 08

    Hi
    You can not - Nobody else (if not a very selected few at Apple dev.group)
    TimeLine was lost in iMovie'08 and 09 and a very simple one re-introduced in iMovie'11
    Speed Change - Was omitted in iMovie'08 - and returned in iMovie'09 - BUT has to be used in a certain way - the glider/slide if used - will destroy the audio (a Known BUG - in both iM'09 and iM'11) but use of pre-set fixed no. 25% 50% 100% 200% etc. will work.
    Yours - still using iMovie HD6 - and LOVE it - Bengt W

  • Logic to get the view in MM02

    Hi,
    I would just like to ask if there is an easier way to get the selection views in MM02. There are different views per material and I need to insert the logic in getting the view to a custom program. The custom program will be used for performing a BDC transaction that's why I need to get the logic for the views.

    Hi
    Try using the function module SELECTION_VIEWS_FIND
    * Material views ....................................................
      data:  l_vpsta like t130m-pstat.
      select single vpsta
             into   l_vpsta
             from   mara
             where  matnr = p_matnr.
    * Get View sequence .................................................
      data: l_bild  like t133a-bilds,
            lt_bild like mbildtab occurs 0 with header line.
    * Screen Sequence for Standard Industry tab pages in material master
      l_bild = '21'.
    * Get screen sequence
      call function 'SELECTION_VIEWS_FIND'
        exporting
          bildsequenz     = l_bild
          pflegestatus    = l_vpsta
        tables
          bildtab         = lt_bild
        exceptions
          call_wrong      = 1
          empty_selection = 2
          others          = 3.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    Shiva

  • How to get Coverflow view for pages and keynote?

    How do I  get Coverflow view for pages and keynote? Thanks.

    Coverflow works by clicking the  Coverflow view and then selecting the file. I've checked with Pages and Keynote both work perfectly. Perhaps you would post more info.

  • Cannot get Report View

    HI,
    Trying a get a view of a report from BO. I get the documentinformation ok and the Document view (i think its the default report or tab) and well the list of the reports (tabs) with their name, id and path but I cant seem to get a view and well there is no IReport interface in the API.
    I am using BO XI2.0 and .NET Webservice API.

    HI,
    ut the script into body section. It worked placing the code just before </BODY> and </HTML> instructions..(End instructions of the code), like this:
    <SCRIPT>
    window.onload=Init
    function Init()
    var Elements=document.getElementsByTagName('TD');
    for(var i=0;i<Elements.length;i++)
    if (Elements<i>.innerText=='Not assigned')
    Elements<i>.innerHTML =' '
    Elements=null
    </SCRIPT>
    </BODY>
    </HTML>
    Regards
    SS

Maybe you are looking for

  • 2 versions of windows 7 HP 32 bit running on same PC (1 pre sp1,1sp1). How to remove pre sp1?

    After much trial and error of internet information I was finally able to load Windows 7, 32 bit, SP1. To my surprise upon reboot there is the option to boot to pre-sp1 or sp1. How can I remove Pre-SP1 or at least delete the option so it always boots

  • Encoding error of texts in Japanese all of a sudden

    I used to be able to recieve and send texts in Japanese (with ALL iphone users) with no problem, but all of a sudden, the texts I recieve in Japanese (probably from people with iphone 3's) are not showing up properly anymore (probably an encoding err

  • Supplier Performance

    Hi SAP Gururs, Is there any standard report to view performance of the Suppliers. The report should have ideally the following fields: Vendor name Purchase order number Agreed delivery date Actual delivery date Quantity ordered Quantity remaining to

  • Help! Compiling error

    Hello guys! I',m having this bizare compiling error in the following code: Stirng test = "Test ; test ; test"; String[] tests = test.split(";"); System.out.printLine(tests.lengh());First off it highlights tests.length() and says in cannot find symbol

  • HT2736 i am in new zealand, and want to buy music which is not available in nz.

    i am in new zealand, and want to buy music which is not available in nz. When I try to purchase through the us store I am transferred back to NZ as my id is registeered here so I cant get the album anyway...is this common practice?