Which CRM table stores the release quantity and target quantity

I found one table named CRMD_SCHEDLIN, one field is Quantity, is it the target quantity or not? If not, which CRM tables stores this info?
Thanks!

H Tracy,
As far as i could find the table CRMD_SCHEDLIN is the only table which stores quantity. the sum quantities of each line item gives you the target quantity of the order i think.
Please check the source code of function module CRM_SCHEDLIN_I_GET_ORD_QTY_OW you may get soem idea.
Thanks,
Rajini A.

Similar Messages

  • Which SAP table stores the ABAP program Source Code

    Hi All,
    Which SAP table stores the ABAP source code .
    Is it possible to retrieve the abap program code from database table
    wherein it is stored .
    Scenario :
    In our project SAP got decommissioned and SAP database is migrated to Oracle . As SAP is decomissioned , we are not able to access the SAP frontend . But we need a program code to service a request . Is it possible to retrieve the program code from the database
    which is migrated to oracle .
    Thanks
    Shikha

    This is an interesting question as the answer is may be different depending on your version.  For example, in new releases the table REPOSRC appears to hold a compress version of the course code in the DATA field, but you would need to be able to decompress it if trying to read this directly out of the DB.  I would assume that it uses gZip to do the compression, and there are ABAP utilities built in to do the compress/decompress.  Of course you can always read the source code by using the READ REPORT statement in any release, but of course this will not help you if you can not log on to your system.  Basically, if you system is corrupt for some reason, the best option is to restore from a backup.
    REgards,
    Rich Heilman

  • Order Quantity and Target Quantity, both as editable in Sales Order

    Hi All,
    We have a requirement in which order quantity and target quantity, both should be allowed as editable fields in overview screen while creating a sales order or contract. Currently, only one quantity field is editable (order quantity in sales order and target quantity in contract).
    First question, is this possible?
    Second, If possible, then please tell the configurations need to maintain?
    Note: The material is relevant for delivery (so schedule lines allowed).
    Thanks & Regards,
    Vishal

    Hi Lakshmi,
    Thanks for the reply. I think I did not clarify the actual requirements. Let me explain it again:
    I understand that generally, Target qty is in contract and Order Qty is in sales order. But actually, here query is,
    When I create Sales Order (VA01), then while entering Material, user should see both quantity columns (Order Qty and Target Qty) in editable mode.
    So is this possible? If yes, then please guide.
    Please revert back if any further clarifications is required.
    Thanks & Regards,
    Vishal

  • Which transparent table store the Query name

    All experts:
       I create one customized Query in T-code : SQ01, named: Z* , how can i find it's name in SAP transparent table?  which table store it? thanks,
    and Also which table store the Info set name??
    Thank you very much.

    Hi,
    Use table TADIR to know the details of ABAP objects.
    or use transaction sq01 to write ABAP query.
    Regards
    Rajesh Kumar

  • Which CRM table maintain the corresponding material info in ECC?

    The material info in ECC needs to be updated in the CRM, but I cannot find the corresponding CRM table which maintain the following info.
    ECC: (MM03)
    X-distr. chan status:  MARA-MSTAV
    DChain-spec.status: MVKE-VMSTA
    Item categpry group: MVKE-MTPOS
    CRM: (COMMPR01)
    X-distr. chan status
    DChain-spec.status
    Item categpry group
    Please help to sort this out. Thanks a lot !

    check database view CRMV_SALESA_BW and following tables
    COMM_PRODUCT
    COMM_PR_FRG_ROD
    CRMM_PR_SALESA
    COMM_PR_UNIT

  • Which oracle table stores the TCP/IP port for a database sid?

    Hi Experts,
    There is a way to get the host name and host address of a database.
    SQL> select utl_inaddr.get_host_address from dual;
    GET_HOST_ADDRESS
    10.xxx.xxx.xxx
    SQL> select DB_UNIQUE_NAME from v$database;
    DB_UNIQUE_NAME
    mydb
    Is there any similar way to know the TCP/IP port of the database instance?
    Thanks in advance for your help.

    Ora User wrote:
    Hi Experts,
    Thanks for your responses.
    Actually i am trying to create JDBC connection pool in weblogic using the oracle thin driver.
    dbURL = "jdbc:oracle:thin:@"+hostip+":1521:"+dbSID;
    I am getting the hostip and dbsid information from the database table but not getting the port information. Another way is to use the tnsentry usning the tnsnames.ora but it would not be possible in my case as these pools will be created in the weblogic during the deployment and dont have the tns information on the weblogic server.
    Regards
    Ora UserWell, you can't get information from the database without being connected to it. Therefor it is not logical to try to get the database to give you the information needed to connect to it. That's like trying to call someone on the phone to ask them their phone number. The only reliable way to get the info is to ask the listener: lsnrctl status

  • Which CRm table stores service group

    Hi Guys
    Could anyone tell me which table stores service group or check table for this field.
    Prompt answers would be appreciated.
    Cheers
    Raj

    Hi
    if this is a partner function (so data is in document in Partner tab) you can find values in CRMD_PARTNER.
    if this is data available in document in Organization tab, you can find values for document in CRMD_ORGMAN.
    Regards
    Radek

  • Which SNP table store information about LoadPlan and scenario within it.(parallel or serial)

    I've to query when I save my loadPlan for and scenario within it along with information how those scenario execute either parallel or serial.
    Fetch information even before they start.
    Also can Two scenario or LoadPlan have same name in single work repository.

    You can get the information from repository documentation on oracle support - https://support.oracle.com/epmos/faces/DocumentDisplay?id=1903225
    Names must be unique for load plans, same for scenarios although they can be versioned.

  • Which table stores the IMG and User Menu information?

    Hi,
    Does anyone know which table stores the IMG and User menu information? I am looking for a table which stores the t.code and the respective menu path so that i can find the menu path for each t.code.
    Please help.

    Hi,
    If you are looking info related to area menu then use fm
      call function 'BMENU_MENU_TREE_GET'
        exporting
          menu_id        = p_menu
        tables
          menu_tree      = imenu_tree
        exceptions
          menu_not_found = 1
          others         = 2.
    aRs

  • ML60 tcode !! which table stores the data which is shown in ML60 ..urgent !

    Hi Guys,
    Tcode ML60 shows the Relase Group, Relase strategy and all....
    Can anyone tell me which table is that which the stores the data which is shown in tcode ML60 ???
    The problem that i am facing is that for ML60 the amount that is fixed for every relase staretgy is in text fields eq 2.5k - 50 K USD but i want this value to be in numeric field and not as text.
    If i will find that table which stores all this information, may be i will get this field which stores this text as a numeric field.
    Please help me find this table.
    And also can any one tell me how to link PO document type to the relase group ??
    Points will be awarded.
    Thanks a lot
    Rahul

    Hi guys,
    Yes ML60 is a standard SAP transaction but may be ML60 is not configured to the system which you are using. Otherwise also if u will search google, you will find ML60.
    Hi Anji, i have already tried all these tables, but none of these tables store the limit for each release strategy.
    I can see the limit only in ML60 tcode
    Thanks
    Rahul

  • Which table stores the data of transaction FBL1N...?

    Hi,
    Please help me find out which table stores the data ,generated from transaction FBL1N..Actually i need to find out the g/l account against the vendor account that is being displayed in FBL3N's document overview.

    Hi,
    Data will be retrieved from following table :
    tables: lfa1, lfb1, bsik, bsid, kna1, t001,t005, SKAT, SKB1.
    In BSIK you have  both LIFNR and HKONT. You will get the data based on the LIFNR and HKONT. LIFNR is Vendor and HKONT is GL assigned to the vendor.
    Thanks,
    Sriram Ponna.
    Message was edited by:
            Sriram Ponna

  • Which table stores the value of status column in leave request.

    Which table stores the value of status column in leave request.If i give pernr ,absence type and date how would i get the status
    Thanks
    Bala Duvvuri

    Hi,
    PTREQ_ACTOR      -              Request Participant
    PTREQ_ATTABSDATA    -           Request Data for Attendances/Absences
    PTREQ_BATCH              -      Time Stamp for Run of Background Jobs
    PTREQ_CKEY_MAPP      -        Cache Assignment Table
    PTREQ_HEADER             -      Request Header
    PTREQ_ITEM_TYPES       -        Request Item Types
    PTREQ_ITEMS                  -  Request Items
    PTREQ_NOTICE                -   Note for Request
    PTREQ_STATUS_CHK      -         Check Methods for Status Transitions
    PTREQ_STATUS_TRA      -         Status Transfers
    PTREQ_TYPE                    - Request Types
    PTREQ_XFEREVENTS       -        Permitted Status Transitions
    PTREQ_XFEREVNT_T        -       Texts for Status Transitions
    Value of staus column you can check it PTREQ_STATUS_CHK

  • Which table stores the information about a user (name, username etc.)

    Which table stores the information about a user (name, username etc.) .Is it LDAP server or MSSQL server? then hw to go to that table ?

    I guess this is a question about CAD - and it doesn't matter much if it's UCCE or Express. The info is in the LDAP called Directory Services. In UCCE the Sync process updates the LDAP from the ICM config database.
    You can use a free LDAP browser to connect to the LDAP (anonymous connection) and read the LDAP.
    Regards,
    Geoff

  • Which table stores the valid City/State/Country combination for Customers

    Hi,
    I would like to know which table stores the valid city/state/country/county/provinces for Customer Address validation
    Any helps please?
    Thanks,
    Genoo

    Hi,
    Please ensure to include your EBS version, so as to better provide assistance..
    Please have a look at the doc as its explained in-depth:
    Projects Uptake of the TCA Architecture in Release 12 [ID 417511.1]
    Hope this helps,
    Best Regards,

  • Which table stores the net book vaues of assets ?

    Hi,
    I want to see which table stores the Net book value of assets.
    in the assets books and financial information windows the figures are there. but I cannot find the table.
    Thanks and Regards,
    MPH

    Hi
    Hope this below query may help u
    you can get all the amounts by passing asset id , from_date and to_date
    SELECT far.cost_retired,
    far.nbv_retired,
    far.proceeds_of_sale,
    far.gain_loss_amount
    FROM fa_retirements far, fa_transaction_headers fah
    WHERE 1 = 1
    AND far.asset_id = p_asset_id
    AND far.book_type_code = p_corp_book
    AND to_char(fah.date_effective, 'DD/MM/RRRR') >= p_from_date
    AND to_char(fah.date_effective, 'DD/MM/RRRR') <= p_to_date
    AND far.status = 'PROCESSED'
    AND fah.transaction_key = 'R'
    AND far.asset_id = fah.asset_id
    AND far.book_type_code = fah.book_type_code
    AND far.transaction_header_id_in = fah.transaction_header_id
    AND far.transaction_header_id_in =
    (SELECT MAX (far1.transaction_header_id_in)
    FROM fa_retirements far1, fa_transaction_headers fah1
    WHERE far1.asset_id = far.asset_id
    AND to_char(fah1.date_effective, 'DD/MM/RRRR') >= p_from_date
    AND to_char(fah1.date_effective, 'DD/MM/RRRR') <= p_to_date
    AND far1.book_type_code = far.book_type_code
    AND far1.status = 'PROCESSED'
    AND far1.asset_id = fah1.asset_id
    AND far1.book_type_code = fah1.book_type_code
    AND fah1.transaction_key = 'R'
    AND far1.transaction_header_id_in = fah1.transaction_header_id);
    Please let me know if u need any help
    Thanks
    Prasanna

Maybe you are looking for