Need to get trail Spacing using BIC Mapping tool

Hi Experts,
There is a stranage scenario were i need to get an output in a text file using trail spacing.
for example here is the input for the BIC Mapping
<DK03_SEG> ***************                     77700000000463518500000030000000202820100226 *********     </DK03_SEG>
has at the starting and ending of the message there is a empty space.
but when i run BIC Mapping i am getting the out put in this fashion
      *********77700000000463518500000030000000202820100226
only could get the spaces in the start of message at the end BIC is trimming the spaces at the end .
how this  can be achieved.
@@ consider * as spaces
Thanks
Sampath

Hi Seven,
I have tried that option but unable to get the required output. Any other option were it can be achieved.
Thanks
Sampath

Similar Messages

  • Design approach help : BIC Mapping Tool Conversion

    Hi All,
    Design approach:
    we know that BIC mapping tool can be used for EDI to XML conversion. also i know that its a Any to any converter.
    But we prefer EDI to EDI XML conversion only via this tool and do the mapping in SAP PI as it would be easy to do mapping change if any in PI than redeploy the mapping in module location every time.
    My question is:
    we know that sender file adapter supports FCC for max of 3 hierarchy levels.
    Can we make it a practice of accepting requirements in SAP PI which has complex Flat file structure (more than 3 levels). and use BIC mapping tool to convert the Complex flat file Structure (with more  than 3 levels) into PI required format and proceed with the mapping and Configuration. (Note: hear the assumption is that the organisation has BIC Mapping tool procured for some EDI message scenario's ).
    or is it best practice to ask the Source system to supply flat files strictly in Header,with 1 line item format?
    Suggestions would be deeply appreciated.
    Warm Regards,
    Senthilprakash

    >
    > if you are thinking of using only BIC mapping tool for converting flat file to xml and want to proceed with normal configuration without using BIC modules then it is not feasible.
    >
    Dear Suresh,
    I am very well aware of that. we have Seeburger SFTP adapter installed in our PI system. and for EDI conversion we use BIC for converting to XML and deploy the module in the adapter level.
    Now my question is that: weather is it the rite way to start accepting requirement from source which has complex flat file structure (non edi messages) and using BIC module in adapter to convert it into XML and proceed with configuration or better to ask the source system to send the flat file in a format which is accepted by our file adater FCC.
    what are the drawbacks/bottlenecks we see in using BIC module for converting non EDI complex flat files into XML format? in PI
    Regards,
    Senthilprakash.

  • IDoc to File[EDI] using seeburger BIC Mapping Tool

    Hi Gurus,
    I'm having a scenario of IDoc to EDI FIle, I'll be using IDoc DESADV.DELVRY03.ZDELVR0X; Kindly advise steps needed in BIC Mapping Tool. I've already referred to this post /people/dijesh.tanna/blog/2008/05/25/sap-pixi-content-conversion-using-generator-mapping-functionality-of-seeburger-part-1 but still can't get it right.
    Thanks.

    Thanks a lot experts :D....
    I'll be using a file adapter for my scenario..
    Any Idea on what Seeburger BIC mapping module should I use?
    am I just use the ff module?
    Module u2013 Processing Sequence                                   
    Number     1     Name     localejbs/CallBicXIRaBean     Type     Local Enterprise Bean     Module Key     bic
    Number     2     Name     localejbs/CallSapAdapter     Type     Local Enterprise Bean     Module Key     exit
    Module u2013 Module Configuration                         
    Module Key     bic     Parameter name     destSourceMsg     Parameter value     MainDocument
    Module Key     bic     Parameter name     destTargetMsg     Parameter value     MainDocument
    Please advise.
    Thanks.
    Edited by: Devilbatz on Dec 8, 2010 8:31 AM

  • Need to get IRole object using Roles Display Name

    Hi,
    I need to get IRole object using Roles Display Name. I had the below code in EP 2004 SP12 and it works. But the same code dont work in EP 2004s SP13
    user = request.getUser();
    profile = request.getComponentContext().getProfile();     
    String strRoles = profile.getProperty("Roles");
    String strRole[] = strRoles.split(",");
    IRoleFactory roleFactory = UMFactory.getRoleFactory();
    String roleUniqueId = null;
    int i = 0;
    boolean flagRedirect = false;
    for(i = 0; i < strRole.length; i++){
         try
              com.sap.security.api.IRole role = roleFactory.getRoleByUniqueName(strRole<i>);
              roleUniqueId = role.getUniqueID();
              if(!user.isMemberOfRole(roleUniqueId, true))
                   continue;
              flagRedirect = true;                    
              break;
         catch(UMException ex)
         catch(IOException ex)
    if(!flagRedirect){
    Where property Roles will have comma separated roles display names like "com.ABC.ortho_reports,com.ABC.lawns_ortho_reports,com.ABC.executive_reports"
    Please advise.

    Thanks Mrudula for the response. Sorry for the delay in responding.
    I get UMEException with the message "Role with uniqueName com.ABC.general not found"
    But it works fine if i specify Role unique role (like pcd:portal_content/com.abc.Marketing_Workbench/com.abc.Roles/com.abc.general).
    We are in the process of upgrading Portal environment from EP6.0 SP12 to EP7.0 SP13. Above scenario works fine in the older environment.

  • Can SeeBurger BIC Mapping tool automatically remove Delimiters?

    Hi all,
    When we map IDOC's to EDI X12 messages using the SeeBurger BIC Mapping tool, we sometimes have delimiters occur in fields such as name or address. We are using the setDestinationDelimiter and have changed our delimiters so this occurance is rare. However the problem may still occur. This causes an invalid message to be passed to our partner.
    One option is to use XI mapping and the replace function on each field however this is cumbersome and not the ideal solution.
    Is there a way to automatically remove Delimiter characters from fields as part of the BIC Mapping.
    Cheers,
    John

    Hi Satish,
    Thanks for re-iterating the problem. You are absolutely right that this does cause an invalid message.
    Also thanks for your suggestion regarding asking business not to enter the data, this has been done and as stated the occurences of these delimiters in the fields will be low, usually due to user error.
    We still however want to cater for these occurrences and prevent an invalid message being sent to the partner.
    I'm not sure if you've ever used the BIC Mapping tool and what I'm really looking for is someone with experience in this area to give a solution that works. Anyone out there who can help?
    Cheers,
    John

  • Can I use the mapping tool in Imovie for commercial purposes?

    Can I use the mapping tool in Imovie for commercial purposes?

    In general, yes.
    For the legalese, see this Apple document, section 2.G.iii.
    http://images.apple.com/legal/sla/docs/iLife11.pdf

  • New line for each segment for Inhouse files using bic mapping..!!

    Hi ,
    Idoc to File scenario.
    In the receiver adapter, we need to convert the XML into file(Inhouse format) by using seeburger mapping.
    We have generated the map for this in bic and used in Module configuration of receiver adapter.
    Now the question is I need to get each segment of XML file into a separate line in the output file like below.
    HDR ... ......
    DTL .........
    DTL ........
    where HDR is the header and DTL is the details segments.
    Iam getting the output in a single line like HDR.........DTL.........DTL.........
    but not as expected like above  .
    I tried by using newLine = true in module configuration, but no use.
    I digged into bic designer to search for any option , but no use.
    Kindly suggest me if any one has any idea on this.
    Thanks&Regards'
    Deepthi.

    Hi Deepthi,
        Did you find the solution, please let me now if you get.
    did you mention the below code to solve the issue.
    copy the below section in the NewMapping Program:
       SetDestinationDelimiter("SubElement", ">");
       SetDestinationDelimiter("Element", "~");
       SetDestinationDelimiter("Segment", "\n");
    Regards,
    Varun Reddy.K

  • BIC Mapping tool Error

    Hi,
    Hope you have define your FlatFile strucute first and exported to local directory and then generated the XML messsage for the same...
    after this generated the mapping for the conversion from FlatFile to CSV using CreateEDItoXML instead of XMLtoEDI...
    for the mapping provide input as your generated CSV and XML ...
    Cross check the process you followed for generating the same..
    Hope this gives the needed info for generating mapping..
    Regards
    Rajesh

    Marking it as solved. We are not using BIC tool anymore.

  • MAP Toolkit - How to use this MAP tool kit for all SQL Server inventory in new work enviornment

    Hi Every one
     Just joined to new job and planning to do Inventory for whole environment so I can get list of all SQL Server installed . I downloaded MAP tool kit just now. So looking for step by step information to use this for SQL Inventory. If anyone have documentation
    or screen shot and can share would be great.
    Also like to run It will be good to run this tool anytime or should run in night time when is less activity? 
    Hoe long generally takes for medium size environment where server count is about 30 ( Dev/Staging/Prod)
    Also any scripts that will give detailed information would be great too..
    Thank you 
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach A.Shah

    Hi Logicinisde,
    According to your description, since the issue regards Microsoft Assessment and Planning Solution Accelerator. I suggestion you post the question in the Solution Accelerators forums at
    http://social.technet.microsoft.com/Forums/en-US/map/threads/ . It is appropriate and more experts will assist you.
    The Microsoft Assessment and Planning (MAP) Toolkit is an agentless inventory, assessment, and reporting tool that can securely assess IT environments for various platform migrations. You can use MAP as part of a comprehensive process for planning and migrating
    legacy database to SQL Server instances.
    There is more information about how to use MAP Tool–Microsoft Assessment and Planning toolkit, you can review the following articles.
    http://blogs.technet.com/b/meamcs/archive/2012/09/24/how-to-use-map-tool-microsoft-assessment-and-planning-toolkit.aspx
    Microsoft Assessment and Planning Toolkit - Technical FAQ:
    http://ochoco.blogspot.in/2009/02/microsoft-assessment-and-planning.html
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • HELP!!! ... need to get Window Handle using PDA module

    I am trying to find a way to get the current window handle using the PDA module.  I need this handle to call other function via Win dll's.  Has anyone done this before?  Any help would be greatly appreciated (using windows mobile 6.1 and Labview PDA 8.5)  Thanks
    Greycat

    Thanks Mike ...
    I understand that this function does exist, but somehow I am not writing my wrapper properly or calling the function properly because everytime I build my labview app I get a "GetForegroundWindow is a missing VI or C file." - I cannot for the life of me figure this out ... what I was really asking is if anyone has succeeded calling this function and getting the Window Handle.  What I really want to do is run my Labview program on the PDA in full screen mode with no title bar and no SIP button visible or accessible, but to my knowledge, that will take a function call to the aygshell.dll (namely the SHFullScreen function) and that function requires a window handle to work properly ... any more help would be appreciated ... Thanks again
    Greycat

  • Help need on syntex of condition using Information Designer Tool 4.0

    I am new to BO.   Here is an illustration of the needs:
    1. I have a table mytab (col1, col2, col3). 
    2. add a custom dimension, called "mydim"
    3. click on SQL assistant to bring up SQL expression editor on "mydim".
    4.  Here what I need to do to define the outcome of mydim:
       *if value of col1 starts with 'A' then mydim=col1*
       *else if col2 starts with 'B' then  mydim = col2  and col1 concadnated else col3. .*
    I would appreciate help on the exact syntex to achive this.   Thx

    case when col1 like 'A%' then col1 when col2 like 'B%' then col1+col2 else col3 end
    try out this option if your database in sql server. If your backend database is oracle then use || instead of +symbol in the above syntax.
    one more this you need to consider is the priority of the conditions in the case statement. for example is there any possibility of getting rows with  col1 values starting with A and also col2 values starting with B , in that case which one u need to display

  • BIC integration tool

    Going to support EDI interface which uses Seeburger AS2 adapter either at sender or receiver side.I have few doubts on BIC module:
    1.Do i need to install BIC tool on my laptop or it is a web based tool which i can access from seeburger workbench?
    2.For all the edi conversion using Seeburger do we need BIC module to convert messages from EDI to XML or from XML to EDI?
    3.why we need to do message mapping again if we had already done BIC mapping?
    thanks in advance.

    Got to the point answer from Shradha, Posting this thread again becouse earlier posted with differen used by mistake.
    Hi,
    1.Do i need to install BIC tool on my laptop or it is a web based tool which i can access from seeburger workbench?
    Yes you need to install BIC mapping tool in your laptop to do the mappings.
    AM Plain Text Help 
    2.For all the edi conversion using Seeburger do we need BIC module to convert messages from EDI to XML or from XML to EDI?
    Yes for all EDI conversion using Seeburger you need BIC tool. But if you have some standard mapping already given by Seeburger than you dont need BIC tool, you can directly use those mappings. Remember standard mapping will start with name SEE*
    3.why we need to do message mapping again if we had already done BIC mapping?
    BIC mapping tool is used to convert EDI to XML and vice versa. Think about a scenario when you need to convert an IDOC to EDIFACT format.
    Than first you have to do 1:1 mapping in PI where you will convert IDOC to EDIXML and than use BIC mapping tool to convert EDIXML to EDIFACT file.
    I hope above answers will help you.
    Regards,
    Shradha

  • I need to get back to ff4. I know this came up before but I don't have a link to the answer. My concern is the loss of use of Roboform.

    I need to get back to FF4. I did this in the past but lost the procedure. I need to get to FF4 so that Roboform tool bar works.

    Thanks for the right fix.
    By the way RF is now up to7.4.1
    Also when the install of FF5 ran it said that the Roboform toolbar was incompatible and said there was no upgrade. That is what sent me searching for away back to FF4. So I didn't even look at RF's site believing there was no upgrade available.

  • About BIC mapping designer

    Hi Guys,
    Can anybody pls give me overview on BIC mapping designer?
      Is that mandatory in seeburger related scenarios? Do i need to have the access to accomplish my business requirements
    Because Seeburger has already some default mapppings if i need to prepare any mapping that should be accessible to me right.?
    pls clarify on this.
    brief me about BIC modules that would be used in Adapter configuration ? How can we do those modules?
    Pls clarify
    Regards

    Hi,
    Can anybody pls give me overview on BIC mapping designer?
    --> THE BIC Mapping Designer responsible for managing the transformation of messages is an easy-to-use graphic tool, which gives the possibility of providing software for complicated transformations as well as quick performance for those which are less demanding.
    This is a graphic tool for the purpose of defining data formats and the information flow diagram. The relation between the source and the destination can be defined easily by means of the drag & drop technology. It may also be extended by a big set of manuals, a code in the JAVA language may be used as well. This enables the implementation of the business logic for any application.
    used for transforming and compressing data.
    File adapters: EDIFACT, ANSI X.12, TRADACOM, VDA, ODETTE, SWIFT, Biz Talk, XML.
    Servicing the data bases via JDBC , ODBC controllers.
    Message compression (GZIP,.. ).
    Dividing and joining files.
    Data format and business logic converter.
    List printing generator, data-entry-mask generator.
    Blog- Handling EDI interfaces using Seeburger BIC modules
    Handling EDI interfaces using Seeburger BIC modules
    Forum postings - Seeburger BIC Help!!
    Re: Seeburger BIC Help!!
    Is that mandatory in seeburger related scenarios? Do i need to have the access to accomplish my business requirements
    --> BIC Mapping is required in case of EDI Messages, as Amir had already mention inprevious post if the messages are coming in XML format, then I don't think its mandatory to use.
    Because Seeburger has already some default mapppings if i need to prepare any mapping that should be accessible to me right.?
    --> Refer -- Building own schemas in Seeburger bic mapper  
    Building own schemas in Seeburger bic mapper
    Plesae refer below links to get more details of BIC Mapping designer
    check the link related to bic mapping
    1.Handling EDI interfaces using Seeburger BIC modules
    2.Building own schemas in Seeburger bic mapper
    3.BIC mapping names / classes
    4.Seeburger - BIC configured as Module
    Thanks
    Swarup

  • Seeburger BIC mapping designer : querry

    Hi,
         We have installed the SeeBurger BIC adapter. I have a querry regarding the mapping that we specify as a parameter to the BIC module in the modules tab of the communication channel.
          Are there standard mappings provided with the installation for EDI -> XML and vice versa , and we simply need to provide the name of the mapping that needs to be used or do we need to develop the mappings from scratch using the BIC mapping designer.
          If the first case is true then how to get the names of all the mappings that are provided so that we can make out which one do we need to use. If it is not so please help me with the BIC mapping designer manual path on the installation as we are not able to figure out the path to the manual.
    Thanks in advance,
    Pravesh Puria.

    Hi Babu,
    <i>1."you can use these mappings in "Modules" of your seeburger communication channel."
    >> can we use these developed mappings with BIC MD in any communication channel of Seeburger like OFTP,FTP ,AS2 ,BIC or we need to use those mapping with only BIC communication channel?</i>
    >>> Yes Babu,You can use this in all communication channel modules .
    one thing, "BIC" is not a seeburger adapter type.
    You need to deploy BIC Mappings in your XI server.
    You have to refer Seeburger manuals for this.
    <i>2.lets say if we have developed mappping with BIC MD ,then do we need to develop mapping with XI mapper too or its not needed?but if we do mapping with Xi then data format will be of xml but it needs to be converted to/from EDI ,so how it can be possible just with XI maping and no BIC MD mapping?</i>
    >>> No, You Cannot do it in only  with XI Mapper.
    First you need to use BIC Mapping in modules which will convert your EDIFACT format to EDI-XML.
    After this you need to Apply XI Mapping Which will Convert EDI-XML to your IDOC-XML.i.e. your mapping program.
    Thanks & Regards,
    Akshay Jamgaonkar.
    Reward Points For Good Answer .

Maybe you are looking for