***Idoc which has PO,Vendor and Contract details

Hi all,
could you let me know the Idoc which has PO,Vendor and Contract details.
Thanks,
Srinivas

hi Balaji,
PO data you'll find in EKKO (header) and EKPO (items)
vendor number: EKKO-LIFNR
FI doc:
BSIK/BSAK-EBELN = EKPO-EBELN
BSIK/BSAK-EBELP = EKPO-EBELP
hope this helps
ec

Similar Messages

  • To update vendor and customer details in BP transaction

    I have created a donor in the BP transaction . i need to update the vendor and customer details for the reated donor.
    please can someone suggest some BAPI's or FM's which are available to do the same.

    Hello Om,
    You can get vendor/costumer number and their names in FBL3N when you get bank ledger's line item.
    You must use BTE functions.
    I don't your techinal skills about SAP but if you don't know ABAP or ABAP dictionary details, you can get help your ABAPer.
    I will explain step by step.
    First of all, if you don't use BTE before, You must create a product on FIBF.
    Call FIBF transaction -> Settings -> Products -> ...of a customer
    Create a new line,
    Product : ZFI
    Text : BTE Products for FI Exit
    Product active : tick check fro activation.
    Then you must call SE11 for structure RFPOS.
    You must use append structure function for this structure and you can define ZFI_RFPOS append structure.
    Define 4 fields.
    Component : KUNNR - Component type : KUNNR
    Component : NAMED - Component type : NAME1
    Component : LIFNR - Component type : LINFR
    Component : NAMEK - Component type : NAME1
    Then save and active your RFPOS structure.
    After that, you must do same step for structure RFPOSX.
    Then go to SE37 and copy from SAMPLE_INTERFACE_00001650 to ZFI_INTERFACE_00001650 FM.
    After copy action, you must uncomment this line on ZFI_INTERFACE_00001650 FM's source code. It's very very important;
    E_POSTAB = I_POSTAB.
    Then you should add some ABAP code for getting customer & vendor details.
    I give you some examples, you can use it. (next message on this thread, please check)
    Then save and active FM.
    Call FIBF transaction again.
    FIBF -> Settings -> Process Modules -> ...of a customer
    Define a new line.
    Process : 00001650
    Function Module : ZFI_INTERFACE_00001650
    Product : ZFI
    and this customizing.
    Then you go to SE38 transaction.
    start report RFPOSXEXTEND. After starting, a pop-up appears, you must click YES.
    After those operations, you can see customer/vendor code and their names on FBL3N.
    I hope it helps to you.
    Regards,
    Burak.

  • I've recently been given a macbook pro from uni, with lots of adobe software on. I want to pair it with my iMac which has music etc and is it possible to get the software to the imac and the files to the macbook?Giving me the best of both :-)

    I've recently been given a macbook pro from uni, with lots of adobe software on. I want to pair it with my iMac which has music etc and is it possible to get the software to the imac and the files to the macbook?Giving me the best of both :-)

    You would need the original installation disks or files for the Adobe software to get it onto your iMac, and having it on two computers may not be allowed by your university's licensing. Talk to whoever issued the MacBook.
    As to the music, just copy it over to the MacBook, either via Home Sharing, file sharing, or an external storage medium (hard drive, USB flash drive, etc.).
    Regards.

  • HT201272 How can I recover a purchased app on one itouch (which has since died) and put it on my new itouch device if I haven't syncronised my old device with my mac/itunes account before it died?

    How can I recover a purchased app on one itouch (which has since died) and put it on my new itouch device if I haven't syncronised my old device with my mac/itunes account before it died?

    It is easy to download items you have purchased from iTunes again; this article will walk you through it: http://support.apple.com/kb/HT2519
    You want the "Apps on iOS" section.

  • HT204394 How can I expunge my iCloud account which has become contaminated and open a new one?

    How can I expunge my iCloud account which has become contaminated and open a new one?

    If you want to create a new iCloud account, go to Settings>iCloud, tap Delete Account, then sign back in with a different Apple ID to create the new account.  If you have any photo stream photos that you want to keep, save them to your camera roll before deleting the account.

  • How do I unlink Ipod from my old PC (which has crashed HDD) and link to new PC without erasing contents of my Ipod?

    How do I unlink Ipod from my old PC (which has crashed HDD) and link to new PC without erasing contents of my Ipod?.  Unfortunately I lost all my content (photos, music) etc from my old PC when it crashed .... but when I try and link my iPod to my new PC it wants to erase the iPod first, which obviously i don't want to do, else I lose all my content ... can anyone help?

    See:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Any Orjinal SAP Reports which has currency field and currency key

    Hi Friends,
    I am looking for a report which has currency field and currency key at selection screen. I want to learn how SAP do selection with currency. Can you say a transaction deal with my desire?
    Thanks.

    try report RFSSLD00
    A.

  • Vendor and Contract Hierarchy

    I have a question that is about making a link with Vendor and Contract Hierarchy. First it is not clear how I can set the Vendor Hierarchy, I want to upload vendors from R/3 and for that I can create a vendor group and then upload but then how I can make a Vendor Hierarchy and I am not sure that I understand the correct thing about Vendor Hierarchy?
    Thanks in advance if you clarify this on going issue in my mind.
    Best Regards,
    #Bill J.

    Hi Bill,
    For using Product Cat.\Vendor\Contract hierarchy activate follwing before any data replication in EBP .
    Spro->SRM Server->Cross. App.->Activate Hierarchies for Product Categories, Vendors, and Contract .
    Regards,
    Sachin S M

  • Captureing Vendor And Manufacturer Details in PLD

    Hello All,
    I'm working on PLD for Outgoing Excise Invoice. My Client wants to capture Vendor and Manufacturer details like address and Excise details in PLD. Please help me, wheather its possible to capture this details in PLD.
    Thanks,
    Pratheeviraj.

    Hi Pratheeviraj
    You cannot "capture" information in the PLD. The PLD is a reporting feature that allows for changing layouts. Therefore the information the PLD will use, must be defined already in the system and be available to the PLD. I am assuming that you mean you want to add extra information in the layout, if this is so, you can add fields to the layout that are of type database and link to the necessary fields.
    The fields will only work if they can relate to another field in the same area. For example, if you have an item code as a field in the rows, then adding the manufacturer from the OITM table will be possible as it will relate to the item code.
    My only question will be what the manufacturer and vendor information is that you are referring to. Is this information in standard SAP fields, or user defined fields, or user tables?
    Let me know what the source of this information is and we can guide you better on adding them to the PLD layout.
    Kind regards
    Peter Juby

  • I have a Mac os x 10.7.4 which has Java 32 and 64 bit installed.  Am unable to deposit to bank online getting a message stating I need Java 32 bit for Mac, confused???

    I just got a MAC OS X 10.7.4 which has Java 32 and 64 bit installed.  Am unable to make deposits on line.  I get a msg stating it appears I am using 64 bit java and I need 32 bit java for MAC. I have changed order of java in preferences but it does not make a difference.  Suggestions?

    MadMAC0 posted at https://discussions.apple.com/message/20107182?ac_cid=tw123456#20107182 that:
    Apple has posted (10/22/12) the approved solution for restoring the Java 6 plug-in:
    Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality.

  • If I have the creative cloud package which has Photoshop, Indesign and Illustrator CS6, do I have to pay to again to get the CC 2014 version?

    If I have the creative cloud package which has Photoshop, Indesign and Illustrator CS6, do I have to pay to again to get the CC 2014 version?

    It really depends on which subscription plan you are signed up to.  Normally whichever programs are available thru your subscription are listed for you to install in the CC desktop manager application.  If you do not see certain programs listed it might be because your machine does not meet the system requirements for them... that is normally what happens with the manager.

  • I have bought an Iphone 4 for my daughter from the apple store, I am trying to use a giff gaff sim which has been activated and has credit on it but the phone does not recognise the sim card

    I bought an Iphone 4 for my daughters birthday from the Apple shop, I am trying to use a Giff Gaff sim card which has been activated and has credit on it but the phone keeps giving me the message  "please use a compatable sim"

    Read here:
    http://support.apple.com/kb/HT5014

  • If i put all my files on drive C which has the os and do a one key recovery, will i lose my files?

    If i put all my files on drive C which has the os and do a one key recovery, will i lose my files? considering that drive C the the partition which has the os and the drive D has the lenovo drive which has all the lenovo drivers and all those. Will i lose my files?
    Solved!
    Go to Solution.

    Never never put your documents in the C drive.
    Many things can go wrong, and whenevr you have to reinstall os, your files would be gone! Take some pain now and partition the drive now, or you will feel helpless when your c drive is removed by failure of os or some **bleep** virus.
    Simple solution: partition the C drive.
    Step 1: download G-Parted software
    Step 2: put it in live usb.
    Step 3: boot your computer with the usb plugged in.
    Step 4: then REDUCE THE SIZE of c drive.
    Step 5: suppose you reduced by 100 GB, then divide that 100 gb into other drive. PUT your files here.
    WARNING: I WOULD RECOMMEND TAKING BACKUP OF C DRIVE , AND THEN REDUCING ITS SIZE, INCASE SOMETHING GOES WRONG.
    You can search in internet about partition and gparted.
    Lenovo Ideapad U410,Ruby Red Color
    i5 processor,4 GB ram,1 GB nvidia 610M GPU,24GB SSD,500GB HDD.

  • HT4356 I GOT AN EPSON WP-4533 WHICH HAS AIR PRINT AND PRINTS FROM MY MAC AND MAC BOOK W/O PROBLEMS, BUT WON'T PRINT FROM MY IPHONE.  IT IS NOT ON THE ABOVE LIST OF PRINTERS, BUT BOTH EPSON AND APPLE SAID IT WILL WORK.

    I GOT AN EPSON WP-4533 WHICH HAS AIR PRINT AND PRINTS FROM MY MAC AND MAC BOOK W/O PROBLEMS, BUT WON'T PRINT FROM MY IPHONE.  PROBABLY BECAUSE IT'S NEW IT'S NOT ON THE APPLE LIST OF PRINTERS, BUT BOTH EPSON AND APPLE SAID IT WILL WORK. ANY THOUGHTS

    Some things you can try.
    Startup Issues - Resolve
    Startup Issues - Resolve (2)

  • TS1368 my brother has an iphone and his details are on my computrer i have just purchased an iphone and now have all his stuff on my phone. ive created an apple id but i still dont know how to add another phone to the apple account! please help

    my brother has an iphone and his details are on my computrer i have just purchased an iphone and now have all his stuff on my phone. ive created an apple id but i still dont know how to add another phone to the apple account! please help

    when you open the app store scroll down to the bottom it will display the apple id currently in use, change it to your normal apple id email

Maybe you are looking for

  • My edit text & Images does not display the options

    The Font family, size, alignment box does not appear anymore. What happened?

  • Problem with Frameset and page session

    All, I am having a problem with Framesets and page session attributes. I have a client who's application uses a three frame frameset. They have a requirement on several pages that when a button is pushed two different pages load into the right and le

  • Fonts in graphs are light in OBIEE

    Hi, We are getting the Fonts in graphs very light in OBIEE. Can some one help me in making all the fonts in graph bold setting the option at one place?? Thanks.

  • About the Welcome screen

    When you open flash by default your greeted with the welcome screen, right? Ok. Question is how do I erase the "open recent item" list? I don't want to see anything there. Is there a cache setting I can reset or erase to do this?

  • How to enable auto submit true

    Hi to all How to set the auto submit true in adf, tel me process? and what happened it is true? What is parital trigger? where is is use? please help me ... bittu