Link Between Material Document and Accounting Document Tables

Hi Abapers,
Can u pls tell me, How can i link Material Document Tables  (MSEG and MKPF) and FI tables (BSEG and BKPF)?
The actual scenerio is when we confirm order in Production Planning. I want to pickup value from FI tables.
Thanx in advance.
Regards,
S.GUNA

Hi Guna,
you can always use "Environmental Analysis" of the tcode where you are confirming the order., for finding the underying tables.
1. Get the main program of the Tcode (order), by system status menu facility.
2. Goto se38 and give the main program name and click the
Environmental Analysis button, the icon adjacent to where-used three pegged icon.
this will list the tables . narrow down to FI segment and find out.
Wishes,
Rajagopalan

Similar Messages

  • Link between inv. number and accounting document number

    Hi Frnds,
    When i receive  a partial receipt (of an invoice) from a customer, i am getting the link between invoice number and accounting document number from a table (BSEG), but when i am receiving the final settlement amount from the customer, i m not getting the link between the inv. no. and accounting document number. Can anyone tell me how can i get the same?

    Hello,
    Try to prepare query based on tables BSIK, BSAK and BSEG. (Transaction code SQVI)
    Regards,
    Ravi

  • Link between invoice number and accounting document number

    Hi Frnds,
    When i receive a partial receipt (of an invoice) from a customer, i am getting the link between invoice number and accounting document number from a table (BSEG), but when i am receiving the final settlement amount from the customer, i m not getting the link between the inv. no. and accounting document number. Can anyone tell me how can i get the same?

    hi
    try these tcodes
    FBL5N
    FB02
    regards

  • Link between Material group and GL account

    Hi Friends ,
    Need your help in the following issue
    Where is the link between Material group and GL account. i.e. If material group is selected in PO then the GL account for the material should get picked up automatically in PO (for account assigned POs) ?
    What I know is
    1. In Account assignment category configuration we need to assign the value "VBR" in  Account Modification field.
    2. In Material group configuration we need to assign the vluation class for material group
    3. In Account determination(OBYC) for GBB transcation type for the combination of  general modifier "VBR" & Valuation class we need to assign the GL account .
    When PO is created with respective account assignment category the GL account is picked from the above setting.
    My question is ,  "Is there any other setting apart from the above which will decide the GL account in PO fro account assigned POs"?
    Thanks
    Deva

    Hi,
    From IMG> Material Management> Purchasing> Material Master> Entry Aids for Items Without a Material Master,
    With it you can define the G/L account assignment according to the relationship between material group and valuation class, from my point of view, you had better define some valuation class for non-produciton parts in advance.
    Good luck
    Tao

  • Table containing link between material document and serial number.

    Hello.
    In connection with a goods receipt for purchase order in transaction MIGO a material that is serial number controlled is being recevied. The transaction allows the user to seach and use a serial number. The user then posts the goods receipt for the purchase order and a material document is created (entry in table MSEG).
    With this entry in MSEG as a starting point, I have to find the serial number that the user selected when posting the goods receipt. I have been looking in thse tables EKPO, RESB, RSDBS, AFPO, EBAN, RKPF, MSEG and MKPF, but none of them has the serial number used. Would anyone be of assistance.
    Thank you very much.

    Hi,
    2 options:
    1. Use tables: MSEG, SER03, OBJK.
    Links:
    - MSEG & SER03 to read the object number
    MSEG-MBLNR = SER03-MBLNR + MSEG-MJAHR = SER03-MJAHR + MSEG-ZEILE = SER03-ZEILE
    - SER03 & OBJK to read the serial number
    Read OBKNR from SER03 with the above link & pass the same to OBJK table here you can get the serial number (OBJK-SERNR)
    2. Use FM - GET_SERNOS_OF_DOCUMENT
    Regards,
    Vivek

  • Link between Material Document number & Accounting document number

    Hi All,
    For material document there is a corresponding accounting document number generated.However this is not the rule in all cases.
    Where is the link between the two(Material Document & Accounting Document) ?
    In other words i want to list those material documents only, for which accounting documents are generated.
    Regards
    Piyush Kothari

    STEP 1
    SAP query way to extract your information.
    Create an infoset SQ02 with a single table MKPF. (include key fields in the field group)
    Step 2
    From Extras
    Create an additional field called zawkey (like bkpf-belnr) which will concatenate the MM document number MKPF-MBLNR and MKPF_MJAHR. The sequencing shall be number 1.
    You may use this code below and paste also (this needs authorization as well)
    data: zzawkey like bkpf-awkey.
    clear: zawkey, zzawkey.
    concatenate mkpf-mblnr mkpf-mjahr into zzawkey.
    zawkey = zzawkey.
    Add another field called ACCDOCNO (accounting documnet number) with sequencing number 2 with following code.
    data: zaccdocno like bkpf-belnr..
    clear: zaccdocno, accdocno.
    select belnr from bkpf into zaccdocno where
      bukrs = ccode and
      GJAHR = MKPF-MJAHR and
      awkey = zawkey.
    endselect.
    accdocno = zaccdocno.
    Step 3
    Include the additional fields  into the field group.
    Step 4
    Click on the selection tab and create a parameter called ccode with a description Company Code and  against
    LIKE    BKPF-BUKRS 
    Extras  OBLIGATORY 
    Step 5
    Click on the selection tab and create a seelction criteria pdate with a description Posting Date for the field MKPF-BUDAT
    Extras  OBLIGATORY 
    Step 6
    Save, Generate and assign the infoset to a user group.
    Step 6
    Create a SQ01 query under the usergroup with all the fields in the infoset. and Execute. Enter a company code and one date of a working day where you expect material transactions.
    The result will be all the material documents and their corresponding accounting documents, if available. If you want to see only those material document that do not have corrsponding accounting documnet, then while you are in the selection screen say accounting document number is not equal to blank.

  • Link between Material Document and Notification Number

    Hi
    In table QMEL we find the material document that is generated in correspond to Inspection Lot not for Notification((Goods Movement - Material Document).
    Our problem is that we didn't find the material document(Goods Movement) generated after notification.
    As we have done the cusmomization for posting the scrap in the notification and the Material Document is generated for this posting.
    In QM03 we can view the Material Document generated.
    Pls help!!!

    Dear Kumar,
    Thanks for reply but ,
    In this table the material document is corresponding to Inspection Lot not for Notification Number.
    e.g
    InspLot 40000000067( Material Document - 5000000083)
    . QM Notif. 300000062
    .. Goods Movement 49000030282008
    .. Goods Movement 49000030302008
    In table VIQMEL if we enter QM notification No.300000062 we will find InspLot 40000000067 and  Material Document - 5000000083 but not,
    .. Goods Movement 49000030282008
    .. Goods Movement 49000030302008
    I need table where we can find these material documents w.r.t QM notification number.
    Regards
    Purnesh/Anil.

  • Link between Fixed Asset and Purchase Order Tables

    Hi,
    I am working in Fixed Asset Report. I have a folllowing Doubts.Please clarify.
    1. How to link the Fixed asset tables with PO_HEADERS_ALL
    2. I took the Asset_Account field from FA_ASSET_DISTRIBUTIONS_V . But how to link with this table to other Fixed asset tables.
    Please give me the link between these tables. It will be grate helpful for me.
    Thanks,
    Prakash

    Hi,
    This should be mentioned/explained in [Oracle eTRM|http://etrm.oracle.com/] website (which is down for now). Others who already know the exact link may be able to help.
    Regards,
    Hussein

  • Linking between Material GR and Service Entry Sheets

    Hi!,
    We have two separate Quantity Contracts. One for supply of Material X and another for transportation service for transporting material X.
    Now the transportation vendor shall have to be paid as per the exact Goods Receipts quantity done for Material X.
    How do we link the Service Entry Sheet corresponding to the Transportation Service Contract with the corresponding GR for the Material X contract.
    Thereafter we also need this add the freight charges paid to the transport vendor through Invoice Verification as unplanned delivery cost in the Material X, Invoice Verification.
    Please advise.
    Regards
    aniruddha

    You can't mix the service and GR together....rather create the one contract for material and transportation service and use that contract e.g. create contract
    line item 10 is material
    line item 20 is service
    Use this contract
    OR...Create the PO for material and add transportation service as a freight condition then you don't need to worry the quantity dependent chrages becasue system will calculate based on the quantity ( use Freight condition is based on the quantity)
    hope this will resolve your problems

  • The reference field between purchase order and account assignment tables

    i need to reterieve the account assignemnt category (G_L_ACCT) which is in the table bbp_pdacc for an the purchase order item, i am not able to find the reference field. I am working on the SRM system.
    promise to reward points
    regards,
    anitha

    Well, the account assignment category in SRM table BBP_PDACC is ACC_CAT. If this isn't what you are looking for, could you please elaborate your requirements?
    Rob

  • Link between billing document and accounting document number

    Hi Frnds,
    When i receive a partial receipt (of an invoice) from a customer using f-28, i am getting the link between invoice number and accounting document number from a table (BSEG), but when i am receiving the final settlement amount from the customer, i m not getting the link between the inv. no. and accounting document number. Can anyone tell me how can i get the same?
    I have tried table BSAD and BSID.

    Hi,
    I will give you two options.
    1)Goto FBL5n.Enter your customer number and company code.Select All items.
    Execute.
    Search for your billing document number using CTRL+F.Select that line.Click on display.
    Here you will find the reference number and clearing document number also.
    2)Goto VF02.
    Enter your billing document number.Enter.
    Press Shift+F4 or the path is:goto-->Accounting document.
    You will get the accounting document number here.
    3)Goto FB03.Key in the document number.Enter.
    Regards,
    Krishna.

  • Link between OINV,INV1 and OIBT,IBT1

    i want link between OINV,INV1 and OIBT,IBT1 table so plz help me,
    in which way i connect two table inv1 and oibt

    Hi Vinu.........
    Welcome to SAP Business One Forum............
    Please check the link between these tables........
    SELECT Distinct T1.BatchNum
    FROM IBT1 T0
    Inner Join OIBT T1 On T0.BatchNum=T1.BatchNum AND T1.ItemCode=T0.ItemCode
    INNER JOIN DLN1 T2 ON T2.DocEntry=T0.BaseEntry AND T2.ItemCode=T0.ItemCode
    inner join ODLN T3 on T2.DocEntry = T3.DocEntry LEFT JOIN INV1 T4 On T4.BaseEntry=T2.DocEntry Left Outer Join OINV T5 On T5.DocEntry=T4.DocEntry
    WHERE T0.BaseType = 15
    Hope this will help you........
    Regards,
    Rahul

  • Establish link between Billing document and material document

    Hi All,
    I have billing document for some materials created using the FM BAPI_BILLINGDOC_CREATEMULTIPLE and I have created the material document for the corresponding materials using the FM BAPI_GOODSMVT_CREATE. Both these documents have been created in separate FM calls.
    My requirement now is that I have to establish a link between these documents, so that the material document appears when  the "Document flow" button is clicked in billing screen (VF02). Does have any suggestion for making this happen ? Any help will be highly appreciated .
    Cheers,
    Sandeep

    hi Meenakshi,
    Check with this i hope it will work
    you can have the data from BKPF through fields like AWKEY and AWTYP and VBRK (vbeln).
    in bkpf there is a field called AWTYP  in which you have to specify 'VBRK',and you have split AWKEY depending o upon the vbeln .
    bkpf-awtyp = 'VBRK'
    bkpf-awkey = vbrk-vbeln
    bkpf-bukrs = vbrk-bukrs.

  • Table link between contract document and billing document

    Hi,
    Please let me know the table link between contract data and its billing plan nnumber.
    Regards,
    bhaarathi.

    VBKD is the Table name
    if Ordertype "G"  <--- that means It is a contract
    From VBAK and VBAP you can get the Contract Details for the Order Type "G"
    Go to Table VBKD, with the contract and get the billing plan .
    FPLNR <--- is the Billing plan
    Here you get the relation Between Contract and Billing Plan

  • Link between outbound delivery and matriel documents of good receip

    HI,
    in which table we can find the link between outbound delivery and matriel documents of good receipt.
    thanks

    Hi!,
    If you have posted a goods receipt for an outbound delivery, you should find in the header table MKPF for the material document the field MKPF-XBLNR completed with the outbound delivery number.
    Then, if the document flow for the delivery has been updated correctly, in the table VBFA for the delivery (VBFA-VBELV), you should find the material document under VBFA-VBELN.
    I hope this helps you!
    Best regards,
    Esther.

Maybe you are looking for

  • Buffer Overrun in iTunes 6.0.3.5

    I'm sure many of you have been getting this error, but there is a buffer overrun error when I try and watch any newer movies in either iTunes, Quicktime, or on my iPod (.m4v). The iPod simply freaks out and I have to reset it, while iTunes says that

  • IDVD ejects dvd disc one minute early, before burning is completed. Why? What can I do to fix this?

    iDVD ejects the dvd disc one minute early, before burning is completed. Why? What can I do to fix this? I have checked project via mapping and there are no problems with it. I have previewed the entire project and it runs fine.

  • HT5622 itunes stopped working

    I can no longer open itunes. It says to re-install itunes but it wont let me do that either! what can I do

  • Screen is black although the computer is running

    I pit my computer to sleep yesterday and when I opened it up to use it the screen stayed black although it sounds like it's running in the back ground. I tried restarting and removing the battery. Any other suggestions? And yes I also tried the Scree

  • Http server in the same oracle home or not ?

    Hi, finally i could install oracle 10g 10.2.0.3 on windows vista. Now i want to install http server but i wonder if i have to install in the same oracle home or in another one. Some documents says yes another one not.