Maintained view se53.

hai guys,
I need information about maintained view se53.
I have two tables A and B at R3.I plan to create maintained view
for both tables and keep the view in APO.
so that i Can access this view(summarized value) for my APO process to create Production order.
In this case i want to know where its better to keep the MAINTAINED VIEW either APO or R3.
Thanks in advance.
Chandra

Hi,
Try this..
Goto SE11 give the table name goto change mode
then click on DELIVERY MAINTANCE TAB
then select option data browser/table maintance allowed as 'DISPLAY?MAINTAINCE ALLOWED.
this will work
Thanks,
Naren

Similar Messages

  • How to select the data from a Maintainance View into an internal table

    Hi All,
    Can anybody tell me how to select the data from a Maintainance View into an internal table.
    Thanks,
    srinivas.

    HI,
    You can not retrieve data from A mentenance view.
    For detail check this link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    Regards,
    Anirban

  • How Can i Read data From Maintainance View

    I Want read data from Maintainance View. i written select query
    SELECT *
    FROM J_1yyyyV
    INTO TABLE GT_BUSPLACE.
    WHERE BUPLA = LV_BUPLA.
    this is giving following error
    "J_1yyyyV" is not defined in the ABAP Dictionary as a table,
    projection view, or database view.
    Can you help me Please.
    Thanks in Advance.
    Regards,
    Raj.

    Hi raj,
    maintainance view is a nothing but combinations of table using join on some fields..
    see the relation ship between the joins..
    if you want to write selection query ..go to se11 -->enter view name >and open tab>
                    Table/Join  conditions--> see the table's involved and join conditons between tables.
    and write the select query same as like the Table/Join  conditions in se11..now you can acheive the
    table maintainance fields..
    Prabhudas

  • How to create a maintainance view for a table.

    Hi All,
    Can anyone explain me how do we create a maintainance view for a table?
    Also, what access is required to create the view.
    Is it true that for SAP tables we cannot create a maintainance view?
    Appreciate any help on this.

    Hi
    Can anyone explain me how do we create a maintainance view for a table?
    <i>
    You can use the SE11 menu option 'Utilities-->Table Maintenance Generator' or you can use transaction SE54.</i>
    also check
    <i>http://help.sap.com/saphelp_nw04/helpdata/en/38/81c1351181b73fe10000009b38f839/frameset.htm</i>
    http://help.sap.com/saphelp_nw04/helpdata/en/38/81c1351181b73fe10000009b38f839/frameset.htm
    Regards
    krishna
    <i>Note: Award Points if helpful. Thanks</i>

  • Is it possible to retrieve the data from maintainance view?

    Hi experts,
    Am facing one problem.
    Is it possible to retrieve the data from Maintainance View ,If yes how?
    IF it is not possible then Y?
    While am trying to retrieve data from maintainance view it's showing message like
    "it is not a database view or table".
    Can u pls give me ans.
    Thanks&Regards,
    Arun.

    Hi Arun,
    It is not possible to retrieve the data from Maintenance view. Maintenance View is different and Database View is different.
    Maintenance view : Maintenance view permits you to maintain the data of an application object together.The data is automatically distributed in the underlying database tables.
    A standardized table maintenance transaction is provided (SM30), permitting you to maintain the data from the base tables of a maintenance view together.
    In other words, 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.
    Database View: Data about an application object is often distributed on several database tables. A database view provides an application-specific view on such distributed data.A database view is automatically created in the underlying database when it is activated.Database views implement an inner join.If the database view only contains a single table, the maintenance status can be used to determine if data records can also be inserted with the view. If the database view contains more than one table, you can only read the data.
    Database views should be created if want to select logically connected data from different tables simultaneously. Selection with a database view is generally faster than access to individual tables. When selecting with views, you should also ensure that there are suitable indexes on the tables contained in the view.
    Hope this helps.
    Please reward if useful.
    Thanks,
    Srinivasa

  • Maint. Status in Dictionary: Maintain View- setting read and insert only.

    I am creating a maint. view for a custom table I have created.  Say the view was accessed via sm30, the user should be able to view existing records and insert new records, but not delete or change existing records.
    When in the Dictionary:Maintain View (from se11), I am on the Maint. Status tab and I see several options for access:
    -read only
    -read, change, insert, delete
    -read and change
    -read and change (time specific)
    The problem is, there is no option for READ and INSERT.  Does anyone know how to limit the access to this?
    Thanks,
    Aaron

    A workaround is to allow everything in DDIC and modify the function's PAI (se30 generation) to disallow whatever you want.
    Best!
    Jim

  • Maintaining View Clusters from se16 Data Browser

    Hi,
    Can we maintain View Clusters from Data Browser(se16).
    Best Regards
    Sid

    we cann't maintain view clusters for data browser.
    By using IMPORT and EXPORT statements we can store and access cluster tables

  • How we can use help & maintain view in program

    hi Gurus,
           how we can use help & maintain view in program?
            is it able to use in program?
    thanks in advance,
    Regards,
    Arun.

    Hi
    maintain view can be used in program using the function module 'VIEW_GET_DATA'.
    and help view is for search help.
    check this link below.
    [http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecd2446011d189700000e8322d00/content.htm]
    Regards,
    Sakthi.

  • Non key field in Maintainance View

    Hi,
    I have generated a maintainance view for a Z table. I want to sort data from SM30 by means of a selection screen, for that, in the 'View Flds' tab in the maintainance view, i have entered a 'S' for which ever fields i want to filter the data on.
    When i execute the table maintainance, i am able to see only the key fields and not the non-key ones in the selection popup, though i have put a 'S' for both, the key and non-key fields.
    Can anyone please let me know how to get the non-key fields on the selection popup when i execute the maintainance view?
    Cheers,
    Raghav.

    Not possible via this functionality. A workaround was suggested by Raymond in this thread:
    Transaction code for Table Maitainence for table
    Thomas

  • Creating 2 table maintainance views for one custom table

    Hello All,
    I want to create 2 table maintainace views for one custom table.
    I know how to create table maintainace but I want to know whether we can create only one maintainance view or we cal also create 2 maintainace views for a single custom table.
    Regards
    Mahesh

    Hello,
    You can create as many maintenance views one one table as you want.
    Kind regards,
    Bart

  • Creating maintainance view for a customising table

    Hello Team,
    I have a scenario where we have to create a maintainance view for a standard customising table. But all changes to entries for customising tables will prompt for a transportable change request. How to switch off this prompt for change request? Please let me know your views on this.
    Thanks!

    create a maintainance view for a standard customising table
    Doing that wont be a good idea.
    If you only want to disable the transport request in a production system, then call transaction SOBJ. Give the name of the object = the maintenace view, set the "[Current Settings|http://help.sap.com/saphelp_glossary/en/35/2a2c6ad9685cd5e10000009b38f974/content.htm]" flag on. (eg. F-60 on V_T001B for "Posting Periods: Specify Time Intervals")
    Regards,
    Raymond

  • Reading data from maintainance view

    hi ,
    Can we read the data from maintainance view through select statement.

    Hi again,
    1. V_001K_K
       Since this view comprises
       more than 1 table
      T001K
      T001
      It gives this error.
    2. Maintenacnee views comprising only 1 table
       can be used in Select.
      For eg. V_T001
      V_T003 = Not allowed
    PS:
    3. The reason for this is :
       Any R/3 view having only one table,
       for such view, a physical view is created
       in the database.
       The records in it can be modified, inserted,deleted.
       (conditions apply)
       But for view having 2 or more tables,
       no physical view is there in the database.
    regards,
    amit m.
    Message was edited by: Amit Mittal

  • Validations in MAintainance View

    HI all,
    I have assigned a Tcode to a maintainance view..So when i insert a new record , i want to check  if a primary key field is left blank while saving or if all fields are blank while saving. In these cases it should not save. So what do i do? another validation requires to check if the start date is lesser than the end date.. IS this possible without having to create a new module pool or anything similar? if so how? Is it possible using Events in table maintance generator? CAn u please give me the detailed steps?
    thanx,

    Hi
    Check below link:
    Its step by step guide for using Events in SM30.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc
    Thanks
    Praveen

  • Adding Custon button on MAintainance View

    Hi Guys,
      I need to add a custom button on maintainance View. On click of that button i need to grab the selected row and do something. How can i achieve this ?
    Thanks
    Amandeep

    Hi Naimesh,
      I am on ECC 5.0 as well. I have put my module as the last module when the complete screen processing is complete.
          MODULE liste_update_liste.
        ENDCHAIN.
      ENDLOOP.
      MODULE liste_after_loop.
      MODULE pdf.
    I still have that unicode problem.
    Data objects in a Unicode program are not convertible.
    Below is my codeod MODULE PDF.
    MODULE pdf INPUT.
      DATA: l_count TYPE i.
    * Table of the same structure of the TOTAL which can be exported
      DATA: BEGIN OF itab OCCURS 0.
              INCLUDE STRUCTURE ztst_incentive.
              INCLUDE STRUCTURE vimflagtab.
      DATA: END OF itab.
      DATA: wa LIKE LINE OF itab.
      LOOP AT total INTO wa.   "----->>>>>> Short Dump Occurs here
    *    APPEND wa TO itab.
        CLEAR wa.
      ENDLOOP.
    ENDMODULE.                 " PDF  INPUT
    SHORT DUMP
    Error analysis
        The statement
          "MOVE src TO dst"
        requires the operands "dst" and "src" to be comvertible.
        Since this statement occurs in a Unicode program, the special
        convertibility rules for Unicode programs apply. In this case, the
        following rules have been broken:
    Amandeep

  • Sequence of maintaining views in material master

    Hi
    Is it possible to maintain sequence of maintaining different views in material master.
    For example: Basic Data 1 should be maintained first & then Basic Data 2 and then General Plant Data/Storage 1 and then General Plant Data/Storage 2 and so on.
    If the user misses the sequence, it should give a error message.
    Regards
    Pradipta Sahoo

    Hi,
    u r requirment is possible, that u change screen sequence of material master so the apperance will be as per u r requirement. In changes can be done in OMT3B in SPRO.
    Rdg
    Shekhar

Maybe you are looking for

  • FM call from Variant Function in JAVA SCE

    Hello, I have an issue with Variant Configuration in CRM WEB UI / WebShops. We have created a variant function in ECC to read/pull a customer master value (KNVV table).  This is working fine in ECC & got the desired result. Now we need replicate the

  • How to assign & changed org. unit to employee Id

    Hi We want to move some employees from one organizational unit to newly created one in transaction code PPOM_OLD. In PPOM_OLD i created new Org. unit ,assign position then assigned existing employee pernr. But when i see in PA30 the organizational un

  • Not appearing under devices

    When I connect my iPod Classic, it does not appear under devices.  I do have it on my iMac desktop, so I think the USB is working properly.  The iPod also will connect to my PC with no problem; I synced yesterday evening.  I have the latest iTunes on

  • Stacked canvas on tab canvas

    Hi, I want to show a stacked canvas on a tabbed canvas. on stacked canvas, there are many fields that cannot be put on tabbed canvas and i must have to put these on stacked canvas with scrollbar. How can i put that stacked canvas on tabbed canvas? Re

  • Adobe RoboHelp 8 Reviewer's Guide

    For some reason the topic conercing the release of RH8 has been locked, so here my problem: I cannot download the Adobe RoboHelp 8 Reviewer's Guide from either of the given links. It says I must install Flash Player 10 but of course I am not an admin