SD: Sales Office Data report

Hello!
We have about 800 sales offices (TVBUR-VKBUR).
Each one has it address data (city, phone number etc.)
We need do give for our users posibility to find a list of sales offices and there address data. (ready for excel)
Is there is transaction o report ready  for use in SAP?
Or we should develop / write quiery?
Thank You.

Hi janna
This standard reports may help for your requirement
Sales Office Analysis - MCTG
Sales office Analysis- Invoiced Sales - MC-E
Sales office Analysis- Returns - MC-A
Regards
Srinath
Edited by: sri nath on May 18, 2008 5:09 PM

Similar Messages

  • From where the sales office data is fetched in Activity moniter for an empl

    Hello ,
    An activity is maintained for an employee who has been  maintained in CRM .So the sales office data that is displayed is fetched from which table or Tcode.It dislayed automatically while monitering the Activity in Activity Moniter.
    If i want to change the sales office where to change it.
    Regards,
    divya

    Hi Natarajan,
          Thanks for your reply.
         So what exactly you want me to do ,if i want to change the sales office which is displayed wrong for Bussiness partner ie. Employee.
    Please say me the procedure or path to change the Sales office.
    Could you please say me "what is Organisation Data profile?"
    Regards,
    Divya

  • Is there any heirarchy for retreiving theorg unit or sales office data for

    Hello,
    If there is only one crm user which is assigned to different sales offices,then while monitering any activity from which sales office or org unit does the data is displayed.
    Is there any heirarchy for retreiving theorg unit or sales office data for an employee?
    regards,
    divya

    IF NOT it_vbrk[] IS INITIAL.
      Fetching Material no, sub-family, tint and coating codes
        SELECT vbeln posnr fkimg vrkme prsdt netwr matnr arktx mwsbp subfam
               codcol codcoat epaiscom codtyp length width
               INTO CORRESPONDING FIELDS OF TABLE it_vbrp
                           FROM vbrp
                               FOR ALL ENTRIES IN it_vbrk
                               WHERE vbeln   = it_vbrk-vbeln AND
                                     subfam  IN s_subfam AND
                                     codcol  IN s_codcol AND
                                     codcoat IN s_coat AND
                                     epaiscom IN s_thick.
    endif.

  • Sales office data missing after patching in CRM

    Hi,
    We have CRM 4.0 for internet sales.
    Recently, we patched our Development and QA CRM systems from SAPKU40009 to
    SAPKU40016.
    Immediately after the patching, we see that the Sales office information in the BP (Sales area- organization tab) is missing.  We have only one Sales org and Dist channel with division not active. All the sales office belong to the same sales org. Nothing has changed w.r.t org model before and after patching and all the org units are checked for determintation.
    Everything was working before the patching. Just after patching, we find the sales office information blanked out in the BP and as well as the drop down list is empty.
    I can see the sales office table entries for all the BPs in CRMM_BUT_SET0140. But when ichange the BP data (for some other field) and save, the table entries get deleted as i am not able to assign the sales office any more.
    We have not buffered the attributes. I tried that also and ran the report HRBCI_ATTRIBUTES_BUFFER_UPDATE, but it is of no use.
    Can somebody help?
    Thanks
    Shankar

    Hi ,
    What you can do is,
    Create a request for a material whose Sales Area data is missing in
    CRM , and perform the request load in transaction:R3AR4.
    And please check whether sales area data flows to CRM.
    Put a filter in txn:R3AC1, to download single material or material
    range.And before performing an initial load in txn:R3AS,please make
    sure that sales area data is missing in CRM.Now, perform the initial
    load in txn:R3AS.And please check whether sales area data flows to
    CRM.
    Check the  filter settings in transaction R3AC1 for
    object MATERIAL and please make sure that it would bring down all
    the expected materials from R/3 along with the sales area data. I guess there is some
    filter setting which is blocking it.
    Please check the entries you have maintained in table MVKE - the entries
    for the sales data maintained here must match with the ones maintained in the
    filters.
    thanks & regards,
    Krishnen
    Edited by: Krishnen Subramanian on Aug 9, 2011 8:47 AM

  • Sales office wise Report

    Hi,
    I want my report according to sales office. means one sales office must not see another sales office records.
    But mu code is not doing the same..
    please check my code...
    DATA: BEGIN OF itab OCCURS 0,
    vbeln LIKE vbrk-vbeln,
    matnr LIKE vbrp-matnr,
    fkimg TYPE i,
    netwr1 LIKE vbrp-netwr,
    mwsbp1 LIKE vbrp-mwsbp,
    netwr2 LIKE vbrp-netwr,
    mwsbp2 LIKE vbrp-mwsbp,
    diff1 LIKE vbrp-netwr,
    diff2 LIKE vbrp-netwr,
    total LIKE vbrp-netwr,
    vkbur LIKE vbrp-vkbur,
    END OF itab.
    DATA: line1(116),line2(116),line3(116),line10(116), line11(116),
    add1 LIKE kna1-name1,
    add2 LIKE add1,
    add3 LIKE add1,
    add4 LIKE add1,
    add5 LIKE add1,
    amount LIKE bseg-wrbtr,
    inwords LIKE spell-word.
    DATA: total_records TYPE i,
    half_total_records TYPE i,
    debit_line_no TYPE i,
    invdt LIKE sy-datum.
    DATA: vbrptab TYPE vbrp OCCURS 0 WITH HEADER LINE.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: vbeln FOR vbrk-vbeln.
    SELECT-OPTIONS: vkbur FOR vbrp-vkbur.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECT * FROM vbrk WHERE vbeln IN vbeln AND ( fkart = 'ZG1' OR fkart = 'ZG2' OR fkart = 'RE' OR fkart = 'ZWCN' OR fkart = 'G2' ) AND rfbsk EQ 'C'.
    IF vbrk-fkart = 'ZG1'.
    line10 = 'YOUR ACCOUNT WITH US HAS BEEN CREDITED WITH THE AMOUNT AS MENTIONED BELOW FOR PRICE DIFFERENCE AGAINST,'.
    ELSEIF vbrk-fkart = 'ZG2'.
    line10 = 'YOUR ACCOUNT WITH US HAS BEEN CREDITED WITH THE AMOUNT AS MENTIONED BELOW FOR INCENTIVE AGAINST,'.
    ENDIF.
    PERFORM write_address.
    PERFORM write_body.
    PERFORM write_line_items.
    ENDSELECT.
    IF sy-subrc <> 0.
    MESSAGE e004.
    ENDIF.
    *&      Form  WRITE_ADDRESS
          text
    FORM write_address.
    WRITE /50 line1.
    WRITE /36 line2.
    WRITE /38 line3.
    SKIP 5.
    WRITE:/ 'CUST NO :',vbrk-kunrg.
    CALL FUNCTION 'ZAK_CUSTOMER_ADDRESS'
    EXPORTING
    kunnr = vbrk-kunrg
    IMPORTING
    add1  = add1
    add2  = add2
    add3  = add3
    add4  = add4
    add5  = add5.
    SELECT SINGLE * FROM bseg WHERE vbeln = vbrk-vbeln.
    IF sy-subrc <> 0.
    MESSAGE i021.
    EXIT.
    ENDIF.
    ENDFORM.                    "WRITE_ADDRESS
    *&      Form  WRITE_BODY
          text
    FORM write_body.
    SKIP 3.
    SELECT SINGLE * FROM vbfa WHERE vbeln = vbrk-vbeln AND vbtyp_n IN ('P','O') AND vbtyp_v = 'M'.
    IF sy-subrc = 0.
    SELECT SINGLE fkdat INTO invdt FROM vbrk WHERE vbeln = vbfa-vbelv.
    ENDIF.
    WRITE line10.
    WRITE:/'INVOICE NO :', vbfa-vbelv, 'DATED :', invdt,'.'.
    ULINE /1(116).
    WRITE:/ 'S.NO', 10 'CATALOG CODE',36 'QTY', 47 'VALUE', 56 'VALUE SHOULD', 81 'DIFF IN', 98 'CST', 112 'TOTAL'.
    WRITE:/45 'CHARGED', 56 'HAVE CHARGED', 81 'VALUES', 108 'C/N VALUE'.
    ULINE /1(116).
    ENDFORM.
    *&      Form  WRITE_LINE_ITEMS
          text
    FORM write_line_items.
    SELECT * INTO CORRESPONDING FIELDS OF TABLE vbrptab FROM vbrp WHERE vbeln = vbrk-vbeln ."and vkbur = vbrp-vkbur.
    DESCRIBE TABLE vbrptab LINES total_records.
    half_total_records = total_records / 2.
    DO half_total_records TIMES.
    READ TABLE vbrptab INDEX sy-index.
    MOVE vbrptab-vbeln TO itab-vbeln.
    MOVE vbrptab-matnr TO itab-matnr.
    MOVE vbrptab-fkimg TO itab-fkimg.
    MOVE vbrptab-netwr TO itab-netwr1.
    MOVE vbrptab-mwsbp TO itab-mwsbp1.
    MOVE vbrptab-vkbur TO itab-vkbur.
    debit_line_no = sy-index + half_total_records.
    READ TABLE vbrptab INDEX debit_line_no.
    MOVE vbrptab-netwr TO itab-netwr2.
    MOVE vbrptab-mwsbp TO itab-mwsbp2.
    itab-netwr2 = itab-netwr2 * ( -1 ).
    itab-mwsbp2 = itab-mwsbp2 * ( -1 ).
    itab-diff1 = itab-netwr1 - itab-netwr2.
    itab-diff2 = itab-mwsbp1 - itab-mwsbp2.
    itab-total = itab-diff1 + itab-diff2.
    IF itab-total NE 0.
    APPEND itab.
    ENDIF.
    CLEAR itab.
    ENDDO.
    LOOP AT itab.
    WRITE:/1(5) sy-tabix, 10 itab-matnr, 30(9) itab-fkimg, 40(12) itab-netwr1, 56(12) itab-netwr2, 76(12) itab-diff1, 90(12) itab-diff2, 105(12) itab-total.
    AT LAST.
    SUM.
    ULINE /1(116).
    WRITE:/10 'TOTAL VALUE',40(12) itab-netwr1, 56(12) itab-netwr2, 76(12) itab-diff1, 90(12) itab-diff2, 105(12) itab-total.
    ULINE /1(116).
    amount = itab-total.
    CALL FUNCTION 'Z_SPELL_WORD'
    EXPORTING
    amount   = amount
    IMPORTING
    in_words = inwords.
    CONCATENATE 'Amount in Words : Rupees' inwords 'Only' INTO inwords SEPARATED BY space.
    WRITE:/ inwords.
    SKIP 6.
    WRITE:/'BCH Electric Limited'.
    SKIP 4.
    WRITE:/'AUTHORISED SIGNATORY'.
    NEW-PAGE.
    ENDAT.
    ENDLOOP.
    REFRESH itab.
    ENDFORM.
    Regards

    Please check this code..
    DATA: BEGIN OF itab OCCURS 0,
    vbeln LIKE vbrk-vbeln,
    matnr LIKE vbrp-matnr,
    fkimg TYPE i,
    netwr1 LIKE vbrp-netwr,
    mwsbp1 LIKE vbrp-mwsbp,
    netwr2 LIKE vbrp-netwr,
    mwsbp2 LIKE vbrp-mwsbp,
    diff1 LIKE vbrp-netwr,
    diff2 LIKE vbrp-netwr,
    total LIKE vbrp-netwr,
    vkbur LIKE vbrp-vkbur,
    END OF itab.
    DATA: line1(116),line2(116),line3(116),line10(116), line11(116),
    add1 LIKE kna1-name1,
    add2 LIKE add1,
    add3 LIKE add1,
    add4 LIKE add1,
    add5 LIKE add1,
    amount LIKE bseg-wrbtr,
    inwords LIKE spell-word.
    DATA: total_records TYPE i,
    half_total_records TYPE i,
    debit_line_no TYPE i,
    invdt LIKE sy-datum.
    DATA: vbrptab TYPE vbrp OCCURS 0 WITH HEADER LINE.
    SELECT-OPTIONS: vbeln FOR vbrk-vbeln.
    SELECT-OPTIONS: vkbur FOR vbrp-vkbur.
    SELECT * FROM vbrk WHERE vbeln IN vbeln AND ( fkart = 'ZG1' OR fkart = 'ZG2' OR fkart = 'RE' OR fkart = 'ZWCN' OR fkart = 'G2' ) AND rfbsk EQ 'C'.
    IF vbrk-fkart = 'ZG1'.
    line10 = 'YOUR ACCOUNT WITH US HAS BEEN CREDITED WITH THE AMOUNT AS MENTIONED BELOW FOR PRICE DIFFERENCE AGAINST,'.
    ENDIF.
    PERFORM write_address.
    PERFORM write_body.
    PERFORM write_line_items.
    ENDSELECT.
    IF sy-subrc <> 0.
    MESSAGE e004.
    ENDIF.
    FORM write_line_items.
    SELECT * INTO CORRESPONDING FIELDS OF TABLE vbrptab FROM vbrp WHERE vbeln = vbrk-vbeln ."and vkbur = vbrp-vkbur.
    DESCRIBE TABLE vbrptab LINES total_records.
    half_total_records = total_records / 2.
    DO half_total_records TIMES.
    READ TABLE vbrptab INDEX sy-index.
    MOVE vbrptab-vbeln TO itab-vbeln.
    MOVE vbrptab-matnr TO itab-matnr.
    MOVE vbrptab-fkimg TO itab-fkimg.
    MOVE vbrptab-netwr TO itab-netwr1.
    MOVE vbrptab-mwsbp TO itab-mwsbp1.
    MOVE vbrptab-vkbur TO itab-vkbur.
    debit_line_no = sy-index + half_total_records.
    READ TABLE vbrptab INDEX debit_line_no.
    MOVE vbrptab-netwr TO itab-netwr2.
    MOVE vbrptab-mwsbp TO itab-mwsbp2.
    itab-netwr2 = itab-netwr2 * ( -1 ).
    itab-mwsbp2 = itab-mwsbp2 * ( -1 ).
    itab-diff1 = itab-netwr1 - itab-netwr2.
    itab-diff2 = itab-mwsbp1 - itab-mwsbp2.
    itab-total = itab-diff1 + itab-diff2.
    IF itab-total NE 0.
    APPEND itab.
    ENDIF.
    CLEAR itab.
    ENDDO.

  • Restrict the view for report MCSG on user ID level or Sales office level

    Hi,
    I need solution to restrict the view of MCSG report on user ID level or sales office level. he can able to view his own sales office data in report. Currently user able to view the all sales office data he is not restricted for same.
    Can u Pl provide solution.
    Regards
    Tarunkumar

    hi
    check with your basis team they can restrict the usage of the t-code on the basis of activity (create, change, display), parameters like sales office, division, distribution channel etc.
    saurabh

  • Sales order Cost- Report

    Hi,
    I have an issue in MCTG. For some sales offices the value of Orders: Cost is showing as zero and for some sales offices the report is showing value.
    Why is it so?Any known reasons?
    Also is there any standard report which will show sales orders cost per sales organisation for a particular period?
    Regards,
    Ajit

    Hi Rajkumar,
    Analyse the report and read the documentation. It is not possible for sap also to give all in one report.
    Regards,
    Madhu.

  • COPA authorization by sales office

    Dear Experts
    In my COPA environement we have many branches each branch is a cost center and sales office (one to one relation). In my KE30 report I want Mangers of each sales office to see their report only. In KE37 we are able to retrict users by company code but was unable to restrict by sales office. If I select the sales office in KE37, the users will be restricted if (*) is selected for sales offices, but if I choose one sales office the report will not be executed. I tried to develop a report where the sales office will be variable and should be selected in the KE30 report screen like compnay code,  and period but I failed. Any input please.
    Regards
    Ahmed Zain Hassan

    Hello Ahmed,
    Please review and implement note 165087.
    As soon as you created your own authorization objects in transaction
    KE37 or KE97 and assigned it to a certain user the system checks the
    user's authorization before he or she executes a report in transaction
    KE30 or KE24.
    Please read the description in transaction ORKE: > Tools > Authoriza-
    tion Management > CO-PA-Specific Authorization Objects:
    - Define Authorization Objects for the Information System (Text button
       on the left).
    Please also review and implement note 165087.
    In order to analyze this issue please check the authorizations for the
    relevant user in transaction SU01 and which authorization objects are
    checked when this user execute transaction KE24 (> run a authorization
    trace; transaction ST01).
    Please ask your authorizations guy to check the customizing of the
    authorization object again (on the basis of the documentation in
    transaction ORKE and the authorization trace in transaction ST01).
    Best regards,
    Ronghua Fan

  • Sales area and sales office not displyed in bp

    Hi all,
    i'm new to crm , when i'm creating BP i'm not getting my sales area and sales office data in BP sales area data tap. Please provide me solution for this issue.
    Thanks and regards
    kesav

    Hi prassana,
    Thanks for your reply. I have maintained my org model and maintained attributes, country  in org units and i have checked sales scenario bust still my sales area not determined in my bp level. i wanted to know where can i check org determination?, Please give me any another solution for this issue.
    Thanks and regards
    kesav

  • How to include Sales Office and Sales Group into FI report?

    Hi,
    I have a requirement to add Customer characteristics u201CSales Groupu201D and u201CSales Officeu201D into a FI report which is based on the InfoCube 0COOM_C02. The values that needs to be presented is actual data (Customer Master Data; NOT transactional value.
    In the DataSource u201C0COORDER_ATTRu201D, fields Sales Organization and Sales Group are present and it is brought to BW from R3. But I am not able to find the way to get the field Sales Office into SAP BW.
    I checked the extraction program for the DataSource u201C0COORDER_ATTRu201D, the fields Sales Org and Sales Group are coming from a table u201CCE41000u201D but in this particular table there is no Sales Office present.
    So can anyone guide me out in getting the Sales Office to the DataSource u201C0COORDER_ATTRu201D, or is there any way of getting it in BW directly by reading some Master Data table.
    Thanks in advance
    Prasapbi

    Hi Sangeeta,
    As per your statement, my understanding is that the Organization Attributes are not maintained in the Customization. If all the values are properly maintained then based on the Organization Data determination, the system would have picked up the data. You can first check the Organization Structure and see all the attributes are properly maintained or not and then check whether the Object Permitted in determination checkbox is checked. Then create a Transaction and see that all the Organization data are getting filled properly.
    Have a look at the following link for a complete guide to the Organization data determination customization.
    http://help.sap.com/saphelp_crm70/helpdata/en/6d/5c1738453fde16e10000009b38f8cf/frameset.htm
    If the Organization data customization is not meeting your requirements then you can have a second look at the development approach. Then we can have a look at the available Objects to get the desired functionality.
    Hope this helps.
    Thanks,
    Samantak.

  • How to get / configure data in Tcode "MCTG" for "SIS: Sales Office Analysis Selection "?

    Hello SAP Guru's,
    How to get / configure data in Tcode "MCTG" for "SIS: Sales Office Analysis Selection "? We have implemented SAP ECC 6.0 EHP4 version in the organization. If anybody have any idea, need help .
    Thanks in Advance.
    Prashant Kunjir

    Have a look at the following note:-
    Note 1573200 - How to restructure the statistic data of the sales information system (SIS)
    But before trying to carry out the process as detailed in the above note, first check with other SIS reports like MCTA etc., and no reports are showing correctly, then you can proceed.  Otherwise, you need to raise an OSS message with SAP.
    G. Lakshmipathi

  • How to restrict the Report based on sales office

    Hi Experts,
    I am using BW 3.5. I have a requirement that my sales report should give output to  particular user with his respective sales office only.
    For Example :
      User,   Sales Office
       A , Delhi
       B, Mumbai
    User A should not be able to see the data of Mumbai Sales office. As both the users using the same Report,
    Please suggest How to achieve this.
    Helpful answers will be awarded.
    Thanks&Regards,
    Venkat

    Hi,
    To do this, you need to make the infoObject Sales Office authorization relevant.
    Create an authorization Object using the t-code RSSM for this InfoObject. Restrict it with Activity.
    Create a role for each of the Sales Office and restrict your authorization variable with that office.
    Now you have 2 roles for eg. One for Mumbai, other for Delhi. Assign them to respective users.
    Create a authorization variable for Sales Office and restrict your report with that.
    Use the below documentation for creation of Authorization Object.
    http://help.sap.com/saphelp_nw04/helpdata/en/a0/48f438f3422f2ce10000000a114084/frameset.htm
    Regards,
    Gaurav
    Edited by: Gaurav Kothari on Sep 18, 2009 11:04 AM

  • Report by Sales Office including Material

    Hi Gurus;
    Anyone does know how to get a report from LIS for Sales by Office but that includes Material as characteristic???
    I need to report the sales by plant, I have 3 plants but so far I know that is not possible by standard reporting, only is able by Sales Org, but I have also sales office defined in my company, but when I go trough this tx code MC-E - Sales  I didn't get the material ;(
    or if in the past there is any discussion, I'll appreciate you let me know.
    Please advice, i will be waiting for.
    Regards
    OP

    Dear Omar:
    In these links you can find more info about these info-structure
    Sales Infostructure
    https://help.sap.com/saphelp_erp2004/helpdata/en/c1/3759de449a11d188fe0000e8322f96/content.htm
    Sales Summary - Sales (SD-SLS) - SAP Library
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/lolis/lolis.pdf
    Please check it
    Regards Jose Antonio

  • Report for monthly sales(sales office wise,sales group wise,plant wise)

    Please send the Report for monthly sales(sales office wise,sales group wise,plant wise)  with T.CODE.,

    Hi
    As per my knowledge there is no Standard Report in SAP based on sales office, sales group. and plant.
    You may create your own report using MC18,MC21 and MC24.... Otherwise ask your ABAPer's help...
    Muthu

  • Link Sales Office to Company Code in FI (Aging Report)

    Hi,
    We are currently doing a centralization project where all sales and finance activities will take place from 1 location.
    This will result in using one single company code and 1 single sales organization with different sales areas instaed of 20+ company codes and sales organizations.
    Each sales area will be linked to all available sales offices (as was already the case with the current organizational structure).
    As we will work with only one company code, we can not make reports anymore based on company code level to differentiate on legal entities.
    We thought of working with Business Areas, but they can only be maintained on Sales Area level and are therefore not useful to do our analysis.
    Sales office will have a one to one relationship with customer (as is now), but you don't have a similar field available on FI side.
    Could you please help me by indicating if we should use a different field (in SD or FI)? Or should we use a user exit at time of saving an invoice so the sales office is brought to FI? Any other ideas?
    Thanks for your feedback!
    Geert

    Shravan.
    This is not a SAP standard practice.
    So, you need to create a program to create another sales order (and choose a correct sales area).
    Leonardo Rocha

Maybe you are looking for

  • Viewing Excel Files using Tomcat - Problem with caching

    Hi all, A small part of an application I'm writing has links to Excel files for users to view/download. I'm currently using Tomcat v5 as the web/app server and have some very simple code (an example is shown below) which calls the excel file. <%@ pag

  • Amendment to purchase order

    dear all Is there is any option in sap for make Amendment to purchase order  regarding rate , adress,payment terms , as i dont want give authorisation me22 to perticular user.Also can set automatic expire po after 10 days if no action ex.release take

  • Connection Wizard - SAP Tables, Cluster or Functions

    Hi Guys!, I have Crystal Report 2008 and SAP Integration KIT installed on my machine. If I try to build a new Report and choose the the available connection SAP Tables, Cluster or Function and go to the next step in the Wizard it doesn´t show me the

  • Can MacbookPro7, 1 Version 10.6.8 get an 10.7.5 upgrade?

    I have a MacbookPro 7, 1 purchased in Summer of 2010 that I would like to get the 10.7.5 update.  I bought a game and it only works on operating systems 10.7.5 or higher.  I did all the software updates possible on my macbook and it is still at a 10.

  • Change documents for a Z table

    Hi, We have a Ztable with 4 fields, Due to some business reasons.. . We have given access to users for changing the contents of the table. Now For audit purpose Customer wants to track the changes made to the table. I came know that this can be achie