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 .

Similar Messages

  • 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: 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

  • Reg : Maintenance View V_T499S

    Hi Experts,
       In my report iam using V_T499S maintenance view for locations.. i want to know how to get record from view and pass into my internal table while iam using SELECT Query,
    Syntax Error : "V_T499S" is not defined in the ABAP Dictionary as a table, projection view, or database view.
    Please help me....

    You cannot select data from Maintenance Views using Open SQL statements.
    Alternatively you can use the FM: VIEW_GET_DATA to read the data from the view.
    Else you can proceed as mentioned by Dzed
    BR,
    Suhas

  • Reg Database view( 3 days struggling)

    Hi all Gurus,
    I am trying to create a database view for joining STKO, STPO, MAST.
    I  am getting duplicate records., How to avoid that ?
    Very CRITICAL  situation .  If any one of u have view for these table, please gimme the TABLE JOIN CONDITIONS.
    Hoping for the reply please
    Regards
    karthik.,,

    create a view using following coditions.....
    view fields:
    MAST~MATNR
    MAST~WERKS
    MAST~STLAL
    STKO~BMENG
    STPO~POSTP
    STPO~IDNRK
    STPO~MENGE
    STPO~MEINS
    STPO~ALPGR
    condition
      MASTSTLNR = STKOSTLNR
      MASTSTLAL = STKOSTLAL
      STKOSTLTY = STASSTLTY
      STKOSTLNR = STASSTLNR
      STKOSTLAL = STASSTLAL
      STASSTLTY = STPOSTLTY
      STASSTLNR = STPOSTLNR
      STASSTLKN = STPOSTLKN.

  • Reg : To view process chain flow for a cube

    HI Experts,
    I need to view process chain flow for a particular cube of sales distribution.Can you please tell me stps to perform .

    Hi,
    If the cube is already loaded then you can just to the infopackages which are loading it and in the infopackages you have option in the "schedule" tab to see which process chain it is loading.
    if not then you will have to identify which data source is loading to the cube and check for the infopackge.
    and I think the DTP will be in the same chain  as well.
    For DTP it is alreday mentioned by the others.
    Thanks
    Ajeet

  • Reg:Modify View

    Dear Experts
    Im displaying employee informations inside table UI element, when i select an employee the corresponding employee role and location is displayed in second view.  Im using a table ui element to display role and location of selected employee.
    Everything is working fine but in the second view, which is used to show the role and location of employee contains filter operation.
    the filter operation is working when i include the following code in WDDOMODIFYVIEW of second view.
    data wd_table type ref to cl_wd_table.
    check first_time = abap_true.
    Name of the table UI element to be provided
    wd_table ?= view->get_element( 'TABLE' ).
    wd_this->table_control ?= wd_table->_method_handler.
    *Name of the key attribute of the context node to which the table binding is done to be  provided
    wd_this->table_control->set_key_attribute_name( 'ROLE_NAME' ).
    im also getting the selected employee id in the same WDDOMODIFYVIEW.
    but the the employee id which is passed from the first view is refreshed. and the table is displaying empty rows.
    when i comment the line "check first_time = abap_true."
    the employee information is displayed inside the table but the filter operation is not working.
    any suggestions regarding this?
    Regards
    Arun.P

    This is the code i have written in domodify method
    data wd_table type ref to cl_wd_table.
    check first_time = abap_true.
    Name of the table UI element to be provided
    wd_table ?= view->get_element( 'TABLE' ).
    wd_this->table_control ?= wd_table->_method_handler.
    *Name of the key attribute of the context node to which the table binding is done to be provided
    wd_this->table_control->set_key_attribute_name( 'ROLE_NAME' ).
    In the above code if i comment the 'check first_time = abap_true.'
    The table is populated with values but the filter is not working .
    If i uncomment that code the table get potpulated with corresponding values but filter is not working.
    Regards,
    Arun.P

  • Reg:DB view

    Hi,
    If we want to add an extra field to an already existing DB view what are the necessary steps that we should follow
    Reagrds,
    Madhu.

    Hi ,
    goto SE11---.select view ---> give view name ---> check tab view flds.
    check from which table u want to get the data , if that table is present in that Joins then u can give ur required fields in View FlDS tab
    Regards
    prabhu

  • Reg Database view

    Hi all Gurus,
    I am trying to create a database view for joining STKO, STPO, MAST.
    I  am getting duplicate records., How to avoid that ?
    Very CRITICAL  situation .  If any one of u have view for these table, please gimme the TABLE JOIN CONDITIONS.
    Hoping for the reply please
    Regards
    karthik

    Hi,
    From SE11 create the DB view and join the tables with the key fields
    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.
    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&
    Reward points for useful Answers
    Regards,
    Raj.

  • Reg: Force View

    Kindly let me know in what situation force view created apart from doesn't have base table

    http://tinyurl.com/yhp92vm

Maybe you are looking for

  • Can't Print from Windows Vista Notebook to Printer installed in Mac Mini

    I have a home network that is connected to the internet by DSL. My Printer Xerox Phaser 3115 is installed to the Mac Mini. From my Vista Notebook, I can see the printer shared by my Macmini. However, I can't print coz the printer says "access denied"

  • BAM APIs and TPE in BizTalk

    Hi - i have been assigned work related to tracking data using BAM (its like Purchase Order, Sending/receiving Invoice, for Property related work) I know TPE is used to track only at Ports level which is not always helpful and if there is looping invo

  • Date and Time comparisons...

    Hi! and regards to all.... I´m trying to get the interval from a table depending on current date and time (sysdate), but i´m having problems when comparing date where first one is greater than second one... My table is defined and populated as... HRA

  • "General" Preference Pane Issue

    For some reason, when I set a number in the Documents option of the "Number of recent items:" the next time I log in the option has changed back to "None." This does not happen with the Applications and Servers options. Any ideas appreciated.  It's c

  • Excelsior Installer 1.7

    Excelsior Installer 1.7 Excelsior Installer helps you create installation packages for your Windows applications. It supports the most common installation scenario: What's New in version 1.7: * Two-click package creation * Installation package integr