How to link PO No and Spool No.

Dear Guru,
Could you tell me the transaction to have PO No. and Spool No. information?
or Table to collect PO No. and Spool No.
Thank you very much.

Hi Manohar Raju,
I've got the message below when I click "Processing log" in ME22n.
How should I do?
No processing log exists
Message no. VN052
Diagnosis
A processing log could not be found for the selected output.
Procedure
Possible reasons are as follows:
The selected output has not yet been processed
The processing program did not write a log
System logging has been de-activated for the selected output type (use settings in Customizing for current application for the selected output type)

Similar Messages

  • How to link Icloud calendar and contacts with windows 8

    How to link Icloud Calendar and contacts with windows8

    Hi ATarakdjian,
    If you are having issues configuring iCloud Calendar on your Windows 8 machine, you may find the following article helpful:
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Cheers,
    - Brenden

  • How to link another forms and reports in one main forms?

    hai all,
    how to link another forms and reports in one main forms?
    i am creating Custom forms Main_menu
    in that i am puting on button and
    pl/sql code for when-button-pressed
    BEGIN
    Open_form('GROUP_MSTR_ENTRY');
    END;
    i am getting:
    ERROR:frm-40010: cannot read form GROUP_MSTR_ENTRY
    also i am un able change the text colour in form.
    how to link reports in forms?
    any help?
    before open i have to link all form i need?
    thanks in advance
    rcs
    ------

    even after changing to The forms_path variable and
    put the executable(GROUP_MSTR_ENTRY.fmx
    F:\oracle\ora90\FORMS60\server\FACCT\MAIN_MENU\GROUP_MSTR_ENTRY.FMX
    not working
    also i am un able change the text colour in form. how?
    how i can find?
    $ORACLE_HOME/forms/server/default.env
    my files are
    9i oracle database
    SQL*Plus: Release 9.0.1.0.1 - Production on Fri Dec 19 11:37:07 2008
    E:\oracle\ora90\bin\oemapp.batt
    forms6i
    F:\oracle\ora901\bin\
    since 9i is later than forms 6i i am unable to put in the same directory
    ------------

  • How to link Position flexfield and grade flexfield with business group?

    Hello guys,
    I am a new for Oracle HRMS. We have 2 position flexfields and 2 grade flexfields that need to be assigned to each business group.
    How to link it? I have found the way for job flexfield (within job group) however I can't find any similar setup for those flexfields.
    Please advise.
    Many thanks.

    Can you provide the solution, please.
    thanks in advance

  • How do link form input and a datatable that are on the same page?

    I am real new to JSF, so I'm having the following issue...
    I created a demo app that will pull records from from a database and display them in a datatable. I hava a backingbean for this process that works great with hardcoded data.
    Now, I want to add a form to this page and use the form input to drive the results in the datatable. I have created my form and used a separate backingbean that is essentially a JavaBean for all the form input.
    My question is how do I integrate the submit button from this new form to feed the call that is used for the datatable?
    Here's is a snippet of the pertinent code from the JSP:
    <TABLE border="0">
                   <TBODY>
                        <TR>
                             <TD>
                             <P>Correlation ID:</P>
                             </TD>
                             <TD><h:inputText styleClass="inputText" id="correlationId"
                                  value="#{LogMessageBean.correlationId}"></h:inputText></TD>
                             <TD width="121"></TD>
                             <TD width="153">
                             <P>Workflow ID:</P>
                             </TD>
                             <TD width="158"><h:inputText styleClass="inputText" id="workItemId"
                                  value="#{LogMessageBean.workItemId}"></h:inputText></TD>
                        </TR>
                   </TBODY>
              </TABLE>
              <BR>
              <div align="center">
              <h:commandButton value="Search" actionListener="#{LogValueListHandler.search}" action="#{LogValueListHandler.result}"/>
              <h:commandButton value="Reset" onclick="reset()"/></div>
              <H5>Application Logging Results</H5>
              <t:dataTable value="#{LogValueListHandler.logList}" var="feed"
                   rowClasses="oddrow, evenrow" headerClass="table">
                   <t:column>
                        <f:facet name="header">
                             <h:outputText value="ClassName" />
                        </f:facet>
                        <h:outputText value="#{feed.className}" />
                   </t:column>
                   <t:column>
                        <f:facet name="header">
                             <h:outputText value="MethodName" />
                        </f:facet>
                        <h:outputText value="#{feed.methodName}" />
                   </t:column>
    ...Thanks!

    Locutus_1,
    I'm working on the same sort of app - A data table where the record selected is displayed in a form below the datatable and may be edited and saved.
    I've included a checkbox in the datatable so that the user can indicate which record is to be displayed and edited. The have everything working, except that I cannot get the checkbox click event passed to the backing bean correctly (critical to the entire operation). When I have this working, I'll post the code.
    This solution does not have a direct link between the datatable model and the data handled by the form. The backing bean code does this. If there was a solution where the two could be linked directly via JSF, I'd be very interested in it.
    Werner

  • How to link 2 objects and how to access entities objects

    Hi,
    I have 2 tables "Person" and "Adress". Person has a foreign key to Adress. The tables have a primary key (person_id and adress_id) associated with a sequence table. I use entites objects from tables and i defined a creation form for "Person" and a creation form for "Adress".
    While the commit, i would like to link person with adress via the foreign key. So i don't know how to obtain "adress_id" from the entity object for setting the foreign key in the object "person".
    More, how can i access to the entites objects for accessing information via getter methods.
    Thank for your help.

    Hi,
    documented in http://download-uk.oracle.com/docs/html/B25947_01/toc.htm it is explained in http://download-uk.oracle.com/docs/html/B25947_01/bcentities008.htm#sthref464
    Exactly the same question got answered yesterday: Re: How I can acess to master entity object from detail entity object
    Frank

  • How to link Organization Units and Entities in Oracle Designer 9i 9.0.2.8 ?

    Hi,
    I am working with Oracle Designer in a project where we need to asses the Business Process Model of the customer, mapping it in Oracle Designer.
    The Customer wants to see the relationship between Business Entity and Organization Units and Processes.
    We are following this approach:
    - define Entity
    - define Organization Unit
    - draw process models with Oracle Designer Process Modeler, defining the single process steps and indicating the Organization Unit who performs that activity;
    - draw a Data Flow Diagram for each Entity with Oracle Designer Data Flow Diagrammer, including the business function we have defined as process steps within the Process Modeler.
    Process Modeler allows us to link process steps to Organization Units, while Data Flow Diagrammer links Entity to business functions ( which are equal to our process steps). So we expect that for the "transitive properties" Organization Units should be linked automatically to Entity.
    At the end, using Oracle Designer Matrix Diagrammer we only see the relationship between Business Functions and Entity and not the one between Organization Unit and Entity .
    In fact, if we open Object Repository Navigator and check the property "Business Unit Entity Usage" of the Business Unit, there is no evidence of the entity related to the business function performed by the Organization/Business Unit.
    Could someone helps us to understand how to use correctly the Oracle Designer Tools ?
    We look forward to hearing from you.
    Regards
    Flavia Ercoli & Rodrigo Silveira

    I would recommend the 10g version anyday over the previous versions. If you use any of the other supporting apps (forms, reports, portal....) your already at a much better release :)
    Is there a reason you would want to use the prior version?

  • How to link an event and a script ?

    Hello !
    This event manager is not easy to deal with !
    I need to link several events to a script by script.
    For this command by hand, the script listener says : 
    // =======================================================
    var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" );
    var desc56 = new ActionDescriptor();
    var idjsNm = charIDToTypeID( "jsNm" );
    desc56.putString( idjsNm, "Gestionnaire d'événements de script..." );
    var idjsMs = charIDToTypeID( "jsMs" );
    desc56.putString( idjsMs, "1" );
    executeAction( idAdobeScriptAutomationScripts, desc56, DialogModes.NO );
    (French version)  
    where the single parameter is "1".
    It is the number assigned to the script file inside a .XML file in the "Adobe potoshop CS4 setting" folder in the user file space.
    But where is the event parameter ? (it was "select" in this case)
    In fact this command clandestinely links the event name and the file full path into the TW0001.DAT file inside th esame folder. Fine !
    But modifying this file outside PS does not change the links into PS: so it is also recorded in memory.
    How to synchronize this data by script ?
    After many and many tests to guess how to program the event manager, I hope somebody knows this final answer.  
    Thank you for you help.

    Both the Script Event Manager and app.notifiers.add require the full path to a javascript file and don't accept arguments for the script. I am not sure what you are trying to do. You could have the script read the needed arguments from somewhere like an text or xml file or even CustomOptions.
    If you want the event to call one of several scripts depending on the arguments then after the argument is read you could have if or switch statements to eval the needed scripts.

  • How to link sales order and billing plan?

    Hi,
    Based on a sales order how can I know the billing plan? I tried to search for some posts, but could not find one with one exact answer regarding this.
    Thanks,
    Best regards

    Hi,
    In "OVBP" T.code,you can find the billing plan assigned to a sales order.
    The path is:
    SPRO>Sales and Distribution>Billing>Billing Plan>Assign the billing plan type to the sales order.
    In two ways we can assign this billing plan to order.
    One is the above mentioned one.
    Another one is to assign the billing plan type to the item category using the T.Code "OVBR".
    Regards,
    Krishna.

  • How to link Sales Order and WIP job for non-ATO items

    Hello All,
    My client's requirement is to link an Sales Order with a WIP Job as soon as it is booked.
    It is for FG and for a non-ATO item.
    The process should be to have SO booked and then it should raise a WIP job based on it if there ar no inventory stocks.
    Thanks in advance.

    You will have to write an extensive customization that will work similar to planning engine.
    It will have to look at order quantity and then look at onhand, reserved onhand, min-max quantities, safety stocks, move orders etc etc and then create a job if necessary.
    Are you sure you want to do it this way?
    Hope this helps
    Sandeep Gandhi
    Omkar Technologies Inc.
    Independent Techno-functional Consultant
    513-325-9026

  • How to link Cost center and Work center?

    Hi All,
    We have a list of Work centers and the corresponding Cost centers. We need to know which tables can be used to connect the Work center with its corresponding cost center?
    Thanks:
    Siddharth

    Hi Please use t-code OP42. Make sure all your configuration for work centre is there. You link cost centre in the costing tab of work centre basic data.
    Hope this helps.
    Thanks
    Sanjeev

  • How to link two lists and do calculations using infopath 2010

    Hi Everyone. I am stuck in a bad situation and need your help to solve this problem i am facing.
    I have two lists named Master and Slave.here i am maintaining the costs for each new project which i will be handling.in the master list i will only enter the project name and the total budget allowed for that perticular project.  in my slave list
    i am having quite a few entries like project name, amount required, balance and approval status.
    Now, for each project i will be entering multiple line items in my slave list as per cost of each line item. based on the amount required field of my slave list the calculation has to be done like
    [BALANCE]  =  [Master List BUDGET value adjuscent to the relevant PROJECT NAME]-[slace list AMOUNT REQUIRED] .once the approval has been done the [BUDGET] value of the Master Page Should automatically get reduced based on the
    [AMOUNT REQUIRED] value of the slave list.
    i tried to google this out but i couldn't find any useful link. i want to achieve this only by using the INFOPATH 2010.

    It is not possible to achieve this through only InfoPath. The reason is because the form in which you submit the slave list will not change the master list.
    If you can be sure that once you approve items here that it won't be removed, then you could do a workflow after approval that takes your current budget number and then reduces it by the approved amount. If it does change, you could always do adjustment
    items in the slave list for negative amounts.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • How to link Service Notification and Quotation

    Hi Guys,
    My business scenario is migrating Quotation.
    The source file will be the flat file.First, service notification needs to be created and then quotation need to be created based on that.All these things I need to do through BAPI.
    I have tried using Bapi's in the following order.
    BAPI_SERVNOT_CREATE
    BAPI_SERVNOT_SAVE
    BAPI_TRANSACTION_COMMIT
    The above sequence creates Notification.
    Then I am creating Quotation with the Notification number using
    BAPI_QUOTATION_CREATEFROMDATA2
    BAPI_TRANSACTION_COMMIT
    After creating Quotation ,when I check VBAK , Notification number is present.
    But when I check QMEL , VBELN (Quotation number ) is not present.
    In other way,In Transaction VA22 , I am not able to see the Sales order(Quotation) number next to Sales.Ord button.
    How to solve this issue.
    Thanks in advance.

    FORM link_notification_quotation .
      DATA:wtl_notification_db_table LIKE qmel OCCURS 0,
           wsl_notification_db_table LIKE qmel.
      IF NOT wtg_longtext[] IS INITIAL.
        SELECT * FROM qmel INTO TABLE wtl_notification_db_table
            FOR ALL ENTRIES IN wtg_longtext
            WHERE qmnum  = wtg_longtext-notif_no.
        LOOP AT wtl_notification_db_table INTO wsl_notification_db_table.
          READ TABLE wtg_longtext INTO wsg_longtext WITH KEY notif_no = wsl_notification_db_table-qmnum
          BINARY SEARCH.
          IF sy-subrc = 0.
            wsl_notification_db_table-vbeln = wsg_longtext-quot_no.
            MODIFY wtl_notification_db_table FROM wsl_notification_db_table.
          ENDIF.
        ENDLOOP.
        MODIFY  qmel FROM TABLE wtl_notification_db_table.
      ENDIF.
    ENDFORM.                    " link_notification_Quotation
    Sorry for the late reply.Now only i am checking this.Hope you will get some idea from this.But I am sure that this is not the correct way.

  • How to link Invoice Quantity and Confirmed quantity in schedule line

    Hello,
    I'm working for a report in BW. The user want to compare the invoice quantity to the confirmed quantity in schedule line for a sales order.
    I can't find any table linking these two fields.
    Could you help?
    Thanks a lot
    Jeannie

    Ashish,
    When we link these two tables by Sales Order Number / Item, we would take following result:
    Sales Order    /     Itme     /     Schedule line     /    confirmed quantity   /     actual billed quantity
    1                  /      10        /      1                     /    3                            /              5
    1                /         10      /       2                    /     2                            /             5
    But in fact, for Sales order/itm 1/10, we have only 5 PC billed, not 10.
    When billed 5 PC, I want to despatch it to the Schedule line as 3, 2.
    Regards,
    Jeannie

  • SubVersion in SQL Developer - how to link to packages and procedures

    My question is this - I am starting out using SubVersion in Oracle and it seems pretty straightforward to use as a source control for files that are stored in a Windows directory, that is the only way I have used it so far.
    Am I able to use it to control packages and procedures that I have saved as part of my database, ie the procedures are part of a package and the package appears within the Packages section of the appropriate connection in SQL Developer.
    I hope this makes sense.
    Cheers,
    JabJam

    Hi JabJam,
    So far, everyone is correct. SQL Developer just uses a file-based source control system (e.g., SVN), which means updating database object definitions via scripts under version control, or somehow exporting the new definition to a script so it can be version controlled after the fact. And wouldn't it be nice if the database objects could be version controlled directly. With the database developer having control over when any changes are committed for shared use in the database. Similar to using the SVN plug-in for an IDE like Eclipse for a given programming language in a shared development environment.
    But what would your DBA have to say about that? Don't most DBAs require scripts for deploying code or structural changes?
    In Oracle, definitions (DDL) are committed automatically. Anyone granted access sees them. Since you probably don't do development directly against a production database, eventually scripts (either manual or generated) will be needed for deployment to QA or production. Few mechanisms currently exist to work against an active database without other authorized users also seeing these changes.
    For DDL, the closest thing would be the fairly recent edition-based redefinition feature in 11g (R2, I think). For DML, the OWM (Oracle Workspace Management) feature would be loosely analogous.
    This is not a simple issue. Version control via an extension for Subversion provides essential basic support. Going beyond that might mean watching the evolution of edition-based redefinition, but DBAs would probably require scripts for that too.
    Regards,
    Gary
    SQL Developer Team

Maybe you are looking for

  • Index Usage and 'OR' Clause

    I am executing following SQL but index is not getting used. SELECT instement_id FROM instrument WHERE instrument_id = 100 OR 1=1 I have an index on instrument.instrument_id but it is not getting used the oprimizer is going for full table scam... when

  • Safari not working with Yosemite- incompatible with google search too

    Ever since I upgraded my macbook pro, Safari has been slow.  In the past 2 days, it's more than slow - it's impossible.  I am able to get to pages I have bookmarked or get to links in email documents - but every time I try to do a search using the se

  • How to load a default page in web based application ?

    Hi I am new to j2ee , I have an application in which , when i start the application , login.html should be open by default . One way i found is that put the page name in <welcome-file> tag inside web.xml. My question is that there any other way like

  • Dynamic Link and DSLR presets not available in CS5???

    Hi, I''m downloaded Premiere CS5, but when I try to open Dynamic Link, a screen pops up and tells me that I need Production Premium in order to access Dynamic Link???? Also how come DSLR presets when I create new projects is no longer available? They

  • Transaction OBA5, adding userid to t100c FICO job or BASIS job?

    I have a request like, The following person should get only a warning and not an error message when changing the functional area for a cost center (KS02) in SAP system .  Please add the userid  to the table t100c ( transaction OBA5) . WHo should be d