In which table field BSTNR is located

hi all,
i want to display a field in my report BSTNR i-e(PURCHASE OREDER NUMBER)  but i can't find the table in which it is located,kindly tell in which table i can find this field.
Thanks & Regards,
sappk25
Moderator message: next time, please (re)search yourself before asking such basic questions.
Edited by: Thomas Zloch on Aug 6, 2010 1:25 PM

Hi ,
Master table for purchase order is Ekko
item table is EKPO,
but if you are  looking for sales order ref perchase order number  then  go for VBKD and field is BSTKD.
cheers,
Bhavana

Similar Messages

  • Which table field I can confirm if the PO has done invoice receipt

    Hi,
    From which table field, I can confirm the PO has done invoice receipt. and in case of that with reference a PO, I have done the IR, but it was reversed, which means PO has not done invoice receipt.
    For this case, I don't want to read table EKBE to retrieve the invoice number, the read table RBKP to judge if there is a reverse IR for it.
    If there any status table field which indicate if the PO has done invoice receipt.
    Many thanks,
    Aries

    Hi Raj,
    For invoice receipt and credit memo, EKBE-BEWTP is all set with 'Q', so if there is reversed invoice. Also you can retrieve data from EKBE. But actually the PO also needs a invoice receipt. So it can not meets the requirement.
    Regards,
    Aries

  • From which table field could we find the 'material type' of delivery items.

    Hi,
    Please kindly advise from which table field could we find the 'material type' for one delivery items??
    Thank you.

    Hi,
    You cant get the material type directly from delivery item. Pls make a joint between LIPS and MARA tables to get the same.
    In LIPS, get the material numbers of the delivery document.
    Give them in MARA to get their material types

  • Which table/field can indicate the localization?

    which table/field can indicate the localization( us or uk or china etc)?
    and which abbreviation indicate the full corresponding country name, or you direct me how to find the related resouce?
    thanks in advance!

    Hi Lui
    You can have a look in oadm, has country in there.Then in your SBO Common look at table SLSD to know which country in words and not abbreviations.
    Jope this helps

  • Which table field stored the exchange rate for controlling documents?

    Hi,
    May i know which table field stores the exchange rate used for a controlling document?

    Hi,
    The exchange rate is not specifically stored in CO. In table COEP, the data in transaction currency, object currency and controlling Area currency is stored. You can derive the exchange rate from here.
    Rgds
    Shivram.

  • How to find in which table field "DDTEXT" with entry "xyz"

    How to find in which table field "DDTEXT" with entry "Item number in contract account document" exists.
    There are too many tables with field name "DDTEXT"

    Refer:
    Getting short text of data element

  • How to check which Table & Field is populating Data source

    Hi,
    My requirment is to check from which Table and Which field the data is extracted in the data source
    Data Source : 0MAT_PLANT_ATTR
    Field in Data Source :  MINBE
    Now i want to check from where (Table/Field) in R/3 is populating the Field MINBE in Data source 0MAT_PLANT_ATTR
    How can i do that

    Hi,
    Since you have the extract structure and the extractor, you can try Extractor Checker RSA3.Execute ST05 (activating SQL Trace), switch on the trace and execute the extractor checker. Once the extractor checker presents the results
    switch off trace. The clcik on Display trace and you will see all the tables that were hit by the extractor checker to retrieve data and present it to you.
    Note: Set the break point in the Extractor Function module.
    View the ST05 Extended Trace list. The Object name shows the Tables accessed.
    Hope this helps.
    Thanks,
    JituK

  • Which table field is used for getting Release quantity

    Hi friends,
    please tell me which table and field used to get "Release Quantity" also i want "Cumulative GR by release" table and field please do reply if u know.
    Thanks
    Yogesh

    Hi,
    RSEVENTCHAIN       Event
    Chain Processing Event Table
    RSEVENTHEAD        Header
    for the event chain
    RSEVENTHEADT        Header
    for the event chain
    RSPCCHAIN     Process
    chain details
    RSPCCHAINATTR      
    Attributes for a Process Chain
    RSPCCHAINEVENTS      Multiple
    Events with Process Chains
    RSPCCHAINT      Texts
    for Chain
    RSPCCOMMANDLOG     System
    Command Execution Logs (Process Chains)
    RSPCLOGCHAIN      
    Cross-Table Log ID / Chain ID
    RSPCLOGS
    Application Logs for the Process Chains
    RSPCPROCESSLOG     Logs for
    the Chain Runs
    RSPCRUNVARIABLES      
    Variables for Process Chains for Runtime
    RSPC_MONITOR     Monitor
    individual process chains
    Regards
    Ashwin

  • In which table field DEPARTMENT

    hi all,
    In which table i can find field DEPARTMENT.
    Thanks,
    sappk25
    Moderator Message: Consult your Functional Consultant/Specifications.
    Edited by: kishan P on Sep 2, 2010 12:46 PM

    I have already tried that, but when I do an insertion on the join view, the data which is in the other table is not displayed, although it is already in the database.
    It is like the viewobject is not updated. Do you know how I can refresh the view object in order to get the the updated information?
    The query of the view object is at the bottom of this message, and data that is not displayed when I do the insert belongs to the tables CodigoGeografico, CodigoOrganico, SegOrganizacion, Estado and SegRol:
    SELECT SegUsuario.CODIGO,
    SegUsuario.USUARIO,
    SegUsuario.NOMBRE,
    SegUsuario.ROL,
    SegRol.NOMBRE_ROL,
    SegUsuario.CODIGO_GEOGRAFICO AS CODIGO_GEOGRAFICO1,
    CodigoGeografico.DESCRIPCION,
    SegUsuario.CODIGO_ORGANICO AS CODIGO_ORGANICO1,
    CodigoOrganico.DESCRIPCION AS DESCRIPCION1,
    SegUsuario.ORGANIZACION,
    SegOrganizacion.NOMBRE_ORGANIZACION,
    SegUsuario.CONECTADO,
    SegUsuario.STATUS,
    Estado.DESCRIPCION AS DESCRIPCION2,
    SegUsuario.BLOQUEADO,
    SegUsuario.MAQUINA,
    CodigoGeografico.ROWID AS ROW_ID1,
    CodigoOrganico.ROWID AS ROW_ID2,
    Estado.ROWID AS ROW_ID3,
    SegOrganizacion.ROWID AS ROW_ID4,
    SegUsuario.ROWID,
    SegRol.ROWID AS ROW_ID5
    FROM SEG_USUARIO SegUsuario, CODIGO_GEOGRAFICO CodigoGeografico, CODIGO_ORGANICO CodigoOrganico, ESTADO Estado, SEG_ORGANIZACION SegOrganizacion, SEG_ROL SegRol
    WHERE SegUsuario.ROL = SegRol.CODIGO_ROL AND SegUsuario.CODIGO_ORGANICO = CodigoOrganico.CODIGO AND SegUsuario.CODIGO_GEOGRAFICO = CodigoGeografico.CODIGO AND SegUsuario.ORGANIZACION = SegOrganizacion.CODIGO_ORGANIZACION AND SegUsuario.STATUS = Estado.CODIGO

  • What report will tell me which tables/fields are used in a transaction

    Hi
    I'm new to SAP, but was wondering how I can navigate the data dictionary so I can get a list of all the tables, fields and field details for all fields used in the following transactions: IW29, IW39 and IW49N.
    Thanks and take care,
    Shayne

    Hi,
    Welcome to SAP!
    There are two ways to find what are all the tables used in the program,
    1. Easy & Effective way is to use ST05 and do SQL Trace.
    2. Normally, when you want to see the corresponding code in the program related to database activities, then do this,
        Goto SE38 --> Put the report name (say RIQMEL20) -> Press F9 --> Select data base activities (SELECT, DELETE, MODIFY, INSERT). Click Ok. This will show all the program lines.
    Regards,
    Vamsi

  • Which table/field holds the WF Administrator in SWDD?

    Hi all,
    we are in ECC 6.0.
    I have maintained the WF Admin is SWU3 and now we are developing other workflows and will be storing the WF Admin at the Workflow Level i.e. in SWDD; menu path Go To > Basic Data; tab Version-Dependent; tab Agents.
    I thought the data would be saved in SWD_HEADER, field WFI_ADMIN. It is simply not there...
    When I use function module SWD_WF_DEFINITION_ADMIN_GET, it returns the WF Admin defined in SWU3. I then debugged it and noticed that WFI_ADMIN is blank for my active Workflow version.
    Any ideas as to what I might have missed?
    Much thanks and regards,
    Cristiana

    use table VBUV (Sales Document: Incompletion Log)

  • How to find out which table/column is causing an error

    Oracle database 10gR1.
    Whiling running a process in a commercial software, I got an error "ORA-01858 A non-numeric character was found where a numeric was expected".
    Are there anyway I can check the log file in the database to find out exactly which table/field is throwing this kind error?
    Thanks.

    Are there anyway I can check the log file in the database to find out exactly which table/field is throwing this kind error?This is an application error & is not logged by Oracle by default in alert_SID.log

  • Which table contain the sales org/distribution channel details for an PO

    Hi Experts,
    Do you know from which table could i get the sales org/distribution channel details for an Purchase order.
    The Purchase order is an UB document type. STO
    Then there will be delivery order created for this STO.
    I heard there are 2 kinds of Sales org/distribution channel in one Purchase order? One is Vendor, another is local...?Is this correct understanding?
    Please let me know which table field could i find those info from an Purchase order document?
    Or the questions could be:
    Assumed we have replenishment delivery#, then how to get corresponding Purchase order#(UB, STO), and further how to get the sales org info?
    Please kindly advise from table fields points of view...
    How to get the PFrom an replenishment delivery#
    Thanks.

    Dear Hoo Laa,
    You may find the Sales Organisation/Distribution Channel details in PO itself (Shipping Tab). Table where you can get Sales Organisation/Disribution Channel is EKPV.
    Regards
    Samier Danish

  • Which table holds the reserved stock

    Hi All,
    In report - MMBE there are two columns unrestricted stock and reserved stock. Can you kindly share how this reserved stock is calculated which table/field holds the reserved stock. If I run the MMBE report now if it is determining the reserved stock assuming it comes from RESB which holds reservations what field in RESB gives me the reserved stock and how many days or what logic does MMBE use to calculate the reserved stock.
    Thanks
    Karen

    hi KarenFarr  .. check out this tables
    Table MCHB ,  MSLB
    regards
    chinnaiya

  • Which table has quantity balance (outstanding) on STO.

    Hello Friends,
    I have to modify a report.  The report has a list of plant + material + batch, and I need to find out whether any STO is open for that material and/or material-batch.  What is the easiest way, and from which tables/fields, to get this info ?
    Thanks,
    - Chetan

    depends a bit on the STO process you use.
    Are you doing deliveries, or just MM postings? is it intercompany or intracompany?
    What movement types do you use for goods issue?

Maybe you are looking for

  • 4215 EoS and cisco general EoS policy

    Hello, Can anybody help me on this matter: I'm finding a discrepancy between Cisco general EoS policy and the 4215 EoS announcement. As per Cisco general EoS policy: http://www.cisco.com/en/US/products/products_end-of-life_policy.html Software suppor

  • To List the Date in Words

    hi mates i need to get the date from the user and display the date in words. without using any FM. can any one guide me. thanks in advance. regards mano Edited by: manoj murugesan on Mar 20, 2008 3:11 PM

  • Comcast static IP, own domain moving away from Qwest

    Hi, We currently have a separate ISP and Qwest's DSL. We have our primary domain setup (mydomain.com) so I can run multiple vhosts, mail, etc. and an Apple Airport Extreme as a our primary router, configured with the public IP, etc. In addition, we r

  • Problems with navigator not displaying artboard correctly

    I'm having a heck of a time getting my navigator window to only display the artboard, option is selects in nav tab to "only display artboard". The navigator window is always bigger than the image and has extra white space around the artboard settings

  • Deploying Adobe Flash CS3 Pro

    Hey, I'm looking for any deployment documentation for Flash CS3 Pro for the Enterprise. We would like to be able to deploy this software with Microsoft SMS. Thank you, Brad