Update Header Partner data in a Purchase Order in 4.6C system.

Hello all,
I have written a report program to add/update partner data at PO header level.
The report uses BAPI POCHANGE for the update.
But the BAPI_PO_CHANGE does not transfer/update Partner Information for the PO's in 4.6 C system.
The same code functions properly for Purchase Orders in ECC6.0 systems.
Please provide me some inputs for a probable solution to update PO header partner data in 4.6C system.
Thanks in advance.

Hello Hiren,
Thanks for the prompt response.
I am populating the structure POPARTNER with partner information.
And passing header information in POHEADER. i.e the PO Number.
I have not marked any fields in POHEADERX as 'X'. It still works in ECC6 system.
But does not work in 4.6C system.
Thanks in advance.
Edited by: Amar.t on Mar 7, 2010 12:59 PM

Similar Messages

  • Transaction to Mass Update Header and Item text in Purchase Order

    Dear All
    Whether any Transaction in SAP to mass update the Header and Item text in Purchase Order.
    One Single Text For Ex :" This is a Dummy PO" .
    This text needs to be updated in large number of POs.
    Please let me know your views
    Reg
    Shyam

    Hi Shyam,
    You can make use of BAPI_PO_CHANGE for this. See the documentation of this BAPI in SE37 for more information.
    "You can transfer header and item texts in the PoTextHeader and PoTextItem tables. You import texts
    for services in the PoServicesText table. Texts can only be replaced complete."
    Regards,
    Purnima.

  • Can we change the doc date in a purchase order ?

    can we change the doc date in a purchase order ?
    i have created PO with wrong dates but now want to correct it, but its not letting me do it ...why ?

    I don't think DOC DATES can be changed. You can only change the posting dates of the Goods receipt and Invoice documents as that is what matter for your financial consolidation.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • In MIGO, i need to see delivery dates from the purchase order

    Is there a way to see in transaction MIGO, the delivery dates from the purchase order?  I hope there is some exit or BADI or BAPI or .... to perform this copy function? 
    We have multi-line POs for the same material with staggered delivery dates and the Warehouse needs to know which PO line to receive against.

    when you enter the PO number in MIGO and hit enter, then you only get the items that can be received.
    If you make sure that the PO items are created by ascending delivery date, then you can always take the first.
    if you have the personal setting to display all items (even the already received ones), then you can take the first with a quantity proposal. already received items do not propose quantities.
    I would ask purchasing to tell the vendor that he has to state the PO number along with the item number in all papers (delivery note, invoice).

  • Logic required to findout "Release To Date" of the Purchase order

    Hi
    We are developing a custom program to release purchase orders as per clients requirements. In that, in the output, we need to display the "Release To Date" of the purchase order. Consider the release codes are R1,R2& R3, and currently the PO is released by R1, then we need to show "Release To Date" as R1. Simillerly once R2 also released the PO, we need to show "R1 R2" in the Release To Date field. This you can see in the Release Tab of the PO.
    Now we need to adopt the same logic in our custom program also. Which table i can find the release to date details. The latest release code of the PO also good enough to build the logic to findout the "Release To Date"
    Any pointers would be of great help.
    Thanks
    Venkat.

    Hi Venkat,
    Check up these tables
    T16FC, T16FD, T16FG, V_T16FC
    Regards,
    Hareesha
    If it's help's reward the pts

  • Report of expiry dates for framework purchase orders

    Hi,
    In Standard SAP is there any report of expiry dates for framework purchase orders?
    Thanks & Br,
    Sandeep

    Hi
    There is no standard report available to display the expiry dates for frame work orders.You can get the details from table EKKO and field is KDATE or U have to go for development.
    regards
    Ramakrishna

  • No Update FMIOI and KBLP tables with purchase order

    Hello,
    We have un serious problem : No Update FMIOI and KBLP tables with purchase order
    System :  SAP ERP 6.0 /7.0 - EHP 4
    Note 965633 was read.
    1) First case: The purchase order 4510000673 does not reduce the funds reservation.
    Purchase order 4510000673 should consume the funds reservation 1200000193 because all post of the PO charge the funds reservation 1200000193.But the consumption history of the funds reservation 1200000193 donu2019t show this consumption.
    In table FMIOI, we do not have lines with amount type 0200 (reduction) but whe have the lines with the post of PO with amount type (0100).  The Purchase order 4510000673 should consume the funds reservation 1200000193.
    In table KBLP, the fields are :
    Total amount (LC) - HWGES  = 53.409,40
    Amount used u2013 WTABB = 0,00
    Reduction amount u2013 HWABB = 0,00
    Open amount u2013 CWTFREE =    53.409,40
    Reduced amount u2013 WTABG = 0,00
    Reduced amount u2013HWABG = 0,00
    To solve the problem, we executed the transactions : FM4N et FMN5 and the program RFFMRC20 but no result.
    2) Second case : Delete a item of a purchase order does not release the budget
    The single item of the purchase order 4510000597 is deleted but in the display of consumption History of the funds reservation 1200000137, the amount of the purchase order is not to zero.
    To solve the problem, we executed the transactions : FM4N et FMN5 and the program RFFMRC20 but no result.
    Somebody already had a similar problem ?
    Thank you
    Fabian

    Hello Fabian
    There are two known notes dealing with missing update on reference Earmarked Funds, I am listing them for future references:
    1376800  Earmarked funds: Incorrect open amount         
    1438487  RFFMRC20: Missing KBLE records are ignored     
    These notes correct some errors within the Standard.
    However, in your scenario, problem has to do with an incorrect execution of a Commit work inside a customer user-exit. After elimination of this commit work, new Po's are working correctly.
    Remaining task is the correction of old PO's. Manual correction via small changes with ME22N (for instance, adding a '.' to the line item text/s) will force the correct update and fix your database
    If you agree, we can close this thread (?)
    Kind regards
    Mar

  • Billing date for a purchase order in the corresponding billing document

    Hello,
    for a purchase order I need to select the billing date in the bill which corresponds to the purchase order. There is a posting date in the order history but I am not sure that this date is identical with the billing date in the purchase order. Any suggestions? Thanks.
    Regards, Lars.

    I guess you are talking about due date for a billing document.
    There's an FM Determine_Due_date for that. before that you'll have to use FM FI_DOCUMENT_READ with I_AWTYP as VBRK and I_AWREF as Billing Document Number. You will get T_BSEG entry.
      CALL FUNCTION 'FI_DOCUMENT_READ'
       EXPORTING
         i_awtyp           = 'VBRK'
         i_awref           = po_vbeln
       TABLES
         t_bseg            = i_bseg
      SORT i_bseg BY vbeln.
    READ TABLE i_bseg WITH KEY vbeln = 'Billing Document Number'.
      IF sy-subrc IS INITIAL.
        MOVE-CORRESPONDING i_bseg TO wa_faede.
        CALL FUNCTION 'DETERMINE_DUE_DATE'
             EXPORTING
                  i_faede                    = wa_faede
             IMPORTING
                  e_faede                    = wa_faede
             EXCEPTIONS
                  account_type_not_supported = 1
                  OTHERS                     = 2.
    This wa_faede will have due date in one of its fields.
    Hey do reward points if this post is helpful.

  • Can't find Posting date in ME23N (Purchase order)

    Hi
    I am looking at a puchase order document in ME23N, but I cannot find the posting date of this document. Can some please explain me where I will find the posting date?
    Kind regards,
    Torben
    Message was edited by:
            Torben Pedersen
        (ME23N - not ME24N)

    Hi,
    In ME23N you cann't find the Posting date, you can find only Document date of the Purchase order, when the PO is created like that,
    If you done any Goods reciept w.r.t this Purchase order you can find the Posting date of GR document in Purchase Order History tab at Item details of the PO in ME23N.
    rgds
    Chidanand

  • IDOC to update business partner data in FSRI(part of CRM system) .

    Hi ,
    I want to know an INBOUND IDOCs to update business partner data in FSRI (part of CRM system) .
    Please help .
    Regards
    Chetan
    Moderator message: please do your own research before asking.
    Edited by: Thomas Zloch on Dec 21, 2010 5:14 PM
    Moderator message -
    Also, when closing old threads, there is no need to add a comment. Adding a pasted answer like "rectified" only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved.
    Edited by: Rob Burbank on Dec 21, 2010 1:20 PM

    Mass not available in 4.0, could write your own LSMW routine but you still will create bdocs for updates so not sure how that will improve your performance.

  • Purchase reqisition header note not copying to Purchase order header Note

    Hi
    can you help me any body  regarding this issue
    "purchase reqisition HEADER NOTE  not copying to Purchase order HEADER NOTE " .
    it is very urgent issue for me please.
    Thanks
    Madhu.

    hi madhu
    ans1.)  in ECC 6 it is not possible to copy PR text to PO text , becouse the only way to convert PR into PO is document flow and document flow will show you only line items.
    ans 2 )  PR text is used for maintaining text related to PR genration information , like which MRP run is giving this PR or other information which user wants to maintain .
    ans3.) if user have done same thing earliar then it may possible that he was using 4.7 or ECC 5  .
    let me konw what user is saying .
    regards
    ravikant dewangan

  • Restrict print out of Purchase order only for Production system

    Hi,
    I want to restrict print out of Purchase order only for Production system, don't want to take it in devep or quality.
    is there any identifier to find the system is production or development.
    can anyone tell me how to restrict it,
    is there any function module, not based on client system.
    Thanx in advance
    Kesav

    Hi Kesavarathinam Vaidyalingam ,
    yes, I also use thomas' suggestion using
    t000-cccategory = 'P'.
    to determine productive client.
    Just one small hint: I found this condition as true in a test system: The admin had done a system copy to create a fresh test client - but forgot (or did not see a good reason) to change t000-cccategory = 'P. to  t000-cccategory = 'T'.
    Regards,
    Clemens

  • Same delivery date in all Purchase order items

    Do you know if there's a way,
    when creating or updateing a purchase order
    to set a delivery date in the header
    and have the same delivery date set on all items?
    I've found a field EKKO-EQ_EINDT
    Can it help?
    Thanks

    hi,
    Delivery date is only at the item levelin PO , Since you can request the vendor to deliver materials in the PO  at differnt dates.
    But if you want the system to default a single delivery date for all materials.
    in me21n , below item overies, theri is tab called default values, pls set the delivery date there, which would get defaulted in all items of the PO.
    hope this helps
    Harish

  • Update Requestor and Goods Recipient in Purchase Order/Shopping Cart

    Hello guys,
    we have created a Z program that transfers objects Purchase Order/Shopping Cart from one user to another.
    In our Z program we transfer the CRMD_PARTNER-PARTNER_NO, ADDR_NR and ADDR_NP from the old user to the new user.
    Also in CRMD_ORDERADM_H and CRMD_ORDERADM_I we change the field CREATED_BY from the old user to the new user.
    The problem we have seen is that in header position in SRM portal we see the old user in Requestor and Goods Recipient, and in table CRMD_PARTNER the PARTNER_NO is the new user, Another strange thing is that if we see detailed position of the Purchase Order we see the new user in Requestor and in Good Recipient.
    In resume, we see different things in position that in header. Could it be possible? We are doing wrong the update?
    Many thanks in advance.
    Regards,
    Xavier.

    Hello Xavier,
    If partner "Requester" and/or "Goods Recipient" is different between PO items and there was previously a "Requester" and/or a "Goods Recipient" at PO header, after your update, partner at header level should have field CRMD_PARTNER-DISABLED set: "Requester" and /or "Goods Recipient" is active at header level only if the same partner is populated for all PO items.
    Concerning SC, there is no "Requester" and/or "Goods Recipient" at header level.
    Be that as it may, if you use function modules BBP_PD_PO_UPDATE,  BBP_PD_PO_SAVE and BAPI_TRANSACTION_COMMIT, modifications will be OK (do not forget to not populate table I_PARTNER for partner at header level if partners are different at item level).
    Regards.
    Laurent.

  • How to update EKPO-MAHNZ ( reminder counter) in purchase order created?

    There is the requiremtn to update the field EKPO-MAHNZ in a just created purchase order (PO).
    It is for the purpose of data migration. So a PO is created from file data using BAPI_PO_CREATE1 but this BAPI seem not to provide a way to update the mentioned field in the EKPO table (position data of PO).
    Is there any other way?! BAPI!? to achive this!?
    Any help or suggestion is welcomed!
    CN

    >
    Vamshi_1468 wrote:
    > Hi dude,
    >
    > If the field is not available in BAPI_PO_CHANGE...then go for BDC...run a recording and update the field...only way out...
    >
    > Regards,
    >
    > Vamshi
    Thanks for your reply!
    Batch input would be an option but the field is not ready for input in ME22n.
    Any way around it?

Maybe you are looking for

  • How to transfer control along with Data to the another page (Out of JVM)

    Hi, Please bear with me, incase this turns out to be a dumb question. I want to transfer control to a non JSP page after I hit submit. Apart from this I am also sending some data as a HTTPS POST. In case of using response.sendRedirect(), it doesn't t

  • I need help fast !

    so when i get into my itunes account i look through my history just to see what i have bought in the past and i noticed that someone spent $12 and $9:99 and i get confused because i didnt spent that much money on one game and like i report it and lik

  • Build path contains duplicate entry

    Hi We are unable to remove the duplicate entry of the jar file in the java build path in Open Script 9.1.Can any one you please let me know how to remove the duplicate entry in the build path. Thanks in Advance Shiva Edited by: SivaThota on Jul 27, 2

  • Problem with routine and it's infoobject (update rules)

    In Metadata Repository my comm structure doesn't have an infoobject that is there in Adm. Workbench. That infoobject was included in a routine in update rules for other infoobject that was removed from the cube. In Metadata Repository the routine is

  • Adobe Photoshop CS englische Version

    Ich besitze obiges Produkt, leider in der englischen Version, da jedoch viele Bücher und Workshops in Deutsch verfasst sind habe ich jeweils Probleme die entsprechenden Funktionen wiederzufinden. Gibt es eine Möglichkeit über einen Patch die englisch