Sales Organization (VKORG)

Hi Experts,
RIght now I am working on report related to two companies merging..
Based on Sales Organization (VKORG) value how can I know which VKORG belong to which company?
Please help..
Thanks, Points will be rewarded.
neo S.

Hi,
     Please have a look at table TVKO. Here you will have the sales org, VKORG and the company cod BUKRS
<b>Reward points</b>
Regards

Similar Messages

  • Table relation between Sales Organization and Profit centre

    Hi everybody,
    I hava a question:
    How do I know wich Sales organitzation (VKORG) belongs to a Profit centre(PRCTR), which table relation do I need to do to find it, or from wich table do I get this relation because I haven't found anything.
    I've been asked to get the Profit Centre given a Sales Organization.
    Thanks a lot!

    Hi Moises,
    Firstly get the Sales Order Number (VBELN) and Sales Organization(VKORG) from VBAK.
    Now based on the the Sales Order Number (VBELN) get the Profit Center(PRCTR) from VBAP.
    Now you can relate Sales Organization and Profit Center.
    Regards,
    Chandra Sekhar

  • How to find the sales organization for the customer (VKORG)

    Hi all,
           I have the customer number(KUNNR) and company code(BUKRS),
           Now i want the sales organization for that customer(VKORG).
           Please give me logic to find the sales org for that customer.
    Thanks,
    Ravi

    REPORT ZTEST3.
    parameters:
    p_kunnr like knb1-kunnr,
    p_bukrs like knb1-bukrs.
    data:
    w_kunnr like knb1-kunnr,
    w_vkorg like knvv-vkorg.
    select kunnr from knb1
    into w_kunnr
    where
    kunnr eq p_kunnr and
    bukrs eq p_bukrs.
    select vkorg into w_vkorg
    from knvv
    where kunnr eq w_kunnr.
    write:/ w_kunnr,p_bukrs,w_vkorg.
    endselect.
    endselect.

  • Please tell me a BAPI to get Closing balance of customer account based on Sales Organization?

    Hi Experts,
    A requirement has come up where I want to get Customer closing balance based on its sales organization as this particular customer is extented to 2 different sales organizations. I want to get the closing balance of individual sales organization vise.
    Please tell me a BAPI to get Closing balance of customer account based on Sales Organization?

    AFAIK there is no such BAPI, cause there is no database table with balance for customer per sales organisation. (No KNCx table for VKORG)
    First ask functionals (*) how to recover sales organisation from a FI document (I suppose for SD invoice it is easy if no merging between organisation) will be a little tricker for pure FI document like payment transactions (hope thet are quickly cleared...)  Then start from non cleared records of BSID (also BSAD if you use a past date of reference, in case you have to add the records of BSAD with clearing date greater than reference date) and cross it with SD information to break FI into sales organisation.
    Regards,
    Raymond
    (*) Ask for where do they store VKORG in FI documents

  • Where can i get   SALES  ORGANIZATION    FIELD and TABLE

    Can anybody tell me   where can i get   FIELD  and   TABLE  Name   OF  " sales organization    "

    Dear Sandeep,
    u will find VKORG is the Sales Organisation .
    u will find this Field in every related SD Module Table...
    Like ...VBAP,BKPF ..etc..
    Hope it helps...!!!
    Pls reward if Helpful...!!!

  • No manual entry in PR00 in case of Sales organization 5000 or 6000

    Hi Guru's
    My requirement is that eg if Sales organization is 1000 then user can enter PR00 amount manual while creating Sales Order
    IF is it 5000 or 6000 then PR00 will not allow any manual entry while creating Sales order
    Regards
    Arun
    Edited by: ArunSingh2010 on Mar 4, 2010 10:53 AM

    Hello,
    I am not sure but still you can try out the setting in the pricing procedure itself. Please navigate through the path as cited below:
    SPRO setting ---> Sales And Distribution ---> Basic Function ---> Pricing ---> Pricing Control --> Define and Assign Pricing Procedure.
    In the defination section where all the condition types are arranged for a Pricing Procedure, you can include a Routine in calculation type for the Condition Type PR00.
    Seek the help of ABAPer and put the logic as when the Sales Organsiation(VKORG) is 1000 then the Automatic determination should not be considered and Manual entry will be accepted.
    Kindly let me know the result of this exercise.
    Regards,
    Sarthak

  • TCode to Find Sales Orders - based on Sales Organization & Material inputs

    Hi Experts
    I need to pull out all the sales orders raised with different sales organizations on different materials.
    Is there any T-Code to pull out the data at one go u2013 instead of giving each material and each organization value one by one?
    Example:
    I have organizations u2013 2000, 2100 and 2300. Materials I have are, say, A, B, C, D, E and F.
    How can I pull out list of sales orders raised for the above 6 materials (A u2013 F) in 3 organizations (2000 u2013 2300) through a single query or T-Code?
    Thanks and Regards
    Bobby

    hi,
    i m not sure whether i ur question is clear to me or not, but cant a simple SELECT query do it using  SELECT-OPTIONs as S_VKORG and S_MATNR????
    Select VBELN from
        VBAK Inner join VBAP
        on vbakvbeln eq vbapvbeln
    where
    vbak~vkorg in S_VKORG
    and vbap~matnr in S_MATNR.
    in the select option screen you insert your VKORG and MATNR number.
    Ignore my post if its not as per ur requiremnt.
    ags.

  • Changes of the ZIP Code for the sales organization

    Hi All,
    I have done the changes of the ZIP Code for the sales organization by using the t code ovx5  the change of zip code in adress but when i rechek the changes in the order acknowledgement output there i can see the old zip code only.
    Please help me how to make the change the zip code to SO, so that i can view that in output.
    need to update pls help..
    Thanks for help
    Raj.

    Hiii
    Check weather your developer hardcode the sales organization pin code: else check the logic weathe Sales org Pin Code is getting from following logic. Go to table TVKO and put ur sales org number in VKORG field  then execute
    Get the ADRNR number and pass the same in ADRC table and get the POST_CODE1 as pin code number (give same logic to your abaper)
    Regards
    Shambhu Sarkar

  • Copy SO without Sales Organization field

    Hi All Expert,
    I want to copy an Order from one sales organization to another, please tell me how to config the copy control.
    There are so many routine can be used in the VTAA.
    Thanks.
    Terry

    Hi Kalyan,
    I hv tried create a "Copying requirements" routine to replace the original 001 (Same customer)
    Under the ABAP code and replace the HVBAK-VKORG to BLANK.
    But the error message still talking I'ven't assign the Sales Order type to the OLD sales organization.
    However my requirment is to copy the CONTENT of the SO to another sales order type with different sales organization.
    Please give me suggestion on Routine.
    or I need to modifiy the DATA transfer routine instead?
    There are 3 DataT (Data transfer routine) in the left side, and one Copying requirement at the right side.
    Terry

  • Authorization Object for Sale Organization check

    Hello all,
    I have create a Z Report.Now the requirement is that only certain users belonging to a particular Sales Organization can run that report.
    Which standard Authorization Objects can be used for this case.
    regards,
    Ujjwal Kumar

    P577815 wrote:>
    > Hey,
    > Thanx for your reply....)
    > Actly new to abap thats y not much idea.Instead of your Auth Obj,can i use V_KNA1_VKO.
    Hello,
    But V_KNA1_VKO also has these params:
    VTWEG      Distribution Channel
    SPART      Division
    V_VBRK_VKO also has only Sales Org(VKORG). I think that suits your req.
    But before deciding on the Auth. Obj please read the documentation & check that it suits your req.
    BR,
    Suhas

  • Standard Report for Material with Sales Organization

    Hello Gurus,
    I'm looking a report could bring a list of materials with belongs to a Sales Organizations. 
    Please, any help will be appreciated.
    Hector.

    Dear Hector,
    Fetch data from Database View /BEV1/RBEA_V
    Fields:
    VKORG - Sales Organization
    VTWEG - Distribution Channel
    MATNR - Material Number
    You can fetch material numbers based on Sales Organization, Distribution Channel, or combination of both.
    Go to SE11 -> Choose View/Database radiobutton and enter /BEV1/RBEA_V -> Choose display -> Display entries -> you can restrict the records to be displayed by entering proper values in selection screen.
    Go to SE16 -> enter /BEV1/RBEA_V -> Choose display -> Display entries -> you can restrict the records to be displayed by entering proper values in selection screen.
    Regards,
    Naveen.

  • MSA. Activities and Sales Organization

    Hello Forum,
    Do you know if there is a related table of SMOVBKA for Sales Organization data for an Activity. I'm having Sales Org Unit determination issues and I've made the test of deleting all Sales Org related data in SMOVBKA with no change in MSA or GUI (after running Conntrans of course), therefore I'm guessing there is another table storing this information. Any clues?
    All help is appreciated!
    Regards,
    Gerardo Van der Molen

    Hi Gerardo
    During the integration process of Mobile Sales and CRM Enterprise some questionary decisions were made, one was to keep the SAP ERP orgmodel in MSA and also in parallel have the HR-like orgmodel in CRM server. So this is why MSA only supports VKORG, VTWEG and SPART (and VKBUR / VKGRP) as organisational data.
    However, when you delete data on a CDB table like the SMOVBKA, there is no possibility to see the changes anywhere else in the system! The only way is to delete the orgdata via the application or in the server via a BAPI, because otherwise the creation of a BDoc for data exchange does not happen.
    Welcome to the wonderful world of SAP Mobile Sales ... there is also a special forum for MSA here.
    Regards, Kai

  • Relation between Sales Organization, Sales Office and Sales Group in SAP

    Hi!
    I want to know the relation between Sales Organization( VAKPA -VKORG), Sales Office( VAKPA-VKBUR) and Sales Group ( VAKPA-VKGRP) in SAP.
    Relation in the sense, does One-to-One or One-to-Many relation exist between them..or do they form an hierarchy??
    Thanks

    Sales Org---->sales office:  1:N (routed through sales area i.e sales organization,distribution channel and division)
    each sales office belongs to only one sales org.
    each sales office may consists, many sales groups:
    Sales office to Sales Group: 1:N (each sales group belongs to only one sales office- sales group means group of people)
    Thanks
    Chidambaram

  • Check access of Sale organization

    Dear Expert,
          Is it possible to check user sales organization level access when i am execute the Z report.
         Thankx,
    Denish Patel

    You can use the Authority Object V_VBAK_VKO.
    Like:
          AUTHORITY-CHECK OBJECT 'V_VBAK_VKO'   
               ID 'VKORG' FIELD VBAK-VKORG      
               ID 'VTWEG' FIELD VBAK-VTWEG      
               ID 'SPART' FIELD VBAK-SPART      
               ID 'ACTVT' FIELD DUMMY.       
    Regards,
    Naimesh Patel

  • Sales Organization data in Account Fact Sheet

    Hi All.
      We are working on SAP CRM 7.0 EHP2.We need to show account factsheet on Account Overview page in IC-Agent Role.
      We are using account factsheet BP_ACCOUNT_FS.In this account sheet,data is not populated or not able to select the org data in view " Sales Organization Selector".same data is appearing  in Account Overview page.
    Please help us in this issue.
    Regards,
    Urvashi

    Hi All.
      We are working on SAP CRM 7.0 EHP2.We need to show account factsheet on Account Overview page in IC-Agent Role.
      We are using account factsheet BP_ACCOUNT_FS.In this account sheet,data is not populated or not able to select the org data in view " Sales Organization Selector".same data is appearing  in Account Overview page.
    Same type of issue (Account Shipping data, Account Sales data, Account Billing Data etc is not coming in factsheet)was posted eariler and status of post is resolved but solution is not given.
    Please help us in this issue.
    Regards,
    Urvashi

Maybe you are looking for