Po Pending

how can i get the stock of po's lineitem wise?
and po must open or pendding,....
if it help full then
reward full.
Message was edited by:
        patel paresh

Hi,
pick data from EKKO and EKET Table for open purchase order quantity.
Regards,
Sandeep kaushik

Similar Messages

  • Invoice wise pending GR/IR report

    hello ,
    can anyone tell me how to find the invoice wise pending goor receipt and invoice receipt details ,
    what tables contain that data.
    i need to write the report on the basis of GL account,,posting date and document type .
    thanks

    Hi
    Tables are
    GoodsReceipt  -
    >MSEG or T663A
    InvoiceReceipt  -
    >EKBE
    Even you can see in BSEG
    Regards
    Venkat

  • Date Wise Pending Delivery Report

    Hi all,
    I need a pending delivery report as per the date which user enters. For ex on a particular date what were the pending deliveries and total pending stock which was to be delivered.
    Is there any standard report or any Function module available. If not, is there any logic by which we can fulfill this requirement.

    VL06 gives same data as VL06O/VL06i and gives only real-time delivery status (you can't look at 07/10/2011 date & see what delivery documents were pending PGI, only can see latest delivery status as of now for that date).
    So, If "historical" data is needed for past date and status of delivery documents at that time, then need to go with BI report or similar reporting tool where you can set specific parameters like take snap-shot of table(s) of open deliveries due for PGI but not PGI'd on specific date/time.

  • ISE 1.2 - Self-Provisioned devices still in pending registration status

    Hi everybody,
    I'm on ISE 1.2 patch 2, setting up single-SSID self-provisioning BYOD flow which works as expected except for a couple of issues:
    first PEAP authorization always fails (no server certificate confirmation appears on device and no Endpoint Profile is assigned), second on goes through as expected and self-registration flow is started;
    at the end of the flow, TLS certs are installed, device appears in endpoint database under user's account but "Device Registration Status" stays "pending" and this makes it impossibile to further authorized RegisteredDevices identity group;
    single mobile devices gets different "Endpoint Profile" result at each subsquent access. For example: Android smartphones are profiled as Android or HTC device or HP devices or Samsung randomly.
    I've tried to analyze log files but cannot extract a full dump of the profiling process that could help identify why all this happens.
    Can you please help?
    Regards,
    L

    Hi Kevin,
    I did not find and answer. In subsequent patches the self-registration flow seems to have changed somehow and now I have more device in 'Registered' state, but still most of the time at the end of the process there is no guarantee that the devices will be in this stage. I've moved to more broad policies for authorization (i.e. if you have a valid certificate and login from one of the accepted profiles, we'll let you in).
    Please let me know if you open a TAC case, what is the answer.
    Regards,
    L

  • Picking the value of PBEG and PEND incase of multiple entries 2002 on a day

    Hi Experts,
    Our client's business requirement is to have provision handling multiple entries multiple entries of same subtype of IT 2002 on same day with different Time entries.For example one IT 2002 Styp 1 has entry 10 am to 14 pm & other entry of IT 2002 styp 1 as 14 pm to 16 pm.
    In this scenario I want to have TWT with start time of 1st 2002 record i.e 10 & another TWT with end time of last 2002 record i.e. 16.
    I have written a PCR as
    OUTTPORIGS Origin status
        COLOP*     TIP  >TOP curr.TType
      P
        HRS=PBEG   Set
        ADDDB90T3  Add to day balance
        HRS=PEND   Set
        ADDDB90T4  Add to day balance
    But its giving me value of 2002 start time  as (1014=24) & END time (1416=30) respectively.
    Since TIP will have entries with origin E & A as well with P  and any entry can be 1st or last entry depending on time, I can't use VRSTFIRST & VARSTLAST.
    Please suggest me how to handle such scenario through PCR. Is there a way we can make decision on From & To of TIP entries.
    You can also suggest me if such need can be handled at masterdata level so that we can have just one entry
    Regards
    S S
    Hi All,
    Please also suggest me a better operation to pick the value of PBEG and PEND incase of multiple entries various subtypes of 2002 on same day.I need to compare start- end time of 2002 with 2011 entries and calculate total attendence hrs. Once again, I can't use VRSTFIRST & VRSTLAST as 1st & last TIP entry could be come from any infotype viz 2011,2002, 2001.
    Regards
    Sunita
    Edited by: Sunita on Feb 5, 2011 10:02 AM

    If you want to do it the T-SQL way, follow this article I wrote on deleting duplicates..
    http://sqlsaga.com/sql-server/how-to-remove-duplicates-from-a-table-in-sql-server/
    To read about what ranking functions does and how will they help you use this link..
    http://sqlsaga.com/sql-server/what-is-the-difference-between-rank-dense_rank-row_number-and-ntile-in-sql-server/
    Please mark as answer, if this has helped you solve the issue.
    Good Luck :) .. visit www.sqlsaga.com for more t-sql code snippets and BI related how to articles.

  • Search cannot be executed because the table has pending changes

    I'm getting the following error ..... The search cannot be executed because the table has pending changes that would be lost .... in the following scenario ....
    My 1st page is a search page with resulting rows from which the user can select specific rows to process ..... next button will populate the VO for the 2nd page by manually looping thru the selected rows in the VO of the 1st page. Loop logic is in the AM and it calls a method in the VORowImpl that uses setAttributeInternal .... the 2nd page displays the selected rows .....
    Pressing the back button of the 2nd page will display the 1st page and if the user tries to do a new search .... the error shows up.
    Any suggestions on how to handle this?
    Thank you.

    It seems to me that you are using the same VO on both the pages. If that is the case try to use separate VO for each page.
    And as suggested by Sumit, Never use/ rely on browser back button. Instead put a Back button on the second page through you can handle the event yourself rather than leaving on the mercy of browser.
    --Saroj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error: "The search cannot be executed because the table has pending changes that would be lost."

    Hello,
    I'm working a developing an OA page that will displays the contents of an Oracle table and allows the user to update records in a table as needed.
    When I hit submit button to save the changes in the update page, the control goes back to main page (where all the table records are displayed). It displays the updated record with the new information.However when I hit "Go" button on the mainPG, I get the error "The search cannot be executed because the table has pending changes that would be lost. and the changes are not committed.
    ANy suggestions on where I should look will be greatly appreciated.
    Posting code for my controller
    =======================
              if ( pageContext.getParameter("saveRate") != null )
              personam.invokeMethod("saveRateToDatabase");
    Code from my AM
    =============
        public void saveRateToDatabase()
          getOADBTransaction().commit();
          System.out.println("40--After commit has been executed");
    Code from my VORowImpl
    ===================
    package cggv.oracle.apps.gl.server;
    import oracle.apps.fnd.framework.server.OAViewRowImpl;
    import oracle.jbo.domain.Date;
    import oracle.jbo.domain.Number;
    import oracle.jbo.server.AttributeDefImpl;
    // ---    File generated by Oracle ADF Business Components Design Time.
    // ---    Custom code may be added to this class.
    // ---    Warning: Do not modify method signatures of generated methods.
    public class xxCggGlRatesVORowImpl extends OAViewRowImpl {
        public static final int RATEID = 0;
        public static final int FROMCURRENCY = 1;
        public static final int TOCURRENCY = 2;
        public static final int FROMCONVERSIONDATE = 3;
        public static final int TOCONVERSIONDATE = 4;
        public static final int USERCONVERSIONTYPE = 5;
        public static final int CONVERSIONRATE = 6;
        public static final int MODEFLAG = 7;
        /**This is the default constructor (do not remove)
        public xxCggGlRatesVORowImpl() {
        /**Gets the attribute value for the calculated attribute RateId
        public Number getRateId() {
            return (Number) getAttributeInternal(RATEID);
        /**Sets <code>value</code> as the attribute value for the calculated attribute RateId
        public void setRateId(Number value) {
            setAttributeInternal(RATEID, value);
            //populateAttribute(RATEID, value);
        /**Gets the attribute value for the calculated attribute FromCurrency
        public String getFromCurrency() {
            return (String) getAttributeInternal(FROMCURRENCY);
        /**Sets <code>value</code> as the attribute value for the calculated attribute FromCurrency
        public void setFromCurrency(String value) {
            setAttributeInternal(FROMCURRENCY, value);      
        /**Gets the attribute value for the calculated attribute ToCurrency
        public String getToCurrency() {
            return (String) getAttributeInternal(TOCURRENCY);
        /**Sets <code>value</code> as the attribute value for the calculated attribute ToCurrency
        public void setToCurrency(String value) {
            setAttributeInternal(TOCURRENCY, value);
        /**Gets the attribute value for the calculated attribute FromConversionDate
        public Date getFromConversionDate() {
            return (Date) getAttributeInternal(FROMCONVERSIONDATE);
        /**Sets <code>value</code> as the attribute value for the calculated attribute FromConversionDate
        public void setFromConversionDate(Date value) {
            setAttributeInternal(FROMCONVERSIONDATE, value);      
        /**Gets the attribute value for the calculated attribute ToConversionDate
        public Date getToConversionDate() {
            return (Date) getAttributeInternal(TOCONVERSIONDATE);
        /**Sets <code>value</code> as the attribute value for the calculated attribute ToConversionDate
        public void setToConversionDate(Date value) {
            setAttributeInternal(TOCONVERSIONDATE, value);       
        /**Gets the attribute value for the calculated attribute UserConversionType
        public String getUserConversionType() {
            return (String) getAttributeInternal(USERCONVERSIONTYPE);
        /**Sets <code>value</code> as the attribute value for the calculated attribute UserConversionType
        public void setUserConversionType(String value) {
            setAttributeInternal(USERCONVERSIONTYPE, value);
        /**Gets the attribute value for the calculated attribute ConversionRate
        public Number getConversionRate() {
            return (Number) getAttributeInternal(CONVERSIONRATE);
        /**Sets <code>value</code> as the attribute value for the calculated attribute ConversionRate
        public void setConversionRate(Number value) {
            setAttributeInternal(CONVERSIONRATE, value);
        /**Gets the attribute value for the calculated attribute ModeFlag
        public String getModeFlag() {
            return (String) getAttributeInternal(MODEFLAG);
        /**Sets <code>value</code> as the attribute value for the calculated attribute ModeFlag
        public void setModeFlag(String value) {
            setAttributeInternal(MODEFLAG, value);      
        /**getAttrInvokeAccessor: generated method. Do not modify.
        protected Object getAttrInvokeAccessor(int index,
                                               AttributeDefImpl attrDef) throws Exception {
            switch (index) {
            case RATEID:
                return getRateId();
            case FROMCURRENCY:
                return getFromCurrency();
            case TOCURRENCY:
                return getToCurrency();
            case FROMCONVERSIONDATE:
                return getFromConversionDate();
            case TOCONVERSIONDATE:
                return getToConversionDate();
            case USERCONVERSIONTYPE:
                return getUserConversionType();
            case CONVERSIONRATE:
                return getConversionRate();
            case MODEFLAG:
                return getModeFlag();
            default:
                return super.getAttrInvokeAccessor(index, attrDef);
        /**setAttrInvokeAccessor: generated method. Do not modify.
        protected void setAttrInvokeAccessor(int index, Object value,
                                             AttributeDefImpl attrDef) throws Exception {
            switch (index) {
            case RATEID:
                setRateId((Number)value);
                return;
            case FROMCURRENCY:
                setFromCurrency((String)value);
                return;
            case TOCURRENCY:
                setToCurrency((String)value);
                return;
            case FROMCONVERSIONDATE:
                setFromConversionDate((Date)value);
                return;
            case TOCONVERSIONDATE:
                setToConversionDate((Date)value);
                return;
            case USERCONVERSIONTYPE:
                setUserConversionType((String)value);
                return;
            case CONVERSIONRATE:
                setConversionRate((Number)value);
                return;
            case MODEFLAG:
                setModeFlag((String)value);
                return;
            default:
                super.setAttrInvokeAccessor(index, value, attrDef);
                return;
        /**Gets xxCggGlRatesEO entity object.
        public xxCggGlRatesEOImpl getxxCggGlRatesEO() {
            return (xxCggGlRatesEOImpl)getEntity(0);

    Hi,
    Check these links:
    Oracle Apps: Search cannot be executed because the table has pending changes that would be lost
    Re: Getting error in search page search cannot be executed
    http://jneelmani.blogspot.in/2009/11/oaf-search-cannot-be-executed-because.html
    --Sushant

  • CUCM 8.6.2 LDAP User Delete Pending LDAP Sync Status Inactive

    BE6K ver 8.6.2
    Client has a user who recently got married.  They changed her account information in Active Directtory to reflect her new last name. At that point CUCM shows her as
    Delete Pending
    LDAP Sync Status Inactive
    CUC shows
    LDAP User has been deleted.
    The user still exists in both CUC and CUCM and is actively takign and receiving calls.  User has VM access.
    Shorrt of deleting the user in AD and recreating her, is there a way to force this to re-sync?
    Thanks
    Matt

    Then that's expected to happen, for all purposes to CUCM/CUC eyes, msmith no longer exists and will be deleted, and a new user mjones now will be imported.
    Depending on when the change was done and when CUCM detected this, it might take up to 48 hours maximum to delete the user
    You'll need to associate everything to the new user, and also add that new user into CUC.
    Or switch back her userID to the old one, and just change the surname for directory purposes.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • When I install a host agent on my OEM 12c the status of the agent and host target in the OEM is stuck in pending. The agent is up and can ping the OMS. I haven't been able to locate any relevant errors in the logs

    Sum
    General
    Upload Metric Data
    Status
    Status Pending
    Availability (%)
    Unavailable
    Host
    Version
    Platform
    Operating System
    Operating System Agent Username
    Unavailable
    Interaction with Management Service
    Upload to
    Unavailable
    Last Successful Upload
    Unavailable
    Agent to Management Service Response Time (ms)
    Unavailable
    Agent Upload Interval (minutes)
    15
    Detailed Status
    Restarts (last 24 hours)
    0
    Secure
    Unavailable
    Agent Collecting
    Unavailable
    Agent Backed Off
    No
    Agent Purging Data
    Unavailable
    Above is the display from the agent page on the OEM console.
    I have also checked the agents page and confirmed that the agent is not Blacked Out.

    Hi Krishnan,
    emctl unsecure agent fails with the error:
    [15-04-2015 16:28:19] USERINFO ::Checking Agent for HTTP...
    [15-04-2015 16:28:19] USERINFO ::   Done.
    [15-04-2015 16:28:24] USERINFO ::Agent is already stopped...   Done.
    [15-04-2015 16:28:24] USERINFO ::Unsecuring agent...   Started.
    -115-04-15 16:28:25,294 [main] INFO  agent.SecureAgentCmd openPage.871 - Opening: https://usatl-w-cmcloud.americas.abb.com:1159/empbs/genwallet
    2015-04-15 16:28:29,521 [main] INFO  agent.SecureAgentCmd openPage.897 - Response Status Code: 200
    2015-04-15 16:28:29,523 [main] INFO  agent.SecureAgentCmd openPage.905 - RESPONSE_STATUS header: OK
    2015-04-15 16:28:29,525 [main] INFO  agent.SecureAgentCmd openPage.906 - Response body: -1
    2015-04-15 16:28:30,311 [main] INFO  agent.SecureAgentCmd openPage.871 - Opening: https://usatl-w-cmcloud.americas.abb.com:1159/empbs/genwallet
    2015-04-15 16:28:32,258 [main] INFO  agent.SecureAgentCmd openPage.897 - Response Status Code: 200
    2015-04-15 16:28:32,261 [main] INFO  agent.SecureAgentCmd openPage.905 - RESPONSE_STATUS header: OK
    2015-04-15 16:28:32,262 [main] INFO  agent.SecureAgentCmd openPage.906 - Response body: -1
    [15-04-2015 16:28:32] USERINFO ::OMS is locked. Cannot unsecure the Agent.
    [15-04-2015 16:28:32] USERINFO ::Unsecuring Agent...  Failed.
    The OMS is on a Windows 7 VM. Do you know the command to unlock the OMS?
    Thanks,
    Jerald

  • You guys are taking money from my card when I haven't bought anything.  last time I bought something was last month and 4.75 is pending from my account. not only that it won't let me update ANY of my apps because I don't have a card number. why do I need

    I can't update anything because I don't have a card number I took my card off because you guys took money out of my account and now it's pending something won't tell me what it is  but I would like to know what's going on and why money is being taken out of my account when I haven't bought anything in a month ..

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    Have you checked the purchase history on your account ? If you log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it. Click on that and you should then see a list of your purchases.
    You can check if you have any auto-renewing subscriptions (and stop them if you do) by following the instructions on this page : http://support.apple.com/kb/HT4098

  • I am trying to update some of my apple apps which have upgrades pending but AppStore says that my apple I'd is only valid for us store. I have bought some apps in us but now live in Belgium registered with the uk store. Trying to get these upgrades

    See title
    Issues with device iPad apparently being registered to us store (now living in Belgium) when trying to upgrade apps which have fixes pending. How do I get these fixes    Some apps I have bought while living in us and some while living in euorope (uk and Belgium)

    I've seen this issue posted before and not seen a solution.  When you change store country it breaks all ties to the previous store.

  • New BT Infinity order - still pending

    Hi,
    I ordered BT Infinity 2 on Tuesday (5th), I'm migrating from another broadband provider and already have a BT line.
    When I ordered I provided my MAC and was quoted an activatation date of 12/02/2013.
    So far I've no further contact from BT after the initial order confirmation email received on the 5th.
    I'm fairly sure nothing will happen on the 12th now, I just tried ringing BT but they didn't really say much. Tracking the order online via the order reference number just says it is pending and they can't display the order details.
    Does anyone have recent experience of ordering BT Infinity 2 to share? What exactly is the activation date when ordering meant to mean?
    Thanks

    Ratty2012 wrote:
    rpn wrote:
    Hi,
    I ordered BT Infinity 2 on Tuesday (5th), I'm migrating from another broadband provider and already have a BT line.
    When I ordered I provided my MAC and was quoted an activatation date of 12/02/2013.
    So far I've no further contact from BT after the initial order confirmation email received on the 5th.
    I'm fairly sure nothing will happen on the 12th now, I just tried ringing BT but they didn't really say much. Tracking the order online via the order reference number just says it is pending and they can't display the order details.
    Does anyone have recent experience of ordering BT Infinity 2 to share? What exactly is the activation date when ordering meant to mean?
    Thanks
    The activation date is when you get Infinity installed as an engineer will install it for you.
    My activation date was 2 days after my install.
    If this helped you please click the Star beside my name.
    If this answered your question please click "Mark as Accepted Solution" below.

  • Report to view pending Purchase Order for Release

    Hi,
    Is there any sap standard report through which we can view pending Purchase Order for Release.
    Regards,

    Hi,
    you can use transaction ME28, this can give information of pending purchase order for release on release level.
    but this transaction is used for releasing the collective release for purchase order. this is not an report.
    if you want transaction for reporting purpose only, you need to create a report or query on EKKO table. based on release indicator.
    vikas,

  • Purchase Order Pending Report

    Hi Experts,
    I am creating a report regarding Purchase Order Pending Details.
    I want to display only the pending order detail where as report display all the order detail.
    Please help me out how to get this report.
    Regards
    Rakesh

    HAi
    Please take reports from ME2N or ME2M .
    Under  selection parameters please select WE101. WHich will give open purchase orders where GR is not yet completed.
    Pushkala

  • "Error:The search cannot be executed because the table has pending changes that would be lost", after DELETE

    Good day,
    On Search Page, I have searched for the record(s) then deleted a record and got confirmation message i.e. Record has deleted. Next when I search for any record I'm getting below error.
    Error
    The search cannot be executed because the table has pending changes that would be lost.
    Could you please help me to fix this issue. Your response is highly appreciated.
    Item properties:
    Item Style : Image
    Action Type: Fire Action
    Event : delete
    Below is the code using in CO and AM
    Controller (processFormRequest):
    if ("delete".equals(pageContext.getParameter(EVENT_PARAM)))
              // The user has clicked a "Delete" icon so we want to display a "Warning"
              // dialog asking if she really wants to delete the employee. Note that we
              // configure the dialog so that pressing the "Yes" button submits to
              // this page so we can handle the action in this processFormRequest( ) method.
              String visit_id = pageContext.getParameter("visit_id");
              String employeeName = pageContext.getParameter("last_name") + ", " + pageContext.getParameter("first_name");
              MessageToken[] tokens = { new MessageToken("EMP_NAME", employeeName)};
              OAException mainMessage = new OAException("FND", "XXXX_EMP_DELETE_WARN", tokens);
              // Note that even though we're going to make our Yes/No buttons submit a
              // form, we still need some non-null value in the constructor's Yes/No
              // URL parameters for the buttons to render, so we just pass empty
              // Strings for this.
              OADialogPage dialogPage = new OADialogPage(OAException.WARNING,
                mainMessage, null, "", "");
              // Always use Message Dictionary for any Strings you want to display.
              String yes = pageContext.getMessage("AK", "FWK_TBX_T_YES", null);
              String no = pageContext.getMessage("AK", "FWK_TBX_T_NO", null);
              // We set this value so the code that handles this button press is
              // descriptive.
    dialogPage.setOkButtonItemName("DeleteYesButton");
              // The following configures the Yes/No buttons to be submit buttons,
              // and makes sure that we handle the form submit in the originating
              // page (the "Employee" summary) so we can handle the "Yes"
              // button selection in this controller.
    dialogPage.setOkButtonToPost(true);
    dialogPage.setNoButtonToPost(true);
    dialogPage.setPostToCallingPage(true);
              // Now set our Yes/No labels instead of the default OK/Cancel.
    dialogPage.setOkButtonLabel(yes);
    dialogPage.setNoButtonLabel(no);
              // We need to keep hold of the employeeNumber and employeeName.
              // The OADialogPage gives us a convenient means
              // of doing this. Note that the use of the Hashtable is 
              // most appropriate for passing multiple parameters. See the OADialogPage
              // javadoc for an alternative when dealing with a single parameter.
              java.util.Hashtable formParams = new java.util.Hashtable(1);
    formParams.put("visit_id", visit_id);
    formParams.put("empName", employeeName);
    dialogPage.setFormParameters(formParams);
              pageContext.redirectToDialogPage(dialogPage);
        else if (pageContext.getParameter("DeleteYesButton") != null)
              // User has confirmed that she wants to delete this employee.
              // Invoke a method on the AM to set the current row in the VO and
              // call remove() on this row.
              String employeeNumber = pageContext.getParameter("visit_id");
              String employeeName = pageContext.getParameter("empName");
              Serializable[] parameters = { employeeNumber };
             // OAApplicationModule am = pageContext.getApplicationModule(webBean);
    am.invokeMethod("deleteEmployee", parameters);
              // Now, redisplay the page with a confirmation message at the top. Note
              // that the deleteEmployee() method in the AM commits, and our code
              // won't get this far if any exceptions are thrown.
              MessageToken[] tokens = { new MessageToken("EMP_NAME", employeeName) };
              OAException message = new OAException("FND",
                "XXXX_EMP_DELETE_CONFIRM", tokens, OAException.CONFIRMATION, null);
    pageContext.putDialogMessage(message);
    Application Module:
      public void deleteEmployee(String visit_id)
            // First, we need to find the selected employee in our VO.
            // When we find it, we call remove( ) on the row which in turn
            // calls remove on the associated EmployeeEOImpl object.
            int empToDelete = Integer.parseInt(visit_id);
              OAViewObject vo = (OAViewObject)getNonEmployeesSummaryVO1();
        NonEmployeesSummaryVORowImpl row = null;
            // This tells us the number of rows that have been fetched in the
            // row set, and will not pull additional rows in like some of the
            // other "get count" methods.
           int fetchedRowCount = vo.getFetchedRowCount();
            // We use a separate iterator -- even though we could step through the
            // rows without it -- because we don't want to affect row currency.
            RowSetIterator deleteIter = vo.createRowSetIterator("deleteIter");
    if (fetchedRowCount > 0)
              deleteIter.setRangeStart(0);
              deleteIter.setRangeSize(fetchedRowCount);
              for (int i = 0; i < fetchedRowCount; i++)
                row = (NonEmployeesSummaryVORowImpl)deleteIter.getRowAtRangeIndex(i);
                // For performance reasons, we generate ViewRowImpls for all
                // View Objects. When we need to obtain an attribute value,
                // we use the named accessors instead of a generic String lookup.
                // Number primaryKey = (Number)row.getAttribute("EmployeeId");
                Number primaryKey = row.getVisitId();
                if (primaryKey.compareTo(empToDelete) == 0)
                  // This performs the actual delete.
                  row.remove();
                    getTransaction().commit();
                  break; // only one possible selected row in this case
            // Always close the iterator when you're done.
            deleteIter.closeRowSetIterator();
          } // end deleteEmployee
    Thanks,
    Ravi

    Hi
    Check this link Getting error in search page search cannot be executed
    Regards,
    Dilip

  • Open PR and Pending PO

    Hi All,
    What is open PR and Pending PO,I nee to createe a report for Open PR qty,Open PR value,Pending PO qty,Pendng PO value,how to identify the PR and PO are closed and pending,help me pls.
    Thanks&regds,
    sree.

    Hi,
    You can get the Information about Pending PO from the following T.codes by specifying the appropriate selection Parameters.
    T.code - ME2N,ME3N & ME2L  (Purchasing Documents/Doc Number)  ,ME3L (Purchasing Documents/Vendor)
    Thanks,

Maybe you are looking for

  • Problems creating a new user in SAP EP 6.0

    Good mornig for all. We have a problem when in SAP EP 6.0 I try to create a new user. I am connected how superuser and this one has all authorities. When I input all fields to create a new user system response with "could not create user". I see logs

  • Configure ce interface to accept all frames (regardless of 802.1q tag)?

    On Solaris 9, is it possible to configure a ce interface so it accepts all Ethernet frames it receives, regardless of the presence, absence, or value of an 802.1q tag? I'm trying to run packet sniffing software on a ce interface (I'm not using the in

  • How do I cut and paste a link into firefox?

    Can't seem to get it right

  • Blu-Ray export fails.

    This is a strange and *very* frustrating problem. I'll choose Share >> Blu-Ray and select the Output Device as "Hard Drive (Blu-Ray)". Now, this used to work: it would create a disk image. Now, after having made no discernible changes to FCP X or any

  • Cant sync my ipod touch

    when i try to sync ituns say "sync ipod" but never sync, some times when happen that i find in help (itunes) and press updates, and when itunes find updates sync the ipod, but cant change my music or apps, only can make the backup. i update the last