Seeburger FTP Adapter And SAP PI 7.1

Hi Everyone,
Just a few questions about Seeburger FTP adapter please. Bit of background for clarity, we are doing an implementation using Seeburger FTP and sap PI 7.1 picking up EDIFACT (Orders) and returning (DESADV, ORDERSP, INVOICES). However we are not using any BIC, using another tool for EDIFACT -> EDIFACT-XML conversion (conversion agent) and in-house mapping development using graphical mapping.
So couple of things which I haven't been able to figure out from the standard documentation for Seeburger FTP adapter:
1) First is the functional ACK which we are meant to send back to the VAN is that a STANDARD FUNCTIONALITY with Seeburger FTP adapter?
2) Because we are receiving a mix bag EDIFACT interchange on the way IN, I need to split messages accordingly and pass them on to the relevant channels and mappings. By using the standard module Splitter can I achieve that?
3) Lastly some of the standard validations which are applicable to EDIFACT are they supported within the FTP adapter automatically? e.g. Counting number of messages in one interchange etc.
Any help in this regard will be really great.
regards

Now a Good news.
If you are using Seeburger version 2.1 (which you should be as you want it for PI 7.1), then there is an Internal Classifier and Split option for FTP adapter. You just need to tick checkbox "Use built-in splitting" and you are done. Then I believe there won't be any need for considering all these problems. The earlier version of Seeburger with PI 7.0 doesn't have such option and that could be the reason you haven't received any appropriate response yet.
Still I will reply all your questions considering that "your case is of PI 7.0". -> remember PI 7.0
>>even with just splitter we should be able to break it up?????? or am I wrong in thinking this?
No. You even need BIC or an equivalent custom module for achieving this.
>>I can't visualize where to handle the overall message count in one Interchange any suggestions?
You need to write an adapter module for this. Not sure about the code but this module has to be added before the split happens.
>> seeburger ftp adapter it does talk about a lot of reports which are available on sender/reciever actions. e.g. delivered, despatched etc. Are these reports not essentially ACKs?
These reports are the ones used at the receiver side for getting the ACKs from the receiver. Your requirement is at present for sender scenario.
Regards,
Prateek

Similar Messages

  • FTP Adapter and Seeburger

    Hi,
    We are using the FTP adapter and the Seeburger BIC adapter (is configured as a module in the FTP communication channel)
    When we receive EDIFACT files the first step that is performed is the conversion from EDIFACT to XML messages (done by Seeburger module). This process performs also a XML syntax check. When this syntax check fails the complete process stops. The FTP adapter wants to read the file (with the error) again and again.
    When we have 10 files in the directory and the first one is in error, the adapter does'n process the other 9 anymore!!
    Quality of service is: Exactly Once.
    Thanx
    Ron

    Felix / Ron,
    In the Seebuger FTP adapter, I have
    Module Key - exit     
    Parameter Name - JNDIName
    Paramter Valu - deployedAdapters/SeeXIFTP/shareable/SeeXIFTP
    JNDIName, should I be replacing this with some other name. I'm trying to get Seeburger FTP to work and in the messaging monitor, I see the message as passed to Module Processor but it does go anywhere from there.
    Can one you throw some light on this...what to expect from this definition.
    Thank you,
    Pam

  • AS2 Adapter MDN option and Seeburger FTP adapter

    Hi Experts,
    I configured the a scenario AS2 to File, it takes all the signals from customer and placed in a particular folder, later by using some other scenario it goes to the seeburger workbench and process further.
    Now I sent one outbound (810) signal to customer, then we will receive the MDN back, so we receive MDN also in the specific folder (by using the above AS2 to File configuration)? or we need to create separate CC and Sender Agreement by using the sender party?
    One more Question about Seeburger FTP adapter
    I configured the sender side FTP adapter to pick the functional acknowledgement (997), in the component monitoring it is displaying the below error
    "Cannot create reservation, reason: Resource not available for reservation!; affected object : Resource (type:LOGICAL/id:ABCFTP/name:Logical resource name for abc to access the FTP mailbox)", I have deleted the old reservation in seeburger work bench resource management, still no luck.
    Could you please guide me.
    Thanks
    Ramesh

    Hi Experts,
    I configured the a scenario AS2 to File, it takes all the signals from customer and placed in a particular folder, later by using some other scenario it goes to the seeburger workbench and process further.
    Now I sent one outbound (810) signal to customer, then we will receive the MDN back, so we receive MDN also in the specific folder (by using the above AS2 to File configuration)? or we need to create separate CC and Sender Agreement by using the sender party?
    One more Question about Seeburger FTP adapter
    I configured the sender side FTP adapter to pick the functional acknowledgement (997), in the component monitoring it is displaying the below error
    "Cannot create reservation, reason: Resource not available for reservation!; affected object : Resource (type:LOGICAL/id:ABCFTP/name:Logical resource name for abc to access the FTP mailbox)", I have deleted the old reservation in seeburger work bench resource management, still no luck.
    Could you please guide me.
    Thanks
    Ramesh

  • Issues with Seeburger FTP adapter

    Can one of you with Seeburger FTP adapter experience share some information on these issues I'm facing
    1. Do I need to setup resource management in Seeburger workbench. If so, do I need to configure, resource, server and reservations. Do you have more information and what parameters I need here.
    2. In the Seebuger FTP adapter, I have
    Module Key - exit
    Parameter Name - JNDIName
    Paramter Valu - deployedAdapters/SeeXIFTP/shareable/SeeXIFTP
    JNDIName, should I be replacing this with some other name. I'm trying to get Seeburger FTP to work and in the messaging monitor, I see the message as passed to Module Processor but it does go anywhere from there.
    Can one you throw some light on this subject...what to expect from this definition.
    Thank you for all your replies,
    Parimala

    I'm resending this since I did not have any luck with it the first time.
    We also have an oss note waiting to be responded on this subject.
    When I send messages using Seebuger FTP adapter, I see the following information in the SAP message monitor -
    "Message entered module processor exit bean and will be transferred to JCA adapter".
    But does not get to IBM VAN mailbox. How do I trace from this point onwards.
    Should I use Seeburger monitoring tool for this? If so, I don't see anything in Seeburger monitoring (used all criteria).
    Please let me know if you have any information on this subject.
    Thanks,
    Parimala

  • Need help with a simple process with FTP Adapter and File Adapter

    I am trying out a simple BPEL process that gets a file in opaque mode from a FTP server using a FTP adapter and writes it to the local file system using a File Adapter. However, the file written is always empty (zero bytes). I then tried out the FTPDebatching sample using the same FTP server JNDI name and this work fine surprisingly. I also verified by looking at the FTP server logs that my process actually does hit the FTP server and seems to list the files based on the filtering condition - but it does not issue any GET or RETR commands to actually get the files. I am suspecting that the problem could be in the Receive, Assign or Invoke activities, but I am not able identify what it is.
    I can provide additional info such as the contents of my bpel and wsdl files if needed.
    Would appreciate if someone can help me with this at the earliest.
    Thanks
    Jay

    persiandude wrote:
    Topic: Need help with if, else, and which statements and loops.
    How would I display 60 < temp. <= 85 in java
    System.out.println("60 < temp. <= 85 in java");
    another question is how do I ask a question like want to try again (y/n) after a output and asking that everytime I type in yes after a output and terminate when saying No.Sun's [basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    Sun's [New To Java Center|http://java.sun.com/learning/new2java/index.html].Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    [http://javaalmanac.com|http://javaalmanac.com]. A couple dozen code examples that supplement [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance].
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's [Thinking in Java|http://mindview.net/Books/DownloadSites] (Available online.)
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683/ref=pd_bbs_1?ie=UTF8&s=books&qid=1214349768&sr=8-1]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance].
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806].

  • Seeburger ftp adapter issue

    Hi there,
    We have the following scenario. We want to get EDI 861 via ftp from our partner  to XI to our R3. The challenge we are facing is getting started with seeburger adapters. We looked into seeburger ftp/van adapter. We are not using VAN. Is it possible to configure this adapter in sender communication channel for our scenario? We tried it, but we are stuck at choosing the message protocol, because we get only the VAN supported message protocols from the drop down menu.
    Our goal is to get the EDI 861 from our partner via ftp, parse it to XML representation, map the xml to equvalent IDOC and send it to our R3. Is there a seeburger adapter that receives the edi and parses it into? If yes, how do we go about to solve this issue. Right now, we are not able to configure the adapter right so that we could get the edi flat file via ftp and get the parsed edi xml in xi moni.
    Your help is greatly appreciated.
    Thanks

    Hi,
    You need to configure the AS2_MDN_Sender Communication Channel with transport protocol is AS2 and Message protocol is Reports.
    Regards,
    Ramesh

  • FTP Adapter and DB Adapter

    I am having a FTP adapter for receiving the file in D3l format. This is publisher side. On the subscriber side i have a DB adapter. I get the procedure from i studio and installed on subscriber side. But while receiving the message it gives error
    ora-06513 coolections unintialised
    Can anybody help me?
    Thanks,
    Mehta.

    Please check and recompile the package and the procedure exported from iStudio. As a simple check, you can get just compile the empty package procedures and test a message at run time. Or, if your procedure is not too large , you can try posting it here and we can take a look at it.
    Regards,
    Shub Lahiri
    Product Manager
    OracleAS Integration

  • FTP Adapter and ordered delivery

    Hello
    We have a requirement to deliver files using FTP adapter in order of the creation time. In essence, files should be picked up from receive location in order of their creation time and delivered to the destination in the same order. Is it possible using FTP
    adapter in biztalk server 2009 or 2010. If I set "Ordered delivery" on send port, it will deliver files in order the FTP adapter picks them but there is no way to force FTP adapter to pick files in order of their created timestamp on receive side. Please let
    me know. Thanks very much !

    Hi,
    This is also discussed in this thread. Ordered
    delivery, means that the Subscription engine ensure that subscribers get the message in the order that they where delivered to the MessageBox. It does not ensure processing based on timestamp, for this you will need a
    singleton orchestration or place messages with their timestamp in database first and then process them (like store-forward principle) or
    you could use a FIFO kind of implementation, like explained in this post.
    HTH
    Regards,
    Steef-Jan Wiggers
    MCTS BizTalk Server
    http://soa-thoughts.blogspot.com/
    If this answers your question please mark it accordingly
    BizTalk

  • FTP Adapter and FileMask

    Hi,
    Can anyone tell me what is allowed in the FileMask property of the FTP Adapter?
    Ideally, I'd like to use regular expressions.
    I have this filename: R060620N
    I've confirmed that R*N and R??????N does work
    But what if I want to make it more generic with regular experssions, e.g.
    R??????(M|N)
    If FTP Adapter doesn't support this, are there others that do?
    My boss would prefer not to use 3rd parties... so what are my options?
    1) create another Receive Port - one for each R??????M and R??????N
    2) Use a pipeline to grab it all, and filter out what I don't need?
    (But, but, but... my FTP Adapter needs to delete the file after download, so how I can I 'delete' the file AFTER the pipeline as opposed to BEFORE?)
    3) Any other options? Am I stuck with using a 3rd party adapteR?
    4) NOTE: not likely I will be able to get the source system to change its workflow... and it would seem silly that I would have to write a program/script outside of BizTalk to prepare it for BizTalk (i.e. move the files to a dedicated directory first).
    Thanks.

    You definitly cannot use regular expressions.  I believe, like the File Adapter, you get one wildcard before and one after the '.'.  With FTP, it would also depend on what the server can support.
    If the number of masks is managable, 2-10 let's say, I would go with option 1.

  • Sender FILE/FTP adapter and filename

    Hi,
    I want to send a file with FTP and use the function APPEND.
    Is it possible to construct a unique filename, because the option "Add message ID" is not available when you choose APPEND.
    (I'm on SP9 but we want to patch op to 12 on a short notice)
    Ron

    Hello,
    You can create your own file name with SP12, see this weblog :
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i
    Perhaps you can use add Timestamp to create unique file name !
    Regards,
    Chris

  • Seeburger FTP adapter Configuration

    Hi all,
    Can anyone help me how to proceed with EDIFACT D96A-->Idoc Scenario.
    Thanks
    Gopi

    Hi
    you have to configure the sender file adapter at the sender side. in the sender file adapter you have to use the BIC module that will convert the EDIFACT msg into EDIFACT XML message.
    the conversion of EDIFACT to EDIFACT XML is done by the BIC mapping E2X.
    you can create the E2X mapping using the BIC mapper by selecting the option createE2Xmapping
    Thanks
    Rinku

  • Error File FTP adapter

    Hi,
             We need to connect to a VAN system to poll/post files. We have configured the file adapter in FTP mode, but when trying to post/poll for files, we are getting the following error:
    2009-10-09 07:17:57     Error     File processing failed with An error occurred while connecting to the FTP server '10.159.48.75:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 501 Syntax errors in parameter.     usage: %[recipient id]%[APRF]       where either [recipient] or [APRF] can be omitted.            (to change your current default SEND relationship).            %% (places you in your 'HOME' TR).   &['s'|'single'] ('get' command gets single file).   &['m'|'multiple'] ('get' command gets multiple files). '. For details, contact your FTP server vendor.
    2009-10-09 07:17:57     Error     Adapter Framework caught exception: An error occurred while connecting to the FTP server '10.159.48.75:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 501 Syntax errors in parameter.     usage: %[recipient id]%[APRF]       where either [recipient] or [APRF] can be omitted.            (to change your current default SEND relationship).            %% (places you in your 'HOME' TR).   &['s'|'single'] ('get' command gets single file).   &['m'|'multiple'] ('get' command gets multiple files). '. For details, contact your FTP server vendor.
    2009-10-09 07:17:57     Error     Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: An error occurred while connecting to the FTP server '10.159.48.75:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 501 Syntax errors in parameter.     usage: %[recipient id]%[APRF]       where either [recipient] or [APRF] can be omitted.            (to change your current default SEND relationship).            %% (places you in your 'HOME' TR).   &['s'|'single'] ('get' command gets single file).   &['m'|'multiple'] ('get' command gets multiple files). '. For details, contact your FTP server vendor..
    Can we directly connect to the VAN using FTP in PI, or do we need to do perform some other configuration.
    Regards,
    Shiladitya

    Hi,
      I think you need to use Seeburger's FTP adapter instead of normal FTP adapter.
    Read this discussion for more information:
    Re: Seeburger FTP Adapter And SAP PI 7.1
    Regards,
    Ravi Kanth Talagana

  • Configuring a Seeburger FTP Receiver Adapter

    Hello,
    I am trying to build a scenario where SAP ECC 6 sends an invoice to a customer via EDI.
    We are using ECC 6.0 and PI 7.0 and the Generic Seeburger EDI Adapters. The VAN is a GEIS EDISWITCH VAN (Eircom in Ireland).
    I am able to successfully send an IDoc from ECC 6 and into PI where a Seeburger map converts the message to EDI-XML format. I can use a file adapter to create a file in normal EDI format. But I can't get the Seeburger FTP adapter to work with the VAN.
    I have configured the correct IP, port, username and password but I keep getting the following message when the communication channel tries to send the message:
    <h6>Message processing failed. Cause: javax.resource.ResourceException: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: >> Description: com.seeburger.jftp.app.exception.FtpExceptionSoftProcessingError: Unexpected reply: 501-Syntax errors in parameter.    usage: %[recipient id]%[APRF]       where either [recipient] or [APRF] can be omitted.           (to change your current default SEND relationship).           %% (places you in your 'HOME' TR).   &['s'|'single'] ('get' command gets single file).   &['m'|'multiple'] ('get' command gets multiple files). >> </h6>
    The FTP session is expecting a PUT command with the recipient id and APRF as parameters but these are not getting passed. I suspect this is because I am not passing the correct variables to the receiver adapter but I don't know what variables it expects and where they should be specified. And I can't find the answers in the documentation.
    Can anyone shed some light on what I need to do?
    Thanks,
    Ben

    Hi Prateek,
    Thanks for your comments. The channel is set to GEIS(GeMarkIII). There is nowhere to specify a directory or filename. The settings I have used are as follows:
    Adapter Type: FTP (http://seeburger.com/xi)
    Receiver
    Transport Protocol: FTP
    Message Protocol: GEIS/GeMarkIII
    Adapter Engine: Integration Server
    Host name: <IP address of VAN server>
    port: 21
    User Id: <Our mailbox number>
    Password: <Correct password>
    Host path/VAN Partner ID: <blank>
    Script file: <blank>
    Transfer type: ASCII
    Connection mode: Passive
    Use keep alive: <Not checked>
    Security Mode: None
    Proxy Mode: none
    Resource ID: <blank>
    Deliver transmission report: <not checked>
    Payload mode: Attachment
    Attachment ID: SeeburgerMain
    Channel status: Active
    Use dynamic attributes: <Checked>
    Use non-empty attributes: <Checked>
    Request displayed report: <Not checked>
    Request dispatched report: <Not checked>
    Report timeout (minutes): 720
    Handle received reports: Refer reports to XI system
    There is nowhere in the communication channel configuration that allows me to specify the receiver ID or the APRF. The documentation say this is read from the EDI data and the relevant fields are populated.
    Any ideas?
    Thanks,
    Ben

  • FILE and FTP Adapter file size limit

    Hi,
    Oracle SOA Suite ESB related:
    I see that there is a file size limit of 7MB for transferring using File and FTP adapter and that debatching can be used to overcome this issue. Also see that debatching can be done only for strucutred files.
    1) What can be done to transfer unstructured files larger than 7MB from one server to the other using FTP adapter?
    2) For structured files, could someone help me in debatching a file with the following structure.
    000|SEC-US-MF|1234|POPOC|679
    100|PO_226312|1234|7130667
    200|PO_226312|1234|Line_id_1
    300|Line_id_1|1234|Location_ID_1
    400|Location_ID_1|1234|Dist_ID_1
    100|PO_226355|1234|7136890
    200|PO_226355|1234|Line_id_2
    300|Line_id_2|1234|Location_ID_2
    400|Location_ID_2|1234|Dist_ID_2
    100|PO_226355|1234|7136890
    200|PO_226355|1234|Line_id_N
    300|Line_id_N|1234|Location_ID_N
    400|Location_ID_N|1234|Dist_ID_N
    999|SSS|1234|88|158
    I would need a the complete data in a single file at the destination for each file in the source. If there are as many number of files as the number of batches at the destination, I would need the file output file structure be as follows:
    000|SEC-US-MF|1234|POPOC|679
    100|PO_226312|1234|7130667
    200|PO_226312|1234|Line_id_1
    300|Line_id_1|1234|Location_ID_1
    400|Location_ID_1|1234|Dist_ID_1
    999|SSS|1234|88|158
    Thanks in advance,
    RV
    Edited by: user10236075 on May 25, 2009 4:12 PM
    Edited by: user10236075 on May 25, 2009 4:14 PM

    Ok Here are the steps
    1. Create an inbound file adapter as you normally would. The schema is opaque, set the polling as required.
    2. Create an outbound file adapter as you normally would, it doesn't really matter what xsd you use as you will modify the wsdl manually.
    3. Create a xsd that will read your file. This would typically be the xsd you would use for the inbound adapter. I call this address-csv.xsd.
    4. Create a xsd that is the desired output. This would typically be the xsd you would use for the outbound adapter. I have called this address-fixed-length.xsd. So I want to map csv to fixed length format.
    5. Create the xslt that will map between the 2 xsd. Do this in JDev, select the BPEL project, right-click -> New -> General -> XSL Map
    6. Edit the outbound file partner link wsdl, the the jca operations as the doc specifies, this is my example.
    <jca:binding  />
            <operation name="MoveWithXlate">
          <jca:operation
              InteractionSpec="oracle.tip.adapter.file.outbound.FileIoInteractionSpec"
              SourcePhysicalDirectory="foo1"
              SourceFileName="bar1"
              TargetPhysicalDirectory="C:\JDevOOW\jdev\FileIoOperationApps\MoveHugeFileWithXlate\out"
              TargetFileName="purchase_fixed.txt"
              SourceSchema="address-csv.xsd" 
              SourceSchemaRoot ="Root-Element"
              SourceType="native"
              TargetSchema="address-fixedLength.xsd" 
              TargetSchemaRoot ="Root-Element"
              TargetType="native"
              Xsl="addr1Toaddr2.xsl"
              Type="MOVE">
          </jca:operation> 7. Edit the outbound header to look as follows
        <types>
            <schema attributeFormDefault="qualified" elementFormDefault="qualified"
                    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/file/"
                    xmlns="http://www.w3.org/2001/XMLSchema"
                    xmlns:FILEAPP="http://xmlns.oracle.com/pcbpel/adapter/file/">
                <element name="OutboundFileHeaderType">
                    <complexType>
                        <sequence>
                            <element name="fileName" type="string"/>
                            <element name="sourceDirectory" type="string"/>
                            <element name="sourceFileName" type="string"/>
                            <element name="targetDirectory" type="string"/>
                            <element name="targetFileName" type="string"/>                       
                        </sequence>
                    </complexType>
                </element> 
            </schema>
        </types>   8. the last trick is to have an assign between the inbound header to the outbound header partner link that copies the headers. You only need to copy the sourceDirectory and SourceGileName
        <assign name="Assign_Headers">
          <copy>
            <from variable="inboundHeader" part="inboundHeader"
                  query="/ns2:InboundFileHeaderType/ns2:fileName"/>
            <to variable="outboundHeader" part="outboundHeader"
                query="/ns2:OutboundFileHeaderType/ns2:sourceFileName"/>
          </copy>
          <copy>
            <from variable="inboundHeader" part="inboundHeader"
                  query="/ns2:InboundFileHeaderType/ns2:directory"/>
            <to variable="outboundHeader" part="outboundHeader"
                query="/ns2:OutboundFileHeaderType/ns2:sourceDirectory"/>
          </copy>
        </assign>you should be good to go. If you just want pass through then you don't need the native format set to opaque, with no XSLT
    cheers
    James

  • BPEL process with DB adapter and FTP adapter

    Hi ,
    i need to read a table contents using DB Adpter after recieving the data i need to write a swich condition on column value of each record and dependin og the criteria i need to write the record in an appropriate file
    can any one help me out by giving any similar reference BPEL process
    regards,
    Anasuya Vemuri.

    Hi,
    Configure the DB Adapter as a service in your composite which does polling the table in the DB, there are many settings in polling, make your selection according to your business needs. Configure the FTP Adapter as a reference in the Composite. And use switch activity inside the BPEl if you want to check something like if else cases. And invoke the FTP Adapter and before that populate the invoke input variable values using assign activity copy operation. Make sure you create connection factories for both adapters and populate the important attributes for them in the SOA Admin Console.
    http://kr.forums.oracle.com/forums/thread.jspa?messageID=9784730
    Hope this helps....
    Thanks,
    N

Maybe you are looking for

  • Mouse in Solaris 10

    I have a 2 Way Manual Monitor / Keyboard / Mouse Switch Box which is connected to a Solaris 10 box & a Windows box. Since I installed Solaris 10 beta 69 on the box whenever I switch to an existing Gnome session using the switch box, the mouse no long

  • AD user script to populate the IPPHONE attribute with the last 4 digits of the Telephonenumber attribute

    Good Afternoon Scripting Guys. I have a script that I have been working with pretty much all day today and just cant quite get it to play nice. Our objective is to search AD for specific users (say filtering them out with a username that starts with

  • Recently played tracks not showing

    I take my ipod classic to work with me everyday, i synched my ipod yesterday and it was showing that the last track played was on the 21st March. I've just synched it again and it now shows all the tracks i've listened to today, but still hasn't upda

  • Relation between FAGLFLEXA and FAGLFLEXT

    Hi all, I need to know the relation between Tables FAGLFLEXA and FAGLFLEXT. I found out the following fields as common, account number and Timestamp. The timestamp between FAGLFLEXA and FAGLFLEXT for same entry differs. Other than these two can anybo

  • How to pass data from list to internal table

    Sir, Please tell me how to pass data from list display to internal table. Some fields in the list display are input fields .These are added at run time and these added values should be stored in the internal table