Regarding Views Generation

Hi i am doing standard Program modification with respect to OSS notes given by SAP.
in that they have given
The folllowing views should be generated after the DDIC changes.
J_1IVTXRAT for table J_1IEXCTAX
J_1IEXCDEF for table J_1IEXCDEF
J_1IEXCACC for table J_1IEXCACC
how we can proceed with this.
what is the view generation?
please help me.
thanks in advance.

Hi,
Whenever you create Table maintenance generator from SE11 -> utilities-> table maintenance generator , a View will be created which allows you to enter the Values from SM30 Transaction.
So in this case also you are asked to generate the table maintenance for the 3 tables which in turns create the 3 views corresponding to the tables
J_1IEXCTAX
J_1IEXCDEF
J_1IEXCACC
Views for them are
J_1IVTXRAT
J_1IEXCDEF
J_1IEXCACC
Table maintenance creation steps:
table maintanance Generator is used to manually
input values using transaction sm30
follow below steps
1) go to se11 check table maintanance check box under
attributes tab
2) utilities-table maintanance Generator->
create function group and assign it under
function group input box.
also assign authorization group default &NC& .
3)
select standard recording routine radio in table
table mainitainence generator to move table
contents to quality and production by assigning
it to request.
4) select maintaience type as single step.
5) maintainence screen as system generated numbers
this dialog box appears when you click on create
button
6) save and activate table
reward points if useful
regards,
Anji

Similar Messages

  • IDOC Model View Generation Issue

    Hi all,
    I am working on IDOCS and I am facing the follwing error when I try to distribute the Model View in IDOC--
    "the following ALE connection already exists in model view HR_TO_PI"
    I had deleted the above "HR_TO_PI" model view and I created a new one with new name.
    But I still get the same message.
    I don't think this is an issue with configuration.
    I am assuming it's an issue with table entries. Does this-"HR_TO_PI" value get stored in any table in the back end ?
    Kindly help. I had a look at SDN and other places but they all ask to check for partner profiles and logical systems which I believe I have configured right.
    Warm regards,
    Hari Kiran
    Edited by: HARI KIRAN REDDY on Feb 23, 2012 11:24 AM

    Hi Sravan,
    I had a look at TBD00. It shows all my current distribution models but not the one mentioned in the error.
    I had a look at some other tables in the TBD series but of no help.
    I don't know in which table  that entry has ended up.
    It's frustrating.
    Thanks for the input once again.
    Warmr egards,
    Hari Kiran

  • Regarding View Size Inside Tab Strip

    Hi All,
    I'm having a Tabstrip with 2 tabs. Inside which i'm having ViewContainerElememt on each tab. On Each View I'm having one dropdown & a table .
    In the first Tab i'm also having a Text View.If there is no values in the dropdown then that text view ll be displayed and not the Table . If there is values in the drop down then the table ll dispaly & not the Text view.
    Wat happens is,if there is value in the Dropdown then the table is getting displayed & the view is displaying in Full screen. If there is no value then the Textview is displaying.At that time the View Size is Reducing to Half.
    How to fix the ViewContainer Element inside that Tab ?
    I tried with giving Width as 100%  but still it is not coming.
    Helpful Answers ll be Rewarded.
    Regards,
    Padmam.

    Hi Padman
    Set the height property of tabstrip control to some fixed value.i.e 800px or whatever you want. it will fix the height of each tab.
    Regards
    Naresh

  • Regarding View

    Hi,
    Would be happy if some one clarifies the below doubt.
    Oracle version : 10g
    1. I have created a complex view ( say it would return 10million records).
    2. This view contains some structures like inline view in it ( so i suppose
    in the explain plan it may not be broken down to the base tables)
    2. I am using that view in a select statment as below
    select * from ( thisview)
    where thisview.empno =12
    and ..... (some more condition)
    In this scenario my doubt is that would this be fetching all the records and filter
    it using the conditions specified in the select statement?
    Please let us know if some can help me regarding this.
    Regards,

    Hi,
    The best way is to run the explain plan and see what it does.
    Where condition will be applied on base table. See the below example:
    SQL> select * from employees
      2  where first_name='XXX';
    no rows selected
    Execution Plan
    Plan hash value: 2285394972
    | Id  | Operation                   | Name      | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |           |     1 |    68 |     2   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| EMPLOYEES |     1 |    68 |     2   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN          | EMP_IDX   |     1 |       |     1   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("FIRST_NAME"='XXX')
    Statistics
              8  recursive calls
              0  db block gets
              3  consistent gets
              0  physical reads
              0  redo size
            874  bytes sent via SQL*Net to client
            373  bytes received via SQL*Net from client
              1  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              0  rows processed
    SQL>
    SQL> ed
    Wrote file afiedt.buf
      1* create view emp_view as select * from employees
    SQL> /
    View created.
    SQL> set autotrace traceonly
    SQL> select * from emp_view
      2  where first_name='XXX';
    no rows selected
    Execution Plan
    Plan hash value: 2285394972
    | Id  | Operation                   | Name      | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |           |     1 |    68 |     2   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| EMPLOYEES |     1 |    68 |     2   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN          | EMP_IDX   |     1 |       |     1   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("FIRST_NAME"='XXX')
    Statistics
             15  recursive calls
              0  db block gets
              5  consistent gets
              0  physical reads
              0  redo size
            874  bytes sent via SQL*Net to client
            373  bytes received via SQL*Net from client
              1  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              0  rows processed
    SQL>Regards,
    Avinash

  • Performance regarding view

    hi,
    i have a view named CREATE OR REPLACE VIEW TAX_AMT_VIEW
    (PTIN_NO, AMOUNT)
    AS
    select I_ASMTNO PTIN_NO,
    (D_CRNPT+D_CRNED+D_CRNLCS+D_CRNUAUTHCNSTPLTY+D_ARRPT+D_ARRED+D_ARRLCS
    D_ARRUAUTHCNSTPLTYD_PLTYONARR+D_ADVAMT) AMOUNT
    from DMA12.PT_ASMTRCPT_TBL;
    i am retrewing data from this view from another view CREATE OR REPLACE VIEW TAX_COLLECTION_OTHER
    (CIRCLE_NO, AMT_LKS, TOTAL)
    AS
    SELECT SUM(B.AMOUNT)/100000 AMT_LKS,count(b.ptin_no) TOTAL FROM dma12.PT_RECEIPT_TBL B,dma12.PT_ASSE_PTIN_NOINFORMATION A,
    A.PTIN_NO=B.PTIN_NO
    how can i make my view faster.
    i can i do the summation faster
    can any one suggest me
    regards,
    kishore

    alter system set __fast=true scope=spfile
    or
    read the performance tuning manual for your version
    In absence of any relevant information like
    version
    result of dbms_xplan.display
    which optimizer being used
    which columns are indexed
    do you use system stats,
    what did you try
    etc, etc, etc
    Question: if you don't want to share any information, yet are asking about a specific statement, why do you request help?
    Do you expect people here are clairvoyant?
    Sybrand Bakker
    Senior Oracle DBA

  • Regarding views in plannning

    hi
    any body help me on hyperion build views for automation of dimension building using HAL to plannning application.data source is SQL server.how to create views for account, utility,product,customer dimensions.
    Thanks
    subbu.

    Hi ACP,
    You can check it in table MARC/MARA. Field PSTAT. This gives the views created.
    The overall maintenance status is made up of the individual maintenance
    statuses. The individual maintenance statuses have the following
    meaning:
    User department Maintenance status
    Work scheduling A
    Accounting B
    Classification C
    MRP D
    Purchasing E
    Production resources/tools F
    Costing G
    Basic data K
    Storage L
    Forecasting P
    Quality management Q
    Warehouse management S
    Sales V
    Plant stocks X
    Storage location stocks Z
    kindly test your requirement with the Tcode MM50.
    it will be surely helpful.
    Let me kow the feedback.
    Regards,
    R.Brahmankar

  • Regarding views

    Hi all,
    I want some material on all the types of views like database views projection view, help view, maintenance view. how to create them and how to use them in programs.
    Thanks & Regards,
    Saroja.

    hi,
    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.
    - 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.
    Creating Database View:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ed06446011d189700000e8322d00/content.htm
    Creating Projection View:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecc5446011d189700000e8322d00/frameset.htm
    Creating Help View:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecd2446011d189700000e8322d00/frameset.htm
    Creating maintenance View:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecdf446011d189700000e8322d00/frameset.htm
    Re: what are the various views?
    http://help.sap.com/saphelp_webas620/helpdata/en/cf/21ec5d446011d189700000e8322d00/content.htm
    Regards
    Reshma

  • Regarding email generation with attachment

    Hi Experts,
    1)   Iam sending an email with excel attachment by using the FM "SO_NEW_DOCUMENT_ATT_SEND_API1".
       My problem is for example if i have 5 lines in the email table then these 5 lines are showing in single in the excel.
    How can i rectify this?
    2)  i need to submit the report in the back ground with variant and with out selection screen.How to do this?  
    Rgds,
    Krishna.

    Hi,
      Append each line of ur text seperately in an internal table for eg.  
       objtxt = text-007.
      APPEND objtxt.
      CLEAR objtxt.
      APPEND objtxt.
      objtxt = text-008.
      APPEND objtxt.
      CLEAR objtxt.
      APPEND objtxt.
    *Function module to send email with an attachment
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = docdata
          put_in_outbox              = 'X'
          commit_work                = 'X'
        TABLES
          packing_list               = objpack
          object_header              = objhead
          contents_bin               = objbin
          contents_txt               = objtxt
          receivers                  = reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        MESSAGE s899(m3) WITH 'Mail sent successfully!'.
      ENDIF.
    Then u  ll get the mail the way u designed.
    The answer of ur 2nd question is........
    Specify the selection screen in ur program
    and use FMs 'JOB_OPEN' ,  'JOB_CLOSE' & 'JOB_SUBMT' to schedule the job in the background..
    regards,
    ajit.

  • Regarding proxy generation for 1:n mapping

    Hi Experts,
                      I am using 1:N mapping for a file to RFC scenario. I  have one file at sender side and 3 RFCs in the receiver side. These RFCs belong to a BI system. Now I need to generate proxies for these. I am not getting the proxies  in SPROXY. How can do this.  How can I generate proxies for these 3 RFCs.Please help me.
    Thanks&Regards,
    Reyaz Hussain

    If u r thinking about both multimapping and use of server proxy, then u have to use BPM.
    If we import the RFCs in external definition , can we generate proxies for RFC.
    Yes, but this would not exactly mean that you are generating proxies for RFC. It would just mean that you are generating proxies for an interface which has same structure as that of RFC. Therefore RFC at receiver end won't be called.
    Regards,
    Prateek

  • Tabular Connection - Blank Power view generation is taking time.

    Hello Team, Got a question over the Power view report creation with the default settings.
    We are having two tabular model connection files (bism) which were created in the SharePoint.
    By using the Connection 1, It is taking around 6 seconds to have the blank power view report created wit this connection.
    When we tried to create a power view report from Connection 2, It is taking around 30 seconds to have the blank power view report ready.
    Questions:-
    . What is the reason for having this much time deviation for having the blank power views created between two connections?
    . Is there any power view/tabular model properties can be changed to get the better performance for the second connection?
    Please try to provide your view on this.

    You could try profiling your Analysis Server.
    http://msdn.microsoft.com/en-us/library/ms174946.aspx
    One of our CSS members wrote this article that may help you:
    http://i1.blogs.msdn.com/b/psssql/archive/2013/07/29/tracking-down-power-view-performance-problems.aspx
    Brad Syputa, Microsoft Power BI This posting is provided "AS IS" with no warranties.

  • Regarding view on 10g instance

    Hi,
    I am using 10.2 version.
    what is the use of view v$OSSTAT?
    when i query this on my database not displaying out put just showing 0 rows selected.
    what is the use with this view? what to do if we need to get info. from this view?

    Hi,
    It makes some system call to get that value. In this way it depends on OS. And for some instances you get value and some you does not, is because of bugs Oracle has while retrieving the value. If you want to figure out for your system (OS and hardware), you can check metalink else post your Oracle version, Number of CPU, OS along with its exact version.
    Regards

  • REgarding view selection  in mm02 while using bdc

    hi,
    i m using function module 'MATERIAL_BTCI_SELECTION_NEW'' for selecting the single view automatically in bdc,its working fine..but for another scenario i have to select the multiple views so for this what sud i do i how cud i pass multiple views in single parameter 'selection'.
    plz help me.
    thnx in advance.

    We had to make a BDC recently for multiple views. For most of them we used BAPI_MATERIAL_SAVEDATA, but there are some views which are not available (Accounting 2 for example).
    For others there are some other BAPIs, as BAPI_MATINSPCTRL_SAVEREPLICA for Quality Management, or BAPI_OBJCL_CHANGE fo Classification.
    Anyway, for those views that need to be filled using BDC, the better way we have seen is to select at the beginning of BDC the Basic Data 1 view (which is always at the top of the list and is not dependent of the views that are available for a particular material) and then navigate between views with the following OK_CODEs:
    Basic data 1 = SP01
    Basic data 2 = SP02
    External Objects = SP03
    Classification = SP04
    Sales: Sales Org. Data 1 = SP05
    Sales: Sales Org. Data 2 = SP06
    Sales: General/Plant Data = SP07
    Foreign Trade: Export Data = SP08
    Sales and Distribution Text = SP09
    Purchasing = SP10
    Foreign Trade: Import Data = SP11
    Purchase order text = SP12
    MRP 1 = SP13
    MRP 2 = SP14
    MRP 3 = SP15
    MRP 4 = SP16
    Forecast = SP17
    Work scheduling = SP18
    Production resources and tools = SP19
    General Plant Data / Storage 1 = SP20
    General Plant Data / Storage 2 = SP21
    Warehouse Management 1 = SP22
    Warehouse Management 2 = SP23
    Quality Management = SP24
    Accounting 1 = SP25
    Accounting 2 = SP26
    Cost Estimate 1 = SP27
    Costing 2 = SP28
    Plant stock = SP29
    Storage location stock = SP30

  • REgarding view selection mm02 in bdc

    hi,
         i m usung function module 'MATERIAL_BTCI_SELECTION_NEW'' for selecting the single view automatically in bdc,its working fine..but for another scenario i have to select the multiple views so for this what sud i do i how cud i pass multiple views in single parameter 'selection'.
    plz help me.
    thnx in advance.
    null

    We had to make a BDC recently for multiple views. For most of them we used BAPI_MATERIAL_SAVEDATA, but there are some views which are not available (Accounting 2 for example).
    For others there are some other BAPIs, as BAPI_MATINSPCTRL_SAVEREPLICA for Quality Management, or BAPI_OBJCL_CHANGE fo Classification.
    Anyway, for those views that need to be filled using BDC, the better way we have seen is to select at the beginning of BDC the Basic Data 1 view (which is always at the top of the list and is not dependent of the views that are available for a particular material) and then navigate between views with the following OK_CODEs:
    Basic data 1 = SP01
    Basic data 2 = SP02
    External Objects = SP03
    Classification = SP04
    Sales: Sales Org. Data 1 = SP05
    Sales: Sales Org. Data 2 = SP06
    Sales: General/Plant Data = SP07
    Foreign Trade: Export Data = SP08
    Sales and Distribution Text = SP09
    Purchasing = SP10
    Foreign Trade: Import Data = SP11
    Purchase order text = SP12
    MRP 1 = SP13
    MRP 2 = SP14
    MRP 3 = SP15
    MRP 4 = SP16
    Forecast = SP17
    Work scheduling = SP18
    Production resources and tools = SP19
    General Plant Data / Storage 1 = SP20
    General Plant Data / Storage 2 = SP21
    Warehouse Management 1 = SP22
    Warehouse Management 2 = SP23
    Quality Management = SP24
    Accounting 1 = SP25
    Accounting 2 = SP26
    Cost Estimate 1 = SP27
    Costing 2 = SP28
    Plant stock = SP29
    Storage location stock = SP30

  • Regarding the generation of the change log request

    Hi,
    While going through the BW310 document,i came across the below notes..
    The user can choose whether the changes called up from the different load requests are to be combined in a change log request, or whether a change log request is to be generated for each loaded request.
    How can i make the above settings.Where should i go inorder to get the screen where i can mention 'A change log request is to be generated for each loaded request'.By default the setting is like that.But i would like to know where to make these settings.
    Please help me.
    Regards,
    Rajesh janardanan

    Hi rajesh,
    If you select do not condense request into one request when activation takes places, ur generating one change log request for each loaded request. i.e while activation, each request is activated seperately and for each activation, one change log request is created. The advantage of this is you can delete individual request at the time of deletion from the ODS ( if at all u want to ). Suppose you club request and activate, and in the one request u want to delete later, then ull endup deleting all the request which are activated together.
    Process request serially when activation takes place has nothing to do with the change log requests. It sees to it that the activation process is serial instead pf parellel.
    Please post for more
    Sriram

  • Regarding spool generation

    Hi Friends:
      kindly see the below program:
    *& Report  ZSM1                                                        *
    REPORT  zsm1                                    .
    TABLES : lfa1,zsm1.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS : s_lifnr FOR lfa1-lifnr.
    SELECTION-SCREEN END OF BLOCK b1.
    DATA : git_lfa1 TYPE TABLE OF zsm1,
           gs_lfa1  LIKE LINE OF  git_lfa1.
    DATA : gs_adrc TYPE adrc.
    DATA : form_name TYPE rs38l_fnam.
    DATA: control TYPE ssfctrlop,
    control_parameters TYPE ssfctrlop,
    output_options TYPE ssfcompop.
    control-no_dialog = 'X'.
    control-device = 'PRINTER'.
    output_options-tddest = 'LP01'.
    SELECT lifnr adrnr FROM lfa1 INTO TABLE git_lfa1
                      WHERE lifnr IN s_lifnr.
    LOOP AT git_lfa1 INTO gs_lfa1.
      SELECT SINGLE name1 name2 street str_suppl3
                              city1 post_code1 region
                              FROM adrc
                              INTO (gs_adrc-name1,gs_adrc-name2,
                              gs_adrc-street,
                                 gs_adrc-str_suppl3,gs_adrc-city1,
                                 gs_adrc-post_code1,
                                 gs_adrc-region)
                              WHERE addrnumber = gs_lfa1-adrnr.
      CALL FUNCTION '/1BCDWB/SF00000313'
        EXPORTING
         ARCHIVE_INDEX              =
         ARCHIVE_INDEX_TAB          =
         ARCHIVE_PARAMETERS         =
          control_parameters         = control
         MAIL_APPL_OBJ              =
         MAIL_RECIPIENT             =
         MAIL_SENDER                =
         output_options              = output_options
         user_settings               = ' '
          git_lfa1                   = git_lfa1
          gs_adrc                    = gs_adrc
       IMPORTING
         DOCUMENT_OUTPUT_INFO       =
         JOB_OUTPUT_INFO            =
         JOB_OUTPUT_OPTIONS         =
        EXCEPTIONS
          formatting_error           = 1
          internal_error             = 2
          send_error                 = 3
          user_canceled              = 4
          OTHERS                     = 5
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      ENDLOOP.
    It must generate a spool request..but its not generating...please help........

    Hi
    You are populating the control parameters to specify the output details and suppress the popup which comes when the Smartform is invoked.
    Check this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d937ec90-0201-0010-0ca8-b6cb3b6dd1ef
    Regards
    Raj
    Message was edited by:
            Rajasekhar Dinavahi

Maybe you are looking for

  • Software troublesho​oting warranty

    Is there a warranty of 3 months on HP laptop software and is it possible to get year round software repair?

  • Problem with capturing of baselines

    Hi ! I have a problem with capturing of baselines- when the SQL is called from PL/SQL code... For example if I execute in SQL* Plus session alter session set optimizer_capture_sql_plan_baselines = true; exec dbms_mview.refresh('VIEW_CLIENT_KONTO', 'C

  • Virtualization

    Hi, I have notebook HP G62-b16ER I have problem with BIOS  My BIOS version F.2B I can not find virtualization technology It's not in my BIOS

  • XSLT processing in Java

    The few examples either in Xalan or Saxon I have been able to find need xmlSystemId or xsltSystemId that are both Strings. What if I have an xml string in memory and would like to transform it to another xml document? I have not been able to find any

  • Exporting .dmp file from 9.1.2 to 9.0.1.1

    Is it possiable from me to export a .dmp file generated from 9.1.2 to oracle 9.0.1.1