Reading the description of Sales document type and Profit centre from table

Hi
I want to print the description of Sales document type and Profit center on output
I have checked in table TVAK and CEPC  but i am unable to pick description against the code
Can anyone please suggest from where can i capture the description of sales document type and profit centre
Thanks and Regards
Sunil Srinivasan

Hi
If you have the sales document number VBELN then pass this VBELN in to table VBAK and you can get the sales document type VBAK-AUART.
Now pass the same VBELN to VBAP table here you can get the Profit Center VBAP-PRCTR
For sales Document type description you pass the VBAK-AUART values into table TVAKT  table and get the values for TVAKT-BEZEI is you sales document type description
For Profit center description goto table CEPCT and enter the profit center you will get the
KTEXT
LTEXT
MCTXT
regards
Prashanth
Edited by: Prashanth@SD on Oct 25, 2010 12:29 PM

Similar Messages

  • Link for sales document type and PO/delivery number

    Hi guys,
    I have a PO number(EKPO-EBELN) and the delivery number for STO(LIKP-VBELN), how am i going to link this 2 to get the SALES document type(AUART)?
    thanks a lot!

    mark,
    So this is really not possible to get the pricing condition using the BAPI_SALESORDER_SIMULATE since this bapi requires the sales document type?
    it depends if your delivery wrt to Sales document which is VBAK-VBELN than you can use above FM.here your deliver is created from STO so now you have to use select quesy as i already suggested as vijay also.
    you may want to do same.
    Amit.

  • Document type and invoices coming from SD

    Hello,
    Does anyone know where is the customizing point where I make the link between the document type and the invoices coming from SD (standard type RV)?
    Best regards

    Hi
    If you have the sales document number VBELN then pass this VBELN in to table VBAK and you can get the sales document type VBAK-AUART.
    Now pass the same VBELN to VBAP table here you can get the Profit Center VBAP-PRCTR
    For sales Document type description you pass the VBAK-AUART values into table TVAKT  table and get the values for TVAKT-BEZEI is you sales document type description
    For Profit center description goto table CEPCT and enter the profit center you will get the
    KTEXT
    LTEXT
    MCTXT
    regards
    Prashanth
    Edited by: Prashanth@SD on Oct 25, 2010 12:29 PM

  • Link Between Sales Order Type and Customer/Material Exclusion

    Hi,
    Any one know the  Link Between Sales Order Type  and Customer/Material exclusion tables (Transaction: VB03 ) ?

    Hello,
    For Tcode VB03 you can check KOTG001 for Customer/Material.
    Thanks &Regards,
    Abhijit

  • What are the img setting to be fullfilled while copy the Sales document typ

    Hi What are the setting to be fullfilled while copy the sales document type and item category.
    Note:  I have already copied, but unable do the PGI(Post goods issue),  and Billing.
    Thanks
    Prasanna

    Hi
    Answer for this Question.
    we have set the copy control for sales order type and delivery and billing
    Regards
    Prasanna R

  • Sales Area and Sales document type

    Hi Professionals,
    I like to clarify if the following is correct:
    1. Sales Area Must Be assigned  to Sales document type.
    regards
    John

    Hi John,
    1. Sales Area Must Be assigned to Sales document type
    -as far as the logic for this goes ,
    its main relevanmce  is to limit the sales document type to the sales area is that the end user does not create a sales order ,
    for another sales area in your sales document let for ex-
    there is a sales area for whole sales and one for retail.
    now you have configurerd the ywho sales doc type for whole sales- sales area and yret for retail sales area.
    now if the user creates the ywho sales order in retail sales area there will be process related problems for despatch guys so in order to limit this error and hassle, there are the ales area specific sales document types and can be configured as earlier told by gurus
    revert if helpful
    Mohit Singh

  • Why should we create a new sales document type

    I want to know the actual reason behind creating new sales document type when the standard document is available

    General procedure when setting up sales document types
    You have three options for configuring new sales document types:
    1. Change an existing sales document type.
    2. Copy an existing sales document type and change it according to your requirements.
    3. Create a new sales document type.
    Recommendation
    For small changes, SAP recommends that you copy similar existing sales document types in the standard SAP R/3 System and make the appropriate changes. Small changes might, for example, be, a changed description, a different number range or a different increment for the numbering of items.  The name is to start with the letter Z as SAP keeps this range free in the standard system.
    This procedure has the following advantages:
    All the specifications of the existing sales document type are copied. In particular, the data concerning, for example, partner determination, pricing or document flow which you would otherwise have to edit manually is copied.
    You can test your new sales document types in respect to the settings made without having to edit the other settings.
    When copying sales document types, item categories and schedule line categories, the SAP R/3 System automatically creates a log with the copied data. Using the log, you can check whether all of the copied data applies to your sales document type or whether you need to make changes.
    Actions
    1. If you need to make further changes, you should define new sales document types. To do this, you enter an alphanumeric key with a maximum of four characters for a sales document type and a textual description for the key.
    2. Maintain the specifications on the detail screen according to your requirements.

  • Issue With Sales Document Type in BW.

    Dear Experts,
    I am facing an Issue with Sales Document Type(Object name is 0DOC_TYPE).
    when i am loading data from R/3 to BW It is converting Sales Document type as follow
    Sales Document Type in R/3                         Sales Document Type in BW
    OR                                                                        TA
    CR                                                                        G2
    DR                                                                        L2
    I check with an ABAPer and he told that there is conversion exit for this Object so that's why it is converting when sending to BW. But the user wants to see in Report same as it is in R/3 like OR, CR DR ... etc.
    I have done some investigation and found that the conversion exit (CONVERSION_EXIT_AUART_INPUT and CONVERSION_EXIT_AUART_OUTPUT) are converting the values based in the table TAUUM
    The staructure of TAUUM is
    MANDT(Client)  SPRAS(Language) AUART(Sales document type (not converted)   AUART_SPR(Language key for sales document type)
    and values are
    100 E TA OR
    100 E G2 CR
    etc....
    The same Conversion exits(CONVERSION_EXIT_AUART_INPUT and CONVERSION_EXIT_AUART_OUTPUT) and table TAUUM are available in BW as well. So i thought I can Use InfoObject 0DOC_TYPE by changing it's conversion Routine as AUART(which runs based on the above mentioned conversion exits).
    but the the problem is table TAUUM(Pool Table) does't have any data in BW.
    So can anyone tell me is there any option to load data into table TAUUM from R/3 or any other option to solve this issue.
    Your ideas will really help's me.
    Thanks in advance,
    Dara.

    Hi Venkat,
    Thanks a lot for your immediate response.
    The InfoObject 0DOC_TYPE was without conversion exit by default. but when data coming from R/3 it is converting and sending to BW So that's why i am planning to use conversion exit "AUART" in the info Object.
    I checked data in R/3 using RSA3 it is showing sales document type as "OR" and for the same transaction data when i checked in PSA it is showing as "TA".
    Could you please let me know if there any other options.
    Thanks in advance,
    Dara.

  • Sales Document Type Configuration

    Hello,
    Here is one sample certification question. "Your client has a requirement where it is desired that plant set in the customer material info record should be disregarded when the system computes for plant determination. Which configuration setting should you look into?"
    Correct answers are
    - Sales document type and
    - Info record
    I understand the we can disregard the plant from customer material info, but can you explain me how do we configure the sales document type that will also disregard the plant in the customer material info? How is the setting?
    Thank you.

    There is a field Read info record in Sales Document type config.If this is checked then it reads info from customer material info.

  • How to configure a new third party sales document type?

    Hi SAP SD gurus,
    I am new to the SAP world, I need your help in configuring a new third party sales document type for a site.
    There are existing third party document types being used in the region, but the client wants an entirely new third party document type that is activated for CREDIT MANAGEMENT.
    I just need your inputs, as how to go about it. If I copy from an existing third party sales doc. What additional steps do I need to follow? Like Item category config, copy control settings, and credit management.
    Is there a need to create new billing types?
    Also as per process, by creating a new document type, how will it affect the logistic processes, if any?
    Thanks a lot in advance for your valuable inputs.

    Hello,
    You can create new document type under following customization path
    SPRO>>Sales and Distribution>>Sales>>Sales Documents>>Define Sales Document Types
    Now create new document type by copying the standard document type OR
    Now go to
    SPRO>>Sales and Distribution>>Sales>>Sales Documents>>Sales Document Item>>Define Item Categories
    which is already defined for third party sales (TAS)
    Now assign this iteme category to your new document type
    SPRO>>Sales and Distribution>>Sales>>Sales Documents>>Sales Document Item>>Assign Item Categories
    Assignment needs to be done in combination of sales document type and item category group (BANS)
    Now
    SPRO>>Sales and Distribution>>Sales>>Sales Documents>>Schedule Lines
    Assignment of schedule line is already done as you are using the standard one.
    Lastly, you may need to maintain copy control for your newly created sales document type for this go to
    SPRO>>Sales and Distribution>>Sales>>Maintain Copy Control for Sales Documents
    (Copying Control: Sales Document to Sales Document)
    Here you can define copy control requirements.
    BR,
    Tushar

  • Document Type and Plant

    Hi,
    How to assign Document type to Plant. When I checked with our SD consultant he told Document type is independently configured and it's assigned to sales organization and not plant. Just want to check whether any report/view available to see the list of Sales document type assigned to a particular plant/sales organization.
    Thanks in advance.
    Regards,
    Balaji Viswanath.

    Hi balaji
    we cant assign sales document type to plant.  we  assign sales document type to sales orgn. just bcoz of simple reason that we create sales order with the data of sales area , sales office ,sales grp and not plant. bcoz we assign plant to material master data ,as we  need sales area for the sales doc type , for material also we need plant. bcoz material is stored at plant and storage location level.for that purpose only we create a material with plant,storage location , sales orgn, dist channel.
    Reward if useful
    Regards
    Srinath

  • Disable sales document type from COPA? Is it possible?

    Hello gurus
    We have a situation where we dont wish system to create Profitability Analysis segments for items belonging to the quotes that we are creating?
    Is is possible to disable PA assignments by a sales document type and or item categories?
    Many thanks
    Jai

    The best person to guide for this would be your FICO consultant.
    Anyhow, check following thread for some understanding:
    How to deactivate COPA
    Note: Check all possible result before deactivating it on your system.
    Check Following link for understanding
    [Business Area Vs. Profit Center Vs. Profitability Segment|http://sapdocs.info/sap/fico/business-area-vs-profit-center-vs-profitability-segment/]
    [Profit Center Default In Sales Order|http://www.sap-img.com/sap-sd/profit-center-default-in-sales-order.htm]
    Thanks & Regards
    JP

  • Sales Document Type in 2LIS_11_VAITM

    Hi experts,
    we are using the 2LIS_11_VAITM Data Source.
    We noticed that this doesn't load any record having some particular Sales Document Type.
    For example there are many records that are not loaded from VBAK (only records with specific Sales Document Type are loaded).
    We want to load ALL the kind of Sales Document Type.
    How can we manage that?
    Thank you
    CS

    Hi,
    Without Enhancements i.e. without adding additional filed to that DataSource Structure, you can just write the Code in CMOD for that DataSource and existing filed to overwrite the data while picking from ECC tables itself.
    See
    http://help.sap.com/saphelp_nw04s/helpdata/en/6e/fe6e420f00d242e10000000a1550b0/content.htm
    See the simple example code, so follow the same.Take ABAPer help, don't use select and end select.
    CASE i_datasource.
      Data: l_s_data1 LIKE mc13vd0itm,
            l_tabix   LIKE sy-tabix,
      WHEN '2LIS_13_VDITM'.
        LOOP AT c_t_data INTO l_s_data1.
          l_tabix = sy-tabix.
          SELECT SINGLE auart INTO l_s_data1-zzprdtyp FROM vbak
                 WHERE  vbeln  = l_s_data1-aubel.
          IF sy-subrc = 0.
            MODIFY c_t_data FROM l_s_data1 INDEX l_tabix.
          ENDIF.
        ENDLOOP.
    ENDCASE.
    See article on Step by Step Guide to Enhance a Data Source:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00c1f726-1dc2-2c10-f891-ddfbffdb1a46?quicklink=index&overridelayout=true
    SAP BW and Business Content Datasources: in pursuit of the origins
    /people/sap.user72/blog/2005/09/05/sap-bw-and-business-content-datasources-in-pursuit-of-the-origins
    LOGISTIC COCKPIT - WHEN YOU NEED MORE - First option: enhance it !
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    Thanks
    Reddy

  • Sales Document Type

    I am creating a "Credit Memo Request" sales document type, can any send me a basic setting for the kind of Sales document Type.

    Dear Shadab,
    [Credit Memo request|Re: Credit Memo request...]
    Basic Configuration Settings:
    1. T. Code: VOV8 - Maintain Sales Doc. Type
    Sales Doc. Type: Credit Memo Request (i.e. CR)
    2. T. Code: VTAF - Bill Doc-to-Order Copy Control, i.e.,
    Target Doc. Type: CR - Credit Memo Request
    Source doc. type: F2 - Invoice
    3. T. Code: VTFA - Order-to-Bill Copy Control, i.e.
    Target Doc. Type: G2 - Credit Memo
    Source doc. type: CR - Credit Memo Request
    Best Regards,
    Amit

  • Sales docu type ZLCO Vs Billing type ZLR - Error

    Hi Experts,
    Pls help me in the following scenario : I made one sales order with order type ZLCO.(Order relevant Billing type) maintained in VOV8, when i create billing for this order i am getting the following error  Sales document type ZLCO cannot be invoiced with billing type ZLR.
    Regs.
    SR

    Hi,
    Pls check whether you have maintained the following settings:
    Did you maintain the Billing type ZLR in order related billing type in VOV8 .
    Did you maintain the billing relevance B     (Relevant for order-related billing - status acc.to order qty) in VOV7.
    Did you maintain the copy control from Sales document type ZLCO to billing type ZLR in VTFA.
    Regards
    M. Lakshmi Narasimhan

Maybe you are looking for