Looking for a table (PO)

Hi,
i am programming smartforms and got stuck programming because i can't find the table and the field i am looking for.
In a purchase order on the item level there is a
delivery address (which can also be changed manually).
What i would like to know is in which table this address can be found. (and what the field is called)
thanx

Hi
Go to EKPO and get EKPO-ADRNR.
Pass the EKPO-ADRNR number in the table ADRC.
This will provide the address details.
Reward if this helps
Thanks

Similar Messages

  • How to look for the Table Name

    Hi Friends,
    Sometimes we need to download the table for the desired information if the same is not available from a particular report. How to look for the table name? Is there a report or a particular feild, where we can find the name of the particular table?
    Thanks for the assistance.
    Regards

    Hi Friend,
    If you want to see the structures then go to SE11. Sometimes it happens that you cannot find the table names but only fields. In such case, if you want to find the Table names which is not available, then go to SE90.
    Abap Dictionary > Fields > Table Fields.
    Now Enter the Field name in Right Hand Side of the screen then Execute. You will see the all tables by which that Fields are used.
    Regards,
    Jigar

  • Looking for System Tables / Views like in Oracle DB - user_constraints, user_tab_columns, ...

    Hello,
    I'm looking for system tables or views like in the Oracle Database.
    First I'm looking for running /active sessions - like v$sessions or in an RAC environment gv$session
    And get the corresponding SQL from v$sql
    Second I had problems to drop tables due to constraints.
    Therefore I was looking for dba_constraints, all_constraints or user_constraints
    select * from user_constraints WHERE constraint_type in ('R');
    With that information I'm able to generate a script to drop the constraints.
    Third I want quick lookup about data types used in a table to correct my settings in Oracle BI.
    For example which column in which table of my schema uses the datatype BIGINT.
    If only 3 attributes in  two tables out of 100 use the BIGINT datatype - I'm able to quickly change my settings in the OBIEE repository.
    I'm missing a table like user_tab_columns.
    How can I get the same information out of TimesTen ?
    Thanks in advance,
    Thorsten

    Hi Thorsten,
    You should be able to get some of the information that you want from the TimesTen reports that are in SQL Developer.
    e.g.
    <TimesTen Reports -> Table -> Columns -> Columns> returns a listing of all the columns and their data types. You can order by the data type column or add a filter (say ='TT_BIGINT') to restrict the result set.
    <TimesTen Reports -> Table -> Constraints -> All Constraints / FK Constraints / PK Constraints / Unique Constraints>  returns a listing of all the constraints, their name, the table that the constraints are on, and their properties.
    For all the SQL Developer reports, you will be able to see the underlying queries and the TimesTen system tables/ views that they reference.
    Simon

  • Looking for idoc tables.

    Hello,
    I am looking for a list of tables where idoc details are stored.
    I know about tables EDIDC and EDID4. But they have header data and segment name data.
    There should be few other tables that store the data that's in the segments fields.
    say for ex. Material number or other material attributes in Matmas idocs.
    Which table holds those detais?
    Would appreciate anyones help pl.?
    Best Regards,
    Shiv.

    Hi
    The Data is stored in the table EDID4 under application data. YOu can see that only when you increase the width of output to 1000. The Application data is stored as a cluster rather than single fields
    The data is stored only in structures of segments at filed level. But this may not be retreivable.
    Reward points if useful
    Thansk & Regards
    Kishore

  • OMBPLUS Looking for External Table in Mappings

    Hello,
    Can I resolve this problem with OMBPLUS?
    I would like looking for all the mappings (stage) that have a source as an External Table.
    Maybe anyone have a example?
    Thanks
    christian
    Edited by: user11126676 on 14.09.2009 07:19

    Something like this should get you on your way
    (code assumes that you have logged in and CCd to the project and then the module already)
    set maps [OMBLIST MAPPINGS]
    foreach map $maps {
            set tabs [ OMBRETRIEVE MAPPING '$map' GET EXTERNAL_TABLE OPERATORS]
            if {[llength $tabs] == 0} {
                puts "Mapping $map does not depend on external tables"
            } else {
                puts "Mapping $map depends on external tables: "
                foreach tab $tabs {
                     puts $tab
    }Cheers,
    Mike

  • Look for a table related FBCJ doc to FI doc ?

    Hi,
    what is the table in which i can find the FI doc creqted for FBCJ doc ?
    Please help
    Regards.

    Hi,
    jehade
    Please try to check out the these tables TCJ_POSITIONS & TCJ_DOCUMENTS for FBCJ transactions.
    Hope it will solve your problems.
    Thanks & Regards,
    Sharvai.
    Edited by: Sharvari Joshi on May 27, 2009 4:15 PM
    Edited by: Sharvari Joshi on May 27, 2009 4:15 PM

  • Looking for a table which contains Datasource and the name of DSO

    Hello,
    I need to extract a list with the datasource + Name System + DSO. If anyone know a BW table.
    Thanks in advance.
    Regards,
    Santos.

    Hi Santos,
    Please check the table "RSTRAN" -- directory of transformations in your system.
    If you have between data loading between DS and DSO, then you should have active data transformations.
    In this table, select type of source as data source and type target as DSO and execute.
    You will get list of DS and DSO which has active transformations.
    If you want details about each DS and DSO then you can check the below tables
    RSDODSO --- Directory of all ODS Objects
    RSOLTPSOURCE     --- Replication Table for DataSources in BW
    Regards,
    Venkatesh

  • Stop looking for similar table cells

    How do I get Pages to stop displaying a drop down list with similar text every time I try to enter text into Table cells. I'm logging video interviews so every time I type a question is usually starts with What or why and I have to wait for Pages to display every sentence I've typed into the cells that started with What or Why? What is the deal??

    Welcome to Apple Discussions
    Go to Pages > Preferences > General & uncheck "Show auto-completion list" (it's at the bottom of the third section of the preferences).

  • Look for a table for a field in ECC.

    Hello expert,
            I want to enhance a datasource with a field,  I can find out the position of this field in the ECC system, how can I know which table this field is in?
    Many Thank.

    That's probably kept in the USRXX tables on the R/3 side of things.
    Rob

  • Looking for EMP table example

    I am trying the HOW-TO section of APex and they keep refering the EMP table which I think is somewhere on like an employee application.
    Any ideas where I can find/download it from?

    Your database instance will have a default schema named SCOTT. Unlock this and give it a password, and you'll find it contains a bunch of tables, one of which is EMP.
    Hope that helps
    Ben

  • Looking for MTL_PARAMETERS

    Hi I am looking for two tables in the ETL DATA LINEAGE DOC
    1. MTL_PARAMETERS
    2.MTL_ITEM_CATEGORIES
    which are not present in the data lineage Doc 7.9.6.3 becoz the above two tables are from EBS R13 where DATA Lineage 7.9.6.3 shows only EBS R12 mapping
    So can any one tell how to check the mappings for this tables in the ETL for an OUT OF BOX rpd

    You may not get complete as 100% info using available Lineage docs.
    Try this:
    Open the respective app folder in Informatica Designer->Go to Source folders find the above mention source tables
    right click on any one and select Dependencies
    select only mappings/mapplets
    you get the list of mappings
    select and view in designer
    If helps mark.

  • Table to look for change documents for users

    Hi friends,
    Is there any standard table to look for change documents for a user?change document through SUIM does not give the correct log.
    Thanks for you support.

    Julius
    Looking at another of Tracy's other post (http://scn.sap.com/thread/3598947) she's trying to use ACL. Hence needing to know the tables to write joins/queries to hit tables within ACL
    I've seen ACL used and have had the fun experience of Auditors using Google to find tables to perform checks on without context of what has actually been implemented in their particular system.
    Regards
    Colleen

  • Looking for a value in a list stored in a database table field

    Hello,
    I have a field in a database table that contains a comma
    separated list on numbers. In my CFQUERY I am attempting to extract
    records from the database table where a parsed number is present in
    the comma separated list. I have tried the code below, but it is
    throwing an error.
    variables.publicationID is the number that I am looking for
    in the database table field.
    publicationList is the name of the database table field
    containing the comma separated list of numbers.
    where <cfqueryparam value="#variables.publicationID#"
    cfsqltype="cf_sql_integer"> in publicationList
    Can anybody help?
    Many thanks,
    smnbin

    The only way to do it with the data model you currently have
    is as follows:
    WHERE publicationList LIKE '#variables.publicationID#' OR
    publicationList LIKE '#variables.publicationID#,%' OR
    publicationList LIKE '%,#variables.publicationID#,%' OR
    publicationList LIKE '%,#variables.publicationID#'
    You need to check for 4 cases:
    it's the only ID in the list
    it's the first ID in the list
    it's in the middle of the list
    it's the last ID in the list.
    The better solution would be to replace this comma-delimited
    list with a mapping table, where each row in this mapping table
    contains a reference to the main table as well as a single
    publicationID.

  • Looking for table that links a PM Reservation to a MM Purchase Requisition

    Looking for table that links a PM Reservation to a MM Purchase Requisition

    Hi,
        Typically the way most SAP systems are configured, there are two scenarios here:
    1. The component reserved in the PM order is item category 'N'. This is a non inventory item and must be directly procured for consumption against the PM order at the point of goods receipt. In this case no reservation is created and instead a requisition is directly created (in table EBAN) and the requisition is account assigned directly to the PM order (in table EBKN - field AUFNR).
    2. The component reserved in the PM order is item category 'L'. In this case no requisition is directly created, instead a reservation is created against the item in stock (in table RESB). If there is sufficient stock of the item already then the item is consumed when it is goods issued to the PM order from stock using MIGO and there is no requisition created. In the event that there is not sufficient stock of the item for the reservations that exist, when MRP is run, a requisition will be created to replenish the stock, but this requisition will not be assigned to a specific PM order as it could be replenishing stock of the item for several reservations which are all for different orders. So in this scenario there is no direct link from the reservation generated by the PM order to the requisition.

  • Looking at dependencies for a table gets Error ORA-01436: CONNECT BY loop

    I have just tried looking at the dependencies for a table and I received an "ORA-01436: CONNECT BY loop in user data.
    Please let me know if there are any fixes or work arounds for this problem.
    Thanks
    Sunil

    Looks like there is another posting on this.
    ORA-01436 in Dependencies
    Because the query uses CONNECT BY and there is a circular reference it errors out. If it didn't, there would be an infinite number of results.
    This is the query that Oracle is using: SELECT owner, object_type, object_name, object_id, status , decode(replace(object_type,' ','_'),'PACKAGE_BODY','PACKAGE',replace(object_type,' ','_')) type_link
      FROM sys.all_objects
      WHERE object_id IN (
              SELECT object_id
                 FROM public_dependency
               CONNECT BY PRIOR object_id = referenced_object_id
               START WITH referenced_object_id = :OBJECT_ID ) pulled from sql_dev_root/jdev/extensions/oracle.dbdev.oviewer.jar, editors.xml
    I am not a connect by pro, so I can't tell you how to alter this to make it stop digging when it encounters an infinite loop, but maybe someone else can. In other tools, it normally dynamically pulls this data into a tree so it is only querying one level at a time.
    This happens if for example MY_TABLE depends upon MY_PACKAGE and vice versa:
    --MY_TABLE
      --MY_PACKAGE
        --MY_TABLE
          --MY_PACKAGE
            .... Hopefully someone on the sql dev team has a solution to this and can get it fixed in a later release.

Maybe you are looking for

  • What is the best method for backing up photos in IPhoto?

    I have over 10,000 photos in IPhoto and am looking for the best method for doing a backup (or an archive?).  I'm now using ICloud and it appears it's just photo streaming and does not have storage capability. External hard drive, copying to a DVD, ot

  • [Fwd: Re: Mbean method seems to work, but nothing happen]

    Forwarding to security news group for help ... -------- Original Message -------- Subject: Re: Mbean method seems to work, but nothing happen Date: 18 Jun 2004 15:25:51 -0700 From: Claudio Lazo <[email protected]> Reply-To: Claudio Lazo <[email prote

  • Printing on a mac

    Hi, I haven't been able to print on a network printer from the macintosh for the past five years or so. I have gone through a couple of PC computers that I use dedicated for printing. today, the PC crapped out, so came back into trying to fix the iss

  • Export-Mailbox for a list of users in a specified OU

    Hi, I am going to implement outlook autoarchive policy for a list of users in a specific OU or CSV. I want to export their mailboxes through Export-mailbox cmdlet to PST for a safer side before applying this policy. I also have a requirement to expor

  • ***There is not enough free space on the untitled disk***

    I am attempting to install PrintShop software and need approx. 1150MB for it to be installed.  My computer says that I have a 256GB solid state SATA.  It has 105.33GB free out of 159.18GB.  I don't have any idea of how to fix this. I emptied my trash