Possible to pick records with out identifier in a file?

Hi All,
I have a file with header,trailor and detail.. I want to know does each should have a seperate identifier or BODS can pick up with out any identifier??
Say Header has a identifier H and Tailor has T where as Detial doesnt have any .... Is it possible to pick and process the file in BODS for a header..its respective Tailor and its respective detials???
Thanks
Rajeev

Hi,
I'm asuming your file contains only one set of Header,Detail,Trailer. Also I'm assuming that the first field in the detail records would never begin with H or T ?  If so then you can define three separate file formats, one for the header, one for the details and one for the trailer.  If the header and trailer records are identical in structure then you just need one file format for both of them and a seperate one for the details.  In the file format for the header/trailer you will define the record structúre which would obviously include the indicator field. When you want to read the header record use the header file format (or header trailer combined format) and specify WHERE indicator='H' in the Query transform, similarly when you want to read the trailer records use the trailer file format (or the combined one) and specify WHERE indicator='T'.  Lastly when reading the detail records use the detail file format and specify WHERE indicator <> 'H' and indicator <> 'T'.
Hope this helps.

Similar Messages

  • Is it possible to cancel GR with out cancel IR?

    Is it possible to cancel GR with out cancel IR? If the GR/IR already made for a PO?
    Suresh

    Hi
    Yes you can cancel the GR after the IR has been posted.
    In Case of  GR-Based IV ,
    You need to maintain the customizing
    SPRO-> MM-> Inventory mangement-> Goods Receip-> For GR-Based IV, Reversal of GR Despite Invoice. for the required movement type
    Reward points if useful
    Thanks & Regards
    Kishore

  • Picking records with distinct col values

    Hi gurus,
    I have a table with
    id col1 col2 col3
    1 a b c
    2 e f g
    3 a b c
    4 a b c
    what would be the query to pick records with distinct col1,col2,col3 values.i.e records with col values 1,a,b,c and 2,e,f,g only in the above table
    Could you please help me on this?
    Best Regards
    Sridha

    SQL> with t as
      2  (
      3  select 1 COL1,'A' COL2,'B' COL3,'C' COL4 FROM DUAL UNION ALL
      4  select 2,'D' COL1,'E' COL2,'F' COL3 FROM DUAL UNION ALL
      5  select 3,'A' COL1,'B' COL2,'C' COL3 FROM DUAL UNION ALL
      6  select 4,'G' COL1,'H' COL2,'I' COL3 FROM DUAL UNION ALL
      7  select 5,'D' COL1,'E' COL2,'F' COL3 FROM DUAL
      8  )
      9  SELECT COL1, COL2, COL3, COL4
    10  FROM T
    11  /
          COL1 C C C
             1 A B C
             2 D E F
             3 A B C
             4 G H I
             5 D E F
    SQL> with t as
      2  (
      3  select 1 COL1,'A' COL2,'B' COL3,'C' COL4 FROM DUAL UNION ALL
      4  select 2,'D' COL1,'E' COL2,'F' COL3 FROM DUAL UNION ALL
      5  select 3,'A' COL1,'B' COL2,'C' COL3 FROM DUAL UNION ALL
      6  select 4,'G' COL1,'H' COL2,'I' COL3 FROM DUAL UNION ALL
      7  select 5,'D' COL1,'E' COL2,'F' COL3 FROM DUAL
      8  )
      9  SELECT COL1, COL2, COL3, COL4
    10  FROM
    11  (
    12  SELECT COL1, COL2, COL3, COL4, ROW_NUMBER () OVER (PARTITION BY COL2, COL3, COL3 ORDER BY COL1) AS RN
    13  FROM T
    14  )
    15  WHERE RN=1
    16  /
          COL1 C C C
             1 A B C
             2 D E F
             4 G H I
    SQL>

  • Without  PR  create a new PO is possible,but i want with out PR  create PO

    Dear sir
    without  PR  create a new PO is possible,but i want with out PR  create PO  is not Possible,that setting please provide

    Dear,
    Make PR entry mandatory for ME21N transaction.
    Check: PR mandatory in PO Creation ME21N and ME22N
    Regards,
    Syed Hussain.

  • How can i invoke a file chooser dialog box with out using input type=file

    how can i invoke a file chooser dialog box with out using <input type=file> can any one help me mail me to [email protected]

    You could use an applet...
    Or maybe Javascript has some way to do it.

  • IS it possible to save report with interactive features in a file?

    I know we can save the static report but is it possible to save the interactive features also?
    Like drill down, prompt, etc.
    i can understand that the html or pdf file cannot connect to database to retreive the data but just want to cross check with you experts.
    Please help gurus.
    Thanks,
    Karthick

    Hi all,
    My client is expecting html file with drill down features of the report in it. Is it possible by any way? I Know it is not possible. But if this is not possible i need to move out of obiee to some other product which i dont like to do.
    Thanks,
    Karthick

  • Is it possible to send mail with out giving password in javamail api?

    hi every one,
    i wrote a program to send a mail by using Java mail. In that i was providing username and password. its working fine,now because of some security issues i dont want to provide password in the application. is it possible in javamail to send a mail with giving the password?
    please help on this...
    thank you.

    JavaMail can certainly operate without a password, but the question is whether your server
    will let you send mail without a password. Chances are it won't.

  • Query Based VO Can insert record (With out EO)

    I have question.
    I have Query Based VO (Not belongs to any EO).
    I need insert record using that.
    Is it possible?
    Hope quick response.

    No.

  • Possible to have certificate with out any application servers

    Hello All,
    I need to make an https call to a remote system from my windows machine. My system has only j2sdk1.4 environment and no application servers in my side. My remote system expects me to send digitally sign the data and sent along with the certificate of mine. My question is
    1. Do we need to have any application server in my side if we get the certificate from CA? Can't we have that certificate installed in my windows system.?
    2. When getting the certificate from CA, I hope we get private and public key. How to sign the data using the private key ? (If iam not correct pls tell me what we get from CA?). Any api's available?
    3. I need to send the certificate along with the signed data in xml structure like
    <Request>
    <certificate> ........</certificate>
    <signed data>.......</signed data>
    </Request>
    How i can store the certificate in the xml element? Since i have not seen any certificate, is that certificate is like lengthy number like "abc345234re"?
    I would be very thankfull to you if i u could help me out in this crisis.
    Tons of thanks in advance.

    1. Do we need to have any application server in my
    side if we get the certificate from CA? Can't we have
    that certificate installed in my windows system.?Yes
    2. When getting the certificate from CA, I hope we
    get private and public key.No. You generate the key pair locally; you extract the public key in a certificate; you send the certificate to the CA to be signed; you get it back signed from the CA; and you import it into your keystore. [That way nobody but you has your private key.]
    How to sign the data
    using the private key ? (If iam not correct pls tell
    me what we get from CA?). Any api's available?Use the javax.xml.crypto.dsig package in the Java Web Services Developer Pack from Sun.
    3. I need to send the certificate along with the
    signed data in xml structure like
    <Request>
    <certificate> ........</certificate>
    <signed data>.......</signed data>
    </Request>
    How i can store the certificate in the xml element?The JWSDP does all this for you.
    Since i have not seen any certificate, is that
    certificate is like lengthy number like
    "abc345234re"?Yes, but you don't need to care. It's base-64 encoded into the XML by the API above.

  • Down Payments with out Billing plans is possible ?

    Hi experts,
    1. Is it possible Receiving down payments with out Billing plans?
    Scenario is customer pays 50% payment firist and remaining amount pays before PGI. so how shall i map? Currently am receiving advance amount by using F-29 t.code.
    2. If customer cancels his Sales Order how shalli pay advance amount return.
    Thanks In advance
    Rajendra

    HI rajendra,
         it is not possible to use downpayments without billing plan.either u have use milestone or periodic billing depending on business requirement.
    if u r recieving advance from customer directly thru FI route ,system would generate accounting doc (parking doc ) as a reference which goes to particular G/l account.
      use that doc number as reference and map it to downpayment condition record thru SD route in vk11,so that when ever u create a sales order system generates downpayment document with ref to this cond record.
    if customer cancels order ,condition record for advance recived still exists which can be used to next transaction as advance.
    but crucial part is once u have done PGI and billing for the advance recieved ,u will have to mark this conditionrecord as deletion or expired.sothat system will not use this or duplicate into other transactions.
    this is feesible and achievable.
    reward if helps !!!!!!

  • I would like to purchase cs6 with out going throuh the VIP or creative cloud. Is that possible?

    I recently made a purchase from Insight to purchase the CS6 Creative Studio for DreamWeaver. I was told that all purchasing was done through the creative cloud and the "VIP" Process...
    This will cause procurement issues for my program. The initial cost was $1,700 for 1 license. Now its $700+ for 1 year only. This is an issue, that will require our DOJ (legal branch) to become involved since there is a 1 year contract. Is it possible to purchase CS6 with out going through the cloud concept. I know how unforgiving Adobe is with their 1 year time limit. I know this will be a problem. I just dont like the word contract being used in the purchase of software that your paying big money for. I understand CS5.5 does not require a contract. Is CS5.5 still available for resale???
    Those are my questions.
    Thanks

    You can buy the perpetual CS6 from Creative Suite 6
    Regards
    Rajshree

  • Is there a way to remove many photos from the iPhone camera roll with out having to delete photos one by one?  I need space, it's so full and I've opted out of deleting them when I sync them to my computer in the past.

    Since I've transfered all my photos to my computer & added the files that I'd like on my phone in iTunes I'd like to delete the photos from my camera roll on my phone, but there are a lot and I'd like to be able to do it quickly.  Is it possible to do this with out having to put each on into the trash on my phone?

    *correction*
    Arrow in bottom left allows you to multi select. After you choose your photos, you can hit the delete button that appears in the bottom right hand corner. Or, you can hit the cancel button in the rop right and not delete them

  • Create invoice with out sales order or delivery

    Hi,
    is it possible to create invoice with out sales document or delivery. A scenario, where you buy some article and get the invoice and pay the money.

    need to raise direct VF01 for a customer. Is there any Bapi
    Go to SE37, input BAPI_BILLINGDOC_CREATEMULTIPLE and execute. 
    1)  There press F8
    2)  Double click on the value "BILLINGDATAIN"
    3)  Input Sales Organization, Dis.Chnl, Div, Order Type, Bill date, Sold to etc., and press F3
    4)  Now execute (F8)
    5)  Press "Success"
    thanks
    G. Lakshmipathi

  • Audio recording with new iPod

    Looking at the specs for the "enhanced" fifth-generation iPod, I see no "voice memos" in the "extras" index. Does this mean this new edition of iPod no longer has the ability to record audio with an external mic?
    iMac   Mac OS X (10.4.7)  

    Is it at all possible to voice record with the new ipod?
    Yes, it's possible. The roadblock at the current moment is that no recording accessories have been developed and released yet.
    This thread has a lengthy discussion on voice recording:
    Rene Hart, "Be The First To Post Specs Of Audio Recorded w/5GiPod!!!", 11:33pm Oct 23, 2005 CDT

  • Un filed book marks did not transfer .how can I import them with out duplication of other folders ?

    I down loaded Fire fox and selected the option of importing IE favorites.The folders and their contence transfered fine but no unfiled favourites transfered .How can I now import the untransfered book marks with out duplacating previously transfered files and folders.

    Try import again, i think Firefox wont duplicate the bookmarks that already exist:
    *[https://support.mozilla.org/en-US/kb/import-bookmarks-internet-explorer Import Bookmarks from Internet Explorer]
    In IE try export only the bookmarks that you want:
    *http://windows.microsoft.com/en-us/internet-explorer/add-view-organize-favorites#ie=ie-11
    (IE export as HTML)
    Then Import to Firefox:
    *[https://support.mozilla.org/en-US/kb/import-bookmarks-html-file Import Bookmarks from a HTML file]

Maybe you are looking for

  • 500 internal server error

    i am using jdk1.3.1_02 java webserver2.0 and internet explorer 6.0 i am trying a servlet sample from "Java Servlet programming" of OREILLY .it contains a html form(one text field and one command button).i entered my name in text field and after click

  • Bridge won't run

    I have CS6. Bridge has quit running. I can't run it from the Starrt page, I can't launch it from F)Browse in Bridge. How do I reinstall just Bridge, or do I have to reinstall CS6 in total? Thanks.

  • Recordset functions

    I have created a simple photo gallery page and I'm having trouble creating the dynamic navigation. I have a page that contains thumbnails of all of the images using the following code: <cfquery datasource="#datasource2#" name="getphotos"> SELECT * FR

  • How to read the Lead Selection in Search UIBB

    Hello, I have a Search UIBB implementation with the list from Search UIBB. When the user double click any line in the List we want to call another program.  Not sure how to read the Lead selection. I see the event ID FPM_RESULT_LEAD_SEL  in Process_E

  • Script works in PowerGUI, not in ISE or from powershell.exe

    Hi, I am trying to integrate with the Manage Engine Password Manager PRO Rest API.. I have some code working on my desktop where I currently use PowerGUI this was all seemingly working correctly.. I have then gone to execute the code from a window on