Get Sender Service Name during Mapping

Hi Guys! I would like to send the Sender Service Name to the Receiver System. Is it possible to get the Sender Service Name during Mapping ?
thanks
Julio

sender --> gets the name of the sender business system.
Test_Sender_System is output when you test the message mapping in the Integration Builder.
http://help.sap.com/saphelp_nw04/helpdata/en/2c/2d8c4024d26e1de10000000a1550b0/frameset.htm
or
in UDF
String headerField;
java.util.Map map = container.getTransformationParameters();
headerField = (String) map.get(
        StreamTransformationConstants.SENDER_SERVICE);
return headerField;

Similar Messages

  • Get sender service in abap proxy

    Hi,
    Is there a way to get Sender Service in abap proxy in a similar way as we can do in a mapping using StreamTransformationConstants.SENDER_SERVICE?
    Thanks,
    Pedro Leal

    Hi,
    In ABAP proxy the data will be available that is present in the Payload which is created after mapping.
    So to get data in abap proxy it should be available in payload.
    if it is not possible to creating a new target element then you can concatenate it in the existing some other element. Separate it in the ABAP proxy.

  • How to get the service name of a webservice using UDDI API

    Hi,
    Iam working on setting up a dynamic partner link in a BPEL, by passing the endpoint of a web service queried from the UDDI (Oracle Service Registry 10.3 ) using the API. Iam able to do it successfully.
    Now, for example I have two operations in my wsdl, one to createCustomer and the other to bookTicket. I need to get the operation name using UDDI API so that i can pass it along with the endpoint to the partner link. ie. When i need to createCustomer, my UDDI API code will need to get the service name createCustomer and the endpoint and I would pass them to the partnerlink and the createCustomer operation of my webservice would be called.
    Can any one help me to get the service names of the wsdl using UDDI APIs.
    Thanks,
    Ananth

    Hi sia,
    1. Table is APQI
    2. field name for session name is GROUPID
    regards,
    amit m.

  • How can I get Sender Display Name using Get-MessageTrackingLog?

    Hi, could you please help me. We have got a monitoring system at work which monitors some devices, so if something wrong happening with these devices email is sent from MASTER email (Customer Name <[email protected]>) to us. I'm trying to get a list
    of all emails of that monitoring mailbox using PoweShell command
    Get-MessageTrackingLog and export them to CSV file. In the end of the day I need CSV file with 3 columns: TimeStamp, MessageSubject and SenderDisplayName! Yes, I need Sender Display Name cause all emails are sent from one MASTER email
    (Customer Name <[email protected]>) and only difference between them is sender Display Name which is cexactly what I need.   
    This is the code I'm using:
    Get-MessageTrackingLog -EventId Receive | Select Timestamp, MessageSubject, Sender | Export-CSV C:\NagiosAlerts.csv
    –NoTypeInformation
    So how can I get sender Display Name(Customer Name) using Get-MessageTrackingLog insted of Sender email (<[email protected]>)? 

    The DisplayName is not recorded in the Logs only the EmailAddresses are so there Is nothing you can do with Message Tracking to get this the way you want. You need to look at another property may soureIP or include something in the Subject
    of the Email (eg a customerId in the Subject is a much better option) to give you some differentiation. Otherwise you need to access the Email directly from the Mailbox it was sent to and then extract the DisplayName from the message (or use a journaling
    on those emails etc)
    Cheers
    Glen

  • Get the service name using form 6i

    Dear Oracle Gurus
    Can anyone please tell me how can I get the connection service name using forms 6i.
    Fawad

    Let me explain in a bit detail.
    Lets suppose, using TNSNAMES.ORA, I created a service by the name DBServer
    similarly I have some other services in TNSNAMES.ORA and I may swith between these services
    Now I connect my forms using scott/tiger@dbserver
    I wish to get this service name i.e. 'dbserver' using the form 6i

  • Getting Weblogic service name

    Weblogic server can have multiple services in NT & W2K. Is there any
    way to get all the Weblogic service names ? Since the user can give
    any service name they want it I don't know how we can get the service
    names. I do see that all the service names are created in
    SYSTEM\CurrentControlSet\Services.

    Hi.
    Hmm. One way to address this would be to look at the service parameters
    in the registry. For example, the ImagePath parameter for the wls
    service is a fully qualified path name to the beasvc.exe executable.
    Under the Parameters folder there is a CmdLine parameter which is a
    string ending with 'weblogic.Server'. You could search the registry
    looking for 1 or both of these params - they will be consistent across
    all of your wls service instances. If you can find these params then you
    can grab the service name since it will be a wls instance.
    Hope this helps,
    Michael
    Saint wrote:
    Weblogic server can have multiple services in NT & W2K. Is there any
    way to get all the Weblogic service names ? Since the user can give
    any service name they want it I don't know how we can get the service
    names. I do see that all the service names are created in
    SYSTEM\CurrentControlSet\Services.--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • OSB: How to get proxy service name

    Hi all,
    Could anyone please tell me the way to get the proxy service name inside the message flow of OSB.
    Regards,
    Rakesh Ranjan.
    Edited by: Rakesh Ranjan on Oct 1, 2010 2:27 PM

    Inound context variable ($inbound) holds the value of service name and operation name being invoked. Use expression $inbound/@name to get service name and expression $inbound/ctx:service/ctx:operation/text() to get operation name being invoked.
    Remember that opeartion name will be there only for services which have operations (like a WSDL based service)
    Regards,
    Anuj

  • Get TCP Service Name Port Number

    The TCP Listen and TCP Create Listener VIs have an input terminal named 'Service Name', once a listener is created in the LabVIEW application is it possible to query which named service is running and on what port in an external application? The external application may or may not be developed in LabVIEW.
    The TCP Create Listener VI outputs the port number used, this is useful for information purposes but I can see no automatic method for an external application to get this information?
    The C++ function getservbyname does not return any information given the known, created and listening LabVIEW TCP listener.
    Solved!
    Go to Solution.

    From the LabVIEW help:
    service name creates a known reference for the port number. If you specify a service name, LabVIEW registers the service name and the port number with the NI Service Locator.
    NI Service Locator:
    http://digital.ni.com/public.nsf/allkb/227453F884CE035386256E55007A303D
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Getting all service names and users

    Hi all,
    Can i ger all service names in database and users related to that service names .
    Thanks in advance.

    Hi,
    I don't think that's possible in one query given the fact that you can connect to only one instance/database at a time...
    You could post this question also at the [Database-General|http://forums.oracle.com/forums/forum.jspa?forumID=61&start=0] forum, though...

  • Query to get the service name

    Hi There,
    I want to append the SERVICE name to my email subject sent using UTL_SMTP. I am running it within PL/SQL so that it can change based on the instance. I can do a V$instance, but that shows the sid and not the service name.
    Thanks

    sys_context is the function which gives you such info:
    SELECT sys_context('USERENV', 'SERVICE_NAME') FROM DUAL;Cheers,
    Manik.

  • How can I get the "Service Name" the user used to connect to the DB with

    My application has code that is dependent on the databases "Global Name" make application processing chooses. I want to switch that to the "Service Name" the the user connected to. I have looked at SYS_CONTEXT but I do not seem to see it their. Any ideas?

    Sky13 wrote:
    My application has code that is dependent on the databases "Global Name" make application processing chooses. I want to switch that to the "Service Name" the the user connected to. I have looked at SYS_CONTEXT but I do not seem to see it their. Any ideas?09:19:31 SQL> select * from global_name;
    GLOBAL_NAME
    V112
    09:19:39 SQL>

  • How can I get my services name programmatically?

    I have a servlet that includes a JApplet which needs to communicate with the servlet. In order to do so, I am trying to determine how to get the address of the servlet programmatically in my JApplet.
    I originally was going to put it in a properties file and read it during init(), but that was causing File Permission problems and I figured that there must be a way to get the name of the server from inside the program (though the ClassLoader, maybe?).
    I'm sure this is something simple, but I'm coming up empty with how to solve this. If anyone can help me, I would be greatly appreciative.

    Thanks.
    getCodeBase() is actually what I needed and I don't have to worry about updating the web page everytime it moves to a different server (which I don't forsee happening, but this will make it easier for other people to take over if I'm not here to modify the html).

  • How to query LDAP server and get DB Service names?

    Hi, before making a connection to an Oracle database, if i want to get list of Databases available,
    i could use OracleClientFactory (and CreateDataSourceEnumerator and GetDataSources) to get list of tnsnames from the local tnsnames.ora file
    Now, if i instead want to query the LDAP server with a given context and get the DB Service list,
    how can i do that using ODP.NET?
    I am using Visual Studio C# 2010 and ODP.NET 11.2
    Thanks,
    -srinivas yelamanchili

    The oracle client has an ldap.ora file, how can I use ODP.NET to read the ldap.ora file and get list of oracle instances available?
    Thanks,
    -sri

  • Install: can't resolve service name during db cache install

    Has anyone else had this problem? Any resolution or advice?

    Silly question.  You are doing that with root permissions, right?  (Sorry I have to ask)
    Have you fsck'd those partitions?  (I have not used Reiserfs since my Gentoo days, does one use fsck, or something else?)
    Any chance the kernel modules for those file systems are not loaded?

  • Fetching the business system name during graphical mapping

    Hi,
    After the receiver determination is done and in interface determination, while executing the interface mapping, i need the business system name for which the
    mapping is under progress. This i need during mapping.
    Also, i need the configuration scenario name during mapping.
    Is there any XI internal variable/system variables which hold these values so that using user defined function they can be accessed and used in graphical mapping ?
    In appreciate your input in this regard.
    Regards
    Ganesh

    Hi,
      For the configuration name you can map it with a constant and for the sender,receiver services and interfaces you nee to use the UDF as one mentioned below.
    Imports   com.racs.gpt.*;
    public String getMapValue(String a,String b,Container container)
    //String a denotes incoming data string |data1|data2|data3|...|dataN.
    //String b = lookupID.
    //container contains runtime parameters.
    AbstractTrace trace;
    String headerField;
    java.util.Map map;
    String  result;
    trace = container.getTrace();
    // get constant map
    map = container.getTransformationParameters();
    CrossReferenceAPI maprule1 = new CrossReferenceAPI();
    result  =   maprule1.getData(a,b,map);
    trace.addWarning("result = " + result);
    if (result.equals("$NULL$"))
    trace.addWarning("XREF Error.  Mapped data for " + a + " not found");
    ErrorHandler errHandler = new ErrorHandler();
    int lookupID = Integer.parseInt(b);
    errHandler.logSQLError(map, lookupID, a, "");
    result = "?";
    return result;
    Regards
    Madhu

Maybe you are looking for

  • WRT54GL Disconnecting and other issues

    Purchased this router after having problems with a netgear one. On trying it it worked ok for a small while and then started giving problems. It will not show in wireless network list randomly, then come back for no real apparant reason. It will not

  • Applications open for 3 seconds, and shut down automaticaly.

    I bought my iPod Touch 32Gb 3 days ago and already a problem comes up. When I start up my iPod everything looks fine, you can open App.Store, email, music, etyc. But when I try to open a game or tool that i downloaded, he opens it, and shuts it down

  • ONE STEP HELP

    I started to do a One Step From my DV Cam to DVD. I thought i had enough space on my HD but evidently that was not the case. I got a disk full message so i hit the stop button on iDVD. It did not stop so I had to Force Quit. iDVD seemed to have used

  • Write permission to folder without allowed sub-folder creation?

    Hi guys! I need to allow users to write files to some KM folder, but they shoud be not allowed to create any sub-folders.. How to achieve this? Thanx for answers! Points are guaranteed Peter

  • Cannot enable aero after turning on (and then off) battery stretch

    I have a T520 running Win7 x64. I turned on battery stretch in the power manager the other day, and after turning it off I cannot enable aero again. I've selected an aero theme, but windows does not turn on aero. A screenshot of my desktop settings i