What is context objects and how we can use it Receiver Determination

hi,
i have situation here a idoc is triggered into the xi and i need to use the conditions in the receiverdetermination in that condition i need to use  context object how i can use it? and what is the difference it makes and why i need to use it?
thanks in advance
Amaresh

HI,
Context objects are alternative to XPATH expressions. It is like macros in other programming langugage. If you define this , you can use this object in the receiver determination while doing conditional receiver determination
For more-
http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/content.htm
/people/prasadbabu.nemalikanti3/blog/2006/09/20/receiver-determination-based-on-the-payload-of-input-dataextended-xpathcontext-object
Regards,
Moorthy

Similar Messages

  • What is time machine and how i can use it

    what is time machine and how i can use it ?

    Hope you may find these articles helpful.
    https://www.apple.com/support/timemachine/
    http://support.apple.com/kb/HT1427
    http://en.wikipedia.org/wiki/Time_Machine_(OS_X)
    Best.

  • What is authorization object and how to create it for a table

    Hi All,
    What is authorization object and how to create it for a table?
    Thanks

    Hi
    Authorization
    For authorization checks, there are many ways of linking authorization objects with user actions in an SAP system. The following discusses three possibilities in the context of ABAP programming.
    Authorization Check for Transactions
    You can directly link authorization objects with transaction codes. You can enter values for the fields of an authorization object in the transaction maintenance. Before the transaction is executed, the system compares these values with the values in the user master record and only starts the transaction if the appropriate authorization exists.
    Authorization Check for ABAP Programs
    For ABAP programs, the two objects S_DEVELOP (program development and program execution) and S_PROGRAM (program maintenance) exist. They contains a field P_GROUP that is connected with the program attribute authorization group. Thus, you can assign users program-specific authorizations for individual ABAP programs.
    Authorization Check in ABAP Programs
    A more sophisticated, user-programmed authorization check is possible using the Authority-Check statement. It allows you to check the entries in the user master record for specific authorization objects against any other values. Therefore, if a transaction or program is not sufficiently protected or not every user that is authorized to use the program can also execute all the actions, this statement must be used.
    AUTHORITY-CHECK OBJECT object
                            ID name1 FIELD f1
                            ID name2 FIELD f2
                            ID namen FIELD fn.
    object is the name of an authorization object. With name1, name2 ... , and so on, you must list all fields of the authorization object object. With  f1, f2 ... , and so on, you must specify the values that the system is to check against the entries in the relevant authorization of the user master record. The AUTHORITY-CHECK statement searches for the specified object in the user profile and checks the useru2019s authorizations for all values of f1, f2 ... . You can avoid checking a field name1, name2 ... by replacing FIELD f1  FIELD f2 with DUMMY.
    After the FIELD addition, you can only specify an elementary field, not a selection table. However, there are function modules available that execute the AUTHORITY-CHECK statement for all values of selection tables. The AUTHORITY-CHECK statement is supported by a statement pattern.
    Only if the user has all authorizations, is the return value sy-subrc of the AUTHORITY-CHECK statement set to 0. The most important return values are:
    ·        0: The user has an authorization for all specified values.
    ·        4: The user does not have the authorization.
    ·        8: The number of specified fields is incorrect.
    ·        12: The specified authorization object does not exist.
    A list of all possible return values is available in the ABAP keyword documentation. The content of sy-subrc has to be closely examined to ascertain the result of the authorization check and react accordingly.
    REPORT demo_authorithy_check.
    PARAMETERS pa_carr LIKE sflight-carrid.
    DATA wa_flights LIKE demo_focc.
    AT SELECTION-SCREEN.
      AUTHORITY-CHECK OBJECT 'S_CARRID'
                      ID 'CARRID' FIELD pa_carr
                      ID 'ACTVT' FIELD '03'.
      IF sy-subrc = 4.
        MESSAGE e045(sabapdocu) WITH pa_carr.
      ELSEIF sy-subrc <> 0.
        MESSAGE e184(sabapdocu) WITH text-010.
      ENDIF.
    START-OF-SELECTION.
      SELECT  carrid connid fldate seatsmax seatsocc
        FROM  sflight
        INTO  CORRESPONDING FIELDS OF wa_flights
        WHERE carrid = pa_carr.
        WRITE: / wa_flights-carrid,
                 wa_flights-connid,
                 wa_flights-fldate,
                 wa_flights-seatsmax,
                 wa_flights-seatsocc.
      ENDSELECT.
    Regards
    Hitesh

  • An error occurs that firmware file is corrupt while updating my iphone4 software.what does it mean and how it can be minimized.? plz help

    an error occurs that firmware file is corrupt while updating my iphone4 software.what does it mean and how it can be minimized.? plz help

    https://discussions.apple.com/message/6028012#6028012
    https://discussions.apple.com/message/7909876#7909876

  • Iphone6 doesn't play music (have tried obvious things like volume etc and plugged in headphones, connected to a speaker via bluetooth, and tried to play from the inbuilt speaker). Does anyone know what the problem is and how it can be resolved?

    Iphone6 doesn't play music (have tried obvious things like volume etc and plugged in headphones, connected to a speaker via bluetooth, and tried to play from the inbuilt speaker). Does anyone know what the problem is and how it can be resolved?

    You can't buy the part from Creative as a spare.
    I'm not sure how compatible other parts might be, but that would be a question for someone who really knows a lot about this area of electronics.
    The Creative repair for this is likely to be expensi've, but the problem is most likely a broken solder connection than an actual new headphone socket. So if you know someone experienced in surface mount soldering you could probably get it repaired just with this.

  • Hi I am using iphone 4, since last few days i am facing problem in touch screen at times it doesn't work at all for 5-10 mins and then it works out itself. Can anyone pls suggest what the problem is and how it can be sorted out?

    Hi I am using iphone 4, since last few days i am facing problem in touch screen at times it doesn’t work at all for 5-10 mins and then it works out itself. Can anyone pls suggest what the problem is and how it can be sorted out?

    Did you recently updated to 7.0.4? Even for me same also issues.

  • What is the usage of Request Variable ? and how we can use it ?

    Hi All,
    What is the usage of Request Variable ? and how we can use it ?
    Thanks in advance

    Hi,
    A Request variable is the same as a Session variable:
    http://download.oracle.com/docs/cd/E12096_01/books/admintool/admintool_Variables4.html
    Cheers,
    Daan Bakboord
    Scamander Solutions

  • What are muse templates and how do i use them?

    what are muse templates and how do i use them?

    thank you for the information. the reason i am asking is that i am having a problem with a website i am building in muse, specifically the functionality of my accordion menu. the accordion menu is on the left side of the page with a couple of elements directly beneath it. i would like the elements directly below the accordion menu to be pushed down when the menu is opened, however the menu is pushing everything on the page that is below down when it is opened. i have attached images to illustrate what i am talking about. is there any way that i can have the accordion menu push down just the elements directly below down and ignore all of the other elements on the page?

  • What is the cloud and how do i use it

    what is the cloud and how do i use it

    This link is a little old, but this helps explain it:
    http://www.ihelpboard.com/2012/01/what-is-icloud/

  • What is Speech Recognition and how do you use it?

    Hello, people. I was on my System Preferences and just out of curiosity, I clicked on Speech. Then there was a tab on the right called Speech Recognition. What is Speech Recognition and how do you use it?

    When you turn it on the default should be listen only when ESC key is pressed. Hold the ESC key and say, in your normal voice, "show me what to say".
    For fun.. say "tell me a joke"
    Mac OS X 10.6 Help: About speech recognition
    About speech recognitionhttp://docs.info.apple.com/article.html?path=Mac/10.6/en/8355.html
    Mac OS X 10.6 Help: Speech Recognition Commands preferences
    Speech Recognition Commands preferenceshttp://docs.info.apple.com/article.html?path=Mac/10.6/en/8407.html
    Mac OS X 10.6 Help: Speech Recognition Settings preferences
    Speech Recognition Settings preferenceshttp://docs.info.apple.com/article.html?path=Mac/10.6/en/8408.html
    Mac OS X 10.6 Help: Calibrating speech recognition to your environment
    Calibrating speech recognition to your environmenthttp://docs.info.apple.com/article.html?path=Mac/10.6/en/8406.html
    Mac OS X 10.6 Help: If the Speech Recognition pane is empty
    If the Speech Recognition pane is emptyhttp://docs.info.apple.com/article.html?path=Mac/10.6/en/8907.html

  • I can't download ikea home planner ? and how i can use it?

    i can't download ikea home planner ? and how i can use it?

    Care to share which OS system you are using?
    Do you meet the planner's system requirements? 

  • What is matchcode objects and how can we create tthem

    hai to all.
         what is matchcode objects .
         and how can we create matchcode objects
         and how will it works

    Hi
    In which version of SAP are you working?
    Matchcodes are replaced by SEARCH HELPs in latest versions
    see the doc
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11 Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=2176485
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=3601619
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_exit.htm
    https://forums.sdn.sap.com/click.jspa?searchID=4390517&messageID=1712818
    Collective search help Combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    A Collective search help provides alternative search
    Paths by combining elementary search helps.
    Only one search help can be attached to a field, table or data element. Several search paths are therefore attached with a collective search help.
    A collective search help also has interface parameters like
    an elementary search help.
    Like an elementary search help, a collective search help has an interface of IMPORT and EXPORT parameters with which the search help exchanges data. Using this interface, the collective search help can be attached to fields, tables and data elements exactly like an elementary search help.
    Parameter assignment needs to be done for each of the
    Included search helps.
    When you define a collective search help, there are no components for describing the dialog behavior and data selection; instead the included search helps are listed here. You must assign the parameters of the collective search help to the interface parameters of the included search help for each inclusion.
    User may choose the tab and thus the elementary
    search maethod.
    When we execute the search help SCUSTOM, we are confronted with a dialog which gives us an option of either restricting
    By 1)Search for customer according to booking
    2)Search for customer according to name.
    These are effectively the elementary search helps (SCUSTOM_BOOK and SCUSTOM_NAME) which have been included in the collective search help SCUSTOM.
    HOT KEY
    The hot key is used to select the elementary search help from the collective search help and to enter the restrictions in the dialog box for restricting values directly from the entry field. If the user often searches for values using the same search help, this procedure can save time.
    Steps to create a Collective Search Help
    1)Enter the search help name and click on create.
    2)Choose Collective search help radio button option as the search help type.
    3)Enter the search help parameters.
    4)Instead of the selection method, we enter the included
    search helps for the collective search help.
    5)We need to assign parameters for each of the included
    search helps.
    6)Complete the parameter assignment by clicking on the push button
    7)Collective search help offers the user to obtain F4 help
    using any of the included search helps.

  • What is this error and how i can solve this?

    I got this error in my alertlog.
    ORA-000060: Deadlock detected. More info in file D:\oracle\admin\TEMPDB\udump\ORA06816.TRC.
    why this error occur and how i can solve this.

    Hi,
    Here is the cause and action information about ORA-000060 error
    Cause: Your session and another session are waiting for a resource locked by the other. This condition is known as a deadlock. To resolve the deadlock, one or more statements were rolled back for the other session to continue work.
    Action: Either:
    Enter a ROLLBACK statement and re-execute all statements since the last commit or
    Wait until the lock is released, possibly a few minutes, and then re-execute the rolled back statements.
    For more information on any error code refer to the Oracle Error Messages Documentation.
    Hope this helps.
    Sujatha.

  • What is facetime? And how do you use it?

    What is facetime and how do you use it?

    rblue80 wrote:
    What is facetime and how do you use it?
    What is Google and how do you use it?

  • What is kernel time and how I can troubleshooting kernel time

    Hello All,
    I am investigating what the kernel is doing on my server, you can see kernel time in CPU chart in below screenshot, it uses 90% of the active CPU usage, then I use Process Hacker to display all processes' user CPU Time and kernel Time, save them in excel
    and sum up their values, guess what, User CPU time is 69%-75% of the active CPU usage.
    Does anyone has any ideas regarding kernel time? how I can debug/troubleshooting who is using kernel time correctly?
    Thanks,

    The kernel is that part of the operating system that acts on behalf of all the applications and services running on the system.  The kernel is the only part that of the operating system that has access to the physical resources of the computer. 
    Access to the kernel is handled through very specific, highly privileged, API calls.
    The most common culprit of run-away kernel time is a poorly written device driver.  Another could be a failing hardware device that is causing a flood of hardware interrupts - hardware interrupts are handled only by the kernel.
    In a system that is not really running any applications, the kernel continues to perform its functions, which includes all sorts of 'house-keeping' tasks to ensure the system is running correctly.  Therefore, if no user processes are running, kernel
    time will be a higher percentage of overall usage.  But as the number of user processes kick in, you will see the percentage of kernel versus user time go down.
    Lastly, if you have to ask what kernel time is, you are most likely not the person to 'debug' it.  There are very few people who work in kernel development and troubleshooting.
    . : | : . : | : . tim

Maybe you are looking for

  • How do I clean up/archive the "other" files on my startup disk?

    I've recently gone through my computer, archived my old files and moved most of my media files on to an external drive. I've installed Onyx to clean up log files etc, but I can't seem to find where (or what) the "other" files are. About this Mac is t

  • Problems referencing a primary key field in a master-detail

    Hello, I am making an application where I have a master-detail page. In the detail section it is possible to add new rows using the standard "Add row"-button that the wizard creates. The detail section has a column with a link in it. This link leads

  • Sales Employee

    Dear All, What is 'Sales employee'? What is the concept behind that? And where we use it? regards, buddhika Edited by: BUdayanga on Jul 6, 2011 8:19 AM

  • InfoPath forms on O365 SharePoint save fine but vanish when submitted.

    Hey there, I'm a bit stuck on a problem I'm having with InfoPath and Office 365 SharePoint Online that I'm hoping someone might have some insight on. I have a InfoPath 2013 form that is setup to be run on and submit to a SharePoint Form Library as pa

  • "lib/libfreebl3.so: version `NSSRAWHASH_3.12.3' not found"!!

    I'm trying to setup Sun Java System Web Server7.0 on the fedora11. And then I have a problem with "configuration failed". I get the error massage: **Apr 25, 2011 7:33:38 PM com.sun.web.admin.configurator.ConfigureServer main** **WARNING: /sun/webserv