Header section looping for EDI 214 schema

Hi,
I have an input schema in the below format.
<RootNode>
<Header>
<Milestone/>
<Details>
<Detail>
</Detail>
<Detail>
</Detail>
</Details>
</Header>
<Header>
<Milestone/>
<Details>
<Detail>
</Detail>
<Detail>
</Detail>
</Details>
</Header>
</RootNode>
And for output,I am using the standard EDI X12 214 schema.
For detail level looping, i have mapped "Details" node to "LXLoop1" which supports looping. And hence when i place a file with single header and multiple details, i am getting the desired output.
But I also need to handle header level looping, So i tried mapping "RootNode" from input schema to "X12_00401_214" node which is a root node for output schema. But when I place input file with multiple headers, I am getting the below
error.
Unable to read the stream produced by the pipeline.
 Details: Error: 1 (Segment level error)
 SegmentID: B10
 Position in TS: 1
 5: Segment Exceeds Maximum Use Description 
Please suggest on how to proceed with the outer looping part as soon as possible.
Thanks in advance,
Anand

So, if those header details are different, different shipments I presume, then you have some more work to do.
You can't use a single ST for your batch because, as you've noticed, B10 doesn't loop.
Here's the steps you have to take:
Debatch the incoming message to individual Header messages.
Map each to Header to an individual 214.
At this point, you have another choice:
Send each 214 individually by routing it directly to the Send Port.  This will give you one ISA/GS/ST per outbound message/Interchange.  Some receivers are perfectly fine with that.
Batch the indivisual 214's to create a single Interchagne, ISA/GS, with multiple ST's using the Batching Service.  Details here:
http://msdn.microsoft.com/en-us/library/bb226413.aspx

Similar Messages

  • Opens a form with the middle part not the header section

    i am using forms 9i.
    i have a form (Form 1) whose windows size is 800X600 which is scrollable .
    In Form 1 at the below (end) i have a button on cllicking which Form 2 is opened.
    but Form 2 is not opening with the header section. it is opening with the below section.
    Form 1 has the many item and at the end a button is avaliable say
    employee Details
    on clicking this button it has to open Form 2
    Form 2 has the following items in it
    Name:
    Id:
    Department:
    experience:
    Personal details:
    on clicking the button it should open the form from the Name item right. but it
    opens with the item experience . i have to scroll the form to see the header section .

    Thanks for your answer.
    ya i have given go ittem (Name);
    its working. That is control goes to that item (that item is enabled as blue) but then as it opened we can see items only from the description field. To see the name field which is on top of the form and which is in focus(due to the go_item), we need to scroll up using the browser scroll bar. Our understanding is that since the forms is running as an applet in the IE browser, do we need to do some setting in any of the config or environment files so that the form will always open with the top of the form visible to the user? Please advise.
    THanks and regards,

  • Please provide the Message type ,IDOC TYPE , PROCESS CODE for Edi 990 ,214

    Hi friends,
    Please provide the Message type ,IDOC TYPE , PROCESS CODE for Edi 990 (Response to a Load Tender)., 214 (Shipment Status )
    For shipement status i got trxstc01 for idoc type .. but its only before 4.6 version ..for 4.7 its not there .. please give the alternate for that ...
    Thanks in Advance ....
    If any one is provide exact answer i will give Max marks ..
    Edited by: ajay KOLLA on Aug 6, 2009 8:04 AM

    Hi,
    Have you resolved this issue. If yes, can you please let me know. Im actually looking for same for EDI 867 (guess it is for summary report and need to know message type, Idoc type associated with this).
    Rgds
    Sudhanshu

  • Can I place a html5 or flash video of a surfer in the header section?

    I have been asked to build a home page with a video of a surfer riding a wave at a fun surfing location. We think it would be cool for the web user to come to the home page and right away watch a surfer catching a wave and riding accross in the video in good size area of the header section of the home page. Not sure what technology is available to best do this...html5 or flash or even java any suggestions would be helpful.
    I have been browsing the web to see other similar examples and ideas to get a feel for the best way to approach this.

    Yeah I get it. You want a video banner. It doesn't really matter where you want your video placed on your page. The point is you want a video on your page, right? I think you're over-thinking it, dude. It doesn't matter to techies if the video is of a surfer at a popular surfer location. It could be a video of a surfer doing a bellyflop in a mud puddle for all it matters. That's irreclevant to the technical discussion. Try to boil your problem down to the basics here. I'm just wondering what your problem is. Are you having a problem embedding a video or what exactly? If you're having a problem embedding a video on your page then I suggest using YouTube as a cross browser solution. You can use the embed parameters to customize your YouTube video to do things such as autoplay, loop, custom size, hide YT controls, etc. Give it a try for a simple solution.
    best,
    Shocker

  • Automatic Output determination for PO for EDI

    I have a requirement to generate IDOCs automatically when POs are created/changed (only for certain plants) and send this PO to a certain plant which is set up as a customer ( KU partner type in Partner profile )
    I have done the following :
    1) Created a Z output type - Z005
    2) Created Partner profile with message determination for ORDERS with process code Me10 (also added ORDCHG with ME11 later).
    3) Create condition table - 925 with PO output type and Plant as criteria
    4) Maintained and activated requirement routine(here i check if Mat. type is 'RAW' and force sy-subrc = 0) and access sequence.
    5) Maintained message schema and added my condition type (Z005) and requirement routine(911) there.
    6) I have config to submit IDOCs immediately in Partner profile and in NACE.
    But somehow, the output type Z005 for EDI (6) is not automatically created when I create a PO that matches my conditions.
    I am able to create an Idoc when I manually Key in Z005 in PO header message.Once i save after manually enter the message type, it is auto generating on any further updates.
    Am I missing any config to auto generate Z00t type output for EDI  for the first time?
    Thanks in advance.
    Shareen

    Hi,
      Check this document for reference:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d4ce58df-0901-0010-a4be-9ae9eda61107
    cheers
    Aveek

  • How to add a field object to group header section in crystal report document?

    Hi All, I have got two questions mentioned below, please share your inputs. 1)I want to know whether it is possible to add a field object to header section in crystal report document programmatically? I am using crystal runtime for visual studio. I know that using RAS we can do it, but I want to do it using managed library of crystal runtime. Please suggest. 2) I am doing a POC where I am using RAS (unmanaged library) to manipulated crystal report document. Please see code below: var dbTable = _reportDocument.ReportClientDocument.DatabaseController.Database.Tables[0]; var dbField = dbTable.DataFields.FindField(item.ColumnName,                         CrystalDecisions.ReportAppServer.DataDefModel.CrFieldDisplayNameTypeEnum.crFieldDisplayNameName,                         CrystalDecisions.ReportAppServer.DataDefModel.CeLocale.ceLocaleEnglishUS); CrystalDecisions.ReportAppServer.ReportDefModel.FieldObject fieldObject = new CrystalDecisions.ReportAppServer.ReportDefModel.FieldObject();                     fieldObject.DataSourceName = dbField.Name;                     fieldObject.FieldValueType = dbField.Type; var groupHeaderArea = _reportDocument.ReportClientDocument.ReportDefController.ReportDefinition.GroupHeaderArea[0].Sections[i]; _reportDocument.ReportClientDocument.ReportDefController.ReportObjectController.Add(fieldObject, groupHeaderArea); In above code last line throwing exception : "The report field type is not valid." at CrystalDecisions.ReportAppServer.Controllers.ReportObjectControllerClass.Add(ISCRReportObject ReportObject, Section Section, Int32 nIndex) Thanks, Jai

    Hi Jaikumar
    As per the SCN Rules of engagement, one question per thread please.
    Re. your 1st question. Adding a field to a report is considered to be a report creation APIs (RCAPI). Only the RAS SDK has RCAPIs, so you can not use plain jane crystal APIs. For how to with RAS, see the examples here: NET RAS SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    Also, consult the Developer Help Files:
    Report Application Server .NET SDK Developer Guide
    Report Application Server .NET API Guide
    Re. your second question, please create a new discussion.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Any new features in R12 for EDI

    Hi all,
    Currently POD (proof of delivery) comes to our client through EDI 214. Sometimes due to some problems in EDI this message got lost and the business has no traceability of this message. Is there any additional capabilities available in R12 so that better traceability will be there on messages received,failed messages and reason for failure etc.,?
    Thanks in advance.
    Best regards,
    Bharathi

    There is new Checklist functionality in base Release 12 that allows you to generate to do lists based on life events, e.g., create a new template 'to do list' for new hires and then when a new hire is detected, generate a to do list for that new hire and allocate out actions using AME.
    For multi business group customers, there is also new Global Transfer screens that automate the process of an employee transferring between BGs.
    There is a new Leave of Absence Screen in Self Service, replacing the old clunky one.
    Finally, the SSHR Competence Profile screen has been upgraded and much improved.
    I would say that there are some 'nice' HRMS features in R12 but nothing compelling an upgrade; unlike Financials as Ramsys says. This will change in a year or so as any new enhancements will only be delivered in releases like 12.1 and so on.
    Most importantly though, it will get increasingly difficult to get your bugs fixed in 11i, with only critical fixes getting approval after a while. An R12 upgrade should be on everyone's 2-3 yr roadmap for this reason alone.

  • Custom HTML meta tags in head section

    We want to add custom HTML code to our html-type (HTMLHelp,
    FlashHelp, WebHelp) output.
    We know how to add HTML code to the <body> section, by
    selecting from RoboHelp's main top menu "Insert > HTML".
    We also know how to add HTML code to multiple topics at once,
    by adding the HTML code to the header and/or footer or a template,
    and linking the relevant topics to that template.
    We now want to add HTML code (in particular, custom META
    tags) to the <head> section. However, it appears that the
    content of the template header appears in the <body> section.
    Of course, we could run a search-and-replace-all on our
    existing topics, to replace existing HTML code on the <head>
    section with our custom code. But we would need to remember to do
    this each time we add a new topic. It is not a big deal, but this
    does not seem to be a very efficient way of doing this.
    We figure that there must be some type of collection of
    HTML-templates that RoboHelp uses each time a new topic is created,
    to automatically insert some standard HTML code. But, do we have
    easy access to such HTML-templates? Where are they stored?
    Thanks for you help!

    Have you tried working in the "True Code" editor? This seems
    to be all you need to do.
    John

  • Why won't the header section of my Classic document print?

    When I print a Classic document, printing begins at the bottom of the header section. The header section itself and any text therein is just ignored. (The header text is definitely within the page margins and the print margins, and the header dimension appears in the LaserWriter 8 Print dialogue box).
    This is a great embarrasment if you are working with pre-printed stationery incorporating letterheads; to achieve the desired result you must add the header dimension to the letterhead dimension to find the insertion point setting for the first line of your document !!
    Does anyone have a solution? The only clue that I can offer is that the printer is connected via a USB to parallel converter cable. (And there are no problems with OS X documents).

    Hi, Roger. Every printer has a hardware-delimited maximum print area, and that area may in some cases be further restricted by the printer driver used. The position of that defined maximum-print-area rectangle on the page is also controlled by hardware or software or both. Any limitation that is imposed by your printer itself will, of course, not vary from OS X to OS 9 or Classic mode. But if your OS X driver and your OS 9 driver impose different print area restrictions, you'll see different results in Tiger and Classic. And if you're not using any OS 9 driver, as I suspect may be the case, then you may have to conclude that your old Classic apps (isn't WriteNow wonderful? I still use it too) just aren't as compatible as you might like with Classic printing in Tiger, or with your Gimp-Print driver, or with your parallel-to-USB adapter. There's an awful lot in the equation that was undreamed-of in 1994.
    If there's no other driver option for you to try, then I strongly suggest buying a new, Mac-compatible printer to replace the old BJ-30, which was never meant to be used with a Mac in the first place.

  • How do you change the header/footer color for MyPage.

    I understand that you can change the type of headers and footer for Mypage using Subportals. If I want to change the 'color' of the header for mypage, do I just have to 'create a new header using a different color' or 'edit and change the color of the existing header portlet in the Brand setting'? Does that mean that I need to create several header portlets of the same type with different colors?

    Couple of points:
    In 5.0, unlike 4.5, individuals can not change the color of their MyPage, and is determined by the Subportal assignment of the user. The MyPage color (and header) can be different for each Subportal, but users only belong to a single Subportal, and Subportals and Subportal assignments are usually only made by the Portal manager.The color can , however, be different on each Community, and that can be controlled by each Community manager.For Subportals, you need to create a new header Portlet for each color scheme.For Communities, you do nothave to create a new header Portlet: Choose an existing Portlet from the Community editor, save your changes, re-open the Community editor, and go back to the Header and Footer selection screen. You will be able to click on the selected header Portlet and change the color scheme for that one Community.

  • How to get SYSDATE in the header section dynamically when we run the report

    I have one more issue may i know how can i get the sysdate in the header section when i run the report.
    as we have the requirement like this
    In the header section
    Run Date : ("sysdate").
    How to get the sysdate dynamically in the RTF template, when i go across the google i found that header and footer section did not allow form fiields .
    So is there any way to do it.
    Thanks in Advance.
    Have a Nice Day.

    You cannot insert form fields in the Header section, but you can just insert the code to achieve this. For example: insert this in the header section to view the sysdate: You could format the date as you would like..
    <?xdoxslt: sysdate(‘YYYY-MM-DD’)?>
    Since you are new to BI publisher, search the forum, review the Report Designer's guide for BI publisher. You will find that most of your basic questions are answered there and there are examples as well.
    Thanks!

  • ADF: coloring the complete header section of table

    Hi Everyone,
    im using Jdev 11G.
    I have created ADF Read only table on the page.
    The table cosists of 15 columns.
    To color the column heading and to make it bold i usesd the below script in the source of my page:
    <f:facet name="header">
    <f:verbatim>
    <table cellspacing="0" cellpadding="0"
    border="0" width="100%"
    style="background-color:#CPD8A1; width:100.0%; height:inherit;">
    <tr>
    <td width="100%" style="font-weight:bold;">Name </td>
    </tr>
    </table>
    </f:verbatim>
    </f:facet>
    Now the problem is:
    one of the column in my table is: "Customer's current residential address".
    Now when i redused the space for this column the heading splited to two parts one on the top of other.
    so the height of the header section for the table has increased so the background color is coming only for text not for the complete header part.
    For suppose the first column is SNO then the background color is for only till SNO but the header height has increased so the remaining space it is coming hasbackgraound white.
    Now i want the same background color for the complete header section without any white color.
    I think im clear with my requirement...
    Any ideas wil be really helpful.
    Thank you.

    One more hint, Oracle ADF has a skin editor which greatly helps you with your task. Depending on you JDev version you cna use the build in version (11.1.2.x) or use the stand alone version which you can donwload from http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html (bottom of the page and make sure you read the instructions+).
    Timo

  • Report header section does not print all pages

    Hi,
    I have a custom report that consists of all 3 parts. it has a header section, main section, and a trailer section.
    I have a problem in a header section that it does not print all pages. It only gives the output of the first page and the last page for the header section.
    I open the .rdf file with oracle reports 6i .
    what do i need to check please?

    Please refer the following thread:
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-dev-l/report-header-section-does-not-print-all-pages-4166062

  • Can Grow Fields in Group Header Section Overlap

    Does anyone know of a size limitation to can grow fields on a group header section?   I have 2 fields in a group header section of my report.  They are defined as varchar(3000) and varchar(6000).   However, on my test case, the contents of each has lengths of 1,113 and 572 respectively.   The fields are listed vertically in the group.   The one that's listed on top, overlaps the one on the bottom.
       field_varchar(3000)
      field_varchar(6000)
    Thanks in advance for any help or information you can provide.

    Thank you SO MUCH!   That worked!!   I should've thought of that myself - but I'm pretty new to Crystal.

  • Placeholders in header section of topic page?

    RH 8.02
    Merged WebHelp
    Has anyone figured a workaround for getting placeholders (breadcrumbs, mini-TOC) into the header section of a topic page, standard or master? (The placeholder options are dimmed when selecting header or footer.) Even if I try to sneak in the HTML, RH just blows it away or keeps it with no functionality.
    Have they fixed this in RH9?
    Leon

    Boy, what the he*& were they thinking (the Adobe people)? Why would they allow the addition of "pseudo-header" content that works just like header content, but entirely outside the documented header-body-footer construct? Instead, in the case of my example below, they're transforming the "pseudo-header" placeholders in the master page into a placeholder-header hybrid in the topic assigned to the master page.
    I wouldn't mind so much if they actually documented it, instead of sticking with this in their help:
    Note: You cannot insert a placeholder inside a paragraph as inline text or in headers or footers.
    My testing:
    In a master page, add the HTML code for two placeholders (breadcrumbs and mini-TOC) "between" the <?rh-region_end type="header" ?> and <?rh-region_start type="body" ?> tags.
    Assign the master page to a topic; that topic's source file now contains a <?rh-placeholder type="header" ?> tag after the <body> tag!
    Generate the output; placeholders appear in the output.
    Edit the master page (change the mini-TOC label, for example, from "In This Topic" to "See These Sections").
    Generate again; the change appears in the output.
    So, when they say (further up in their Master Page help topic):
    When you create a topic using a master page, the body content is placed in the resulting topic. If you apply a master page to an existing topic, the body content is ignored. [except for the pseudo-header content in the body, you mean]
    Wow!

Maybe you are looking for