FCC : receiver stucture changes using adapter

hi experts,
my target file structure is like this
NODE1
       comp_name
       Project_name
NODE2
      header
           one
           two
           three
But i want my output file with only NODE2, i dnt want to show him NODE1 details to my client, HOw can i do this in Configuration
can anyone helps me.
THX in Advance
JOHN

Hello John,
Refer To following Link
http://help.sap.com/saphelp_nw70/helpdata/EN/0b/9a50465ccf84479e39a6d50c90fb3f/frameset.htm
Thanks
Sunil  Singh

Similar Messages

  • Required Changes in FCC Paramenters for Sender File Adapter.

    Hi
    I am Doing File-File Scenario.I am using FCC in the Sender File Adapter. I have defined the structure as below.
    My Source Structure
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_Source xmlns:ns0="http://city.net/filecopy">
       <Message>
          <Id>123</Id>
          <Head>
             <Id>123</Id>
             <Filename>test.xml</Filename>
          </Head>
          <Body>Helloworld</Body>
       </Message>
    </ns0:MT_Source_FILE>
    So for the above structure, I have defined the FCC Parameters as
    Document Name: MT_Source (Message Type)
    Document Namespace:http://city.net/filecopy(Namespace)
    Recordset Name: Message (root node)
    Recordset Structure: Message,1,Head,1
    Recordset Sequence: Ascending
    Recordsets per message:1
    Keyfield Type: string
    In the Table Rows I have defined
    Message.fieldFixedLengths: 3,10
    Message.fieldNames: Id, Body
    Message.fieldSeparator: ,
    Message.endSeparator: 'nl'
    Head.fieldFixedLengths: 3,8
    Head.fieldSeparator: ,
    Head.endSeparator: 'nl'
    Head.fieldNames: Id, Filename.
    My Input Text file
    123,Helloworld
    123,text.xml
    I am Getting Output as
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MT_Source xmlns:ns="http://city.net/filecopy">
    - <Message>
    - <Message>
      <Id>123</Id>
      <Body>HelloWorld</Body>
      </Message>
    - <Head>
      <Id>123</Id>
      <Filename>test.xml</Filename>
      </Head>
      </Message>
      </ns:MT_Source>
    I should get Body field after Head Structure as in the Source Structure, So Please what changes do I need to do in the Parameters Specified above to get the desired Output.
    So How should I define the FCC Paramenters For Sender File Adapter ?
    Any Help Would be Appreciated.
    Regards,
    Varun

    Hi Everyone,
    I could Succeed to some extent.
    I have defined the parameters as follows
    Recordset Structure: Message,*,Head,1
    Key Field Name: KZ
    Key Field Type: integer
    In the table, I defined the Parameters as
    Message.fieldFixedLengths:1,3
    Message.fieldNames:KZ,Id
    Message.keyFieldValue:1
    Message.keyFieldInStructure:ignore
    Message.fieldSeparator:,
    Message.endSeparator:'nl'
    Head.fieldFixedLengths:1,3,8
    Head.fieldNames:KZ,Id,filename
    Head.keyFieldValue:2
    Head.keyFieldInStructure:ignore
    Head.fieldSeparator:,
    Head.endSeparator:'nl'
    Message.fieldFixedLengths:1,11
    Message.fieldNames:KZ,Body
    Message.keyFieldValue:3
    Message.keyFieldInStructure:ignore
    Message.fieldSeparator:,
    Message.endSeparator:'nl'
    My source text file
    1,123
    2,123,test.xml
    3,Hello World
    my output is
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MT_Source xmlns:ns="http://city.net/FileCopy">
    - <Message>
    - <Message>
      <Id>123</Id>
      </Message>
    - <Head>
      <Id>123</Id>
      <Filename>test.xml</Filename>
      </Head>
      </Message>
      </ns:MT_Source>
    I got the output almost correct except I am not getting the value in the Body
    Any help would be appreciated.
    Please correct me If I am wrong.
    Regards,
    Varun
    Edited by: Varun on Sep 2, 2008 12:06 PM
    Edited by: Varun on Sep 2, 2008 12:15 PM

  • Fields Order change in FCC receiver

    Hi experts,
    i am receiver message in following format:
    EMPID(12)
    EMP_NAMEFULL(100)
    EMP_NAME(30)
    and i have mapped it with receiver type as
    EMP_NAMEFULL(100)
    EMPID(12)
    EMP_NAME(30)
    ( i am just changing the fields sequence)
    Here i am using FCC receiver adaptor in which i have specified the required fields names and lengths(100,12,30). but it gives me error of fields too short for first field.
    if i give the fields names and length in corresponding to seder message as(12,100,30) it is working fine but file contains wrong filed sequences {EMPID(12)EMP_NAMEFULL(100)EMP_NAME(30)}
    but i want {EMP_NAMEFULL(100)EMPID(12)EMP_NAME(30)}
    Can any body suggest what should i do?
    Thanks in advance.

    Hi All,
    solved it... my mapping was not proper.

  • Using adapter specific message attributes in SOAP adapter configuration

    Hi,
    Can you please let me know how to use adapter specific message attributes in receiver and sender SOAP adapter configuration. If possible , with example.

    See here:
    Adapter-Specific Message Attributes in the Message Header
    http://help.sap.com/saphelp_nw04/helpdata/en/43/0a7d1be4e622f3e10000000a1553f7/frameset.htm
    Sender Soap Adapter:
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/frameset.htm
    Receiver Soap Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm

  • SOAP Use Adapter-Specific Message Properties and Variable Transport Binding

    Hi Friends,
       I am new to use to Soap Adapter. Please help me out bellow doubts.
       1.When you use Use Adapter-Specific Message Properties and Variable Transport Binding .
       2. Where exactly  we r using below parameters.
    Remote User : (technical name: SRemoteUser )
    Remote Host : (technical name: SRemoteHost )
    SOAP Action (technical name: SHeaderSOAPACTION )
    To transfer further header fields, set the relevant indicator. You can then store the following attributes and their values in the XI message header:
    Variable Header : (technical name: XHeaderName1 )
    Variable Header : (technical name: XHeaderName2 )
    Variable Header : (technical name: XHeaderName3 )
    Thanks&Regards
    G.Bhanuprakash

    Hi,
       1.When you use Use Adapter-Specific Message Properties and Variable Transport Binding .
    SAP Help says both are needed to be checked when you want to process adapter attributes
    Configuring the Receiver SOAP Adapter - SAP NetWeaver Exchange Infrastructure - SAP Library
    These attributes can be get/set using dynamic configuration and their technical names are what you have pasted:
    Remote User : (technical name: SRemoteUser )
    Remote Host : (technical name: SRemoteHost )
    SOAP Action (technical name: SHeaderSOAPACTION )
    To transfer further header fields, set the relevant indicator. You can then store the following attributes and their values in the XI message header:
    Variable Header : (technical name: XHeaderName1 )
    Variable Header : (technical name: XHeaderName2 )
    Variable Header : (technical name: XHeaderName3 )
    Remote User - the username used to send a message to the adapter engine using SOAP
    Remote Host - hostname which the remote user used
    SOAP Action - SOAP Action of the XI webservice (sender) / SOAP Action of the receiver webservice
    Variable Headers are additional key-value pairs in the HTTP Header that could be accessed in the XI Header using dynamic configuration. The limit is only three though.
    Regards,
    Mark

  • Problem in displaying a field in webdynpro using Adaptive RFC model

    HI,
    I created a webdynpro application using adaptive RFC model and i have a problem in displaying one of the output fields.
    When i execute the function module it is giving the exact value for my output field in this case telephone number (of type STEXT which is char with length 40).But when i am trying to display that telephone number in webdynpro application it is taking only first 4 digits.
    i deleted the model and recreated it still it doesnot work.
    please let me know how to resolve it.
    points will be awarded for sure
    Bala

    Hi Bala,
    Whenever you reimport the model server restart is necessary otherwise the changes will not get reflected. You will get an error when you deploy the application.There is no go around except restarting the server as the meta data gets cached in the server as long as the server is runnig.So, Once you restart the server the cache will be cleared.
    Check once again whether you are fetching data from correct BAPI field. Still problem persist try debugging.
    Regards, Suresh KB

  • FCC Paramenters for Sender File Adapter

    hi
    I am using FCC in the Sender File Adapter. I have defined the structure as below. Fields ID, Filename, Values will be generated at Runtime as I have defined Used Defined Funtions for Both.
    Only I will Pass the value in Body. i.e "Hello".
    So How should I define the FCC Paramenters For Sender File Adapter ?
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_Source_FILE xmlns:ns0="http://city.net/FILEtoHTTP">
       <Message>
          <Id>123456</Id>
          <Head>
             <Id>123456</Id>
             <Filename>sample.xml</Filename>
          </Head>
          <Body>hello</Body>
       </Message>
    </ns0:MT_Source_FILE>
    In the source text file, Do I need to send only "Hello" value because ID and filename will be generated at runtime?
    Regards,
    Varun
    Edited by: Varun on Sep 1, 2008 6:00 PM

    Hi,
    Refer this link:
    http://help.sap.com/saphelp_NW04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Regards,
    Nithiyanandam

  • Where should I change the adapter? It doesn't work from the start.

    where should I change the adapter? It doesn't work from the start. But there is no apple store in our city.

    The phone does not charge when linking with adaptor. But it is OK when linking PC using USB instead. I do not know why, but I am just sure there is something wrong with the adaptor.

  • Receive location disabling(File Adapter)

    Receive location is automatically disabling . Note: In the rcv loc. I am giving proper authentication details of user(who has full control on "Folder"
    Errors:" The Messaging Engine failed to add a receive location "Receive Location1" with URL "\\Server\Folder\File" to the adapter "FILE". Reason: "File transport does not have read/write privileges for receive location
    "\\Server\Folder\". "."
    "File transport does not have read/write privileges for receive location "\\Server\Folder\"."
    "The receive location "Receive Location1" with URL "\\Server\Folder\File" is shutting down. Details:"The Messaging Engine failed while notifying an adapter of its configuration. "."

    Hi,
    "This behavior occurs because the account or accounts that the BizTalk Server receive location is using to access a folder or a file share do not have the correct permissions at the file system level or at the file share level. " - Refer this Knowledge Base
    from Microsoft:
    A BizTalk Server receive location that is configured to use the File transport type is disabled
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • If email receiver does not use thurderbird(with enigmail), can my email be traced back or spied by third party? is it meaningless if just me as a sender use thu

    if email receiver does not use thurderbird(with enigmail), can my email be traced back or spied by third party? is it meaningless if just me as a sender use thurderbird with enigmail enabled?

    Looks like the link you originally clicked was a scam to get you to submit your username and password.  I reckon the email from Google was legit (because it did not ask you to enter your username and password, but advised you to change your password.)  So it looks like they did actually block a sign-in attempt.  Sometimes, scammers do send out emails like this, but they are the ones which ask you to sign in again (because it's those details they are after).
    Given that you've changed your password three times you should be safe.  The golden rule is never submit usernames and passwords when prompted from an email - it's almost certainly a phishing attempt designed to get hold of your details.

  • Until yesterday I was getting mail through my gmail acount on Apple Mail.. Today I am unable to recieve any mail No settings have been changed, using valid password etc. Any thoughts?

    Until yesterday I was getting mail through my gmail acount on Apple Mail. I am now not getting any email. No settings have been changed, using a valid password. Any thoughts?

    I found the following advice at: http://kb.mediatemple.net/questions/230/Common+issues+with+Apple+Mail#gs/not-rec eiving-email
    Not receiving email
    Once in a while, your Mail.app (sometimes referred to as "Apple Mail" or "Mac Mail"), stops receiving new mail. You may be able to verify that you are getting new mail via webmail, another email client or computer, or even via a mobile phone. When this happens, the fix is extraordinarily easy!
    Here's how: From inside the Mail.app, click the Mailbox menu (see Figure 1):
    Choose "take all accounts offline", and wait 10 seconds.
    Choose "take all accounts online".
    Figure 1: Follow these steps to refresh your Mail application.
    You should begin seeing your new mail flow into your inbox.
    It worked!

  • Unable to change IPv4 adapter settings -- COM surrogate fails

    Hi folks,
    I have an HP notebook I use for network troubleshooting etc. It is about 1 year old and was delivered with 8.0 and subsequently upgraded to 8.1 a few months ago. It does not have the recent 8.1 Update update installed.
    When I try to set a static IP address on the Ethernet adapter I get a pop-up after closing the adapter properties dialog saying that the COM surrogate as stopped work. I can close this popup but I can't close the Network Connections page. I get an event
    1000 error in Application event log that says netcfgx.dll is faulting.
    I know that at one time I could change the adapter settings with no trouble, but I've installed a number of monthly updates since the last time I tried.
    Any ideas?
    George
    George Merriman [email protected] Gravesend Systems Inc. Brooklyn NY USA

    Hi,
    Have you check the solution here?
    Fix COM Surrogate has stopped working in Windows 8
    http://www.freewaresquad.com/2014/02/08/fix-com-surrogate-stopped-working-windows-8/
    In addition, considering that this issue can also be caused by corrupted system file or virus, please also run Security scan on your computer, and system file scan:
    System file scan:
    Run this command as administrator:
    SFC /SCANNOW
    Any error message, please post back the saved event log and cbs.log here for our research. You can upload it onto Onedrive or similar network drives, and share the link here.
    Kate Li
    TechNet Community Support

  • Y40-80 change Display adapter

    Hi, on my y40-80 i ant to know how to change display adapter,by default windows is using the Intel adater instead of the AMD radeon.
    Thanks

    Dear Alviteri
    Welcome in lenovo community
    You just need  to go to the BIOS and make sure Graphic mode is set to Discrete . The system will detect the strongest graphic card according to the application's specification requirements .
    Let me know
    Thanks
    Alaa
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • How do I use Adaptive Limiter to make sure bounces are same volume?

    Hi,
    I've been making ear training exercises for myself - you can understand what here:
    http://discussions.apple.com/thread.jspa?threadID=490846&tstart=0
    Here's what I need to do - and don't know how:
    I want all bounced exercises to play at the same volume.
    Each exercise has two MIDI regions. The first region (Region #1) plays at the begining of all exercises. When I look at the Output track when Region #1 plays, it is at 0.2 DB - no clipping. However, Region #2 clips in varying degrees depending on what octave an interval is being played at. For instance, a C and E played together around C1 doesn't clip - but transposed to C5 or C6 it clips anywhere from 3.7 to 4.6. I can't just lower the output volume before it clips - because it's important the Region #1 stays the same volume-wise on all of the exercises.
    Some people have said just add an adaptive limiter to the Output 1-2 track... but how do I set it?
    Any suggestions? Anyone understand this?? It's hard to explain on this end...
    Thanks.

    you don't use adaptive limiter to make sure bounces are the same volume.
    that is not the function of the adaptive limiter.
    the limiter puts a ceiling on the signal and optionally raises the gain. You'd use this on certain instruments that are known to produce loud peaks, such as Bass Guitar and Vocal,
    It is used as the last plugin in the chain on the master fader when mixing something down, to prevent the mix from peaking.
    IMO, the logic limiter doesn't destroy anything unless the mix itself has something wrong with it.
    A lot of people reach for limiter when what their ears are really looking for is to multiband compress.
    Your solution is to use a COMPRESSOR (not the multiband compressor, just the simple Logic compressor).
    Do NOT use the default setting of the logic compressor in your case, because it defaults with its 'auto Gain' turned on which will raise your volume (a lot).
    Put a compressor as the first plugin in all of your piano channels, or into a Bus, and set all your piano tracks to output to the bus with the compessor on it.
    Settings:
    THRESHOLD : -10
    ATTACK : 0 (play with it, pianos feel good with a low one,
    could try 15ms or less)
    DECAY : play with it, I'd use 50ms with a Piano track
    AUTO GAIN : off
    GAIN : +4
    RATIO : try 12.0
    This setting will attenuate anything above -10 and will raise the gain up to a healthy level to compensate.
    Anything below -10 won't be touched.
    Since the compressor will 'squash' your signal slightly,
    some frequencies will appear louder to the ear after the piano is compressed. So just AFTER the compressor on the same track, put a Logic Channel EQ and conservatively pull down some of the freq ranges to bring them back to normal.
    And that's it.
    a tip: When working in logic, no matter what the project, when it's time to mixdown put a COMPRESSOR on every single channel as the first plugin. Then play with plugins, etc.
    I do have many issues with Logic's workflow, but the dynamics plugins IMO are very good.

  • My iphone 5 went into search mode and I can't place or receive calls or use the internet but my text messages work. Sprint had me do a master reset and my phone doesn't work at all now I can't get it past the activation. Will I have to pay in store?

    My iphone 5 went into search mode and I can't place or receive calls or use the internet but my text messages work. Sprint had me do a master reset and my phone doesn't work at all now I can't get it past the activation. Will I have to pay for repairs in store because I didnt get the Apple care plan when I purchased it. Sprint said it may be a phone problem not sure if I should take it to Sprint or Apple...I just need my phone

    I'm sorry to learn that you are not able to make/receive calls chelseabee! (ticket number removed) results indicate that there is no issues with the network or account provisioning. Since you have already done a hard reset http://vz.to/1gBkSJc (as per your post), I recommend exploring replacement options. If your phone is within the one year manufacturers' warranty we can provide a Certified Like New replacement http://vz.to/uyYF0o as long as no physical/liquid damage exist. If your phone has sustained physical/water damage and you have insurance, you can submit a claim to the insurance company online at this link http://bit.ly/07CrqPK
    AntonioC_VZW Follow us on Twitter at www.twitter.com/VZWSupport
    >> Edited to comply with the Verizon Wireless Terms of Service <<
    Edited by:  Verizon Moderator

Maybe you are looking for