Set up table contains the enhanced field information?

Hi Experts,
I am enhancing a field in the datasource 2lis_11_vaitm,
Things i did :
1.Enhanced the ext.structure with the required field.
2.Activated the ext.structure.
3.Witten the logic in the CMOD.
4. Deleted the Setup table and refilled.
Now my question is :
1.Did the setup table contains the ENHANCED FIELD with the historical data ?if so where to see that?
I checked in RSA3 the enhanced field is displayed with the records.
The code i have wriiten is WHEN "DATASOURCE " then -> logic from the base table.
Now will the data come from the base table or from the setup table?
Can any one help me in this issue.
Best Regards
Jelina

Why do we need to delete the setup table after doing enchancement with standard Datasource.
Ans :
You neednot refill the setup table just because you enhanced the datasource.
You need to delete and refill if the postings happened after you filled the setup table.
Meaning you will miss the current posting.Unless you have done a init in BI/BW side.
Hope this helps.

Similar Messages

  • Table for the enhanced fields

    Hi Experts,
    i enhanced the the data source 0FI_AP_4 with the four fields BUSAB,MWSKZ,TXJCD,FWSTE
    now i need to write code in CMOD to populate these fields in to RSA3, but i dont know from which tables these fields will get populated........
    can you please give me the tables from which these fields will get populated
    BUSAB - Accounting clerck - Table ?
    MWSKZ - Tax code - Table ?
    TXJCD - Jurisdiction code - Table ?
    FWSTE - Tax amount - Table ?
    Thank you

    Hi,
    You can follow the various approach to identify the table to populate the fields.
    1. Use Tcode SE11 and go to where used list to find desired table from the list of table.
    2. Use FI trasnsaction code to check FI document in R/3 (If you are not sure which code to be used please take the help of functional consultant) and press F1 -> go to technical help -> and you can find the proper FIELD/TABLE relationship.
    Dev

  • Which table contains the task related information in WMS

    Hi I have a requirement in which I need to have taskID, employee wms id.. Please help me know the main table which contains tasks related information in WMS.
    Thanks

    Thanks for your reply,,
    I came to know that task has status like unreleased, pending, queued, dispatched, active, loaded and completed.
      What is the table name, If their is a specific table that can hold the status of all the status, if not what are all tables that are getting effected in this process.
      for example:
       order number has status and it is maintained in or_order_headers and oe_order_lines. as the process changes wsh_deliveries, wsh_delivery_details, wsh_delivery_assignments,... etc will get effected.
    The similar way, in our case what is the main derived table like(order_headers, lines) and if their is a process what will be the underlined tables which are getting effected.
    Thanks,

  • SELECT * cannot be used in an INSERT INTO query when the source or destination table contains a multivalued field

    Hi,
    I am using Access 2013 and I have the following VBA code, 
    strSQL = "INSERT INTO Master SELECT * from Master WHERE ID = 1"
     DoCmd.RunSQL (strSQL)
    when the SQL statement is run, I got this error.
    SELECT * cannot be used in an INSERT INTO query when the source or destination table contains a multivalued field
    Any suggestion on how to get around this?
    Please advice and your help would be greatly appreciated!

    Rather than modelling the many-to-many relationship type by means of a multi-valued field, do so by the conventional means of modelling the relationship type by a table which resolves it into two one-to-many relationship types.  You give no indication
    of what is being modelled here, so let's assume a generic model where there is a many-to-many relationship type between Masters and Slaves, for which you'd have the following tables:
    Masters
    ....MasterID  (PK)
    ....Master
    Slaves
    ....SlaveID  (PK)
    ....Slave
    and to model the relationship type:
    SlaveMastership
    ....SlaveID  (FK)
    ....MasterID  (FK)
    The primary key of the last is a composite one of the two foreign keys SlaveID and MasterID.
    You appear to be trying to insert duplicates of a subset of rows from the same table.  With the above structure, to do this you would firstly have to insert rows into the referenced table Masters for all columns bar the key, which, presuming this to be
    an autonumber column, would be assigned new values automatically.  To map these new rows to the same rows in Slaves as the original subset you would then need to insert rows into SlaveMastership with the same SlaveID values as those in Slaves referenced
    by those rows in Slavemastership which referenced the keys of the original subset of rows from Masters, and the MasterID values of the rows inserted in the first insert operation.  This would require joins to be made between the original and the new subsets
    of rows in two instances of Masters on other columns which constitute a candidate key of Masters, so that the rows from SlaveMastership can be identified.
    You'll find examples of these sort of insert operations in DecomposerDemo.zip in my public databases folder at:
    https://onedrive.live.com/?cid=44CC60D7FEA42912&id=44CC60D7FEA42912!169
    If you have difficulty opening the link copy its text (NB, not the link location) and paste it into your browser's address bar.
    In this little demo file non-normalized data from Excel is decomposed into a set of normalized tables.  Unlike your situation this does not involve duplication of rows into the same table, but the methodology for the insertion of rows into a table which
    models a many-to-many relationship type is broadly the same.
    The fact that you have this requirement to duplicate a subset of rows into the same table, however, does make me wonder about the validity of the underlying logical model.  I think it would help us if you could describe in detail just what in real world
    terms is being modelled by this table, and the purpose of the insert operation which you are attempting.
    Ken Sheridan, Stafford, England

  • What SAP Table contains the info that a screen fields is hidden

    What SAP table contain screen painter information. Specifically what table contain the logic that a Infotype screen field is vivisable / hidden from the online user. I have been looking in SM51 and cannot track down the table used for this purpose...

    Hi Ryan,
    Please post this question in ABAP forum.

  • Which table contains the field CNTRC(Counter Reading)?

    Hi Guys,
    1) Can anybody tell me which table contains the field CNTRC (short description is Counter Reading) ?
    2) CNTRC is available in the structure RIMR0. In a situation like this, how do we identify the table name?
    Thanks in Advance,
    Vijay

    Dear Vijay
    The counter reading is available in IMRG table in field CNTRR. It is available in exponential form. you need to convert to decimal from using the FM FLTP_CHAR_CONVERSION_FROM_SI
    Please go through the below link for the
    same
    Link: [Re: Counter reading in IK11]
    Regards
    gajesh

  • Which SD Table holds the Technical Object Information?

    I am writing a report in SQ01 and can't find an SD table holding the technical objects information from the Sales contracts or orders. Can anyone suggest a table or which tables to joins I need. .
    Thanks
    Jen

    .... also:
    inner join with sales ordem item:
    VBPM-VBELN = VBAP-VBELN
    VBPM-POSNR = VBAP-POSNR
    Available fields:
    Technical reference object type
    Technical reference object
    Serial number

  • Which table contains the text

    hi all,
    im working on a smartform where i need to display data of trx VA01.After the initial screen of va01 in the Sales Tab when i double click the line item (Material field), it goes to a third screen where in Additional Data A tab  , Material Groups are defined from 1 to 5.
    I need to display the data entered in material group. In table VBAP the value for the material groups  from 1 to 5 is in the form of 01,02,03 etc. whereas when the user selects value of these they appear in a drop down list in the form of text.
    e.g:
    Material group 1 : uk , germany,india.(these are the options in drop down list on screen).
    vbap contains mvgr1 as 01, 02,06.
    I need to know which table contains the text uk,germany,india.
    thnxs .
    Points will be rewarded!

    Hi,
    Check the tables..
    For MVGR1 - TVM1T
    For MVGR2 - TVM2T
    For MVGR3 - TVM3T
    For MVGR4 - TVM4T
    For MVGR5 - TVM5T
    Thanks,
    Naren

  • I am creating a request for proposal form and I need to add a commission structure field.  I created a table using the ranking field and now I need to delete the "dots/buttons" and turn them into text fields, is this possible?

      I created a table using the ranking field and now I need to delete the "dots/buttons" and turn them into text fields, is this possible?

    It sounds like what you are trying to do is edit the choices in a likert field to something other than the default radio button. This is not something that you can do in Formscentral at this time.
    Andrew

  • What to know the master table for the following fields

    I want to know the master table for the following fields.
    Company code ( BUKRS )
    Chart of depreciation ( AFAPL)
    Main Asset Number  (ANLN1)
    Asset Sub Number ( ANLN2 )
    Asset Class ( ANLKL )

    hi,
    1) t001 (<b>for assets T093C</b>)
    2) t096
    3 and 4) anla
    5) anka
    rgds Andreas
    Message was edited by:
            Andreas Mann

  • Which R3 table contains the field WRSHB (Amount in FC)?

    In InfoSource 0FI_AP_4, the InfoObject 0DEB_CRE_DC is mapped with R3 field WRSHB (Amount in FC).  We try to find which R3 table contains this field, but fail to find it.   We've tried BKPF, BSEG, and PAYR, not successful.  We tried RSO2 and find that no view/table is attached to the datasource 0FI_AP_4, instead the extraction function BWFID_GET_FIAP_ITEM is used for the extraction, but inside this function, still can't find this field WRSHB.
    Any idea?
    Thanks

    hi AHP,
    Thanks for your answer to 0FI_AP_4.  Now we've got a question for 0FI_GL_4:
    Follow the similar SAP Help link for 0FI_GL_4:
    http://help.sap.com/saphelp_nw04/helpdata/en/57/dd153c4eb5d82ce10000000a114084/frameset.htm
    The above link shows the Origin Fields in the Extract Structure, however it doesn't contains the field called KNTTP, but it does exist in the datasource of 0FI_GL_4 of our R3 system, why?  Our R3 system version is 4.7.  SAP Help website should be updated, right?  Why SAP Help website doesn't contain the field KNTTP for datasource 0FI_GL_4?
    Thanks

  • What HFM Table contains the Hyperion Financial Reporting Modify Date

    Does anyone know the name of the HFM table that contains the Hyperion Financial Reporting Modify Date field of a Report?
    Thanks!
    Edited by: user2609991 on Sep 1, 2009 8:49 AM

    1. no "HFM Table" stores any information about Financial Reporting reports. Financial Reporting is part of the "BI+" / "Reporting and Analysis" product, so if there was any information to be found in a relational database, it would be in the BI+ schema not the HFM one.
    2. Oracle / Hyperion do not support customers trying to build their own relational database integrations directly into product repositories. To interact with the BI+ product (e.g. to extract modified by dates of FR reports) you should read up on the API and write custom code using that API. More information can be found in the Developers Guide here http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/hs_developer.pdf and in the "javadoc" documentation that comes with the BI+ product.

  • Setting Default Value to the Quantity Field in ML81n

    Hi Gurus,
    I have an assignment to set a default value of 1 to the quantity value when creating entry sheet. This is the process we go through before the point of setting the 1:
    1. Go ML81n and click on "Other Purchase Order" input some PO number and click enter.
    2. On the Menu --> Entry Sheet --> Create --> Empty Page
    3. At the bottom of the screen Click on "Service Sel", and click enter if a pop-up shows
    4. Now on the line item, select any row (1 or 2 or many). and Click on Services on top.
    So at this point when the new screen shows with the new Entry Sheet number, the line Items that comes up should all have a quantity of 1, and should be editable by the user before saving.
    How can i go about this. Which UserExit will do this or Enhancement Point. The screen field for this quantity is ESLL-MENGE.
    Thanks guys.
    Rewards, will be greatly reward.
    Edited by: Basil Balogun on Jul 7, 2008 11:03 PM

    Hi,
    Pls check out this Exit-
    package name ML-
    SRVESSR->EXIT_SAPLMLSR_010->Set Entry Sheet Header Data.
    For this in importing paramertes
    I _EKPO type EKPO in this we have MENGE field try to asign value 1 to this.
    First check the screen number of the popup screen for which you need to enter the MENGE valuein GUI status. Chck if this screen exit can be used by puting a break-point.
    And also try this screen exit for SRVEUSCR-
    EXIT_SAPLMLSR_020-Transfer of Data to Entry Sheet User Screen
    EXIT_SAPLMLSR_021-Adoption of Data from Entry Sheet User Screen
    SAPLMLSR-Screen exit at 0400 subscreen.
    Reward if helpful.
    Best Wishes,
    Chandralekha
    Edited by: Chandralekha on Jul 8, 2008 6:41 AM
    Edited by: Chandralekha on Jul 8, 2008 6:43 AM

  • Which table contains the status for WBS elemnts

    Hi Experts ,
    Could some one provide information regarding :-
    While we check WBS element in t-code :CJ03 for every WBS there are some status fields indicating REL / PLN etc.
    At the table level i m unable to find this status field.
    Aldready Checked in master data table PRPS and PROJ  also PRHI but it doesnot exsist in any of them.
    Is this populated though some other functonality or its stored in some database table : corresponding to WBS elements
    Any help is beneficial
    P.S : The answer to the above was not found in any exsusting thread here . So before Locking the thread please do provide the reason and tehn lock
    Thanks
    Kylie

    well thanks for your reply ,
    But , the field PSPNR of PROJ when applied to POSID of PRPS it provides the detail about one WBS Element only
    whereas there can be multiple WBS element for a single project definition .
    On the other hand , if the third party system needs to WBS elemnts master data then its required to send all the available created WBS elements .
    As per my analysis there cannot be a WBS creation in Project System without a Project Definition.
    So even if we donot check teh exsistence of teh project definition associated with WBS then also the data should be fine. What do you suggest on this ?
    Since i dont find an appropriate field to provide Project Definition number in table PRPS or which field in PRPS can relate to PROJ ?
    Because a project can have multipleWBS elements assigned (can you approve this ?)
    Eg :
    In CJ03 : Project Definition  = M.9995 on checking the WBS assigned follwing are the WBS elements
                   WBS :- M.9995.1
                               M.9995.2
    Now which field in PRPS can enlist me all theWBS for a projcet : Suppose the Project :M.9995then i need all the WBS associated at the table level . I m asking this question since i dont think there is such a field . As PRPS-PoSID = PROJ-PSPID only this relation exsists.
    Please verify the above understanding , it will be very beneficial as a knowledge of PS . Could somebody suggest on the above assumption
    Thnaks
    Kylietisha
    Edited by: kylietisha on Sep 19, 2010 7:18 AM

  • Which all table contains a particular field

    Hi
    Can any one give me the query for finding which all tables in the database contains a particular field.
    Like I want to find out all the tables which has fields with field name like '%LOC%'
    Thank You
    .S

    select table_name from dba_tab_columns where column_name like '%LOC%'

Maybe you are looking for

  • Insert taking a very long time

    I've got an insert statement that inserts into a fairly small table that is taking up to 3 minutes to complete. The table only has 52k records in it. Other tables in this database can be inserted into in less than 1 second. Running explain plan on th

  • Invoice Planning: Allowing ERS vendor

    Hi, We have implemented Invoice planning. Making our supplier an ERS vendor prevents us from doing the normal procurement process for using the supplier as they are an ERS vendor. The process of activating the ERS for the sake of using invoice planni

  • How to consume MII transaction as a webservice

    I have the WSDL for the MII transaction <?xml version="1.0" encoding="UTF-8" ?> - <definitions targetNamespace="http://www.sap.com/xMII" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://sc

  • JSP AND BEAN PROBLEm   java.lang.nullpointerexception   help me please

    hello i have a problem, when i open login.jsp and enter the form i have nullpointerexception. i don't understand where i wrong... i use tomcat 5.5 ... sorry for my english i'm italian and i speak only italian :( login.jsp this is the code of the java

  • Best UI for SAP Netweaver MDM 7.1

    Could anyone please explain me how to integrate SAP Netweaver MDM 7.1 with Microsoft Office Sharepoint Server (MOSS)? What components are involved and if there are more than one way, please list ithem? Thanks... Ramesh Ramanathan