How to get Configuration or Mapping???

Is it possible to get instance of Configuration or Mapping??
I mean an object who represent the XML file...

Nobody know how to get an instance of configuration at RUNTIME???

Similar Messages

  • 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 get Configuration (internal object number) during MM01

    Hello Masters,
    Does anyone know how to get the value of Configuration (internal object number) during MM01 so I can use the function VC_I_GET_CONFIGURATION to get the configurable variant values. I tried to check the MM01 exit EXIT_SAPLCUKO_001 include ZXCUCU02 and it' there but I need to know how to get it so I can use it because in other exits it's not included in the local variable.
    Thanks,
    Alfred

    pl. share the answer with us. U can copy and paste that answer.......so that, some one get the solution, who r hving the same issue.
    thanq

  • How to get configuration file name of WLC2112 to carry out a backup

    Hi,
    I need to get a backup of configuration file from  AIR-WLC2112-K9 (7.0.98.0), checking the procedure (uploading configuration file) I need the name of the configuration file.
    I try to get the file's name by command but I could not find any command.
    How can I get the name of the configuration file so that I can complete the procedure of backup??
    regards

    You just type whatever filename you want to save the config as, this is the name that will be created on the TFTP server. You do not have to specify a file name from the WLC itself..
    if you get some popup saying the filename isn't valid, or can't find it,  perhaps you are in the Download File section instead of the Upload File Section  (download = restore,  upload = backup)

  • How to get the whole map image after zoom in?

    Hi,
    I use mapviewer API to generate map images and put them in JSP as well as in Java Applet. I called the method getGeneratedImage(). After I using the methods zoomIn() or zoomOut(), I got a new map image. But the size is fixed, so after zoom in I can only see a part of the whole map. I would like to use scrollbar to see other part of the map after zoom in.
    How can I solve this problem? I have the images as predefinied themes saved in database with MBR information.
    Thanks in advance.

    Hi,
    For the map request in MapViewer you may define the data area that you want to display, as well as the device size (width and height). The result is a java Image with width and height sizes. You can draw this image on a canvas with scroll bars, and if the size of the canvas is smaller than the image size, then you should see the scroll bars. But you have to code that. MapViewer will just return an Image with the specified size.
    The zoom in/out options just change the data area, but keeps the device size. Therefore you should use the API methods to set the data area (setBox or setCenterAndSize) and to set the device size (setDeviceSize), in order to control the size of your resulted image, and then draw it on your canvas with scroll bars.
    Regards.

  • How to get the action-mapping in jsp page in struts

    Hi,
    I want get, in my login.jsp, the name of action mapping that call my
    login.jsp.
    Is possible?
    suppose abc.do called my login.jsp
    now i need to know the name of action-mapping here abc
    Thanks,

    Depending on what you need, I believe Struts 1.3 creates a request attribute called "org.apache.struts.globals.ORIGINAL_URI_KEY". In your case, it looks like this would be set to the string "/abc.do". There should also be a request attribute called "org.apache.struts.action.mapping.instance" that contains an instance of ActionConfig. I think both of those keys are defined by the Globals class.

  • How to get the port mapping to work on SR520

    I have been using CCA 2.0 and configured the device based on documents (a recurring story) and well it wont work...... again.
    This is the results of the 'show tcp brief'
    SR520#show tcp brief all
    TCB       Local Address               Foreign Address             (state)
    84C8EFD4  192.168.75.1.23             172.16.33.10.3227           ESTAB
    86479CB0  192.168.75.1.443            172.16.33.10.3078           ESTAB
    8647850C  192.168.75.1.443            172.16.33.10.3122           ESTAB
    84B08378  192.168.75.1.23             172.16.33.10.3062           ESTAB
    83B7FAB8  192.168.75.1.23             172.16.33.10.3041           ESTAB
    851D6704  *.443                       *.*                         LISTEN
    851D5CF4  *.443                       *.*                         LISTEN
    851D56B8  *.80                        *.*                         LISTEN
    85419B70  *.80                        *.*                         LISTEN
    85DAD264  XXX.XXX.XXX.194.ptr.us.443   *.*                         LISTEN
    SR520#
    It appears that CCA is not correctly adding the info into the configuration or is it.
    It made these acl entries:
    access-list 102 remark SDM_ACL Category=0
    access-list 102 permit ip any host 192.168.75.2
    access-list 103 remark SDM_ACL Category=0
    access-list 103 permit ip any host 192.168.75.2
    access-list 104 remark SDM_ACL Category=0
    access-list 104 permit ip any host 192.168.75.2
    access-list 105 remark SDM_ACL Category=0
    access-list 105 permit ip any host 192.168.10.12
    access-list 106 remark SDM_ACL Category=128
    access-list 106 permit ip any host XX.XX.XX.194
    It added this for one port but not for the others:
    ip port-map user-protocol--1 port tcp 3389
    and it added this:
    ip nat inside source list 1 interface FastEthernet4 overload
    ip nat inside source static tcp 192.168.10.12 3389 interface FastEthernet4 3389
    ip nat inside source static tcp 192.168.75.2 5060 interface FastEthernet4 5060
    ip nat inside source static udp 192.168.75.2 5060 interface FastEthernet4 5060
    ip nat inside source static tcp 192.168.75.2 1720 interface FastEthernet4 1720
    Yet none of these ports are allowed through the firewall.
    Please help me figure this out.
    Thanks

    I think the CCA team knows of some issue with this.  In May, I had heard that while configuration of NAT static entry is supported by CCA there is an issue in that CCA currently does not modify the firewall configuration to allow the statically mapped IP and TCP port to pass through.
    I heard  we were looking to resolve in a subsequent CCA release. I will find out when or ask that team to reply....
    Steve DiStefano
    SE Small Business Sales
    U.S. Field Channel

  • How to get regular google maps back on iPhone after ios6 "up(down)grade"

    Hoping someone from Apple will contact me about this.
    I recently downloaded the ios 6 (I hesitate to call it an upgrade at this point) and now my maps look like absolute garbage.
    I would like Google Maps back, properly (not the web app). I've read about downgrading to ios5.1.1 on other forums, but apple does not support it, and I'm afraid of bricking my iphone, or loosing my data and settings that I've spent many months refining.
    So, I'm asking you, Apple, to please figure something out for those of us who would like to go back in time and have the original phone we purchased. The maps app is absolutely useless to me at this point. If a solution is not given in a timely manner, I promise that my next phone and my next tablet will be an android (planning on upgrading both in about 1 year when my phone contract is up). I'm sure many others are also thinking the same thing.
    I think it's absolutely insane that you would break people's devices and not offer to revert back to 10 minutes ago before we started the download. This kind of planned obsolesence will only create irritated customers who will switch to a platform that doesn't tie your hands up and take away features on a whim.
    The only way to salvage your reputation from this flub is to fix it. NOW!

    ekimztom wrote:
    Hoping someone from Apple will contact me about this.
    These are user to user forums.  You are not addressing Apple by posting here, and nobody from Apple will contat you.
    If anyting , your post will be deleted as ranting and complaining are a violation of the terms of use you agreed to when signing up to use the forums.

  • How data gets to 0BCS_C11?

    Hi,
    I have activated 0BCS_C11 infocube from business content.
    there is no update rule, infosource or anything to load data into this cube.
    ¿is there a content to activate or I need to build the data flow to the cube by my self?
    thanks for the help.
    Mauricio

    Mauricio,
    You might want to look at the Virtual Cube 0BCS_VC11 as well as some of the reporting for this application is actually off of the virtual cube. Also, you may need to customize the cubes or create  custom cubes depending on how BCS gets configured.
    Also, BCS itself may need the FI-GL cube to be activated if they plan on using that as the data bases for the Consolidation workbench.
    If I remember right 0BCS_C11 is a remote cube and reads data using a Function Module from the Consolidation Application itself. So you do not have any data load processes for this cube.
    Are you guys implementing SEM-BCS? I believe SAP's strategic direction is to move away from SEM-BCS for consolidations and towards SAP BPC (formerly OutlookSoft) for consolidations. You might want to check out on that if you are very early in the project.
    Cheers,
    Sanjiv

  • How do I configure my airport utility for port mapping?

    I am trying to view my FOSCAM cameras over the internet while away from home. They work fine in my house using Wi-Fi. Instructions say to do port forwarding. I have cameras set up, but can't get my router to port forward. I found "Port Forwarding" in Airport Utlility then NETWORK. 'Router mode: DHCP and NAT';on 'Port Settings I click on the "+" at the bottom. 'Private IP Address: populates to 10.0.1.201'. What goes in the other blocks?

    Please check out the following AirPort User Tip for details on how to configure Port Mapping on the AirPort routers. I would suggest that you check your FOSCAM documentation as to what TCP and/or UDP ports are required to access their IP cameras from a remote location.

  • How to get OIDs of indexes for class-map ?

    I have policy-map configured on cisco router with some class-maps inside. I need to draw a graph traffic passing through these classes. To make a graphs I use Cacti  which use SNMP query to draw the graphs (object name cbQosObjectsIndex).
    How to get OIDs of class-map indexes ?
    I tried to do this by following query:
    #snmpwalk -c community_string -v 2c 192.168.0.252 1.3.6.1.4.1.9.9.166.1.5.1.1.1
    but the answer was:
    iso.3.6.1.4.1.9.9.166.1.5.1.1.1 = No Such Object available on this agent at this OID
    The information i need is contained at the OID 1.3.6.1.4.1.9.9.166.1.15.1.1.7:
    # snmpwalk -c community_string -v 2c 192.168.0.252 1.3.6.1.4.1.9.9.166.1.15.1.1.7
    iso.3.6.1.4.1.9.9.166.1.15.1.1.7.1251.1277 = Gauge32: 0
    iso.3.6.1.4.1.9.9.166.1.15.1.1.7.1251.13363 = Gauge32: 0
    iso.3.6.1.4.1.9.9.166.1.15.1.1.7.1251.13383 = Gauge32: 0
    iso.3.6.1.4.1.9.9.166.1.15.1.1.7.1251.13435 = Gauge32: 734000
    iso.3.6.1.4.1.9.9.166.1.15.1.1.7.1251.13481 = Gauge32: 233000

    Because 192.168.0.252 1.3.6.1.4.1.9.9.166.1.5.1.1.1 is marked "non-accessible" according to http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=cbQosObjectsIndex
    You'll need to obtain the indices as explained in this blog post:
    http://pierky.wordpress.com/2009/04/09/cisco-class-based-qos-snmp-mib-and-statistics-monitor-for-nms/
    Joe wrote a very illustrative post on the subject of snmptables: https://supportforums.cisco.com/message/3051004#3051004
    And if your IOS supports it, you would want to configure the following to keep the indices from changing after every reboot or OIR:
    "snmp mib persist cbqos"

  • How to install and configure "SAP MAPI Service Provider" in 470(basis 620)?

    Hi everyone,
    Requse:
    Send E-mail from SAP and Recive E-mail from MS outlook2003.
    My question:
    How to install and configure "SAP MAPI Service Provider" in 470(basis 620)?
    For example:
    Which setting need to do in R/3 server?
    Which parameters need to select when install 620gui?
    Which setting need to mark in MS outlook2003?
    Thanks and Regards,
    Colin.

    Hi Colin,
    For SAP MAPI read,
    http://help.sap.com/saphelp_46c/helpdata/en/04/81dd4ebf2811d2897f0000e8216438/frameset.htm
    For Sending mail from SAP,
    http://help.sap.com/saphelp_46c/helpdata/en/55/a8b538891b11d2a25a00a0c943858e/frameset.htm
    For Receiving mails read,
    http://help.sap.com/saphelp_nw04/helpdata/en/af/73563c1e734f0fe10000000a114084/frameset.htm
    <b>Which parameters need to select when install 620gui?</b>
    Don't get this question...
    <b>Which setting need to mark in MS outlook2003?</b>
    None
    Regards
    Juan
    Please reward with points if helpful

  • How to get maximal value from the data/class for show in Map legend

    I make WAD report that using Map Web Item.
    I devide to four (4) classes for legend (Generate_Breaks).
    I want to change default value for the class by javascript and for this,
    I need to get maximal value from the class.
    How to get maximal value from the data/class.
    please give me solution for my problem.
    Many Thx
    Eddy Utomo

    use this to get the following End_date
    <?following-sibling::../END_DATE?>
    Try this
    <?for-each:/ROOT/ROW?>
    ==================
    Current StartDate <?START_DATE?>
    Current End Date <?END_DATE?>
    Next Start Date <?following-sibling::ROW/END_DATE?>
    Previous End Date <?preceding-sibling::ROW[1]/END_DATE?>
    ================
    <?end for-each?>
    o/p
    ==================
    Current StartDate 01-01-1980
    Current End Date 01-01-1988
    Next Start Date 01-01-1990
    Previous End Date
    ================
    ==================
    Current StartDate 01-01-1988
    Current End Date 01-01-1990
    Next Start Date 01-01-2005
    Previous End Date 01-01-1988
    ================
    ==================
    Current StartDate 01-01-2000
    Current End Date 01-01-2005
    Next Start Date
    Previous End Date 01

  • How to get audit id in coder template mapping

    Hello everybody,
    i am new in this Forum and new to the Oracle Warehouse Builder. I am Student and currently working on a approach of error handling by ETL processes.
    To my question:
    I am using a Code Template Mapping to load data in my target tables. In my target table i want to have a column which contains the Execution_Audit_Id of the current Code Template run. Can anyone tell me how i get this Audit ID in a Code Template Mapping? That would be great!
    OWB Version 11.2
    Regards,
    Jens

    Hi,
    You would need to create a parameter in your report called userloginid select the paramter data type to match that of the datatype this value is stored as in the table.
    then the correct syntax would be select * from table1 where userloginid=:userloginid
    Hope this helps,
    Domnic

  • How to get the number of decimal places configured for a site column

    Hi,
    I have a column 'SampleNumCol' of type Number, the number of decimal places to be displayed is configured as 2.
    The column conatins a value, but when retrieved programatically is displayed as 5.00000000  instead of 5.00.
    I am retrieving this column using listitem.Properties[field.InternalName].
    I need to trim the decimals based on  number of decimal places configured for the site column.
    How to get the number of decimal places configured for a site column?
    Thanks in advance,
    dhijit

    Get the field as SPFieldNumber and then check DisplayFormat which returns
    SPNumberFormatTypes
    SPFieldNumber numberField = list.Fields.GetFieldByInternalName("YourNumberFieldName") as SPFieldNumber;
    SPNumberFormatTypes numFormatType = numberField.DisplayFormat;

Maybe you are looking for