Reg: Automating Miscellaneous Issue

Hello Everybody,
I have one query, i am presently working on interface. i have a requirement of automating the Miscellaneous Issues periodically. i want some of my items to be issued out of oracle automatically at regular intervals.
Is there any Possibility of doing so, if so how can we do that or else is there any work around for this.
Regards
Srinivas

Hi,
You can write a concurrent progam, which submits misc Issue or receipt transaction. this concurrent program to be scheduled or an alert to be written, which should trigger this concurrent program.
Regards
Sreenivas Amisagadda

Similar Messages

  • Costing for Miscellaneous issue transaction for project

    We have a different requirement from the business
    ours is R&D and we are using Oracle projects to track our projects costing and billing
    we procure some material from outside supplier and it will get costed to the project but when any engineer want to use the material they want to reduce the material from the inventory by they dont want the cost to get reduced from the project
    usually engineers take the material by doing miscellaneous issue for some testing and they never get in to the project again it will be treated as samples
    currently when i do the miscellaneous issue it reduces the inventory from project and also the cost will get reduced.
    Can someone help me out since it is very critical for us to acheive this,
    Regards
    Lavanya

    D
    Dear Lavanya,
    The material should be first reeived to Inventort then transferred to projects
    Ex        100 Quantity is Received @ 10 Each - Inventory Material value will be 1000   Unit Price 10
    Now     10 Quantity is Issued(Samples) @ 0 each -       Inventory material Value will be 1000   Unit Price  11.11
    Now Transfer the remaining quantity to Projects i,e 90 quantity, & inventory material value will be 1000, unit price will be 11.11 (Use Project related Misc Transaction for Project Issues)
    Even though material is issued with 0 unit price A/c entries will be generated
    Dr. Given A/c
    Cr. Inventory material value A/c
    Here first the material is directly received into Inventory (Not related to projects organization) Miscellaneous Issue (For samples) is done with 0 unit cost after that The material is transferred to projects (Project Issues)
    For Miscellaneous Issue (Samples Issue) a Personalization is need to done such that the Unit price will be freeze to 0.
    Regards
    Shaan

  • Setup of  approval for Miscellaneous issue transaction in Inventory

    Dear Experts,
    We have a requirement from client to setup approval for Miscellaneous issue/
    receipt transaction in Inventory.
    Is it possible to fulfill the above requirement using Approval Management Engine (AME)?.
    If it is possible, Kindly explain me in detail about the setup steps needed for the
    configuration of Miscellaneous issue/receipt transaction in Inventory.
    Kindly respond at the earliest as the requirement is needed urgently for our client.
    Thanks in advance !
    Best Regards,
    Naveen.

    D
    Dear Lavanya,
    The material should be first reeived to Inventort then transferred to projects
    Ex        100 Quantity is Received @ 10 Each - Inventory Material value will be 1000   Unit Price 10
    Now     10 Quantity is Issued(Samples) @ 0 each -       Inventory material Value will be 1000   Unit Price  11.11
    Now Transfer the remaining quantity to Projects i,e 90 quantity, & inventory material value will be 1000, unit price will be 11.11 (Use Project related Misc Transaction for Project Issues)
    Even though material is issued with 0 unit price A/c entries will be generated
    Dr. Given A/c
    Cr. Inventory material value A/c
    Here first the material is directly received into Inventory (Not related to projects organization) Miscellaneous Issue (For samples) is done with 0 unit cost after that The material is transferred to projects (Project Issues)
    For Miscellaneous Issue (Samples Issue) a Personalization is need to done such that the Unit price will be freeze to 0.
    Regards
    Shaan

  • Unit prie column disabled while doing miscellaneous issue.

    Hi,
    I'm doing miscellaneous issue on an item. but while doing the entry, the unit price column is disabled from entering the value. What could have gone wrong? But for some items the field was enabled to enter the unit price value. Both the items are having same templete and costing is also same(Average).
    How can the unit price column can be enabled for the item?
    Thank you
    Regards
    BKR.

    Hi,
    To solve this you must update your studio. In lower studio versions (PlanViz) does not allow "unknown" XML tags sent by higher version servers. A fix for this issue was made so that PlanViz parser can simply skip unknown tags.
    Please go to version 74, if possible.
    Regards,
    Michael

  • Movement type for miscellaneous issues/receipts to customer consignment

    We need a way to do a miscellaneous issue/receipt to customer consignment location.  How can that be accomplished?  What movement type should we use?

    Hi,
    You can use movement types in MB1C or MIGO
    561 W - To receive material in Customer consignment
    562 W - To issue material from Customer consignment
    Also you can change the offsetting entry in GBB-BSA and Stock A/c in BSX (In T. Code - OBYC)
    If you don't want to hamper 561 W and 562 W settings then take a copy of these movement types in OMJJ and use. Also you can assign a different valuation modifier than BSA to these new movement types and accordingly do account assignment in OBYC.

  • V12 (GA) switch issues. DB is stuck in creation state, automated backup issues, no monitoring data 1h

    Hi,
    On Friday we have switched databases to V12 version as it was announced that they are now generally available, but I have doubts that everything was tested by Microsoft, as immediately we have several issues:
    1. We had automated backups scheduled on all DB. On Sunday everything started to not work properly. There were more than 10 backup databases created like AutomatedSqlExport_X_20150201T050000Z and emails send that backup cannot be created. We had to
    remove them manually except one.
    2. One of the backup database is still in creating state from yesterday so we cannot remove it.
    3. We have turned off all automated backups in Azure Portal, but I'm not sure if they can be turned on again. I do not want to have 20 DB billed every week as autometed scripts are not working properly.
    4. After switch in Management Portal only last hour metrics are available. Switching to 24h or more returns all zeroes. When do we count on the fix?
    PS. tracking ID of db that is in creating state: 44530DC6-B174-4FAA-A4D6-2C01CA20CB85
    Regards,
    Rafal

    Hi Gluwer,
    Thanks for posting here.
    I suggest you to open a support case as this needs more back-end information which cannot be discussed over the forum.
    Refer: http://azure.microsoft.com/en-us/support/options/
    Girish Prajwal

  • Automating Goods issue during Delivery creation

    Hi all,
    We have a requirement to automate the Goods issue creation for certain type of orders when the Delivery is getting created. The orders that need to be automatically Goods issued during delivery creation are identified based on certain plants. These plants are linked to certain output type and in the output type routine is the standard program RVADEK01 with one additonal code for automating the Goods Issue creation.
    We have a custom table that holds the status of orders and there is a code in user exit userexit_save_document_prepare which changes the status of the order as closed when the goods issue is done.
    But when the delivery is saved, in this case when an automatic goods issue needs to happen, when the flow reaches this user exit, the output type code dosenot get executed and the Goods issue is not done and so the custom table will not be updated with the closed status. So we are in need to findout a place where we can update the status of the order in that table.
    The output type code is not executed even before the other user exit userexit_save_document. The output type code gets executed and goods issue is done after the this userexit_save_document when the COMMIT statement is executed in the subroutine BELEG_SICHEN_POST in the include FV50XF0B_BELEG_SICHERN.
    I need help in finding out if any user exit or badi is called after this commit statement, so that I can add my code to close the status of the order in my custom table. Just after this commit the Goods issue happens and the VBFA table gets updated with the 'R' records for goods issue.
    Please let me know if anyone has any idea on this. The ultimate goal is to find some place after the goods issue is done to update the status of the order as closed in the custom table we have.
    Thanks,
    Packia

    Dear Siva,
    As informed yesterday I changed the language from DE to EN, to match the other shipping points settings in table V_TVST, this did not bring the solution.
    Please let me summarize, I am really desparate here:
    This is only IM related, Not WM.
    Picking lists are not printed for any Shipping Point from this warehouse, this is just a small subsidiary of my customer in Finland.
    Issue is not Aut. PGI.
    VP01SHP has not been configured for any shipping points, still there we do get the PR except for the new shipping point.
    In the deliveries of correct processed shipping points  I do not find any picking output type.
    Item category in new shipping is equal to Item category in already existing shipping points, so no need to config here.
    There is no picking block active.
    PR creation happens once I enter the pick qty in the delivery in VL02N. This is the part that we need to have automated.
    Can you please try to help me out?
    Tnx & regards,
    Chris

  • Networked P4015tn, automated printing issues.

    I support a program that uses MS Word to create reports automatically.  The process opens a Word template, feeds in the data, saves the new document then sends it to a HP P4015tn printer on the network.  This process is repeated for each report the user requests, usually 20-50 documents.  The problem we are having is that some documents arent being printed and some documents arent printing in their entirety, they get a page or two then it starts the next document.  I know that our software is functioning correctly because the word documents are being created and saved, and they are printed if the user picks a different printer.
    This problem is happening to one of our clients, so I dont have much more information on their setup.  The only other information I have is a test I did.  I ran the report process with the printer paused, and all the documents spooled into the printer queue.  Once the process finished and all the documents were queued, I un-paused the printer, and all the documents printed correctly.  When the process runs with the queue live (not paused), documents get lost.  Any help would be greatly appreciated.
    Thanks,
    zir39

    katiefinn,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Reg : Cross browser issue while handling LOV event on KeyFlexFeild

    Hi OA Gurus,
    We are encountering issues on R12.0.6, JDev 120Rup6.
    We have the following test case and code changes.
    Requirement:
    We have OA page where we have one KeyFlexFeild item and a normal LOV. Page items are part of one AM and LOV is in another AM.
    The requirement was to make LOV dependent on keyFlexfeild. Test case is mentioned as per following flow.
    1.     User changes cost center segment of Accounting Flex(Key flex) using Cost center LOV.
    2.     Another LOV in the same page should be dependent on new value of cost center as modified in step 1.
    Solution Implemented:
    Describing in the 3 steps
    1) Here the KeyFlexFeild is expense account. Whenever User changes any segment, we handle
    ‘lovValidate’ and ‘lovUpdate’ events on KeyFlexFeild in processFormRequest of controller.
    2) Retrieve the value of cost center segment using getSegmentsQualifiedBy(), Update corresponding VO attribute of the LOV query parameter.
    3) Forward the request to current page so that LOV will have modified value with updated query.
    4) Forwarding to current page is must because LOV is built with another AM and will loaded only when page is built.
    Issue:
    This works fine on internet explorer. When trying to run the same in Mozilla we have following issue
    1) User modifies one of the segments of expense account and make a tab – out
    2) Now the page refresh happens
    3) Now in the same page no other LOV or no other button works. He can’t click on any button for submit or cancel.
    LOVs will not open even after clicking on it.
    Code changes:
    //Step1 – Handle LOV events
    String source = pageContext.getParameter(SOURCE_PARAM);
    String eventType = pageContext.getParameter(EVENT_PARAM);
    if(source !=null && eventType != null) {
    if(source.startsWith("Acct") && eventType.equals("lovUpdate") || eventType.equals("lovValidate") ) {
    KeyFlexfield flex = (KeyFlexfield)lkff.getAttributeValue(OAWebBeanConstants.FLEXFIELD_REFERENCE);
    // Step -2 Updating the corresponding VO attribute for LOV to get the modified the value
    Segment[ ] segmentL = flex.getSegmentsQualifiedBy(FA_COST_CTR");
    CostCenterValue = segmentL[0].getValue().getValue();
    if(CostCenterValue != null ){
    sampleViewObject.getCurrentRow().setAttribute("ToCostCenter",CostCenterValue);
    OAFormValueBean formValueBean = (OAFormValueBean)webBean.findIndexedChildRecursive("ToCostCenter");
    if(formValueBean != null)
    formValueBean.setValue(pageContext, CostCenterValue);
    OAMessageLovInputBean formValueBean1 = (OAMessageLovInputBean)webBean.findIndexedChildRecursive("ReceivingApprover");
    if(formValueBean1 != null)
    formValueBean1.setValue(pageContext, null);
    else
    sampleViewObject.getCurrentRow().setAttribute("ToCostCenter",null);
    //Step 3 – Forward the request Current Page again
    pageContext.setForwardURLToCurrentPage(null, true, ADD_BREAD_CRUMB_YES, (byte)0);
    We have following questions.
    a)     Solution implemented by us is correct ? or we have to implement it in another way ?
    b)     Is OA version mentioned above supported on Mozilla browser version 3.x ? This issue is not occurring on Mozilla 1.x while running from JDev.
    Please let us know if any additional details required.
    Thanks for help in advance.
    Edited by: user774130 on Dec 15, 2009 2:27 AM

    Hi,
    It seems that you have not noticed that this forum is not for posting product-related questions/problems....
    So , this might be the correct forum....
    Java Server Pages (JSP)
    Sim

  • Reg the alert Issue

    Hello ,
    My form is having the following coding.
         IF :TR.CLEAR = 'Y' THEN
    DISPLAY_ITEM ('TR.TR_WORKED_DATE', 'CG$RED');
         alert_button := SHOW_ALERT(FIND_ALERT('ALERT_DEL'));     
    IF alert_button = ALERT_BUTTON1 THEN
    END IF;
    END Ifl
    In the above coding , before raiseing the alert i changed , The worked date field with Red color.
    But i got the alert message .But the bel0ow statement is not working
    DISPLAY_ITEM ('TR.TR_WORKED_DATE', 'CG$RED');
    Can u pls anyone help me to solve this issue.

    Hello,
    What do you mean by its now working? Is there any error while you are using this code?
    DISPLAY_ITEM ('TR.TR_WORKED_DATE', 'CG$RED');Here in this code DISPLAY_ITEM it seems your form/library procedure. Check the code inside that procedure. And what is this CG$RED visual attribute or something else??
    -Ammad

  • Reg: Turkish characters issue on BW 3.10 Bex level and RSRT

    Hi,
    We are facing the same problem with the turkish characters, Our system is BW 3.10 (3.30 Cont) and ECC 6.0. The turkish characters are displaying correctly at the table level, but not at the RSRT or the Bex level.
    The turkish characters are displaying correctly at the table, RSRT and Bex level if we load the same record from the Non-unicode Prod system to the Non-unicode BW Dev system, but if we load from the unicode QA system the same record is not displaying correctly.
    Has anybody got a solution for this issue
    thanks
    Kalyan

    Hi,
    Yes, we installed transport request, which came with Integration Kit in our BW System.
    We are also facing another issue,
    ISSUE 2:
    We have another publication with oracle DataSource , where we need to publish report(personalized) for 200 users.
    Even we configured dedicated  processing server for that publication and setting maximum no of connection to 250, it is throwing error like maximum no of concurrent connection reached.
    Previously it was working with just 50 connections.
    Now we are running this report by setting max no of connection to 500, and doing service restart after each publication.
    Otherwise next publication will throw same error again.
    Guide me on this also.
    Regards
    Baby

  • Reg: SQL Loader issue-

    Hi Experts,
    I'm trying to load data from a flat file into an Oracle table, but facing some issues.
    Concern - (1)
    I have a directory where there are ~20 similar files named like 'rb_1', 'rb_2', 'rb_3', etc...
    All these data should be loaded into a single table say 'X'.
    Is it possible that only 1 CTL file will loop and load all the files into X?
    Concern - (2)
    Field delimiter is  Ctrl-X (CAN :Cancel) and Ctrl-M (EM : End of medium) characters
    Row delimiter is Ctrl-Z (SUB : substitute) and Ctrl-T (DC4 : Device Control) characters
    Is there any way I can specify this into my CTL file?
    (I've only worked on field delimiter as comma ',' but not special characters like this)
    Please let me know if any further info is required.
    Help much appreciated.
    Thanks,
    -- Ranit

    You can give multiple infiles in your control file like
    load data infile '/u01/data/rb_1.txt'
                  infile '/u01/data/rb_2.txt'
                  infile '/u01/data/rb_3.txt'
                  infile '/u01/data/rb_4.txt'
    append into table <table_name>
    (col1,
    col 2,
    You can also use ascii codes as a deliminator
    ASCII Table - table of ASCII codes
    External tables are the way to go though.

  • WM - Confirm Transfer Order - and automated Goods Issue posting

    Hi
    We operate Warehouse Management, on the Sales Process that has been implemented, we have standard sales order, delivery with a transfer order created in WM, when the TO for the delivery is confirmed in WM (tcode LT12) this usually automatically creates the goods issue in MM.
    However sometimes the Goods Issue in MM is not created automatically, I can see no immediate reason why, and if the Delivery is brought up in VL02N, and 'Post Goods Issue' option chosen it goes through fine without any probs.
    Any ideas welcome on what I should be checking to track the problem?

    There is no background job that is producing the Post Goods Issue in this instance after the TO is manually confirmed in LT12.   My issue is that usually the PGI happens automatically from the TO being confirmed (not by a background scheduled job), but in some instances it does not. 
    It is the latter problems I am trying to trace, as when the PGI is not automatic from the TO confirmation, we are able to goto VL02N (Change Delivery) and issue a PGI without an error.  The problem is that this is an extra step, I wish to trace why it is not automatic from the TO confirmation like in 98% of cases in our setup. 
    There is defintely no background job scheduling PGI, I am aware of the RVV50L21 program which can be used to schedule background jobs for PGI, as we use this on another Sales Org (where WM is not used), but it is not scheduled for the Plants/Shipping Points regarding my TO/auto PGI issue.

  • Automating Goods Issue to PM Orders?

    Guys,
    do you know of any way of setting up automatic goods issue to PM orders?
    I.e. a background job that will post GI to PM orders once a day when stock is available?
    Regards,
    Kenneth

    Kind of, but not quite.
    I'll try to explain again:
    Our customer wants everything that is to be used today in PM orders to be goods issued automatically before workers start in the morning. So GI will be based on the requirement date and storage location. I.e. 7AM when workers start GI has already been done, and the picking lists/transfer orders are already lying on the printer.
    So we are looking for a program that can be run daily, potentially hourly, and can be scheduled in the background.
    Regards,
    Kenneth

  • Reg : Shared Application Issue

    Hi,
    I have 2 ADF Projects. In the Ist I have declared the Model Layer alone and in the Second the required TaskFlows and Pages, Fragments have been created.
    have created a custom ADF Library JAR deployment profile and imported the same to the 2nd Project Model Layer. After which, I am able to see the DataControl and Library Connection populated with the Shared JAR imported.
    But when I try to use the same Data Control in the Page, Fragment I get a run time ERROR saying that AppModule cannot be found.
    Tried Importing the Shared JAR file to a new project where there is only one JSPX and one JSFF page. Here the Data Control works without issues.
    Am very unsure what the issue could be.
    Need help in solving this issue.
    Kindly help.
    Dominic
    Edited by: user8657948 on Aug 15, 2009 6:02 PM

    Make sure you've added the Library Web Application Support technology scope, if you are using 11g.
    -Arun

Maybe you are looking for