How to get mapping of "Sales Organization" in Org. Model?

Hi,
When I go to transaction PPOMA_CRM - Maintain Organizational Model in CRM, and I select an Org. unit and in "Function" tab, I want to maintain mapping of "Sales Organization" and "Sales Office", but when I want to choose an sales organization, there's no entry I can choose, and same for "sales office". I found there's a mapping table HRT5551 which contain mapping information. But how can I maintain this table? Is there any T-code or way? Or I can replicate from R/3?
Many thanks and Best regards,
Long

hi
to get the mapping done,you need to have those org attributes available
at the moment i think they are not available to be used
to make them avaiable you go to table in SM30
tto77mattr
ther make those attributes visible
this way you will be able to solve ur probs
sales offcie,sales org
sales group
are the three attributes you got to make visible,just check the radio button next to visible
you get your task solved
also you can check in master table of org CRMD_ORGMAN
what all attributes available to you in org
best regards
ashish

Similar Messages

  • How to get "Mapped Folder Web Location"

    Hi,
    How to get "Mapped Folder Web Location" for any assets (pdf,image) while passing content ID.
    Thanks in advance.
    Thanks,
    Anurag

    Hi Anurag ,
    The information is stored in the WebUrlMapRules resultset in the SecurityInfo.hda file and can also be viewed via IdcService=GET_WEBURLMAP_PAGE.
    Test it and see if that works .
    Thanks
    Srinath

  • How to get the list of organization unit assigned to user

    hello All,
    i have to get the list of organization unit which is assigned to user. i mean if user ABC is assigned to 10 Org unit then how would i get those 10 sales Org? is there Any function module?
    Regards.

    hello Bruno,
    Thanks for reply...i got the Org unit with position...now i need to get territory Id / Areas related to those position's. can u help me in this regard?
    Regards

  • How to get MAP of materials on a particular date

    Hi all,
    How to get the MAP ( moving average price ) of the material on a particular date.
    With Rgds,
    Vamsi..

    Hi,
    You need to do slight Calculation to get the map as on date.
    Get the latest Material Document for the Material , It will have the Total Qty & Total value for the particular Date .
    MAP will be Total value of the material document Line item /  total qty for the Material Doc Line item.
    Report S_P00_07000139 provided you similar report as suggested by Ajit
    Regards
    Mascot
    Edited by: Manish Kumar on Apr 18, 2011 9:46 AM

  • How to get know the Sales Order IDOC#, if I know the created Sales Order#?

    Hi Experts,
    Let me know that, How to get know the IODC #, if I know the Sales Order#?
    Scenario is that, sales order(say 12345678) was created from Inbound EDI. I also Know the MATERIAL too.
    So, How to pull the associated Inbound ORDERS idoc, which is created this Sales order-12345678?
    Is it from EDID4 table? or EDIDC? or any thing else?
    reples r appreciated.
    thanq
    Edited by: SAP ABAPer on Sep 8, 2008 5:29 AM

    Hello
    This can be done much easier using fm SREL_GET_NEXT_NEIGHBORS:
    Input:
    OBJECT-OBJKEY = <number of sales order>  " with leading zeros!!!
    OBJECT-OBJTYPE = 'BUS2032'
    MAX_HOPS = '01'
    Result:
    NEIGHBORS-OBJKEY = <IDoc number with leading zeros>
    NEIGHBORS-OBJTYPE = 'IDOC'
    NEIGHBORS-ROLETYPE = 'INIDOC'.
    Regards
      Uwe

  • How to get Last Year Sales and YTD Sales without using AGO and TODATE?

    Hi all,
    I have got Company and Time dimensions and Sales Fact. My requirement is to get Last Year sales for each company without using AGO function and YTD without using TODATE function. (Due to performance issue as AGO and TODATE do not insert a Cache entry).
    Can someone please help me to achieve my requirement? Thanks in advance.

    Hi Satya,
    Thanks again for your reply. To start with I don't have data for the years 2012 and 2011 to test as I am using SH sample schema from Oracle. I have applied your solution but it does not seem to be working for the previous years like 2000, 2001. My requirement is to have a dashboard prompt "YEAR" and let the user choose whatever year he wants.
    Please have a look at the column formulas of my analysis (As per your solution) :
    ***here B_YEAR is replaced by CALENDAR_YEAR.  
    Amount: "F1 Sales"."Amount"
    AmountYTD:  FILTER("F1 Sales"."Amount" USING "D1 Time"."CALENDAR_YEAR" =YEAR(CURRENT_DATE))
    Amount LY: FILTER("F1 Sales"."Amount" USING "D1 Time"."CALENDAR_YEAR" =YEAR(CURRENT_DATE)-1)and the physical query generated by BI Server: (as you can see I have got a filter CALENDAR_YEAR= 2000)
    WITH
    SAWITH0 AS (select sum(T1074.AMOUNT_SOLD) as c1,
         sum(case  when T1035.CALENDAR_YEAR = TO_NUMBER(TO_CHAR(TO_DATE('2012-05-03' , 'YYYY-MM-DD'), 'yyyy'), '9999') then T1074.AMOUNT_SOLD end ) as c2,
         sum(case  when TO_NUMBER(TO_CHAR(TO_DATE('2012-05-03' , 'YYYY-MM-DD'), 'yyyy'), '9999') - 1 = T1035.CALENDAR_YEAR then T1074.AMOUNT_SOLD end ) as c3,
         T1035.CALENDAR_MONTH_DESC as c4,
         T1035.CALENDAR_YEAR as c5,
         T1035.CALENDAR_MONTH_ID as c6
    from
         TIMES T1035 /* D1 Time */ ,
         SALES T1074 /* F1 Sales */
    where  ( T1035.CALENDAR_YEAR = 2000 and T1035.TIME_ID = T1074.TIME_ID )
    group by T1035.CALENDAR_MONTH_DESC, T1035.CALENDAR_MONTH_ID, T1035.CALENDAR_YEAR)
    select distinct 0 as c1,
         D1.c4 as c2,
         D1.c5 as c3,
         D1.c1 as c4,
         D1.c2 as c5,
         D1.c3 as c6,
         D1.c6 as c7
    from
         SAWITH0 D1
    order by c3, c2 Thanks in advance.

  • How to get a Deleted Sales Order Header Data ?

    Hi Guys,
                   I need to get KNUMV field of deleted sales order to track the deleted entries in KONV table.
    But when I check in CDPOS, I am getting only the sales order NO. but not full header data of the deleted sales order or
    is there is any history table maintained for KONV ?
    My requirement is to update a custom defined table having same entries like KONV, which is used to update Data warehouse system.
    Thanks
    AJ

    Whenever any condition record is deleted then there is a deletion indicator at the Condition record level which get activated and through this field you can track then the condition record which are deleted. At this moment, i don't have access to SAP system and i unable to highlight the exact table name, please check the SAP standard table KONV for deletion indicator.
    thanks
    chaitanya

  • How to get this skin effect on a black model?

    hello everyone!!!
    i was wondering if anyone knows how to get this final effect on a picture with a black model?

    1. Original image
    2. Convert to grayscale, then back to RGB
    3. Approximate color of sample
    4. Curves to add contrast
    Final.  Dodge selected quartertones
    If desired, add a very, very slight noise. Not in image here. (Add'l layer: Gaussian, Mono, very low opacity)

  • How to Get Print event in  Smartforms on preview model.

    Dear All,
            I have a issue for Get the Print button value in Smartforms.
            I can get the print button value on the popup window before show smartforms result.
            But I donu2019t know how to get if the report preview .Because on preview model,user also can click toolbar print button to print.
    Please give me some advice
    Thanks
    Sun

    done have okay
          IF SY-MSGV1 <> ''   OR SY-UCOMM = 'PRNT'.
        MESSAGE 'PRINTED' TYPE 'S'.
        ELSE.
          MESSAGE 'NOT PRINTED' TYPE 'S'.
        ENDIF.

  • How to get maps on my native iPhone application

    Hello,
    I m working on an application where i need to display the complete map on the application. I dont have any idea abt this. Kindly let me know how can i get the map so that i can display it on my application. I m working on an iPhone simulator.
    Thanx a lot in advance.

    Some people have had success loading Google Maps API with a UIWebView, and injecting javascript calls to control it. It's a stopgap approach to getting a Google Maps interface without quiting out of your app.
    Have a look at Path Tracker in the AppStore.
    If you don't mind switching away to the Google Maps API, you can always use a Map Link:
    http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhone OSProgrammingGuide/AppleApplicationsURLSchemes/chapter950_section_4.html#//appleref/doc/uid/TP40006513-SW5

  • HT4009 GoGo 3D Korea: Stopped working. How to get map again?

    HI.
    I bought this app GoGo 3D Korea a year ago. I bought the perpetual license (lifetime).  Now I see that this app is no longer available in itunes, but it is available as another app BringGo Korea.
    I bought this In-app map license for lifetime.  I paid 49.90usd.  But after I upgraded to iOS7, the map data is gone.  I do have the app saved in my computer, so I installed the app, but the in-app map is not downloading again.  App is crashing everytime I am trying to download the perpetual map.
    How can I download this map again?
    EnGIS developer who made this app does not reply to the mails.  This is completely the developer's responsibility to provide me back the map, but there is no answer from them.  Infact now I can't even contact them as GoGo 3D Korea is no longer available on itunes. 
    What to do?

    Hi,
    I did have the same problem on Sept. 22nd, just after the new update installation. My GoGo 3D for Korea disappeared. Somehow I managed to reinstall the app, but I was charged again with 44,99€. I took me several times to get the app--but finally it is a rip off by either Apple or GoGo since I purchased the lifetime version.
    Diese Ausgaben waren fällig, weil nach dem update das Programm neu installiert werden musste--das ist nicht zu meinen Lasten--die Neu oder Wiederinstallation darf nicht zu Kosten führen. Das Programm wurde von mir bereits bezahlt.
    Am 23.09.2013 um 16:24 schrieb iTunes Store <[email protected]>:
    Rechnung an:
    [email protected]
    Lothar Münker
    Hauptstrasse 33
    57271 Hilchenbach
    DEU
    Bestellnummer: MHQ35T7QSG
    Belegdatum: 22.09.13
    Bestellung gesamt: 44,99 €
    Rechnung an: MasterCard ....
    Artikel
    Entwickler
    Art
    Preis pro Stück
    Gogo3D, Gogo3D       Map Data
    Ein Problem melden
    Engis       Technologies.Inc
    In-App-Kauf
    44,99 €
    Bestellung gesamt:
    44,99 €
    Bitte bewahren       Sie eine Kopie für Ihre Unterlagen auf.
    Die Bedingungen und Konditionen, die an diese Bestellung geknüpft sind,       finden Sie weiter unten.
    iTunes Store
    Sie finden die Verkaufsbedingungen und Verkaufsrichtlinien, indem Sie Ihr       iTunes-Programm starten und auf diesen Link klicken: Verkaufsbedingungen
    Antworten auf häufige Fragen zum iTunes Store finden Sie hier:http://www.apple.com/de/support/itunes/store/
    Apple-ID – Übersicht • Einkaufsstatistik
    Apple respektiert Ihre Privatsphäre.
    Informationen zur Verwendung Ihrer persönlichen Daten erhalten Sie hier: http://www.apple.com/de/privacy/
    Dies ist keine   Mehrwertsteuerbenachrichtigung. Copyright © 2011 iTunes S.à r.l. Alle Rechte vorbehalten

  • How to get maps for Japan?

    I have a 1520 in Japan and it works like a charm, with the exception maps.  They are horrible, completely useless; and you cannot even download maps for Japan (they do not show up in the settings).  But Bing maps works perfectly on a Windows 8.1 laptop ... so what can I do to get Japan maps in my Lumia 1520 WP 8.1 device?

    Availability of apps and services is up to Microsoft and the agreements it is possible to sign with local database providers and network operators. Apps and services are subject to changes over time, and there is not much you or I can do about it, except choose a brand and device that works out of the box with the features we want.
    http://www.windowsphone.com/en-us/how-to/wp8/basics/feature-and-service-availability 
    does not explain why but has an updated overview of feature availability by country.
    Moderator's note: Posts were merged into 1 thread and a more suited title is provided.

  • How to get PO from sales order item in CRM

    Hi,
    I am building a BI extractor which needs PO for a given complaint. I am able to get the sales order/item for a complaint using crm_order_read FM. Is there anyway to get the PO based on this SO-item. Are their tables that link these two.
    Thanks!

    Table CRMD_ORDERADM_I -> Give Item GUID in filed GUID and get the document header guid in field HEADER. Then use function module CRM_ORDER_READ and table ET_SALES to get the Sales Data for the right item. The PO you are interested in can be any of the fields related to PO in this set. Usually it is PO_NUMBER_UC.
    Alternately, if you want to use only the table reads use this.
    1. Table CRMD_LINK --> get the record with GUID = Item GUID and OBJTYPE_SET = 11 (for Sales Set)
    2. Table CRMD_SALES --> get the record with GUID = CRMD_LINK-GUID_SET
    Get your PO information from this Sales set record for your item. But since, PO is usually associated with the header, you can do the same as above but with the GUID = Header GUID in the CRMD_LINK table.

  • How to get Personnel Numbers from Organizational Unit ?

    Hello All,
    I have a requirement in the HR module to get a list of all the personnel numbers maintained for a Organizational Unit.
    Is there any Function Module to find out the Personnel Numbers assigned to a Organizational Unit for HR module ?
    Thanks,
    Ketan.

    Hi Ketan,
        I'm not sure that there is any Function Module available for finding the Personnel Numbers. I have listed some Tables in HR Module try whether this will help you in finding Personnel Numbers for Organizational Unit.
    DD01L Domains 
    DD02L SAP tables 
    DD03L Table Fields 
    DD03T DD: Texts for fields (language dependent) 
    DD04L Data elements 
    DD04T R/3 DD: Data element texts 
    DD05S Foreign key fields 
    DD06L Pool/cluster structures 
    DD20L Matchcode Ids 
    DD24S Fields of a matchcode ID 
    T000    Clients 
    T001    Company Codes 
    T001E  Company code-dependent address data 
    T001P  Personnel Areas/Subareas 
    T012    House banks 
    T012K House bank accounts 
    T012T House bank account names 
    T500L Personnel Country Grouping 
    T500P Personnel Areas 
    T500T Personnel Country Groupings 
    T501    Employee Group 
    T501T Employee Group Names 
    T502T Marital Status Designators 
    T503    Employee Groups / Subgroups 
    T503K Employee subgroup 
    T503T Employee Subgroup Names 
    T504A Benefits - Default Values (NA) 
    T504B Benefit Option Texts (North America) 
    T504C Benefit Type (NA) 
    T504D Benefit Credit Group Amount 
    T504E Benefit Amount 
    T504F Benefit Costs 
    T508A Work Schedule Rules 
    T508T Texts for Employee Subgroup Groupings for Work Schedules 
    T510   Pay Scale Groups 
    T510A Pay Scale Types 
    T510F Assign Pay Scale > Time Unit, Currency 
    T510G Pay Scale Areas 
    T510H Payroll Constants with Regard to Time Unit 
    T510I Standard Working Hours 
    T510J Constant Valuations 
    T510L Levels 
    T510M Valuation of pay scale groups acc. to hiring date 
    T510N Pay Scales for Annual Salaries (NA) 
    T510S Time Wage Type Selection Rule 
    T510U Pay Scale Groups 
    T510Y Special Rules for Wage Type Generation 
    T511    Wage Types 
    T512R Cumulation Wage Types in Forms 
    T512S Texts for Cumulation Wage Types in Forms 
    T512T Wage Type Texts 
    T512W Wage Type Valuation 
    T512Z   Permissibility of Wage Types per Infotype 
    T513    Jobs 
    T514S Table Name Texts 
    T514T Field Name Texts 
    T51D2 Wage Type Classes 
    T51D3 Reduction Rules 
    T51D4 Cumulation Rules 
    T527X Organizational Units 
    T528B Positions - Work Centers 
    T528C Wage Type Catalog 
    T528T Position Texts 
    T529A Personnel Event 
    T529F Fast Data Entry for Events 
    T529T Personnel Event Texts 
    T52BT Texts For HR Objects 
    T52C0 Payroll Schemas 
    T52C1 Payroll Schemas 
    T52C2 Texts for Personnel Calculation Schemas 
    T52C3 Texts for Personnel Calculation Schemas 
    T52C5 Personnel Calculation Rules 
    T52CC Schema Directory 
    T52CD Schema Directory 
    T52CE Directory of Personnel Calculation Rules 
    T52CT Text Elements 
    T52CX Cross References via Generated Schemas 
    T52D1 Valid Processing Classes 
    T52D2 Valid Values for Processing Classes 
    T52D3 Valid Evaluation Classes 
    T52D4 Permitted Values for Evaluation Classes 
    T52D5 Wage Type Groups 
    T52D6 Wage Type Group Texts 
    T52D7 Assign Wage Types to Wage Type Groups 
    T52D8 Valid Processing Classes - Texts 
    T52D9 Valid Values for Processing Classes - Texts 
    T530 Reasons for Events 
    T530E Reasons for Changes 
    T530F Reasons for Changes 
    T530L Wage Types for Special Payments 
    T530T Event Reason Texts 
    T531 Deadline Types 
    T531S Deadline Type Texts 
    T533 Leave Types 
    T533T Leave Type Texts 
    T539A Default Wage Types for Basic Pay 
    T539J Base Wage Type Valuation 
    T539R Events for Standard Wage Maintenance 
    T539S Wage Types for Standard Wage Maintenance 
    T548 Date Types 
    T548S Date Conversion 
    T548T Date Types 
    T548Y Date Types 
    T549A Payroll Areas 
    T549B Company Features 
    T549C Decision Trees for Features (Customers) 
    T549D Feature Directory 
    T549L Date modifiers 
    T549M Monthly Assignment: Payroll Period 
    T549N Period Modifiers 
    T549O Text for date modifier 
    T549P Valid Time Units for Payroll Accounting 
    T549Q Payroll Periods 
    T549R Period Parameters 
    T549S Payroll date types 
    T549T Payroll Areas 
    T549M Monthly Assignment: Payroll Period 
    T549N Period Modifiers 
    T549O Text for date modifier 
    T549P Valid Time Units for Payroll Accounting 
    T549Q Payroll Periods 
    T549R Period Parameters 
    T549S Payroll date types 
    T549T Payroll Areas 
    T554S Absence and Attendance Types 
    T554T Absence and Attendance Texts 
    T554V Defaults for Absence Types 
    T554Y Time Constraints in HR TIME 
    T555A Time Types 
    T555B Time Type Designations 
    T559A Working Weeks 
    T559B Name of Working Week 
    T572F Event Texts 
    T572G Allowed Values for Events 
    T572H Event Value Texts 
    T582A Infotypes 
    T582B Infotypes Which Are Created Automatically 
    T582S Infotype Texts 
    T582V Assignment of Infotypes to Views 
    T582W Assigns Infotype View to Primary Infotype 
    T582Z Control Table for PA Time Management 
    T584A Checking Procedures - Infotype Assignment 
    T588A Transaction Codes 
    T588B Infotype Menus 
    T588C Infotype Menus/Info Groups 
    T588D Infogroups for Events 
    T588J Screen Header Definition 
    T588M Infotype Screen Control 
    T588N Screen Modification for Account Assignment Block 
    T588O Screen Modification for Assignment Data 
    T588Q Screen types for fast entry 
    T588R Selection Reports for Fast Data Entry 
    T588S Screen Types for Fast Entry 
    T588T Menu and Infogroup Designations 
    T588V Business object type 
    T588W Event types for infotype operations 
    T588X Cust. composite definition of event types for IT operations 
    T588Z Dynamic Events 
    T591A Subtype Characteristics 
    T591B Time Constraints for Wage Types 
    T591S Subtype Texts 
    T596F HR Subroutines 
    T596G Cumulation wage types 
    T596H _Cumulation wage type texts 
    T596I Calculation rule for cumulation wage types 
    T596U Conversion Table 
    T599B Report Classes 
    T599C Report Classes 
    T599D Report Categories 
    T599F Report Classes - Select Options 
    T777A Building Addresses 
    T777T Infotypes 
    T777Z Infotype Time Constraints 
    T778T Infotypes 
    T778U Subtypes 
    Error Messages tables 
    T100 Messages 
    T100A Message IDs for T100 
    T100C Control of messages by the user 
    T100O Assignment of message to object 
    T100S Configurable system messages 
    T100T Table T100A text 
    T100V Assignment of messages to tables/views 
    T100W Assign Messages to Workflow 
    T100X Error Messages: Supplements

  • How to get file names in Organizer 9

    Is there a way to display filenames in the thumbnail view of Organizer 9? I've tried enlarging them and the different views, but all I get is the row of stars, then the date and time under that. I don't really need that info, what I want is the filename! Any and all help is appreciated!

    Go to the control panel and check dpi scaling under Appearance or Display.
    It’s not uncommon to see a setting of 125% or higher to improve screen readability but PSE9 requires a dpi of 96 or 100%
    Whilst the Editor Menu will appear at 120% the Organizer Menu (and the advanced button in downloader) won’t. Sometimes the mouse or tool cursors are distorted.
    Try a setting of 115% or 116% otherwise 100%. A common display resolution, notably for notebooks/laptops, and netbooks is 1024 x 768 but PSE9 requires a screen height of 800 for full functionality.
     

Maybe you are looking for

  • Apple Remote app on wired network: help please

    I am trying to use the remote app to control my apple tv. I noticed that my bedroom apple tv unit was showing up in my app but not the living room apple tv. After further inspection I found that the ethernet cable was not plugged into the bedroom app

  • How do I reinstall Yosemite while keeping my personal files & settings?

    Hi, I am running Yosemite (10.10.2) on my 2013 Macbook Air and its in need of some love. Most notably, my Notes app has broken (it crashes on every attempt to open it) and my bluetooth has gone haywire (device detection and personal hotspot works whe

  • I lost my Market application

    I installed the new update for the droid X and after it was finished installing i went to find an app i wanted to download and my market app looked different..when i clicked on it, it said the app was not installed on my phone and i cant get it back.

  • How was this background created?

    Hi, From this site: https://www.softwarekey.com/ I've downloaded the attached jpg image. Notice the background has a nice wash or maybe soft stone effect. I'm talking about the soft diagonal lines. Not the gradient so much. Can someone give me pointe

  • My Acrobat XI suddenly will not create a PDF file, but has me select a folder for the file

    How do I set my Acrobat XI to create a PDF file.  It has me select a folder for the file, but nothing get printed