How to decide target depending upon payload

I am doing file to file scenario without BPM. In that depending upon source payload I want to send data to target.
For eg: If source= 1 it shd go to receiver1 folder
           If source= 2 it shd go to receiver2 folder
Here both folders are on same target.So my target business system is same.
Can anybody suggest?
-Gouri

HI Gouri,
Conditinal routing not very big deal...
you can use standard or enhanced receiver determination..
but in you case why are using conditional receiver determination..because in anyway your receiver business system is same in both cases..
what exactly is required is that you should be able to decide based on the source data which folder should the target file be written..
so in your case there will be no conditional routing.. only one is required...
one file adapter is required...
but in file receiver adapter you have to user variable substitution... go to Advanced Tab and check the variable substitution...
in File directory/File schema give appropiate field syntax..
there is a blog on variable substitution ' Dynamic File Name using XI 3.0 SP12 Part - I'
Jayakrishnan Nair
just go through it...

Similar Messages

  • How to decide target related to data source

    Hi Friends,
                    How can i decide data target(ODS/CUBE) related to Data Source.

    Hi Vishali,
    It depends on the type of data load and volume of data.
    If it is full upload with small volume of data, you can directly load cube.
    if it is full upload with large volume of data, then you can load a DSO and then load delta to the cube.
    If you have delta load which supplies only the after image, then you have to load that into DSO before loading delta to the cube.
    If your delta load supplies before and after image then you may or may not keep a DSO in between.
    What is your scenario?
    Thanks,
    Krishnan

  • How to display data depend upon ListBox value?

    Hi Experts and Particularly Hema,
    As I asked before how to display data in the ListBox, I got an very good response from you all(particularly Hema) .
    Now what my doubt is asked with sample scenario below:
    In Screen Painter -
    Two fields namely : One List Box and other is I/O used only for displaying purpose i.e., only for output, not for input purpose.
    List Box is filled by primary key field(C1) value from one table(T1) when the screen load.(i.e., such code is written in PBO).
    Now what I need is :
    If the user select any one value in the List Box then it automatically display the corresponding C2 value from T1 in the I/O field.
    I think you may all understand what I am trying to ask.Please let me know the solution.
    Thanks in advance,
    Regards,
    Raghu

    Simply attached a function code for the listbox... when the user changes the value, you will be able to pick this up in the PAI and loop back to the PBO and redisplay the corresponding output field.
    Jonathan

  • How to create  some columns dynamically in the report designer depending upon the input selection

    Post Author: ekta
    CA Forum: Crystal Reports
    how  to create  some columns dynamically in the report designer depending upon the input selection 
    how  export  this dynamic  report in (pdf , xls,doc and rtf format)
    report format is as below:
    Element Codes
    1
    16
    14
    11
    19
    10
    2
    3
    Employee nos.
    Employee Name
    Normal
    RDO
    WC
    Breveavement
    LWOP
    Sick
    Carers leave
    AL
    O/T 1.5
    O/T 2.0
    Total Hours
    000004
    PHAN , Hanh Huynh
    68.40
    7.60
    76.00
    000010
    I , Jungue
    68.40
    7.60
    2.00
    5.00
    76.00
    000022
    GARFINKEL , Hersch
    66.30
    7.60
    2.10
    76.00
    In the above report first column and the last columns are fixed and the other columns are dynamic depending upon the input selection:
    if input selection is Normal and RDO then only 2 columns w'd be created and the other 2 fixed columns.
    Can anybody help me how do I design such report....
    Thanks

    Hi Developer life,
    According to your description that you want to dynamically increase and decrease the numbers of the columns in the table, right?
    As Jason A Long mentioned that we can use the matrix to do this and put the year field in the column group, amount fields(Numric  values) in the details,  add  an filter to filter the data base on this column group, but if
    the data in the DB not suitable to add to the matrix directly, you can use the unpivot function to turn the column name of year to a single row and then you can add it in the column group.
    If there are too many columns in the column group, it will fit the page size automatically and display the extra columns in the next page.
    Similar threads with details steps for your reference:
    https://social.technet.microsoft.com/Forums/en-US/339965a1-8cca-41d8-83ef-c2548050799a/ssrs-dataset-column-metadata-dynamic-update?forum=sqlreportings 
    If your still have any problem, please try to provide us more details information, such as the data structure in the DB and the table structure you are currently designing.
    Any question, please feel free to let me know.
    Best Regards
    Vicky Liu

  • How to change the image dynamically depend upon the input parameter

    Hi All
    I have one report running depend upon the Organization specific, I have 15 operating unit and 15 different logo for each operating unit.
    How to change the Logo dynamically depend upon the input passed by the user.
    If I have three or four logo i can add in my layout using if else statement and its works fine but i have more that 10 logos so its no possible to keep these in My RTF Template.
    Is it possible to change the logo according to the input without keeping this in Template.
    I have seen this link but its not working fine
    http://erpschools.com/articles/display-and-change-images-dynamically-in-xml-publisher
    Regards
    Srikkanth.M

    Hi,
    I have not completed fully,so sorry i cant able to share the files, could you please give me some tips and steps to do.
    Without having the logo in RTF if it possible to bring the logo depends on the user input (Ie Operating unit).
    Regards
    Srikkanth

  • How to make default Currency  depending upon plant in table entries

    Hi,,
    How to make default Currency  depending upon plant in table entries?
    I am making entries in SM30.
    I have the following fields in z table.
    plaant , material,month.year,PFvalue,Currency.
    Can  some body throw light for this issue,please?\
    I am familiar  with modification-events.
    With Regards,
    Jaheer

    Hi,
      In PBO, within a LOOP, table control is filled via a Structure/Work Area.
      In that module, code as follows,
    LOOP AT SCREEN.
        IF WA-FIELD1 = C_1 AND SCREEN-GROUP1 = C_G1.
          SCREEN-INPUT = 0.
          MODIFY SCREEN.
        ENDIF.
    ENDLOOP.
      Here, WA is a strcture & FIELD1 is its field, like that...
      I already did this.
      Check it out & Reply.
    Yours,
    R.Nagarajan
    We can

  • How to fill up the Flex ProgressBar control ,depending upon the Controls Seelcted inside the MXML

    Hi ,
    Please , let me know  How to fill up the Flex ProgressBar control ,depending upon the Controls Seelcted inside the MXML 
    Lets say I have five text boxes and a dropdown box in my flex application, how can I make the progress bar fill up when there is text in each box, and the dropdown selected. 
    Please help
    Thanks in advance .

    Hi Kiran,
    You can do something like below to implement the functionlaity you needed...
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="top"
        horizontalAlign="center" backgroundGradientColors="[0x000000,0x323232]" paddingTop="0" viewSourceURL="srcview/index.html">
        <mx:Script>
            <![CDATA[
              private var j:uint=0;
              // Event handler function to set the value of the
              // ProgressBar control.
              private function runit():void
                  if(j<=100)
                    j+=10;
                     bar.setProgress(j,100);
                     bar.label= "CurrentProgress" + " " + j + "%";
                  if(j>100)
                     j=0;
                     check1.selected=false;
                     bar.setProgress(j,100);
                     bar.label= "CurrentProgress" + " " + j + "%";
              private function checkFunction():void
               if(!check1.selected)
                 if(j<=100)
                    j-=10;
                     bar.setProgress(j,100);
                     bar.label= "CurrentProgress" + " " + j + "%";                
                  if(j>100)
                     j=0;
                     check1.selected=false;
                     bar.setProgress(j,100);
                     bar.label= "CurrentProgress" + " " + j + "%";
                else
               runit();
            ]]>   
        </mx:Script>
        <mx:Panel title="ProgressBar Control" layout="vertical" color="0xffffff" borderAlpha="0.15"
             paddingTop="10" paddingRight="10" paddingBottom="10" paddingLeft="10" horizontalAlign="center">
             <mx:Label width="100%" color="0x323232"
                text="Click the button to increment the progress bar." />
                <mx:HBox>
              <mx:CheckBox id="check1" label="Check Me" color="#123456" click="checkFunction();"/> 
            <mx:Button id="Speed" label="Click" click="runit();" color="0x323232"/>
              </mx:HBox>
            <mx:ProgressBar id="bar" labelPlacement="bottom" themeColor="#EE1122" minimum="0" visible="true" maximum="100"
                 color="0x323232"    label="CurrentProgress 0%" direction="right" mode="manual" width="100%"/>
        </mx:Panel>
    </mx:Application>
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari

  • How to display the column dyanmically depending upon input

    I am doing a alv report of tax breaks in which i had 6 columns to be displayed as static and rest of ( vat tax )columns should be dynamic .
    if i enter a p.o.document no then if that p.o has taxes
    excise and excess then  they should be displayed and vat field contain 0 or nodata then it should not be in output .pls let me know .

    Farukh Quadri
       In the program, check if the PO has the EXCISE and EXCESS details. If yes, then make the FLAG = ' ' .
    If the PO doesnot have EXCISE and EXCESS  details then make FLAG = 'X'.
    While biulding the Field Catalog,  make that COLUMNS INVISIBLE depending upon the FLAG value
    loop at locFieldCatalog.
          case locFieldCatalog-fieldname.
            when 'WERKS'.
                locFieldCatalog-emphasize  = 'X'.
                locFieldCatalog-col_pos    = 1.
                modify locFieldCatalog.
            when 'MATNR'.
                locFieldCatalog-emphasize  = 'X'.
                locFieldCatalog-col_pos    = 2.
                modify locFieldCatalog.
    <b>        when 'EXCESS'.
              if FLAG = 'X'.
                 locFieldCatalog-no_out = 'X'.
                 modify locFieldCatalog.
              endif.</b>
      endcase.
    Please close your previous postings
    Thanks
    Kam

  • How to call  the country specific application depending upon Pers area

    We are using ess / mss on  EP 7  and back end is ECC 6.0    .
    Our requirement is
    Though in R/3 for all employees country grouping maintained for all employees is 40 (India), As per project requirement we need to pull country specific screens for employee in portal  depending upon  the personnel area of logged in employee..
    We need to pull the respective countries page based on the personal area of employee.
    for e.g
    If employee belong to per area   A   then he should get the  US specific  Adddress  application
    If employee belong to per area   B  then he should get the  India  specific  Adddress  application
    If employee belong to per area   C then he should get the  IGermany specific  Adddress  application  etc
    Is there any  configuration / way to achieve this functionality on portal
    Reagrds
    Rajendra

    Hi Rajendra,
    There is something called Internationalization of WebDynpro Iview. Refer this concept. When you will implement and import those packages in program at that time either languages will change automatically location based or u can put if() condition to make the things workable. But more important things will start supporting your IViews.
    Best Regards,
    Roshan

  • How to decide the size of MTU when writing an interface ?

    I have very little knowledge about network interface. But I want to write a network interface. But I am not getting how the MTU for an interface is decided depending upon the network physical capabilities. Like :
    localhost has 1500 bytes
    But this size is not enough for high-speed networks which exist now a days. I am not getting how this size of MTU is actually affecting the network. And how we can find the optimal MTU for any network.

    This depends on what exactly do you mean by 'network interface'? Firmware for an NIC? a device driver for an NIC? Or you you mean an application API? And if so, for UDP or TCP?
    If UDP, all you need to know is that the practical limit on a datagram that has to go through routers is 534 bytes.
    If TCP, you don't have to worry about MTU in the slightest.

  • PXI 4065 - resistance depends upon range

    Hello!
    I am using a PXI 4065 DMM to measure 2-wire resistance through the soft front panel. The strange thing is that when I measure the resistance, it depends upon the range! For Instance, if I set the range to 10M, I read 0.9M, if I set the range to 1M, I read 0.15M, if I set it to 100k, I read 93k. How do I know which is correct? Autorange gives me 1.5M and a fluke 40Mohm dmm gives me an open.
    Also when I use labview to collect the resistance data, and I set the range to auto, it does not give the same value as when I measure with the soft front panel or a fluke DMM.  In fact the fluke DMM and the PXI often differ by an order of magnitude or more.
    How do I use the PXI DMM to read the correct resistance value?
    Thank you,
    Joe

    Joe,
    This is not uncommon with many ohmmeters.  If you look at the specifications for the 4065, you will see that the test current changes with range. 10 M => 500 nA, 1 M => 5 uA, 100 k => 10 uA. (20:1 range of current)  If the device you are measuring has any non-linearity or energy storage, the reading may be different on each range.
    Probably ALL of the measurements are within the accuracy specification of the meter (~100 to 500 ppm of reading).  You are just measuring something different on each range.
    To decide what is the "correct" reading, you need to carefully define the measurement conditions. In particular the applied voltage or current at which the measurement is made.  If the device being measured has energy storage or non-linearity, you must also specify the history of applied voltage or current over time to accurately define the measurement.
    Lynn

  • How to decide whether to use a cube or dso?

    Hi,
    If any requirment is given ,Based on what conditions we decide which  data target(i.e a cube or dso) to be used ?
    As of my knowledge,
    1) DSO has the property of Over write option and cube have additive property.
    2) DSO  can have delta records and cube  can not have.
    Do we need consider these also?while we decide to load?
    help me how to decide the data target for a particular requirment
    Regards
    Naresh.

    Hi,
    If you have to report on a data target, you should always use Cube (give us better performance).
    For intermediate storage, we use DSO.
    Another thing is that DSO can also be used in additive mode. Regarding Delta, cube can have delta loads and can also provide delta to another target.
    Regards,
    Gaurav

  • How to decide between OWB and ODI?

    Having to decide whether to choose Oracle Data Integrator or Oracle Warehouse Builder like tool for creating a dataware house and loading data into it, what should I choose and why?
    I'm an old pl/sql developer but new on datawarehousing (I've been dealing with it for few months) and I'd like to undestand what fits better for me. It seems to me that OWB and ODI look not very different to each other, don't they?
    My Oracle vers. is 10gR2
    Thanks!

    Mark1970 wrote:
    Having to decide whether to choose Oracle Data Integrator or Oracle Warehouse Builder like tool for creating a dataware house and loading data into it, what should I choose and why?
    I'm an old pl/sql developer but new on datawarehousing (I've been dealing with it for few months) and I'd like to undestand what fits better for me. It seems to me that OWB and ODI look not very different to each other, don't they?
    My Oracle vers. is 10gR2
    Thanks!Oracle corporation's statement of direction says ODI is their strategic ETL tool and if you and investing into Oracle ETl for the 1st time then it is better to invest in ODI .
    OWB will be supported and finally OWB and ODI will get merged into a single tool.
    For a pl/sql guy like you , the code generated by OWB is easy to understand as OWB mainly generates pl/sql code ( apart from sql loader and sap abap code ) . But that should not deter you to use ODI as ODI generates mainly SQL code (plus sove native code depending upon the technology used and KM) .

  • Different G/L a/c depending upon source country

    Dear All
    When i procure the same material from different country, i expect the system to post to different GL a/c depending upon the country. How to configure this in SAP?
    Kindly share your experiance..
    Thanks and Regards

    Hi
    Try using split valuation - creating country as valuation type. Create a valuation category and assign it to material. When there is procurement for material then specify valution type in purchase order. You can see GL account wise procurement (from that country). Check split valution customization in the forum.
    Thanks

  • Interface through XI or P2P - How to decide?

    We are in the process of implementing XI for a client.
    The client currently has about 600 point to point interfaces connecting more than 200 applications to SAP (and to each other).
    We are in the process of routing these point-to-point interfaces through XI.
    My concern is:
    Is there a strategy or guideline to decide which of the existing interfaces should be moved through XI and which of these should continue as point-to-point?
    I need inputs from the technical angle as well as the business perspective.
    In case I need to pose this question in a business forum too...comments on this will be welcome.
    Thanks in advance,
    Prasad Kamath

    Hey Prasad,
    To address few of the  queries,
    Firstly with cost.
    In this case as there are more number of legacy applicaiton and i would assume there is huge amount data being transfered btw legacy and sap the cost involved including licesnse will be on the higher side.
    Time lines again depending upon the complexity varies.
    If the organization has already implemented sap and want to consolidate upon it in a long term then XI is the best way out. P2P might be the current solution but the complexity of managing such interfaces in a lng term tends to get tedious and higher on the maintenance as you don't have certralized monitoring of such interfaces.
    Most important is to have a understanding where sap currently sits in the organizaton in terms of strategy and commitment of the leadership in pushing the drive to leverage on it. At the end of the day now focus has moved from cost ot business benfits.
    You cannot avoid BPM in this case.
    The customer has some set SLAs which they intend to achieve with XI...for example an end-to-end JCO call takes less than 1 second in the current landscape.....whether we can achieve this from XI...
    Abt GRC i suppose the following links will give a insight
    www.cio-weblog.com/50226711/sap_goverernace_risk_mgmt_compliance_approach_understanding.php
    www.sap.com/belux/solutions/grc/pdf/Solutions_for_GRC_OV.pdf
    <b>Cheers,
    *RAJ*</b>

Maybe you are looking for

  • My iphone 5 is not connecting to wifi since the update to 8.1.1.

    already tried restarting, resseting network setting, and restoring the phone. when i'm having problem with the connection and i restart it, it will greyout the wifi. only re-appear if i resset network but wont solve the connections problems.the phone

  • Changing image prefix in Apex 4.1

    Hi guys, I installed APEX 4.1 with EPG on Oracle linux 6 and for some reason I want to change image prefix from */i/* to */i4/*. I browsed to apex/utilities and logged in sqlplus as sysdba and run the file: @reset_image_prefix.sql choosing */i4/* as

  • How to limit the number of audiostreams through usb ports.

    Limiting number of usb audio streams on multichannel sound card via audio midi utility. If i want to have fewer streams eating bandwidth, will muting channels in the utility achieve that?

  • Apple GameKits around my iPad 2 iPhoto

    I have "Apple GameKits" around my iPad's iPhoto app..I have never hooked it to a computer..anyone else seeing that one? I can see them on my "Data & Usage" crashes..I've delete iPhoto many times, but they show up again. I've checked out the Developme

  • LSMW - table controls

    Dear all, Could we upload data for table controls in LSMW? If yes please let me know how to go about it (if possible with an example plz) Thanks, Regards, Beeram