Purchasing Receiving Transactions DFF Data updated Requirment Receipt

Hi,
Functional Analyst created a DFF in Purchasing (Receiving Transactions) to record Volumn.
I have a requirment to update values into the field, how can I update that field using API or custom procedure.
Is there any API I can use?
FORM Name: RCVRCVRC
Table Name:rcv_transactions
Column need to updated : ATTRIBUTE9
Thanks
Edmonton

There is no functionality to update RCV_TRANSACTIONS, each transaction creates a new row (never does the oracle update a record). IF you are 100% sure attribute9 is setup for Receiving Transactions, than you can write a custom program to update RCV_TRANSACTIONS.attribute9.
Thanks
ASIM

Similar Messages

  • I have obsolete computers attached to my appleid when I try to add the new computers to my itunes store and purchases to keep all data updated and together....and not have to repurchase.  I had a fire...thus, old computers are gone and I cannot unauthoriz

    I have obsolete computers and devices attached to my appleid.  I cannot deauthorize them as they are gone!!!  (Had a fire and had to replace all tech systems)  Because I spent alot of monies on my purchases, it would be nice to be able to combine all these items and not have to repurchase them.  How can I update the current number of computers and correct ipods, ipads and iphones together; and get rid of all old computers and ipods, iphones that are authorized under the appleid I have always used.  I have asked this question before, but received no support or answers.  I do have icloud and mobileme, but cant sychonize them either. 
       I am also seriously considering purchasing a mac, and no longer using the windows pc\s as too many tech difficulties arise when I tackle complicated projects regarding DVD and moving making.  However, I still require pc software for my work.  Will my current backup network system convert easily?  Can it be converted?  Will I require a tech and if so, how much will this cost?  I have recently invested a large sum into creating a network and backup system that has yet to be working as it should.  Unfortuneately it has left me with very little left to try to convert to the mac systems entirely.  Please answer my questions in a language that I can understand.....as this problem is affecting my household, organization and office techniques.  Would like to take care of this problem once and for all.  Mac seems to work with my creative desires much better.  Will await your response.....Thank you.

    If you no longer have the computer(s) you want to deauthorise,
    Log in to iTunes,  go to "view your account info" on the itunes store,  deauthorise all five, (Please Note: this can only be done Once every 12 months)  and then re-authorize your current Computer(s) one at a time.
    Authorise / Deauthorise About
    http://support.apple.com/kb/HT1420

  • Purchase Order Item Shipping Data Update

    Hi xperts,
    I need to update shipping data of purchase order item. I need to update the Unloading Point (ablad) field. Inside exit 'EXIT_SAPMM06E_013' I am changing value of field xekpv-ablad. but the value is not updated in the purchase order. Please advise.

    Hi
    1 Activate the Project in which u have included this User exit.
    2. also check in which client you are checking
    3  Debug and see whether u code is executed and also after saving check the Table EKPV   whether inforamtion gets update or not.
    Or else use Classs IF_PURCHASE_ORDER_ITEM_MM---- METHOD -
    GET_SHIPPING_DATA
    surya

  • Receiving Transaction in MT

    when user enter DFF at Receiving transaction, but this DFF doesn't show in material transaction. Is there any configuration?
    Edited by: user9092987 on Jul 4, 2011 10:06 PM

    Hi;
    Please see below which could be helpful for your issue:
    Functionality Available to Transfer Receiving Transaction DFF/Attributes to Material Transactions? [ID 419069.1]
    Regard
    Helios

  • BAPI needed  for  Goods Receipt Purchase Order(Transaction : MIGO)

    Hi all,
    We have a requirement where in we need to post the documents throuh BAPI for Goods receipt Purchase order(Transaction: MIGO).
    Any inputs on this..is highly appreciable...
    thanks in advance...
    regards..
    prathima.

    Hi,
    use 'BAPI_GOODSMVT_CREATE'
    Check this sample.
    code
    REPORT ZRICH_0001 .
    Structures for BAPI
    DATA: GM_HEADER TYPE BAPI2017_GM_HEAD_01.
    DATA: GM_CODE TYPE BAPI2017_GM_CODE.
    DATA: GM_HEADRET TYPE BAPI2017_GM_HEAD_RET.
    DATA: GM_ITEM TYPE TABLE OF
    BAPI2017_GM_ITEM_CREATE WITH HEADER LINE.
    DATA: GM_RETURN TYPE BAPIRET2 OCCURS 0 WITH HEADER LINE.
    DATA: GM_RETMTD TYPE BAPI2017_GM_HEAD_RET-MAT_DOC.
    CLEAR: GM_RETURN, GM_RETMTD. REFRESH GM_RETURN.
    Setup BAPI header data.
    GM_HEADER-PSTNG_DATE = SY-DATUM.
    GM_HEADER-DOC_DATE = SY-DATUM.
    GM_CODE-GM_CODE = '04'. " MB1A
    Write 971 movement to table
    CLEAR GM_ITEM.
    MOVE '412' TO GM_ITEM-MOVE_TYPE .
    MOVE 'Q' TO GM_ITEM-SPEC_STOCK.
    MOVE '3800533484' TO GM_ITEM-MATERIAL.
    MOVE '1' TO GM_ITEM-ENTRY_QNT.
    *MOVE 'PC' TO GM_ITEM-ENTRY_UOM.
    MOVE '1060' TO GM_ITEM-PLANT.
    MOVE '0007' TO GM_ITEM-STGE_LOC.
    *MOVE '0901' TO GM_ITEM-MOVE_REAS.
    MOVE 'P203601001' TO GM_ITEM-WBS_ELEM.
    MOVE 'P203601001' TO GM_ITEM-VAL_WBS_ELEM.
    APPEND GM_ITEM.
    Call goods movement BAPI
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
    EXPORTING
    GOODSMVT_HEADER = GM_HEADER
    GOODSMVT_CODE = GM_CODE
    IMPORTING
    GOODSMVT_HEADRET = GM_HEADRET
    MATERIALDOCUMENT = GM_RETMTD
    TABLES
    GOODSMVT_ITEM = GM_ITEM
    RETURN = GM_RETURN.
    IF NOT GM_RETMTD IS INITIAL.
    COMMIT WORK AND WAIT.
    CALL FUNCTION 'DEQUEUE_ALL'.
    ELSE.
    COMMIT WORK AND WAIT.
    CALL FUNCTION 'DEQUEUE_ALL'.
    ENDIF.
    WRITE:/ GM_RETMTD.
    LOOP AT GM_RETURN.
    WRITE:/ GM_RETURN.
    ENDLOOP.
    [/code]
    Also check the Bapis
    BAPI_PO_CREATE --> To create Purchase Order
    BAPI_PO_CHANGE --> To change Purchase Order
    BAPI_PO_GETDETAIL --> Todisplay Purchase Order
    Regards,
    Raj.

  • Unable to view Purchase order in Receiving Transactions

    I am unable to view Purchase Orders in OPM (Recieving transactions- when i query up my Receipt transactions)
    I want to be able to View the PO by going to Tools -> View Purchase Orders

    Hi,
    I believe you are missing a sub-menu which facilitates to open the purchase order on the the responsibility menu you are working with. This is the cause for the issue I guess.
    Please refer the below note:
    Receiving Transactions Summary - View Accounting - Function Not Available To This Responsibility (Doc ID 865884.1)
    Note: In the above note, when trying tools > View accounting in the same form the user get the same issue. Similarly as solution proposed by the note, adding the missing sub menu to the menu will allow you to view the purchase order.
    Please add the purchase order view sub menu on the responsibility menu you are working with and check if the issue is solved.
    Please try this in your test Server and migrate the solution to the PROD.
    Hope this helps!
    Best Regards

  • Any API is there for (Receivables Transaction Types,Receivables System Options,Receivables Territories,Receipt Sources,Receivables Payment Terms)

    Hi All,
    Any API is there import the following
    1.Receivables Transaction Types
    2.Receivables System Options
    3.Receivables Territories
    4.Receipt Sources
    5.Receivables Payment Terms

    Hi Kalyan,
    I am working on similar requirement, did you able to get rid of the issue. If yes, pls post the working code.
    Thanks
    Mouly

  • Any API is there (Receivables Transaction Types,Receivables System Options,Receivables Territories,Receipt Sources,Receivables Payment Terms)

    Hi All,
    Any API is there import the following
    1.Receivables Transaction Types
    2.Receivables System Options
    3.Receivables Territories
    4.Receipt Sources
    5.Receivables Payment Terms
    Thanks
    Venkat

    Hi Kalyan,
    I am working on similar requirement, did you able to get rid of the issue. If yes, pls post the working code.
    Thanks
    Mouly

  • Receiving Transaction processor with Receipt Traveller Concurrent program

    Hi
    We have customized Receipt Traveller Concurrent program (Customized) to get rich Publiishing features using BI Publisher Reports technology.
    For some receipts we are getting blank page, on observation we noticed that When Receipt Traveller Concurrent program is complete earlier than Receiving
    Transaction processor then we are getting blank pages for receipt program, Where as if Receitp Traveller concurrent Program is getting completed after
    Receiving Transaction processor completion then we don't have issue of blank page.
    As a possible solution we have tried to make Receiving Transaction processor Incompatible to Receipt Traveller Concurrent program but still issue remains.
    Would like to know if any hint on fixing for this.
    Thanks
    Kamalakar.G

    Your Traveler program may need some data that is generated by the transaction processor.
    Try setting "RCV: Processing Mode" profile option to On-line; logout and log back in.
    See if the problem goes away.
    But keep in mind that if set to on-line, the users have to wait (a second or more) till the receipt is processed. Depending on your volume and response times, this may not be acceptable.
    Hope this helps,
    Sandeep Gandhi

  • Receiving Transaction Processor updates in rcv_transactions_interface

    Hi,
    We use an legacy inventory system to receive lots. Once received a custom program puts the records into rcv_transactions_interface table for interfacing and calls the Receiving Transaction Processor. Now, the Receiving Transaction Processor updates the rcv_transactions_interface with error. The error in po_interface_errors table is
    The item id (NUMBER = **********) does not match the item_id in the Purchase Order.
    But the item in present in the Purchase order which I have mentioned. Please help me in finding out the resolution for this issue.
    Thanks

    Can you do this and let us know the results?
    1. Change the Proflle value for RCV: Processing Mode to Batch
    2. Change the profile value for RCV: Debug Mode to Yes
    3. Perform transaction
    4. Run Receiving Transaction Processor
    5. Check the log file at the bottom.
    6. If you can send the log file,. we can assist.
    Also as a clue this error looks like is coming back from Inventory. Please check whether the item controls are correctly setup and item attributes are enabled correctly. Your code combinations are all still enabled that are used in the po distributions and so on.
    Thanks
    Nagamohan

  • I have just purchased a 5S iphone, when I tried to sync with my Imac it comes up with "...requires iTunes version 11.1 or later.." my iTunes version is 10.6.3, I rechecked software updates but says there is no updates required. help

    I have just purchased a 5S iphone, when I tried to sync with my Imac it comes up with "...requires iTunes version 11.1 or later.." my iTunes version is 10.6.3, I rechecked software updates but says there is no updates required??? I checked when last auto update was done which was 01/07/12 I also tried downloading from web iTunes version 11.1.5 but it wont load because I don't have min version 10.6.8. What can I do to sort this out? Note: I am a not computer savy so be easy on me.

    If your computer is running an OS X prior to Snow Leopard 10.6,
    the answer (if it is an Intel-based Mac; not old PowerPC model)
    would be to buy the retail Snow Leopard 10.6 DVD from Apple
    for about $20, and install it. Then update that to 10.6.8 by using
    the installed Snow Leopard online to get Combo Update v1.1 for
    Snow Leopard 10.6.8. After that is installed & updated, run the
    system's Software Update again, to see what else is available to
    that system.
    Later systems can then be looked into at Mac App Store, once
    the computer is running Snow Leopard 10.6.8.
    And if your computer is a Power PC (G4/G5, etc) and has no
    Core2Duo kind of CPU -- See "About this Mac" in apple menu
    to disclose the general info about your Mac. Also you can see
    even more by clicking on "More Info" when looking in there...
    If it isn't an Intel-based Mac, it can't run a system past 10.5.8.
    Hopefully this helps.
    Good luck & happy computing!

  • TS1702 I purchased 2 packages of gems for skylanders and only received 1 package. Got email receipts and tried to report problem on ipad2 and it keeps coming up with to many https redirects. Can anyone help? Just want my gems :).

    I purchased 2 packages of gems for skylanders and only received 1 package. Got email receipts and tried to report problem with link in email on my ipad2 and it keeps coming up with to many https redirects. Can anyone help? Just want my gems :).

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Received notice of an update for one of my apps and when I tried to update the message reads "Account Not in this store"  i must switch to a Canadian store before purchasing

    Received notice of an update for one of my apps and when I tried to update the message reads "Account Not in this store"  i must switch to a Canadian store before purchasing.  I deleted app and tried to download again but still got the message.  Anyone know how to fix?  FYI have had phone for 2 years and this is the first time this has happened.

    The Apple id that you created do you remember if you created with your region sellected as Canada or US. If so you can change Region directly on your device by clicking on App Store icon, Scroll to bottom and tap your app is, click view acct and change region

  • HT201272 I purchased three autobooks from itunes last weekend and after updating my ios to 7 they no longer appear. I looked at my purchse history and they are not showing in my purchase history. I do have the receipts for the charge. How do I restore the

    I purchased three autobooks from itunes last weekend and after updating my ios to 7 they no longer appear. I looked at my purchse history and they are not showing in my purchase history. I do have the receipts for the charge. How do I restore these?

    "I did make a full back up of my phone prior to updating the iOS"
    Itunes content is not incliuded in the backup that itunes performs.
    Audiobooks are not part of icloud and cannot be redownloaded.
    You can try contacting itunes support and asking for an exception.

  • When the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently.but in fact,when the app in background ,the app need data update to make the

    when the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently。but in fact,when the app in background ,the app need data update to make the function of  trajectory replay come ture。in fact, we have added function when the app  is in background mode。we have point out the point to them by email。but they still have question on the background mode,we are confused,does anyone can help me,i still don't know why do review team can't find the data update when  the app is in background and how do i modify the app,or what is the really problem they refered,do i misunderstand them?
    the blow is the content of the review team email:
    We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.
    We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location.
    It would be appropriate to add features that require persistent use of real-time location updates while the app is in the background or remove the "location" setting from the UIBackgroundModes key. If your application does not require persistent, real-time location updates, we recommend using the significant-change location service or the region monitoring location service.
    For more information on these options, please see the "Starting the Significant-Change Location Service" and "Monitoring Shape-Based Regions" sections in the Location Awareness Programming Guide.
    If you choose to add features that use the Location Background Mode, please include the following battery use disclaimer in your Application Description:
    "Continued use of GPS running in the background can dramatically decrease battery life."
    Additionally, at your earliest opportunity, please review the following question/s and provide as detailed information as you can in response. The more information you can provide upfront, the sooner we can complete your review.
    We are unable to access the app in use in "http://www.wayding.com/waydingweb/article/12/139". Please provide us a valid demo video to show your app in use.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log
    If you have difficulty reproducing a reported issue, please try testing the workflow as described in <https://developer.apple.com/library/ios/qa/qa1764/>Technical Q&A QA1764: How to reproduce a crash or bug that only App Review or users are seeing.

    Unfortunately, these forums here are all user to user; you might try the developer forums or get in touch with the team that you are working with.

Maybe you are looking for

  • Bank Name Within Outgoing Payment PLD

    Dear All,          My Client is working on SAP B1 2007 B PL10. Now my client wants Bank Name to be displaced in the Header Level of the Outgoing Payment PLD.         Please guide me in this matter. Regards Hitesh Parsawala

  • How to connect to Firefox Sync if operating system was reinstalled?

    Can I connect to Firefox Sync if i have the sync key? When I go to Tools>Options>Sync>Set Up Firefox Sync I see only Create new Account and Connect that does not allow me to connect to my account. Thank you.

  • How to automate the exchange rates in BI

    Hi Guys can any one let me know the step by step approach of how to automate the exchange rates in BI...I know that if we right click in source system and say transfer exchange rates ..we will get those values ....But I want to automate this process

  • HALT detection on VIA KT600 when USB2 pen drive is connected

    I have noticed that when an USB2 memory is connected to mainboards with VIA KT600 (such as MSI KT6 Delta and KT6V) the cpu HALT detection (enabled in the bios) stop to work and the CPU temperature rise up from 38°C to 49°C, in idle. Instead, plugging

  • FSG output in excel

    hello all, Is there any way to publish FSG report in excel? I remember we had one report to generate FSG in excel in 11i but that report I can not see in R12. Is there any patch that I need to apply? Thanks DJ