FCC Configuration for Multilevel Hierarchy

Hello Everyone,
I have a problem with FCC in sender side.
I have a multilevel nested structure shown below:
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_XX__OB xmlns:ns0="http://xx.com">
   <Record1>
      <X/>
      <Record2>
         <A/>
         <B/>
         <C/>
         <D/>
         <E/>
      </Record2>
   </Record1>
</ns0:MT_XX_OB>
However I couldn't implement Record2 with FCC.Because,Lower subelement Record2 and Its elemnts weren't determined with FCC(with .fixedLenght).Furthermore,Data doesn't include keyfields.So,I couldn't use .keyfield.Can you help me please about this problem?
Thnx..

Hello Hareen,
Thanks your reply.
But,I need a solution in fcc side when retrieving data from text for multivel structure.Is it possible or not?I need fcc parameters for creating multilevel structure.
RECORD1
     -->PARTNR
     -->RECORD2
          --->matnr
          --->idnrk
          --->menge

Similar Messages

  • Unable to configure file adapter using FCC  for Multilevel hierarchy

    Hi Experts,
    Can anyone help me in configuring the Receiver file adapter with FCC for the structure given below
    <Root>
    <Level1>
         <Ele1>
         <Ele2>
         <Level2>
                <Ele2_1>
                <Ele2_2>
                <Level2a>
                        <Ele2a_1>
                        <Ele2a_2>
                </Level2a>
         </Level2>
    </Level1>

    Hi dineshmale,
    I have do this Multilevel hierarchy before. FCC can directly configure this scenario. But I don't know you output format. What my format shown below(here i use '#' instead of space):
    Level1_Field1##Level1_Field2##Level1_Field3##Level2_Field1##Level2_Field2##Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    #######################################Level2_Field1##Level2_Field2##Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    Level1_Field1##Level1_Field2##Level1_Field3##Level2_Field1##Level2_Field2##Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    #######################################Level2_Field1##Level2_Field2##Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    FCC Parameter:
    Recordset Structure: Level1,Level2,Level3
    Level1.fieldSeparator = (2 spaces)
    Level2.beginSeparator = (some spaces according to the length of the fields in Level1)
    Level2.fieldSeparator = (2 spaces)
    Level3.beginSeparator = (some spaces according to the length of the fields in Level1and Level2)
    Level3.fieldSeparator = (2 spaces)
    Level3.endSeparator = \n
    There are some points:
    1. the endSeparator for Level1 and Level2 doesn't work.
    2. the first begin separator in Level2 and Level3 doesn't work.
    3. The last field of super node and the first field of child node is separated by the (child).fieldSeparator.
    4. ....
    What's more, I have write a blog of FCC For Hierarchical Structure in Receiver Channel just now. So it need two days for Approval. Let me know for any issues.
    Edited by: guKidd on Dec 14, 2010 7:52 AM
    Edited by: guKidd on Dec 14, 2010 7:54 AM

  • Contet Conversion for multilevel hierarchy structure

    Hi,
    I wanted to create csv file as a output for the structure
    GROUP1                     1-1
          ITEM1
          ITEM2
    GROUP2                      1 - unbounded
         ITEM3
         ITEM4
         GROUP3                 1-10
              ITEM5
              ITEM6
    but i see only one level content conversion is possible. Does anyone worked such kind of scenario ?
    Laks

    Hi Lakshmi,
    Few questions on the structure..Is it like thsi
    GROUP1 1-1
    -ITEM1
    -ITEM2
    --GROUP2 1 - unbounded
    ---ITEM3
    ---ITEM4
    ---GROUP3 1-10
    -----ITEM5
    -----ITEM6
    means group3 is withing group2 and so item5 and item6 becomes 4th level in hierarchy
    FCC is possible till 3 levels and hence in your case the normal FCC will not work.. I will suggest you to look into this link and do some workaround like that mentioned in the blog
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3414700%29ID1981012450DB01072979760660502867End?blog=/pub/wlg/7154
    Also You want Group1, Group2 etc to be written in th output file? Then you need to have them in a field of target structure (so possible need to put one more node at each level viz Group1, 2 and 3 which will have the name of the group).
    Regards
    Suraj

  • FCC configuration in Sender File Channel Without any key field name

    Hi Everyone,
    We have below flat file generated from ECC using standard tcode.
    The flat file is fixed length file and first record is header record followed by line items.
    There is no key field name in the file name.
    Can we read the file and convert into xml without any key field name?
    I want to understand if the FCC configuration for above file can be done without key name or not.
    Thanks,
    Vertika

    Hello,
    AFAIK, using FCC i really doubt u can convert file into xml.
    So technically, there are two options either read each line one by one and then do conversions in ur mapping or write a custom module which will read ur input file and convert into xml.
    Configuring Generic Sender File CC Adapter
    Thanks
    Amit Srivastava

  • Sender FCC with complex nested structure - FCC Configuration

    Hi Guys,
    I am working on a File-to-File Scenario using FCC at sender side. I need to configure FCC for this .
    The structure below is nested.
    Can anyone help me with the FCC Configuration for this structure.?
    Souce structure :
    ROD_DT
      num_orders
      test_mode
      order_x
          order_id
          order_date
          mfg_id
          catalog_id
          first_name
          last_name
          recipient
          message
          address1
          address2
          address3
          city
          state
          zip
          country
          country_code
          phone
          subtotal
          tax
          shipping
          total
          shopatron_total
          fulfiller_total
          shipment_id
          additional_info
              in_store_pickup
          express_shipping
               express_shipping_flag
               express_shipping_text
               express_shipping_arrival
         discount
             discount_description
             discount_percentage
             discount_total
          language_id
          currency_id
          ship_type
          packing_list
        num_items
        items
           item_x
              item_id
              quantity
              price
              part_number
              fulfiller_total
              shopatron_total
              options
                 option_x
    FCC Configuration:
    Recordset Structure =
    Header.fieldNames =
    Header.fieldSeparator =
    Header.endSeparator =
    Body.fieldNames =
    Body.fieldSeparator =
    Body.endSeparator =
    Any help in this regard is highly appreciated

    Note that the maximum nesting level that is supported in FCC is as below;
    <recordset>
    <NameA>
    <field-nameA1>field-value</field-nameA1>
    <field-nameA2>field-value</field-nameA2>
    <field-nameA3>field-value</field-nameA3>
    </NameA>
    <NameB>
    <field-nameB1>column-value</field-nameB1>
    <field-nameB2>column-value</field-nameB2>
    <field-nameB3>column-value</field-nameB3>
    </NameB>
       </recordset>
    So if your nesting exceeds 2 levels ... FCC is not possible.

  • RFC with Multilevel Hierarchy call from Server Proxy

    Dear Experts,
    We would like to call BAPI inside a server proxy.
    PI has created an interface structure exactly identical as the BAPI structure, but while generating ABAP proxy, system has added additional controller structure for each hierarchy.
    Now our ABAP team is facing the difficulty to map Proxy structure with BAPI Structure as now the structures are not identical any more due to control structure .
    Also since the BAPI has multilevel hierarchy and to fill the bapi structure from proxy structure (which is having the same structure as bapi but with control records) there are lots of loops required.
    Please share your thoughts on how to get rid of looping on proxy structure when both the structure are identical but only control structure has been added to proxy structure.
    Also would like to know if we can restrict the control structure generation during proxy generation process.
    - Shri

    Yes, you have to read and map the abap proxy structure to bapi structure.
    Take a look here:
    http://help.sap.com/saphelp_nw04/helpdata/en/ab/585f3c482a7331e10000000a114084/content.htm

  • SAP DMS - How to do an external DMS configuration for the existing system ?

    Hi All.
    Greetings.
    Request help and understanding.
    Am new to the world of SAP. And request SOME clarity for understanding of DMS.
    We are wanting to put an external DMS server and wish to configure for the same.
    So that the load on the production SAP R/3 database is reduced.
    We are now wanting to test the same on Dev environment.
    From SDN Link :
    I understand that :
    DMS basically has a content server. which stores documents.
    That can be accessed through Web, SAP R/3 Gui , SAP Portal.
    I have gone thro various links and the following links i have found to be informative and helpful :
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c1/1c31a243c711d1893e0000e8323c4f/frameset.htm
    http://wiki.sdn.sap.com/wiki/display/PLM/DMS+Customizing
    http://help.sap.com/saphelp_nw70/helpdata/en/59/fba637fcf7dc39e10000009b38f8cf/frameset.htm
    However, would like to know the following because am not getting the clarity :
    1) Is there any supported platform / compatibility guide for DMS ?
    if yes, can someone send me the link?
    2) We have oracle 11g as our for SAP R/3 backend.
    Windows 2003 server 64 bit system.
    When i check the system status on the dev server of sap.
    It says. ECC 6.0 Rel 7.00 update 20 (hOpe am reading it correctly)
    After much search on the SMP site,
    we finally discovered and downloaded the DMS software for unicode and / 64 bit.
    Which we saw under the maintenance components separately seen for DMS 7.0
    Now for this DMS content server which we would like to make it external for storage of documents -
    do we need to have a separate database for this purpose as a repository.
    If i run a setup of DMS - will that automatically install any default repository for this or
    will it allow me to choose any other repository for the same ?
    Can anyone advise on this.
    Because this link says content server is based on Instance of MAXDB : http://help.sap.com/saphelp_nw70/helpdata/en/59/fba637fcf7dc39e10000009b38f8cf/frameset.htm
    3) I read some thing like this on some of the SDN links :
    P40 - Integration of DMS
    P62 - R&D Document Manage¬ment and Workflow
    P71 - Document management
    What are they referring to.
    4) We would be accessing these thro web, gui, customised portal.
    This content server configuration is a bit confusing.
    5) Is SNC configuration required to be done for the separate DMS server setup.
    If yes, how to do that ? any configuration link for that please ?
    Can anyone advise on the things to do.
    Steps to do.
    What all are the pre-requisites to check, before we start the set up of DMS.
    Can anyone help me understand this whole thing regarding the DMS installation and configuration.
    Step-wise.. from the start to end.
    Because it gives me a lot of uneasiness without having everything in place before we could say we could start the whole process of configuration / installation.
    Many thanks for your help in advance.
    Wishing you a happy and relaxed weekend.
    Kind regards
    Indu

    Thanks christoph & pradeep kumar.
    did a few more research and atleast have come to understand that.
    DMS server installation has content server which works only with MAXDB.
    So my understanding is correct.
    And what we see as Easy DMS is a client installation.
    which probably i would look at at a later stage.
    Found this link to be a little more informative :
    http://www.sapfans.com/forums/viewtopic.php?f=12&t=330558
    I really wish. That life were to be so easy. To call a consultant and finish it off
    Wishful thinking
    thanks and cheers
    indu

  • How to have Multiple Configurations for a Flex Application

    Hi All,
    I've seen this question asked in various forms multiple times, but never answered: How do you set up a FLEX configuration to have different configurations for development (local), test server, staging server, beta server, and production server? I cannot imagine that Adobe has not accounted for this, something that is very standard in most development teams. Zend Framework has a very elegant solution for this: in the configuration file you define all aspects that can be configured, as well as the various environments (development, staging, beta, live, etc.). Then, in the bootstrap file you specify which environment you want to work in, and you're all set.
    How can something like this be achieved in FLEX?
    Many thanks!
    -Mike

    Maybe my setup is unconventional, I doubt it, though:
    1) SVN repo stores FLEX and PHP codebases in separate projects.
    2) Developer gets code from repo, and runs on local machine. -> need to configure FLEX to point to local PHP code here for Remote Objects.
    3) Developer then publishes Flex app to staging server. -> need to configure FLEX to point to staging PHP code here.
    4) Flex app then gets published to live server. -> need to configure FLEX to point to live PHP code here.
    Now, using ANT, the scenario would look like this:
    1) SVN repo stores FLEX and PHP codebases in separate projects.
    2) Developer gets code from repo, and runs on local machine. -> need to configure FLEX to point to local PHP code here for Remote Objects.
    3) Code is good and developer checks it back into SVN.
    4) ANT extracts latest build from SVN and builds it, then publishes to staging server. -> need to configure FLEX to point to staging PHP code.
    I am using PHPUnderControl as my build server for PHP.
    I am also unclear as to how my goal could be achieved using ANT?
    Thanks!
    Mike

  • ASA 5505 configured for WebVPN connecting to Citrix Web Interface

    ASA 5505 configured for WebVPN connecting to Citrix Web Interface.
    i have a ASA 5505 that I am attempting to configure for WebVPN with passthrough into Web Interface .  The user authenticates into WebVPN OK and gets the option to click on the Citrix Link (which is i add bookmark  citrix server http:// 172.30.40.5.) i enter the citrix and then for example  i want to open to outlook it can not open. (when i want to open some application no application is open)).there is no alarm at asa. how i solve this issue?
    thanks.

    Teymur,
    Can you confim that after disabling the ssl/tls on the Citrix server (secure connectivity) that you are getting exactly the same error.  It is possible that it is generating a different error.
    The bug where we have see the existing error was CSCtf06303 but that has been fixed in 8.4.1.  Can you confirm the exact version of code you are running on the ASA.
    If you have confirmed the above two notes it may be adventageous to open a TAC case as we may need to do some live additional troubleshooting.
    Thanks
    -Jay

  • Standard SAP report for vendor hierarchy

    Hi Gurus,
    Does SAP have standard report for vendor hierarchy?  We want to use vendor hierarchy to capture all the expense to a list of vendors and wondering if we can utilize some standard report to see the total supply or we should develop custom reports to handle them?
    Thanks a lot

    Hi,
    Check this link
    http://help.sap.com/saphelp_45b/helpdata/en/12/084635470311d1894a0000e8323352/frameset.htm
    Thanks
    suresh

  • Financial Reporting Studio 11.1.2.1 PDF not Configured for Web Server

    I have installed EPM 11.1.2.1, and HFM, Planning, Essbase, Financial Reporting are all working fine except when I do a report preview in the Workspace an error is received that PDF has not been configured for this Web Server.
    I have uninstalled PDF and Financial Reporting then re-installed them but I am still getting the same error. Also, I when I tried to view report from Workspace in Financial Reporting Studio, I received the following error:
    error number 400 Error Description:Form already displayed; can't show modally. Function: ShowMsg. Module:GblMethods.
    Your help would be gracefully appreciated.

    You should review all installation guides, readmes, and the certification matrix before performing a Hyperion Installation and/or Upgrade.
    Version 9.0 of Ghostscript is not supported, install ghostscript 8.6.3 - 32-bit.
    From the 11.1.2.1 Certification Matrix: "Either: --Adobe Acrobat Distiller Server 8.0 or 6.0 --GPL Ghostscript 8.63; AFPL Ghostscript 8.54 or 8.51; or GNU Ghostscript 7.0.6"     
    From the 11.1.2.1 Installation Guide Page 110: "Ensure that a supported 32-bit version of Ghostscript is installed."
    See http://www.oracle.com/technetwork/middleware/bi-foundation/oracle-hyperion-epm-system-certific-131801.xls
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_11121.pdf
    Regards,
    John A. Booth
    http://www.metavero.com

  • Error in report for activated hierarchy

    Hello Experts,
                          I have following problem in my report:
    I have created 1 hierarchy for 0cust_sales infoobject other than Standard hierarchy.to get this hierarchy in place have done following steps:
    created authorization object with 0cust_Sales + Authorization for hierarchy infoobject 0TCTAUTHH and actiavted it in required data target.
    created authorization value for above hierarchy and maintained in the user role.
    then created 1 report where hierarchy for 0cust_Sales is active and 1 authorization variable has been created for that hierarchy and restricted 0cust_Sales.
    in my data target already 1authorization object is active which is based on 0sales_off.
    in my report where I have assigned 0cust_Sales hierarchy, 0sales_off hierarchy is also maintained.
    Problem comes when am executing the report where 0cust_sales hierarchy is not active with message - NO MASTER MAINTAINED FOR 0CUST_SALES HIERARCHY.
    My problem is, I want 0cust_sales hierarchy only in 1 report but as auth object of 0cust_Sales is active on data target, error comes whenever report NOT CONTAINING 0CUST_SALES hierarchy is executed.
    How to deal with the situation where hierarchy required only for 1 report..please guide me

    Thanks Ingo. We are going to open the case.
    Do we need to pull consistent detail objects of all the13 levels in the hierarchy to the WebI query ?
    For Example, I have pulled all 13 level dimension objects (Blue), Org unit Key (Detail Green Object) for only L03,L04 and Org Unit Medium Name  (Detail Green Object) for L08,L09.
    Do I need to pull all 13 dimension (Blue Object), all 13 Org Unit Key and all 13 Org Unit Medium Name? I mean do we need to select consistent detail objects consistent across the levels?
    Thanks
    Jai

  • Want to use an iPod photo configurated for Mac on a PC

    I want to use my old iPod photo (configurated for Mac) on a PC (but do not need to keep my songs and photos). Is this possible? If so, what do I do?
    iMac G5   Mac OS X (10.4.8)   iPod 5th generation 60 GB

    If your iPod is formatted for Mac it won't run natively on a PC because the Windows OS does not support the HFS Plus file system and therefore will not see the drive. Macs can read Windows drives so you could restore and format the iPod on a PC, this would also mean any future software updates would have to be done on Windows. This will erase your drive so you need to have your songs and photos backed up. Alternatively there are third party programs that will allow you to use a Mac formatted iPod on Windows, this is one for instance gets good reviews and has the functionality to let you copy content from the iPod to the PC. Not sure if it does photos but have a look: XPlay 2
    You can read another user's experience of using XPlay at this link: iPod on Mac and Windows

  • SAP IDES ECC 6.0 configuration for ess/mss

    Hi,
    Iam new to sap . i want to practice various scenarios in ess/mss in my own pc which  is installed with ecc 6.0 . what are the configuration to be made in ecc 6.0 for maintaining about 10-20 users for  using ess/mss scenarios. i have a knowledge on webdynpro java and little knowledge on ep and using r/3 server. The 10-20  users created should be able to use ess/mss through portal .
    So, list the steps configuring for 10-20 users for using ess/mss in ecc ides 6.0 server.
    Thanks & regard
    prasad

    << Do not post the same question across a number of forums >>

  • Is it possible to run TWO parellel configurations for one Object??

    SAP Gurus,
    We have a strange requirement from the client to have to configurations established in the system for one configuration object.
    Without taking much of your time let me paraphrase the requirements.
    The client is having two different types of putaway strategies in their current business process. And they toggle between these putaway strategies by reaching out to their production support group and they make configuration changes to have the other put away strategy
    One Step Putaway: GR area --> High Rack Storage
    Two Step Putaway: GR area --> Interim storage (area at the end of each aisle of high rack storage) --> High Rack
    Client wants to have two parallel configurations for both of these put away strategies and needs an ability to switch from one to another. This switching ability should be accessed from SAP screen without any IT intervention (no configuration)
    -  Switching ability should allow the warehouse manager to change from one step to two step put away strategies without any IT intervention.
    -  Switching ability should be accessed my SAP Screen (Z-transaction or something with a radio button to toggle around)
    Is it possible to have two configuration made for Putaway Strategies and switch them on/off depending on the warehouse needs??
    Your invaluable feedback on this will be highly appreciated.
    Thanks again folks,
    Dhaval
    Edited by: Dhaval Joshi on Mar 4, 2008 12:09 PM

    Q1--I don't believe it is possible. An organization can have multiple licenses tied to its main email address, for example, but then they are assigned to the individual users.
    Q2--Yes, you would just need to log out of your account within the CC desktop app prior to logging in on the other account.
    If you have any questions, feel free to reach out.

Maybe you are looking for

  • PDF's sent from Reader to Outlook won't send as e-mail

    I came across a problem where only certain e-mails were "sitting" in an Outlook Outbox and not sending. After investigation, it turned out to be e-mails that were attached with pdf's directly through Reader (Send Files function). I had her save these

  • Creating hyperlinks that will open in a new window

    I am an avid user of Aperture and iWeb. I love the interface of the Aperture web layouts, but I am also trying to link them to my iWeb site. The easy thing would be to have my iWeb links just open my Aperture photo galleries in a new window so that v

  • How to change headers

    Every time HP or MS does an update, the headers & footers revert to factory settings.  How can these settings  be stabilized?  Fail to find options, but will continue to look.

  • Grouping Songs by Album in New Views

    In the new Cover Browser view, I have some songs that will not group as an album. Even though they have the same album name and same album art, iTunes puts each song as it's own album. What is the flag that makes the new views group songs as albums?

  • LTP MRP results doesn't show not firmed receipt elements like PRs, Plan Ord

    Hi, I have ran the LTP MRP using a particular planning scenario, but the results doesn't show any Purchase requisitions, Planned Orders, etc in the long-term window. It shows only firm receipt elements like Purchase Orders, Production Orders only. An