Status of sales transactions (table names??)

Hi
I am using status profiles for my quotations. Would you please help me which table should I use to get status of sales transaction (quotations).
Regards
Javed

Link: http://www.sap-img.com/
Topic: Free ABAP eBook Download
SAP MM, SD, FI, PS, PP, PM, HR, System Tables
Regards,
Rajesh Banka
Reward suitable points.
How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).

Similar Messages

  • Purchase order and sales order table name

    hi al,
    i want to know purchase order and sales order table name in abap.
    thanks
    varun
    Moderator message: please do some own research, this should not take too long.
    Edited by: Thomas Zloch on Jan 27, 2012

    Hi Sunrag......
    If your PO is linked with SO. Then you can fetch customer name easily by FMS in PO.
    From there you ca gte the Customer Name into your PLD and it wont hang also.....
    Regards,
    Rahul

  • Last Used status for Reports, Transactions, Tables ??

    Dear all,
    Kindly let me know how to find the last used status for
    Reports, Transactions, Tables ??
    This is very urgent, Please do the needful.
    Waiting for the responses..
    Cheers,
    Virendra.

    Here the issue is same.
    STAT transaction is asking for the time which is the main hurdle.
    I am hanging around with STAT transaction but not finding
    how to getover the time specification.
    if i dont specify the time i takes by default the 2 or minutes back from the current time.
    which is not useful for me at all.
    My main requirement is that my seniors want to know what are all reports or transaction or tables which are not used at what last time ?
    so if i have to specify the time wont be so useful for me.
    And writing a report 'll not gain anything coz internal SAP report is take time as main parameter.
    Regards,
    Virendra.

  • Need FM for setting user status of sales transaction

    Hello experts,
    I need a fm for setting the user status of a sales transaction.
    I want to select some sales orders and for this I want to set the user status via a FM.
    Can anybody help me ?
    THANKS
    Gerd

    Hi,
    Try this if you want to execute a process
            "Set Status for Header
            CALL FUNCTION 'CRM_STATUS_CHANGE_FOR_ACTIV_OW'
              EXPORTING
                objnr                  = lv_guid_h "guid Header
                vrgng                 = gc_process-cf_approved "Process
                iv_ref_kind         = 'A'
              EXCEPTIONS
                status_not_allowed = 6
                OTHERS             = 7.
    If it is just the Status that you want to set:
    crm_status_maintain_ow
    You need to call CRM_ORDER_SAVE after any of this call
    Thanks!
    Amrut Tadas

  • Transaction / Table Names of all data targets within BI?

    All,
    Is there a transaction or a table which would list down all of the data targets & its corresponding table names within the BI system?
    Regards,
    Manick

    Hi,
    The below links contain all the important tables in SAp-Bi
    https://wiki.sdn.sap.com/wiki/display/BI/Important%20Tables%20in%20SAP%20BI%20%28%20NW2004%29
    http://sapbwneelam.blogspot.com/2007/08/bw-useful-tables.html
    Hope you find the table you desire in the list.
    Thanks,
    rahul

  • Table name for the status Cstd

    Hi
    Need the table name for the sales order line item status Cstd
    Steps
    Go to the sales order line item
    go to the Tab status
    under that in processing status--> system status
    here Cstd is there but we are not able to find the table name for that
    Strecture is RV45A and field name is STTXT
    we are planing to restrict the PP order being released if the status is not Cstd
    PP order should release if the status in Sales order line item is Cstd
    Can you help to findout the table name foth above field
    Thanks
    Kameshwar Rao

    Hi
    Table name is VBUP and the method to check the  creation of Production order is BADI workorder_update
    I would rather prefer to have a COSTED status as a part of the incompletion Log in SD module so that you cant save a SO if SO is not costed... See if that is possible for you
    OR you can also change your Req Class settings to auto calculate SO cost estimate upon Saving SO
    br, Ajay M

  • 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.

  • Condtion table name of (VBN1 transaction ) free goods SD

    Hi all
    can any one tell me the condtion table name for <b>transaction VBN1</b> for <b>free goods SD</b>.its very urgent.
    Best Regards
    Bunty.

    hi bunty.,
    check this tables
    KONDN : Conditions: Free goods - Data section
    KONDNS : Conditions: Free goods determination - scales
    KONDNVB : Free goods determination - Posting structure
    N000  : Condition table for free goods determination
    TVAK  : Sales Document types
    <b><i>Reward points if useful</i></b>
    Chandra
    Message was edited by:
            Chandra

  • Field sales related tables and Transaction code

    Dear SAPGurus,
    I have been working with field sales activities in mySAP CRM..
    Can I have the list of the tables and transaction code related to Field sales sales activies..
    I am grateful for ur help....
    I would like to appreciate u by rewarding the points
    Thanks a lot

    Hi Pratik Patel,
    Thank u very much for sending the table names.They are all very useful unto me
    Can I have the more table in this area
    If u have the CRM Data model and its relationship...Pls share with me..
    I  appreciate ur help by rewarding the points
    Regards,
    CRM Consultant

  • Table name for backorder qty on sales order.

    Hi,
    I'm new to SAP NetWeaver; would like to know what is the table name
    that retain the backorder qty for a sales order.
    Thanks in advance,
    Nghiem.

    There may not even be a table for that value, it's good possible that's it's calculated during transaction runtime.
    To find out which tables are read try the following:
    - start transaction ST05
    - start a second mode
    - start VA03 in the second mode
    - enter your order number, do not press enter yet
    - switch back to transaction ST05 and enable trace for your user
    - switch to VA03 and press enter
    - switch to ST05 and turn trace off
    - display trace
    Markus

  • Table Name for screen layout in FB01 transaction

    Hi frnds,
       I am using call transaction method to upload data from flat file to FB01 transaction. But depends on the accounting document types some fields are hidden. So I have to validate the screen active status. Eg : BSEG-WMWST is hidden based on the accounting document type.
       Can any one give me the table name where the details regarding the field status for accounting document transaction is maintained.
       Please help me.
    Thanks in Advance.
    Edited by: anand muthu on Aug 27, 2008 12:34 PM

    Anand
    Check following SPRO settings:
    SPRO -> IMG -> Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Incoming Payments -> Incoming Payments Global Settings -> Carry Out and Check Document Settings -> Maintain Field Status Variants
    Thanks
    Amol Lohade

  • Table Name to take report of Open Sales Order items&its relevant GL Number.

    Hi,
    I wanted to take a report with Output as Open Sales Order Items and its relevant GL account numbers. is there any T Code in the Standard or atleast the table name.
    I have already fetched the Open Sales Order Items from T code VA05, but i need the relevant GL account numbers also.
    Any pointers on this will be appreciable.
    Rgds,

    Hi
    There are no standard reports where in you can fetch the data of the open sales order items and its G/L accounts with the output. But  by creating your own report using LIS then it is possible
    Regards
    Srinath

  • Table names for blocked sales order item in GTS system

    Hi all.
    I want to get the blocked sales order line item, reason for blocking, product number & product description from GTS system, based on the sales order number from ECC system.
    I am thinking to create and RFC FM in GTS system and call that in ECC.
    Could you please tell me the table name in GTS system where I can see above mentioned data?
    Regards,
    Prajwala K.

    Hi Manish,
    Thanks for the valuable reply
    I have checked the table which you have mentioned in your earlier replay, am not able to see product number, reason for blocking  etc.
    My requirement is to create a trade report in ECC. I will be fetching data like sales order, ship to party, sold to party from system ECC using VBAK, VBAP & related tables.
    Now I have to get that blocked sales order line item, reason for blocking, product number & product description from GTS system.  My idea is to pass the sales order number from ECC to GTS using RFC and get the data.
    Issue is am not sure about the tables, I want know which tables contains the data from blocked sales order in GTS system and how to connect those tables.
    Regards,
    Prajwala

  • From which table can we get the status of sales order

    hi
    from which table can we get the status of sales order

    Hi
    Check the Table <b>VBUK for HEADER level status</b> of Sales order
    and <b>VBUP for Item level statuses</b>
    enter VBELN  = Sales order and VBTYP = C for sales orders
    as VBUK and VBUP stores all Sales documents like deliveries, Invoices, quotations, contracts etc
    <b>Reward points for useful Answers</b>
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Table Name for Sales Order Header Text.

    Hi.
    Whats the Table name for Sales Order Header Text???
    Reg,
    Amol

    Hi Amol,
    please Try to check the below link
    http://scn.sap.com/thread/1361272
    http://scn.sap.com/thread/416757
    https://scn.sap.com/thread/1909247
    https://scn.sap.com/thread/811915
    Regards,
    Gurunath

Maybe you are looking for

  • How to prevent public users from creating and saving Word Documents

    I have two public computers available for the public to view legal case documents.  The program used uses the Word shell to save, view and print documents within the program.  The clerk has stated that she does not want attorneys or others to be able

  • ZEN SLEEK - mp3 player has fro

    Hey there all I got my zen sleek 2 days ago and its locked up solid. cant access menus, play, ff, rw, adjust volume. cant even switch the dang thing off. when i press a button the back light lights up. it knows when the power adapter is plugged in, t

  • Facebook and Blackberry Q10

    I'm really not sure if this a facebook or BBQ10 issue... On my BB I have a the FB app and when I take a picture with my Q10 and upload it to FB it automatically goes to my personal FB profile home page and that's fine. Lately I added a Business page

  • Update 7.1 hotmail format changed

    After updating, my iPhone hotmail messages are tiny, and will not fit in my screen. Hotmail on my laptop is fine. Messages sent and received prior to the update are not changed (they are fine). Has anyone noticed this and does anyone know what settin

  • Inventory Service won't load

    We're running Zenworks 6.5 on a Netware 6.5 SP2 server. We recently applied the Zenworks 6.5 support pack 2 and since then we've been unable to start the Inventory service. When we type StartSer * at the console the error that comes back from the log