Table Names which stores GRN and GRIR Details of a PO

Hi Friends,
I want table names which stores GRN and GRIR details of a PO.
Thanks in advance
Expecting ur answers,
Cheers;-)
R.Kripa.

Hi,
From MKPF get the gr for PO.
if you see VGART = 'WE' and BLART = 'WE' then you get all MBLNR s GR related PO's. and using those go to MSEG table and get MSEG-EBELN and MSEG-EBELP
this is the flow...
MKPF to it_mkpf where VGART = 'WE' and BLART = 'WE'.
from
MSEG get EBELN,EBELP for all entries of MKPF and get PO's corresponding GR's
i hope it is clear...
Regards
vijay

Similar Messages

  • Whats the table name which connects BP and customer group code?

    Hi,
    Please let me know the table name which connects BP and its customer group code, i tried CRMM_BUT_SET0010 but i am not sure how to get "GUID for sets of business part"
    regards
    Vinay

    Hi Vinay
    Try instead table vision CRMV_BUT_SET0010. There you can use as search criteria the business partner number.
    However, if you want to understand the partner relation with guid_set value, just study how this table vision join is built.
    Kind regards,
    Garcia

  • Table names for Datasource mapping and Replication details in BI 7.0

    Hi All,
    I need the table names for InfoSource to Datasource mapping as well as table containing replication details of OLTP sources in BW. I need these for BI 7.0 datasources (object type RSDS).
    I know that tables RSISOSMAP and RSOLTPSOURCE give me the above information, but only for 3.x datasources. I want the corresponding tables giving same information for 7.0 datasources.
    Any pointers to these tables would be well appreciated and suitably rewarded.
    Thanks,
    Saurabh

    Hi,
    Check in ROOSOURCE table, may be helpful............
    Hope this helps in solving u r problem
    Regards
    Ramakrishna Kamurthy

  • Table name which stores teh vendor Email id

    Hi ,
      Can any body tell me the table name, where i can find the email id of the vendor.I found one structure, SZA1_D0100 where the email id is stored. but as it is of structure i cannot use that in my report. Could any body help me regaridng the issue.
           Thanks,
           Santosh.

    Example...
    *Selecting the ADRNE from LFA1...
    SELECT SINGLE ADRNR FROM LFA1 INTO I_ADRNR
    WHERE LIFNR = ITAB-LIFNR.
    *Passing ADRNR to ADR6 to get Email...
    SELECT SMTP_ADDR INTO TABLE I_Z1EMAIL
    FROM ADR6 WHERE ADDRNUMBER = I_ADRNR.

  • BW Table name which stores DataTarget - Infosource mapping

    Hi,
    Can somebody tell me in BW which table stores mapping between (any) DataTarget and its corresponding Infosource?
    Regards,
    Vikrant.

    RSUPDROUT
    RSUPDDAT
    RSUPDKEY
    RSUPDINFO?
    Check in the above tables and assign points if it helps
    Khaja

  • Table Name which stores Vendor e-mail id

    Hi Team,
      Please let me know in which table the e-mail ids of vendors would be stored.
    I have gon ethrough the t.code XKO3.iN E-MAIL id field it is directing to structure and field <b>SZA1_D0100-SMTP_ADDR</b>.
    Regards
    Badari Talanki

    Hi badri,
    look for ADR6 table
    take the address number of the vendor and get the mail id from the address number from this table .
    adr6-SMTP_ADDR
    regards,
    Vijay
    <b>lfa1- lifnr ,
    lfa1-adrnr,
    adr6-adrnr
    adr6-SMTP_ADDR</b>
    Message was edited by: Vijay

  • Table name which stoers Opening Stock posting of Inventory

    Hi all,
    I wanted to know what is the table name which stores the Opening Stock of Inventory. and also How can i know the price that i had given while posting the Opening Balance for a particular Item.
    Expecting you early response.
    Thank you
    regards,
    Shreyas

    Hi Shreyas,
    You can query the table OINM with transtype of '-2' which stand for "Opening Balance" for inventory items.
    The query looks like:
    Select * from oinm t0 where t0.TransType = '-2' and t0.ItemCode = '[%0]'
    Any items' opening transaction can be found there.
    Thanks,
    Gordon

  • Table name to find customer and which sales area he belongs to?

    Table name to find customer and which sales area he belongs to?

    Hi suchita,
    You can find these information Sales area he belongs and all in the table of  KNVV , take the customer number from customer master  KNA1-KUNNR  put it in KNVV-KUNNR. you can find all the  sales details.
    if you need more info send breaf requirement.
    if helpful award the points
    Regards
    Ram

  • Need the the underlying table names which the Material Plan Detail Search p

    Our supply planning users would like to obtain the demand and supply plan for a bunch of given parts by running a query against some tables. The data they need via a PS Query output in Excel format is the same data that is provided by the Material Plan Detail page in PeopleSoft Supply Planning (Menu Path: Supply Planning >>>Solve Plan>>>> Material >>>>>>Material Plan Detail). The main underlying table behind this page is PS_PL_MRP_DTL.
    The problem is that this table contains data for only one Part Number (INV_ITEM_ID). The data is populated when Item ID is selected on the Material Plan Detail Search page.
    What are the underlying table names which the Material Plan Detail Search page brings together to present the information for the selected part number on the target page (The Material Plan Detail page)?
    If you could tell us the underlying table names (which the Material Plan Detail Search page brings together) we can write a query to present the data to the users for multiple part numbers at a time and not just one part number at a time.
    Any help would be greatly appreciated.
    We are on FSCM 8.9 Bundle 13
    Thanks in advance.

    The ERD's for FSCM 8.9 are available from following link
    PeopleSoft Enterprise Financial Management 8.9 Entity Relationship Diagrams [ID 979359.1]
    https://support.oracle.com/epmos/faces/DocContentDisplay?id=979359.1
    Hope it contains the info you are looking for.
    Hakan

  • Want to know table which stores the Partition key details

    Hi Experts,
    Could you please tell me if there is way to find out the columns which are part of range partitions of the table. There is a table 'user_tab_partitions' it stores the name of the table and it's partition name. I need to know if there is a similar table/view which stores the partition fields name too.
    Thanks and regards,
    Ashish Soni

    Have you tried..
    DBA_PART_KEY_COLUMNS or
    ALL_PART_KEY_COLUMNS or
    USER_PART_KEY_COLUMNS Views ?
    Message was edited by:
    biswabijay

  • Table name which contains all the details of infocube

    Hi All,
    I need to write a program which contains the details of infocube like
    1) Request ID
    2) Request Number
    3) Username
    4) Transfered Records
    5) Added Records
    6) Data source
    Please could anyone tell me where i can find all these details.
    I need to know the table name or else any function module name which can fetch all the details based on Infocube. I got one table name 'RSMONICDP' where i can get Request number and username. but rest i m not able to findout..please help me out.
    Regards
    Anju

    Hi,
    Chk these tables
    RSMONICTAB -- transferred and added records
    try also RSREQDONE RSREQICODS and RSMDATASTATE for other details
    Regards,
    B

  • Table name which can show a list of customersfor an output type

    Hi All,
    Can you please tell me the table name which can show me the list of customers if a particular output type is mentioned in the selection screen.
    Thank you,
    Regards,
    Shanu.

    Hi,
    Table B001.
    Goto SE16 enter B001
    Application : V1 - sales, V3 - Billing
    enter output type - BA00 or RD00  and press F8.
    Regards,
    Chandrasekhar.S
    Edited by: chandra sekhar S on Aug 12, 2008 12:28 PM
    Edited by: chandra sekhar S on Aug 12, 2008 12:36 PM

  • Table Names for Excise Duty and Education Cess

    Hello
    In view of the recent Indian Budget 2007, Higher Education Cess of 1% shall be applicable from 1st Match 2007.
    The notes as suggested by SAP have been implemented and everything is clear for the new POs.
    We are having a lot of OPEN POs. The new condition of Higher Education Cess of 1% is to be incorporated to all these POs, where Excise Duty and Education cess is applicable through FV11 in 'Plant/vendor/Material' combination.
    Finding out such qualifying records is a bit cumbersome, so that new condition is incorporated correctly.
    Can somebody please guide me how to find out such records.
    Or the table names which contain Excise Duty, Education Cess and Higher Education Cess.
    This will help me to get the new condition entered at the earliest.
    Thanks and regards.
    -Nandu More

    Hi Nandkishor More,
    You can get relevant information using ABAP Query using following information;
    (a) Material and Chapter ID combination using table J_1IMTCHID and field name MATNR
    (b) Pending POs
    Hope this information will be useful.
    Bye,
    Muralidhara

  • Table name which contains the email addresses maintained in address area of SCOT

    HI,
    I would like to know the table name which contains the email addresses maintained in address area of SCOT.
    I know how to see through SCOT, but I want to see as a list through SAP table.
    I am not able to see email list through SXNODE AND SXADDRTYPE tables.
    Thanks,
    Nagaraju Ravuri

    Hi Nagaraju,
    You may use ADR6 table and field SMTP to get email address of respective users.
    Regards,
    Deepak Kori

  • Can we pass IT table name dynamically to READ and SORT stmt

    Hello All,
      i have a requirement in which i am passing table name using a variable and want to read the same table: so my question is can we execute read and sort stmt with dynamic IT name. please see below for explaination.
    v_itname = <it_2>.
    now read using variable
    READ table ( v_itname ) with key <field>.
    and
    SORT ( v_itname ) by (otab).
    thanks
    Mani

    Hi ,
    This can be done. Please refer to the  codes below. Please note that the code will work if the itabs are of type standard table else it may dump.
    You just need to replace the variables form the values from your internal table.
    DATA: v_table1(10) TYPE c VALUE 'I_MARA',
          v_field(10)  TYPE c VALUE 'MATNR',
          i_mara TYPE STANDARD TABLE OF mara.
    FIELD-SYMBOLS : <fs_tab>   TYPE STANDARD TABLE,
                    <fs_field> TYPE ANY.
    DATA: otab TYPE abap_sortorder_tab,
    oline TYPE abap_sortorder.
    SELECT * UP TO 10 ROWS
      FROM  mara
      INTO TABLE i_mara.
    IF sy-subrc = 0.
      ASSIGN (v_table1) TO <fs_tab>.
      IF sy-subrc = 0.
        oline-name = v_field.
        APPEND oline TO otab.
        SORT <fs_tab> BY (otab).
        READ TABLE <fs_tab>
        WITH KEY (v_field) = '000000000020000989' "
        BINARY SEARCH
        TRANSPORTING NO FIELDS.
        IF sy-subrc = 0.
        ENDIF.
      ENDIF.
    ENDIF.
    Regards,
    Dev.

Maybe you are looking for

  • How do I turn my video settings on to play a movie on the tv?

    I have a red, yellow, white adaptor to connect my iPad to the tv to play movies. The directions say to turn the video output to "on" to be able to play the video on the television. When I go to video settings this is not an option. Does anyone know h

  • Data is not stored in database

    dear all i have creation page in that default 5 should be disaplyed like usd0.00 as well as those items should be stored in db usd (came from functional currency came from set of books) when i take message styled text and set value to those it will n

  • Illustrator CS6 files not saving properly as PDFs??

    Prior to printing my work, I save PDF versions of my files.  More often than I'd like, when I print the PDF file from my computer, some of the graphics do not print correctly.  For example, a portion of a curved graphic (like a swirl) might be cut of

  • Aggregaed Sales - IDOC WPUUMS

    Hi, we are using IDOC WPUUMS01 for posting agg.sales from POSes. Problem is if on POS is given some amount of rebate to customer, SAP by posting always calculates the tax amount, which is in this case not correct. SO my question is can I with some us

  • Vendor Evaluation - Fully Automatic

    Hi all, Could you please answer two queries in Vendor Evaluation. 1. What is use and where we assign scope of list in vendor evaluation 2. I want to take evaluation from Invoice also. Configurations I have done but system is not calculating the score