After Transact Move Order the Supply/Demand Type Disappears in INVDVDSD

1. SR#: 5474007.993
2. URGENT Response Needed? (vs. the normal 48 hour or less reply time): Yes
3. Customer: SIPA S.P.A.
4. Oracle Apps Version: 11.5.9
5. Error(s):None
6. Problem Description/Question:
1. A WIP job is creates and decriments the Available Quantity; but not the
Current On-hand in the Supply/Demand Detail form.
When a pick release is performed, they do not see the WIP job in the
Supply/Demand Detail form and the Current On-hand does not change.
2. After transact move order the supply/demand type disappear, available
quantity at the top right side of the form increases, but there is no line with
demand identifier wip discrete job = 12615.
See: "ELTERM_SUPPLYDEMAND_after_patch.doc" at:
http://gtcr.oracle.com/gtcr-dir/gtcr_12930/5474007.993/
Is It the intended functionality?
7. Steps taken to debug issue:
web-iv "INVDVDSD pick release discrete job"
Located several bugs:
Bug 4885821 SCREEN VIEW SUPPLY/DEMAND ITEM NOT CORRECT
BUG: 2991666 SUPPLY/DEMAND DETAIL FORM (INVDVDSD) DOES NOT
SHOW ITEMS ON MOVE ORDERS
BUG: 3671489 SUPPLY/DEMAND INQUIRY FOR ATP ONLY
SUBINVENTORY INCLUDES NONATP DISCRETE JOBS
Bug:3517095 MRP:ATP INQUIRY FROM WIP SHOWS WRONG RESULT
However; none seem to provide a definitive explanation.
Message was edited by:
Bob Marchant

Thx a lot for ur help dr.
I have activated the material transaction interface and now the stock quantity has decreased.
I just wish to confirm some points in the creation of the new Order Type.
I have done the following setups:
Order Category: Mixed
Transaction type code: Order
Fulfillment Flow: Order Flow - Generic
Line workflow assignment: BO Line - Inventory Interface
Default return line type: Credit Only Line
Default order line type: BO Line - Inventory Interface
Plz confirm if the setups parameters are ok especially the Default return line type: Credit Only Line
Thanks a lot dr.

Similar Messages

  • Back order line in transact move order form , drived the inventory negative

    Hi,
    I had problem with transacting some lines in several move orders (it was stuck and giving error each time I tried to transact or delete from view update allocation –> delete line)
    In order to cancel these lines to proceed the manufacturing process I back ordered those lines by:
    Inventory super user - > move orders - > transact move order - > tools - > back order line
    Note that the move orders type was Manufacturing Pick
    Now I noticed that this drives the WIP subinv Negative for those items .
    So what is the problem and how can I solve it?
    Thank you
    Edited by: Ahmed.Abbas on Apr 16, 2011 2:39 AM

    hi,
    The problem was in the interface managers (Material transaction , Move transaction ) were inactive , i launched them
    Review note 141493.1 in metalink to know how.
    I also deleted the pending transactions with errors from mtl_material_transactions_temp and mtl_transaction_lots_temp ( the items were lot control ) .
    Thats all :)

  • How to restrict Sales Order LOV in Transact Move Orders

    Hello
    We would like to restrict LOV in the Transact Move Orders screen to only those orders that were created in that specific Operating Unit. Also, we would like to control the LOV for Release Rules to a specific OU.
    I believe the LOVs for both these screens pull from MTL_SALES_ORDERS. Therefore, I guess we would need to create a Value Set of type Table, value will be SEGMENT1 (Sales Orders) but unsure about the where condition.
    Any help would be appreciated.
    Sanjib

    Sanjib
    Release Rules: Why don't you use the SRS version if pick releasing rather than the screen. Ofcourse you lose some flexibility to enter order number and customer information. If screen is a must you can take the LOV from the existing form and create a new record group in the new form instance trigger. Add this peice to the lov sql to control the pick release rules result:
    (select 1 from org_organization_definitions cust_org
    where org.organization_id=cust_org.organization_id
    and operating_unit=FND_PROFILE.VALUE('ORG_ID'))
    This org is mtl_parmeters table used in LOV.
    2. Transact Move Orders: Instead of changing the LOV and playing with the Sales Order Flexfield, you can use the inventory organization security to control who can do a transaction. This will not change the LOV but definitely will control the access to the records after you have queried. As you know this is inventory or warehouse function not the OE function.
    You can try one idea though:
    Segment2 is order_type which is OU specific. You can create value set that picks the LOV from the order types table for a specific OU, assign that to the segment2 and create a security rule. This rule will have include and exclude rules. You include all the Order types that are in a specific OU and assign that rule to the resp of that OU where move order is transacted. This will limit the LOV of the order types to only those that are availble for that resp. I have not tried this but give it a shot.
    Thanks
    Nagamohan

  • How to add new line in transact move order line

    Hi,
    i am able to update locaotr in Transact move order.
    But i want to add two locators for the same line.
    I tried to insert one more record in data base, but getting error unique index error.
    so how can we add new line in transact move order line .
    please help to slove this isse.
    Thanks In Advance
    Venu.

    Hi,
    the fact that your question is posted in Order Management section, does the move order automatically generated by OM?
    nevertheless, i don't think you should (or allowed, in this case) to add a new line in transact move order. Transact move order only queries (not create records) the move order lines eligible to allocate and transact.
    So, I don't see why you need to add a new line in transact move order.
    You can, however, add a new line in the allocation of the lines, where for instance, you need to have half of the line allocated to one locator, and the other half to another locator
    Thanks

  • Issue in Transact Move order while updating serial number

    Hi All,
    We need to perform sales order issue of items present in particular subinventory.
    I am successful in creating sales order having one item .
    I did the pick release of the order using the api ,wsh_picking_batches_pub.create_batch and wsh_picking_batches_pkg.submit_release_request to release the batch.
    A move order got created , now I need to allocate the serial number for processing the move order,I used the below script to update the line record with incoming start and end serial number.
    But the api is throwing error .
    DECLARE
    -- Common Declarations
       l_api_version      NUMBER                                 := 1.0;
       l_init_msg_list    VARCHAR2 (2)                          := fnd_api.g_true    ;
       l_return_values    VARCHAR2 (2)                         := fnd_api.g_false;
       l_commit           VARCHAR2 (2)                         := fnd_api.g_false;
       x_return_status    VARCHAR2 (2);
       x_msg_count        NUMBER                                 := 0;
       x_msg_data         VARCHAR2 (255);
       -- WHO columns
       l_user_id          NUMBER                                 := -1;
       l_resp_id          NUMBER                                 := -1;
       l_application_id   NUMBER                                 := -1;
       l_row_cnt          NUMBER                                 := 1;
       l_user_name        VARCHAR2 (30)                          := 'OPERATIONS';
       l_resp_name        VARCHAR2 (30)          := 'MFG_AND_DIST_SUPER_USER_APS';
       -- API specific declarations
       l_header_id        NUMBER                                 := 0;
       l_trohdr_rec       inv_move_order_pub.trohdr_rec_type;
       l_trohdr_val_rec   inv_move_order_pub.trohdr_val_rec_type;
       l_trolin_tbl       inv_move_order_pub.trolin_tbl_type;
       l_trolin_val_tbl   inv_move_order_pub.trolin_val_tbl_type;
       x_trolin_tbl       inv_move_order_pub.trolin_tbl_type;
       x_trolin_val_tbl   inv_move_order_pub.trolin_val_tbl_type;
       x_trohdr_rec       inv_move_order_pub.trohdr_rec_type;
       x_trohdr_val_rec   inv_move_order_pub.trohdr_val_rec_type;
    -- Cursor to load Move Order Headers
    -- CURSOR c_mo_hdrs IS
    -- SELECT * FROM my_custom_move_order_hdrs ;
    BEGIN
       fnd_global.apps_initialize (5939, 50625, 20003);
       mo_global.init ('INV');
       -- call API to create move order header
       DBMS_OUTPUT.put_line
                       ('=======================================================');
       DBMS_OUTPUT.put_line ('Calling INV_MOVE_ORDER_PUB.Get_Move_Order API');
       inv_move_order_pub.get_move_order (p_api_version_number      => l_api_version,
                                          p_init_msg_list           => l_init_msg_list,
                                          p_return_values           => l_return_values,
                                          x_return_status           => x_return_status,
                                          x_msg_count               => x_msg_count,
                                          x_msg_data                => x_msg_data,
                                          p_header_id               => 7360068,
                                          p_header                  => NULL,
                                          x_trohdr_rec              => l_trohdr_rec,
                                          x_trohdr_val_rec          => l_trohdr_val_rec,
                                          x_trolin_tbl              => l_trolin_tbl,
                                          x_trolin_val_tbl          => l_trolin_val_tbl
       DBMS_OUTPUT.ENABLE ();
       DBMS_OUTPUT.put_line
                        ('=======================================================');
       DBMS_OUTPUT.put_line ('Return Status: ' || x_return_status);
       IF (x_return_status <> fnd_api.g_ret_sts_success)
       THEN
          DBMS_OUTPUT.put_line ('Error Message :' || x_msg_data);
       END IF;
       -- Print the Move Order Header/Lines to be processed
       IF (x_return_status = fnd_api.g_ret_sts_success)
       THEN
          DBMS_OUTPUT.put_line (   'Header :'
                                || l_trohdr_rec.header_id
                                || ' '
                                || l_trohdr_rec.request_number
                                || ' '
                                || l_trohdr_rec.date_required
                                || ' '
                                || l_trohdr_rec.from_subinventory_code
                                || ' '
                                || l_trohdr_rec.header_status
                                || ' '
                                || l_trohdr_rec.organization_id
                                || ' '
                                || l_trohdr_rec.status_date
                                || ' '
                                || l_trohdr_rec.to_subinventory_code
                                || ' '
                                || l_trohdr_rec.transaction_type_id
                                || ' '
                                || l_trohdr_rec.move_order_type
                                || ' '
                                || l_trohdr_rec.operation
          l_trohdr_rec.from_subinventory_code := 'CustRet';
          --l_trohdr_rec.to_subinventory_code := 'Staging';
          l_trohdr_rec.operation := inv_globals.g_opr_update;
          DBMS_OUTPUT.put_line (   'Header Update :'
                                || l_trohdr_rec.header_id
                                || ' '
                                || l_trohdr_rec.from_subinventory_code
                                || ' '
                                || l_trohdr_rec.to_subinventory_code
                                || ' '
                                || l_trohdr_rec.operation
          FOR i IN 1 .. l_trolin_tbl.COUNT
          LOOP
             DBMS_OUTPUT.put_line (   'Line '
                                   || i
                                   || ': '
                                   || l_trolin_tbl (i).line_id
                                   || ' '
                                   || l_trolin_tbl (i).line_number
                                   || ' '
                                   || l_trolin_tbl (i).line_status
                                   || ' '
                                   || l_trolin_tbl (i).organization_id
                                   || ' '
                                   || l_trolin_tbl (i).inventory_item_id
                                   || ' '
                                   || l_trolin_tbl (i).from_subinventory_code
                                   || ' '
                                   || l_trolin_tbl (i).to_subinventory_code
                                   || ' '
                                   || l_trolin_tbl (i).quantity
                                   || ' '
                                   || l_trolin_tbl (i).status_date
                                   || ' '
                                   || l_trolin_tbl (i).uom_code
                                   || ' '
                                   || l_trolin_tbl (i).operation
             l_trolin_tbl (i).from_subinventory_code := 'CustRet';
             --l_trolin_tbl (i).to_subinventory_code := 'Staging';
             --l_trolin_tbl (i).inventory_item_id := 19128;
             l_trolin_tbl (i).serial_number_start := '356030032497361';
             l_trolin_tbl (i).serial_number_end := '356030032497361';
             --l_trolin_tbl(i).quantity       := l_trolin_tbl(i).quantity
             l_trolin_tbl (i).operation := inv_globals.g_opr_update;
             DBMS_OUTPUT.put_line (   'Line Updated'
                                   || i
                                   || ': '
                                   || l_trolin_tbl (i).line_id
                                   || ' '
                                   || l_trolin_tbl (i).from_subinventory_code
                                   || ' '
                                   || l_trolin_tbl (i).to_subinventory_code
                                   || ' '
                                   || l_trolin_tbl (i).serial_number_start
                                   || ' '
                                   || l_trolin_tbl (i).serial_number_end
                                   || ' '
                                   || l_trolin_tbl (i).operation
          END LOOP;
       END IF;
       DBMS_OUTPUT.put_line
                        ('=======================================================');
       -- call API to create move order header
       DBMS_OUTPUT.put_line
                        ('=======================================================');
       DBMS_OUTPUT.put_line ('Calling INV_MOVE_ORDER_PUB.Process_Move_Order API');
       inv_move_order_pub.process_move_order
                                           (p_api_version_number      => l_api_version,
                                            p_init_msg_list           => l_init_msg_list,
                                            p_return_values           => l_return_values,
                                            p_commit                  => l_commit,
                                            x_return_status           => x_return_status,
                                            x_msg_count               => x_msg_count,
                                            x_msg_data                => x_msg_data,
                                            p_trohdr_rec              => l_trohdr_rec,
                                            p_trohdr_val_rec          => l_trohdr_val_rec,
                                            p_trolin_tbl              => l_trolin_tbl,
                                            p_trolin_val_tbl          => l_trolin_val_tbl,
                                            x_trohdr_rec              => x_trohdr_rec,
                                            x_trohdr_val_rec          => x_trohdr_val_rec,
                                            x_trolin_tbl              => x_trolin_tbl,
                                            x_trolin_val_tbl          => x_trolin_val_tbl
       DBMS_OUTPUT.put_line
                        ('=======================================================');
       DBMS_OUTPUT.put_line ('Return Status: ' || x_return_status);
       IF (x_return_status <> fnd_api.g_ret_sts_success)
       THEN
          DBMS_OUTPUT.put_line ('Error Message :' || x_msg_data);
          ROLLBACK;
         ELSE
         COMMIT;
       END IF;
       DBMS_OUTPUT.put_line
                        ('=======================================================');
    -- END LOOP;
    EXCEPTION
       WHEN OTHERS
       THEN
          DBMS_OUTPUT.put_line ('Exception Occured :');
          DBMS_OUTPUT.put_line (SQLCODE || ':' || SQLERRM);
          DBMS_OUTPUT.put_line
                       ('=======================================================');
    END;
    Error Log
    =======================================================
    Calling INV_MOVE_ORDER_PUB.Get_Move_Order API
    =======================================================
    Return Status: S
    Header :7360068 7360067 15-JUL-13  7 281 15-JUL-13   3
    Header Update :7360068 CustRet  UPDATE
    Line 1: 6730069 1 7 281 19119  Staging 1 15-JUL-13 UN
    Line Updated1: 6730069 CustRet Staging 356030032497361 356030032497361 UPDATE
    =======================================================
    =======================================================
    Calling INV_MOVE_ORDER_PUB.Process_Move_Order API
    Inv Item Id19119
    Old Inv Item Id19119
    Inv Item Id-356030032497361
    Item Id
    Org Id281
    Serial Number356030032497361
    =======================================================
    Return Status: E
    Error Message :INV_INV_INVALID_ATTRIBUTE_N_ATTRIBUTE_Start serial number
    Please help to solve the issue.
    Thanks,
    Shruti K. Nayak

    Hello Ganesh,
    Hope you have passes this issue.
    I am in the same boat, I need to find out the APIs to update the serial numbers on order at the time of allocation/transact move order step.
    Could you please help me with the process/steps/sample code involved in this.
    Thanks in advance!
    Raj

  • Transact move order API for serial contril item in 10.5.10.2

    Hello Friends ,
    I need a Help from you , I am badly got struck up. I need to the transact move order part of O2C Cycle Using APIs.
    I Could complete the flow upto transact move orders, there i got struck up. Here i need to pass the serial numbers as some of the Items are serialized items.
    Can you plz suggest me.
    Its in Very Urgent.
    i am using version 11.5.10.2
    Regards
    Ganesh

    Hello Ganesh,
    Hope you have passes this issue.
    I am in the same boat, I need to find out the APIs to update the serial numbers on order at the time of allocation/transact move order step.
    Could you please help me with the process/steps/sample code involved in this.
    Thanks in advance!
    Raj

  • Upgraded to 5.0, then 5.0.1. In the process the various calendar "types" disappeared, but at least all entries showed in Ical, with entries made after the upgrade showing pinkish/red. Yesterday all formerly made entries, disappeared. any tips?

    Upgraded to 5.0, then 5.0.1. In the process the various calendar "types" disappeared, but at least all entries showed in Ical, with entries made after the upgrade showing pinkish/red. Yesterday all formerly made entries, both old and in the future, disappeared, only recently made ones in pink/red are shown. any tips?
    I did switch off and on, did a sync with itunes, etc, but no luck.

    RIM doesn't push the upgrades -- your service provider does so, once they have certified and approved the operating system upgrade for their devices.
    But, .973 does work on the 9520 in the manner you wish it would, I've used it myself on that model.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • After installing mountain lion the local mail boxes disappeared

    after installing mountain lion the local mail boxes disappeared.

    This is my problem too:
    All of my local mailboxes (On my Mac) disappeared from the sidebar.  However, I do not have the 'triangle' on the Inbox that I can turn to reveal the list of mailboxes -- that disappeared too (and nothing happens when I hover over "Inbox").  I do know that the mailboxes are still there, somewhere, because when I go to create a New Mailbox, I can navigate to "On My Mac" and the entire mailbox list shows up there in the dropdown.  How do I get them back onto my sidebar if the option to do that is no longer on the "Inbox" icon?

  • 20" Widescreen display has weird lines after any movement of the cursor

    there are groups of blue and red elongated dots (sets of 8) staggered horizontally on the screen, a few persistent and some that seem temporary but occur after any activity on the monitor (e.g. drag a folder or screen)
    Some go away after a reboot, but reappear with new activity. Can anyone help?

    I looked for you I would first go to System Preferences. Click on DIsplay you will see numbers under Resolutions go all they way to the bottom it should say 1680 X 1050 Hi light that on the 20inch Apple Cinema Displays. Next to where Display was is Color click that you flow the expert instructions
    You will see only Cinema Display when done it will auto name it Cinema Display Calibrated
    Check your DVI cable & GPU as could be loose
    Instructions
    To fix a stuck pixel
    Increase your display resolution setting to the maximum supported by your screen. Launch the JScreenFix applet (below) and position the window over the stuck pixel. After 5 minutes move the window and observe the results. If the pixel remains stuck, repeat. From extensive testing, most stuck pixels are repaired in less than 20 minutes. If a stuck pixel remains after running JScreenFix for 20 minutes it probably can not be fixed by JScreenFix. You might like to try a pixel massage. Sometimes stuck pixels return after a period of time, JScreenFix deluxe can automatically repair reoccurring stuck pixels when you are not using your computer.
    To reduce screen burn-in
    Disable your screen saver. Launch the JScreenFix applet (below) and enter fullscreen mode. This is achieved by pressing F11 in most browsers, if this fails you will need to consult the documentation for your Internet browser. It is important that JScreenFix fills the screen fully or you may suffer additional unequal burn-in. Leave the applet running for about an hour and observe the results. If you notice an improvement, continue running JScreenFix until the burn-in is more acceptable.
    Please note that completely removing screen burn-in is impossible but it will fade with time. The only way to equalise a screen image is to burn-in the parts of the screen that have had less use. JScreenFix deluxe is a preventative measure that monitors screen usage and equalises the screen when you are not using your computer.
    Click on the link to launch It made my Apple Display look better
    http://www.jscreenfix.com/applet.php?width=1680&height=1050
    Screen burn, image retention and recalibrating pixels
    Static, non-moving images left on-screen for extended periods of time can leave a "shadow” on , lcd displays (this is true of models from all manufacturers)
    You are normally told to avoid extended display of static images. Games consoles can also have a negative effect on panels.
    PixelProtector™ will recalibrate pixels uniformly and remove any residual effects that may have occurred.
    TV channels that have a static logo permanently on screen have a real negative effect on lcd TV’s and displays. Pixels begin to memorise these images, upon switching channels you will still see the logo in the form of a shadow. After several minutes it will disappear (If not you have burn in). If 99% of the shadow has disappeared you will not notice the 1% that remains. It is the continual build up of the 1%’s that is called residual effect. Not just restricted to TV channel logos. It’s build up over months and even years will lessen the picture quality of you TV. The issues with screen burn and residual effects are far more complex however we have tried to simplify its cause and effect for obvious reasons.
    PixelProtector™ can remove burn in and residual effects. It uses a wash tools that switch pixels on and off at a very fast rate (this is not in any way harmful). Included is a white wash for lesser burn in and image fix. In other words it recalibrates the pixels uniformly by removing any memory they may have.
    There are different types and levels of burn in. The most severe of which occurs in the first 200 hrs of the panel's life when pixels are at there most excitable. In this time frame pixels can permanently memorise static images that have been left on screen for prolonged periods.
    We have many customers who have removed screen burn from their panels by using the removal tool regularly, as per the instructions in the DVD.
    In many cases it can be removed after just one session.
    If the burn in is not removed first time, it will have been significantly reduced. Don’t forget it is easier to prevent burn in then it is to remove it!
    Dead Pixels
    Dead Pixels occur when the individual cells burn out or do not energise correctly, PixelProtector™ DVD Edition can help diagnose and in some cases re-energise dead pixels to help you get the very best out of your screen.
    Many manufactures believe that 3 drop outs are acceptable. We believe even 1 drop out is unacceptable.
    With plasma TV’s a dead pixel will appear black with LCD it may have only lost one wavelength and is only visible when certain colours are on screen. When you buy a new panel it is worth investing in a copy of PixelProtector DVD as some panel may have a drop out from the factory. Your best opportunity to have the panel replaced is when it is new.
    User Friendly
    PixelProtector™ has been developed with home users in mind. During its development stage one of the main obstacles we had to over come was insuring every one could use it (not just engineers and techno buffs). We tested the DVD on many groups of people whose feedback was invaluable in making PixelProtector™ the best product in the market.
    We back up our product with full on-line support and help for all our customers.
    PixelProtector™ provides a real user friendly solution to making sure your TV is performing to its full potential and that you are getting the best out of your equipment. It easy to use all you need is a DVD player! So click here https://www.pixelprotector.com/screen-cleaner.php
    One of the biggest problems with monitors is most people never calibrate them and just use themstraight out of the box, a lot of people don’t even use their drivers disks. If a disk came with yourmonitor, even if it claims to be plug-and-play, use the hardware setup and install it, it gives you allthe correct refresh rates and color depths and screen resolutions possible. This allows getting themost out of the monitor while preventing damage. Also the hardware setup may create an ICCmonitor profile that Windows or the Mac OS can use with its Color Management System, ICM for Windows and ColorSync for Mac. While generally better than nothing, keep in mind it is a generic ICC profile, it can only assume average ambient conditions that are not likely to be yours
    Common issues with LCD screens include:
    Trailing or blocking effect on screen (pixilation)
    Pixel drop out
    Unnatural image blacks are dark grey
    How PixelProtector™ can help resolve these issues:
    Trailing can bee seen on some panels when bit rate levels are high.
    High bit rate levels are normally reached when watching fast action scenes in movies or programs, the image starts to trail or lag and even blocking in some cases.
    PixelProtector™ will help to minimize or even eliminate trailing buy calibrating your panel correctly and insuring you have the right settings and connection in place.
    Pixel drop outs are one of the most frustrating of issues for anyone who has an LCD. When a screen suffers from pixel drop it can be fixed in some occasions. If the whole pixel is dead then nothing can be done to fix this. If one wave length has gone in the pixel i.e. blue. This can in some cases this can be fixed by recalibrating pixel color production using PixelProtector™.
    We have a 4 in 10 chance of fixing the problem.
    The DVD will highlight if the whole pixel is dead or if one wave length has gone.
    One of the biggest issues LCD’s have is producing pure black. LCD panels produce a pure white light and then subtract the colors that are not required. So to produce black is difficult, making sure that you first calibrate its black and white setting is essential to minimize this issue and get the best from your panel PixelProtector™ includes specific tests and adjustment screens for this purpose.
    I know Apple has help me in the past by telling me to make a 100% White pure white screen saver overnight.
    I hope I was of help.

  • Problems in transaction F871,with the field  docuemnt type:

    Hello,m
    I´m trying to create a Payment Request with transaction F871,and I have a problem with the field docuemnt type that is mandatory, when I try to open the match code there is no values, and a message is displayed as follows: " No document type assigned to request category 01 "

    Hello Olga,
    Thanks for your words in the other thread. In any case your english is perfect, it is not my mother language also so apologize my errors too
    Please check if you have done this customizing:
    SPRO -> Public Sector Management -> Funds Management Government -> Funds Management-Specific Postings -> Requests -> Request Types -> Assign Request Category to FI Document Type
    I hope it helps.
    Greetings from Brazil
    Vanessa.

  • FBCJ transaction - changes to the field tax type

    Hello all,
    I have created a validation for the s-tcode FBCJ that for specific company code and transaction only some tax types (MWSKZ) are allowed.
    The validation is working only in case I want to post the line items but then when the error appears saying that only certain tax types are allowed, its not possible to correct it.its greyed out.
    Is there a customizing or soemthign how we can make the fioed tax type ( Tax on sales/purchases code
    - MWSKZ) editable?thanks a lot in advance
    Hana

    Hi Hana,
    the navigation buttons that I mentioned are those with the green (back), yellow (exit), red (cancel). I suppose you already tried to use them to open their fields for data entry.
    In advance, FBCJ presents problems often. Many times have I had to remove values ​​in the tables.
    Concerning my reference about field exit, please go to the link below.
    http://help.sap.com/saphelp_45b/helpdata/en/c8/19765b43b111d1896f0000e8322d00/content.htm

  • API to update a allocation and transact move orders.

    Hi All,
    This is for R12 in INV org (NON WMS enabled). Is there a way to update the move order allocation for a pick wave to update the picked quantity and set the missing quantity action to Cycle Count?
    Thanks
    Amit

    We have exact the same requirement here with serial controlled items.
    But you can refer to note 269144.1 firstly.

  • Outlook 2010 won't send email after a move of the .pst file.

    I moved the pst file from an external drive to C:. When I restarted outlook, it asked where the file was located. After selecting the pst file in the new location, it all appeared fine. The mail was there and could be read and new mail was received. However,
    it was soon discovered that the outbox was piling up and no mail could be sent. I have tried creating a new profile as suggested in other help articles, but this simply created a new and different pst and mail structure. How can I get the old one to be
    able to send mail again?
    Thanks,
    Mike

    Hi,
    What type of account are you using? POP3 or IMAP?
    You mentioned you created a new profile to setup the account, can you send emails with the new profile?
    If issue persists, some security program and firewall may cause the sent mail stuck in Outbox issue, please disable the firewall and anti-virus program to test the result again.
    We can also run Outlook in Safe Mode to determine if 3rd-party add-ins caused this issue:
    Press Win + R and type “outlook.exe /safe” in the blank box, then press Enter.
    If there’s no problem in Safe Mode, disable the suspicious add-ins to verify which add-ins caused this issue.
    In case the .pst file was damaged during the move, we can also run scanpst.exe to repair the .pst file, test if this helps:
    http://support.microsoft.com/kb/272227/en-us
    Regards,
    Melon Chen
    TechNet Community Support

  • I have already watched my rental movie and the title will not disappear. It is not taking up usage but is very annoying

    After watching a rental movie I cam not get rid of the picture of the movie even when I press edit . They are
    not taking up usage but is very annoying

    You are most welcome

  • After restarting my MacBook the volume control icon disappeared

    Where did the volume control icon go? Yes I can manually do it on my keyboard
    but after restarting my laptop yesterday, the icon is no longer there.

    Welcome to Apple Support Communities
    Try adding the volume control icon to menu bar. Open System Preferences > Sound, and mark "Show volume in menu bar"

Maybe you are looking for

  • Unable to use HD with usb shows errors on disc,

    I have just bought a new airport extreme, and have conected it to my windows pc using a Belkin draft n adaptor, i am unable to use my 305gb maxtor 3200 0344, which is displayed in the setup utility as the above, but when i open the utility it tells m

  • File Sender Name Archiving to Receiver

    Hello, I've a interface File - RFC. I need archiving the file source with AddTimeStamp. Too, i need passing the name of file source to RFC the question is: what is the name that receiving the RFC, file name original or file name with timestamp? Thank

  • How to perform Update operation in Ios using Odata Services

    Hello,       I want to do PUT(update) operation on odataservice... I am using followin code to get the proper Entry property to update SDMODataEntry * entry1=((SDMODataEntry *)[ArraySelectedCell objectAtIndex:0]);     SDMODataPropertyValueObject* obj

  • Error: com.sap.ip.bi.broadcasting.runtime.BroadcastingException  - Please h

    Hi, When attempting to broadcast to Portal, we get this: Date : 02/05/2009 Time : 18:26:55:606 Message : Exception thrown: com.sap.ip.bi.broadcasting.runtime.BroadcastingException: Error while generating or changing folder /idf_sharepoint5/IDF_ABG1 c

  • Access other schema's table without specify the schema name

    Hi, need ur help again, I would like to access other schema's table without specify the schema name. for example, select * from hr.jobs; What priviledges i need if i want to select the data in this way: select * from jobs; Thanks!