TABLE NAME WHICH TELLS THE SHOPPING CART STATUS

HI,
need to make the price field non editable depend on sttus of shopping caRT.
For this i require the table name.
thank you.

Hi,
Status I1120 means Change was  Transmitted.
You can find all the statuses and their descriptions in transaction BS22.
BR,
Disha.

Similar Messages

  • Table name which contains the email addresses maintained in address area of SCOT

    HI,
    I would like to know the table name which contains the email addresses maintained in address area of SCOT.
    I know how to see through SCOT, but I want to see as a list through SAP table.
    I am not able to see email list through SXNODE AND SXADDRTYPE tables.
    Thanks,
    Nagaraju Ravuri

    Hi Nagaraju,
    You may use ADR6 table and field SMTP to get email address of respective users.
    Regards,
    Deepak Kori

  • Enable Delete button depending on the shopping cart status

    Hi all,
    My requirement is Enable the delete button if the status of selected shopping cart is 'Awaiting Approval' in header and item level.
    Technical detail of delete button : Component : POWL_UI_COMP
                                                      WINDOW : TABLE
                                                      VIEW : VIEW_TABLE
                                                       TOOLBAR BUTTON ID : F_DELETE.
    please help...

    Thinking aloud,
    - should the button be a resource from Webcenter, you could modify its visibility (property) via EL: #{WCSecurityContext.userInGroup['Administrators']} will display the button only if the user is in Administrators group
    - does your portlet have a parameter like that? If so, you should be able to fill it in with EL. If not, I doubt you will be able to achieve visibility changes - you might try to contact the producer of your portlet to do the necessary changes, though.

  • Insert column into shopping cart status screen

    Hi,
    I need to insert a column into the shopping cart status screen table control( search results).(BBPSC04).
    Can u pls let me know whether i can achieve this by adding an append structure or standard screen modification?
    Cheers
    Rajeev

    Hi,
       Instead of modifying the std structure,try modifying the corresponding template of the service.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Problem with shopping cart status

    Hi Experts,
    We are implementing SRM 5.0. When i create a shopping cart for services, it creates purchase requisition in the backend but the status of shopping cart, 'Purchase Requisition Created',  is not getting updated in SRM. But when I modify and save that purchse requisition in the backend, only then it updates the shopping cart status. I'm also using CLEANUP_REQREQ_UP and BBP_GET_STATUS_2 programs as background jobs.
    Kindly help me in solving this issue.
    Regards,
    B.Siddhesh

    Hi,
    This issue is resolved now.
    The problem was when service PR is created from SRM on R/3, the system fails to create entries in table ESLH. To resolve this issue we implemented note 922372 and its working fine now.
    Regards,
    B.Siddhesh

  • Table name which stoers Opening Stock posting of Inventory

    Hi all,
    I wanted to know what is the table name which stores the Opening Stock of Inventory. and also How can i know the price that i had given while posting the Opening Balance for a particular Item.
    Expecting you early response.
    Thank you
    regards,
    Shreyas

    Hi Shreyas,
    You can query the table OINM with transtype of '-2' which stand for "Opening Balance" for inventory items.
    The query looks like:
    Select * from oinm t0 where t0.TransType = '-2' and t0.ItemCode = '[%0]'
    Any items' opening transaction can be found there.
    Thanks,
    Gordon

  • Missing print preview icon in Shopping Cart status srm 5.0

    Hello,
    Some users don't have the print preview icon in the shopping cart status.
    I checked attributes and authorization, but that isn't the problem as far as I can see.
    b/c some users have this problem and others don't I don't have any idea what the problem might be.
    every idea is welcome!!
    thanks in advance
    Jan Holland

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Shopping cart status of 'awaiting approval'

    Hi Everyone,
    All Shopping Baskets that are rejected by the approver are entering the Order raisers Shopping Basket status report with the status wrong displaying as Awaiting Approval . On previous versions of SRM, the status would be set to In Your Inbox]. This issue is with this header status only as the line items for rejected Baskets does show rejected.
    Any help is welcome. I am on SRM 5.
    Bye.
    Gordon.

    Hello,
    Actually, system behaves in the following way:
    - A shopping cart is created and goes to approval;
    - Approver rejects the cart and the workitem is send back to requester inbox in order to accept the rejection or change the cart and resubmit it to approbation;
    - If requester checks the cart (Inbox or BBPSC04), its header status will be "In your inbox";
    - If someone (administrator, for example), checks the cart via BBP_MON_SC transaction (Monitor Shopping Cart) before the requester acceptance/changes, the shopping cart status will be "Awaiting approval", since the cart is still in approbation process.
    I hope this information helps.
    Kind regards,
    Ricardo

  • Which table holds the Shopping Cart Approval Manager Name

    Can any one  please let me know which table holds the Approving Manger Name. Please find the scenario below.
    Employee creates the Shopping  Cart and forward the SC for Approval to Approval Manger. But approval manager will take some time to approve the shopping cart. I need to extract the approving manager's name who has still not approved the shopping cart into SAP BW.
    Thanks in Advance.
    Regards
    Venkata Agraharam.

    Hi,
    This is not answer. Just feedback from my project experience.
    I know some customer developed this kind of report which shows approver but they used the report only the first 1 month after go live. Approval monitoring was fun but you need someone who monitor it. Finally they realized high monitoring admin cost. Final solution was Alert Notification with BBP_ALERTING BADI which sends email to approver and admin when deadline is reached.
    Regards,
    Masa

  • Set user Defined Status in the Shopping Cart

    Hello,
    I am facing problem while Setting user defined Status in the shopping cart. Below are the steps which I have followed.
    1. I have created Status profile via Transaction 'BS02' and also created the Status 'On Hold' with Status number 'Exxxxx'.
    2. Entry of this external status is also created in the table TJ30.
    3. Also I tried assigning this Status profile in Transaction type for "BUS2121".
    After making the above configuration for the new User defined status I have used below function module in my program.
    I am using FM "CRM_STATUS_CHANGE_EXTERN" to set the User defined status in the shopping cart.
      CALL FUNCTION 'CRM_STATUS_CHANGE_EXTERN'
        EXPORTING
          objnr                    = ls_header-guid
          user_status          = lv_stat
        IMPORTING
          stonr                    = lv_stonr
    After this FM I am also using "COMMIT WORK AND WAIT ".
    But still my Status is not updated in the Shopping Cart.
    Expert please suggest if some one has work in this scenario.
    Best Regards,
    Chirag Shah

    Hi Chirag,
    try to initialize Status schema before update.
    CALL FUNCTION 'CRM_STATUS_OBJECT_CREATE'
         EXPORTING
           objnr                        = ls_header-guid
           obtyp                        = 'SCH'
           stsma                        = 'ZHOLD'
         EXCEPTIONS
           obtyp_invalid                = 1
           status_object_already_exists = 2
           stsma_invalid                = 3
           stsma_obtyp_invalid          = 4
           error_ocurred                = 5
           OTHERS                       = 6.
    Regards
    K

  • View name in the catalog database which shows the target bkp status

    Hi
    Can any one tell me the view name in the catalog database
    which describes the target database status( succesfull or not)
    Thank you

    You need to have a little patience. Anyways, if you are taking backup by backup sets, than this view may help.
    [RC_BACKUP_SET_DETAILS|http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcviews019.htm]
    See if this helps you.
    Better option is to configure RMAN backup with the v$session_longops and check it to see whether backup is complete or not.
    HTH
    Aman....

  • Need the the underlying table names which the Material Plan Detail Search p

    Our supply planning users would like to obtain the demand and supply plan for a bunch of given parts by running a query against some tables. The data they need via a PS Query output in Excel format is the same data that is provided by the Material Plan Detail page in PeopleSoft Supply Planning (Menu Path: Supply Planning >>>Solve Plan>>>> Material >>>>>>Material Plan Detail). The main underlying table behind this page is PS_PL_MRP_DTL.
    The problem is that this table contains data for only one Part Number (INV_ITEM_ID). The data is populated when Item ID is selected on the Material Plan Detail Search page.
    What are the underlying table names which the Material Plan Detail Search page brings together to present the information for the selected part number on the target page (The Material Plan Detail page)?
    If you could tell us the underlying table names (which the Material Plan Detail Search page brings together) we can write a query to present the data to the users for multiple part numbers at a time and not just one part number at a time.
    Any help would be greatly appreciated.
    We are on FSCM 8.9 Bundle 13
    Thanks in advance.

    The ERD's for FSCM 8.9 are available from following link
    PeopleSoft Enterprise Financial Management 8.9 Entity Relationship Diagrams [ID 979359.1]
    https://support.oracle.com/epmos/faces/DocContentDisplay?id=979359.1
    Hope it contains the info you are looking for.
    Hakan

  • Check Status BBPSC04 showing all the shopping carts

    We are on SRM 5.0
    When a user clicks on Check Status. It is showing them all the shopping carts even those which are not created or approved by them.

    Hi Srini,
    In 'Check Status' all the shopping carts are shown if you do not give anything in the search criteria except the ones that are completed irrespective of the purchasing org / P.group.
    If you want to see the shopping carts created for that P.Group / P.org mention the same in the search criteria of the 'Find' tab.
    If you want to see the shopping carts only created by you then go to 'Centralized Purchasing' Link and click on the ' Check Status'. There you can see only the shopping carts created by you.
    In case of any clarification feel free to ask.
    Award points for suitable answers.
    Rgds,
    Teja

  • Default timeframe in check status of the shopping cart

    Hello Forum
    In check status of the shopping cart default timeframe is 7 days but client requirement is change to 30 days
    Is there any configuration settings to change to 30 days
    Please help
    Thanks in Advance
    Neha

    Hello Neha,
    Have a look at below threads:<br />
    [Default Check Status timeframe(Shopping Cart)|Default Check Status timeframe(Shopping Cart);
    Default timeframe for SC timeframe need to be changed to 90 days from 7 day<br />
    <br />
    Regards.<br />
    <p />
    <br />
    Laurent.

  • Special characater in Name of the Shopping cart

    We are in SRM 5.5 server . when the special character like "(inch) is used in the Name of the shopping cart , the cart is not getting converted to purchase order from sourcing cockpit . It is working if we use _(underscore). Is there any OSS note for this fix.
    Regards
    Mani

    first you need to create a database function like the one below.
    the query to identify those records is then the below:
    select full_name from per_people_x
    where is_not_valid_text(full_name) = 'N'
    you can use the function also to verify other fields like addresses and so on.
    the corrective action according to me should be a manual one, meaning open the form and update the names not compliant.
    thanks
    regards
    create or replace
    function is_not_valid_text (p_text in varchar2) return varchar2 is
    v_is_valid varchar2(100) := 'Y';
    v_length number := length(p_text);
    begin
    for i in 1 .. v_length loop
    if not ( -- allowed char
    ascii(substr(p_text, i, 1)) between 65 and 90 -- from A to Z
    or ascii(substr(p_text, i, 1)) between 97 and 122 -- from a to z
    or ascii(substr(p_text, i, 1)) = 32
    or ascii(substr(p_text, i, 1)) = 46
    ) then
    v_is_valid := 'N';
    exit;
    end if;
    end loop;
    return v_is_valid;
    end is_not_valid_text;
    Edited by: Giuseppe Bonavita on 10-Dec-2012 11:43

Maybe you are looking for

  • C# Webbrowser using VLCplugin to play online audio stream

    Hello all, I have been trying to get the VLC to play a audio stream from a URL address. I created a forms application and added a webbroswer from the toolbox. I can navigate no problem but if I goto a link like http://audio.wgbh.org/otherWaysToListen

  • Imported photos and got duplicates - how to identify and remove duplicates?

    Hi all, I am running iPhoto '08 and it has worked very well. Yesterday, I imported a folder containing photos and I knew that some of the photos already existed in my iPhoto Library. But not concerned, when I know that iPhoto will detect duplicates.

  • Tab Level Security

    Hi I have a question around Tab level security. We are deploying a Portal to 4 different parts of the organisation. Depending on which group the user is assigned will determine which Tab they are able to view. At present I am able to use the group to

  • Migrating from ingres 6.4 to sql server

    Hi, I'm looking at exporting ingress 6.4 database data running on Solaris 10 to MS SQL server 2008R2 since we are decommissioning the old ingres 6.4 databases. Currently I am successful at transferring data from ingres 9.2 databases to sql server usi

  • Support for PostgreSQL as a source and/or target in DS XI3.2 SP2

    Hi, I've noticed that PostgreSQL is not mentionned in the supported database connectivity for Data Services XI 3.2 SP2 (Windows), but it is also stated that "3rd Party ODBC Level 2-compliant Drivers may potentially have issues as not all combinations