How to transfer oracle payroll costing data to a legacy financial system

can some 1 help me with the select query that can pick the exact data of oracle payroll costing for the pay period and dump into my Financial system that is not an oracle product??

Condition 1.
ppa.action_type = 'C'  
and ppa.payroll_id = :p_payroll_id
and ppa.EFFECTIVE_DATE between to_date('01-'||:PMON || '-'||:PYEAR,'dd-Mon-yyyy') and last_day(to_date('01-'||:PMON || '-'||:PYEAR,'dd-Mon-yyyy'))Above 3 conditions give the 'Costing' processes for the particular payroll that is processed for the given date range.
Condition 2
and ppa.PAYROLL_ACTION_ID = paa.PAYROLL_ACTION_IDthis condition restricts the assignment_action_id selected from pay_assignment_actions to the assignment_action_id for the payroll action selected by condition 1. ie result includes those assignments which are a result of costing process for the particular period.
Hope this has explained the query. You can also try checking the correctness of your result by including ppa.EFFECTIVE_DATE in the select statement.

Similar Messages

  • How to transfer oracle payroll costing data to GL that is not oracle

    we have oracle UKHRMS implemented in our company but we donot have Oracle Financials so can some one kindlly assist us in the script that can help us transfer data from Oracle HRMS to Computeron Software (http://www.computronsoftware.com) which is a financial package that is being used by our company.
    Please help!

    Hi ;
    I belive its hard to get answer for your issue in forums... I Suggest contact wiht your Computron's Customer Support System and take support from them.
    Regard
    Helios

  • How to transfer a set of data from Excel spread sheet to an Access database

    hi,
    Can any one please tell me how to transfer a set of data from Excel spread sheet to an Access database using SQL query.I'm using java API currently. I have done all sorts of ODBC connection in administrative tools.The file is in correct location. I have done certain coding but with errors.Help me to get rid of these errors,
    Coding:*
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection datacon=DriverManager.getConnection("jdbc:odbc:exdata","",""); *//For Excel driver*
    Connection datacon1=DriverManager.getConnection("jdbc:odbc:stock1","",""); *// For mdb driver*
    Statement datast=datacon.createStatement();
    Statement datast1=datacon1.createStatement();
    ResultSet excelrs=datast.executeQuery("select item_code,sdata,closing_stock from phy "); *//phy is the excel file*
    while(excelrs.next())
    String ic=excelrs.getString("item_code");
    System.out.println(ic);
    String d=excelrs.getString("sdate");
    double cs=excelrs.getDouble("closing_stock");
    int dbrs=datast1.executeUpdate("insert into second values('"+ic+"','"+d+"',"+cs+")"); *//second is the mdb*
    excelrs.close();
    }catch(Exception e)
    System.out.println(e);
    Error:*
    java.sql.SQLException: [Microsoft][ODBC Excel Driver] The Microsoft Jet database engine could not find the object 'C:\JavaGreen\phy.xls'. Make sure the object exists and that you spell its name and the path name correctly.
    thanks,
    kumar.

    JAVA_GREEN wrote:
    No i haven't mixed up.But the file from where i have to retrieve the data is in csv format.Even though i created another csv driver.and tried but i cud not find a solution to load/transfer a set of records from one file(in Excel/csv format) to another file(in mdb format).plz help me.Is there any other methods for this data transfer.A csv file is NOT an excel file.
    The fact that Excel can import a csv file doesn't make it an excel file.
    If you have a csv file then you must use a csv driver or just use other code (not jdbc) to access it. There is, normally, a ODBC (nothing to do with java) text driver that can do that.

  • I had a trouble with my lap top and had to format hard disk and install all soft ware again. could any body tell me how to transfer the application and data in my i phone back to my laptop.

    I had a trouble with my lap top and had to format hard disk and install all soft ware again. could any body tell me how to transfer the application and data in my i phone back to itune.

    You can't. It still thinks that your iPhone is synced with another iTunes library (the one that you had before you reformatted the hard drive.

  • How to transfer BLOB type of data from SQL Server to Oracle

    Hi,
    Actually, I create a table with BLOB type data in SQL server. In fact, there is not exact BLOB type in SQL server, it will be separated to image and ntext types. But there is exact BLOB type in Oracle.
    I don't know how to transfer this "BLOB" type into Oracle with DTS or any other methods.
    Many Thanks for your any suggestions,
    Cathy

    JAVA_GREEN wrote:
    No i haven't mixed up.But the file from where i have to retrieve the data is in csv format.Even though i created another csv driver.and tried but i cud not find a solution to load/transfer a set of records from one file(in Excel/csv format) to another file(in mdb format).plz help me.Is there any other methods for this data transfer.A csv file is NOT an excel file.
    The fact that Excel can import a csv file doesn't make it an excel file.
    If you have a csv file then you must use a csv driver or just use other code (not jdbc) to access it. There is, normally, a ODBC (nothing to do with java) text driver that can do that.

  • How to truncate oracle.jbo.domain.date

    Hi,
    I have problem to convert oracle.jbo.domain.date. Now I got current date from pagecontext, but it is yyyy-mm-dd hh:mi:ss format. I want to only yyyy-mm-dd, so I want to truncate the time from oracle.jbo.domain.date. And I want to got Date object not string. I found there is Date.truncate(), but I don't know how to use it.
    Could some one to help to give me a example?
    Best Regards,
    Eileen

    After spandig a lot of time with this I have found that the method is not implemented!!!
    Use this:
        public static oracle.jbo.domain.Date trunc(oracle.jbo.domain.Date dt,String fmt) {
            java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat(fmt);
            String s= sdf.format(dt.getValue());
            java.sql.Timestamp ts;
            try {
                ts = new java.sql.Timestamp(sdf.parse(s).getTime());
                dt=new oracle.jbo.domain.Date(ts);
            } catch (ParseException e) {
            return dt;
        }To trunc to hours use format e.g. "dd.MM.yyyy HH"
    Karel
    Edited by: Karel.Redl on 26.11.2009 6:48

  • HOW TO TRANSFER USER DEFINED TABLE DATA IN NEW DATABASE

    Dear all , I am trying to transfer user defined table data,in new database ,can you please tell how i can do it

    Thanks for Quick responce
    I have Following databases
    1) Targate Database EOU TEST
    2) Source database  STI_BLANK
    Table @MACHINE
    I tried But it has some error
    INSERT INTO EOU TEST.@MACHINE
    SELECT STI_BLANK.@MACHINE* FROM STI_BLANK.@MACHINE
    Edited by: Abhijit Bhise on Apr 1, 2010 3:27 PM
    Edited by: Abhijit Bhise on Apr 1, 2010 3:28 PM

  • How to transfer all of my data to another mac?

    Hello folks,
    I have a MacBook Pro 15", I recently bought an MBP 17", now I want to transfer all of my data from 15 to 17. All of my mails, network connections, settings and maybe applications.
    What should I do in order to transfer my data? Is there any utility out there for doing so?
    Thank you all in advance,
    - Dunnil

    Mac OS: Moving files from your older Macintosh to a new one
    Learn how to move or copy files from an older Macintosh computer to newer one, for example, from a computer that uses Mac OS 8 or 9 to one that uses Mac OS X 10.2.
    Tip: If you'd prefer to have someone move files for you, ask about data transfer services at your local Apple Retail Store. For more information, visit http://www.apple.com/retail/. In addition to the Apple Retail Stores, many Apple Specialists, Apple Resellers, and Apple Authorized Service Providers provide various levels of data transfer services. Check the Find Service page to locate an Apple Specialist in your area.
    Tip: Some computers that come with Mac OS X 10.3.4 or later preinstalled, such as iMac G5 and Power Mac G5 (June 2004), include a version of Setup Assistant that lets you transfer information easily. The following document applies when you are moving (or "migrating") files manually from one computer to another and do not have that version of Setup Assistant.
    Contents
    What types of files should you move?
    Transferring email
    Transferring other files
    About reusing memory (RAM), peripherals such as printers, and other third-party hardware
    Internet settings
    What types of files should you move?
    There are probably thousands of files on your computer, including many used by the system software and applications. Thankfully, you do not need to move every file.
    You should think about moving these types of files:
    Personal documents that are stored on your hard disk, such as to-do lists, recipes, spreadsheets, personal webpages, and databases.
    Personal pictures, icons, movies, songs, or other multimedia files that are stored on your the computer's hard disk.
    Unfinished iMovie or iDVD projects.
    Information you keep in Stickies or Notepad (You might want to copy this information and paste it into a SimpleText document.)
    You will probably not need to move these types of files
    Entire applications (see notes).
    Log files or Read Me files
    Anything inside the System Folder
    Note: You may need to move preference files for third-party applications and third-party fonts that cannot be reinstalled from a disk. If you do not know exactly which preference or font files these are, you should not plan to move any preference or font files. It is often quicker to configure preference settings from scratch or reinstall applications from original disks on your new computer.
    Note: If you use Apple applications with your older computer (such as DVD Player, iMovie, iTunes, and iDVD), your newer computer probably includes a version of the software, and you should not need to transfer the older version.
    Will my applications (software) work on a new computer?
    Moving files is great, but what about using them after they've been moved? In most cases, you will enjoy the best Mac OS X experience by using Mac OS X versions of your applications. However, most applications that work with Mac OS 9 work fine with Mac OS X. This is because Mac OS X includes a feature called the Classic environment, which lets you use your Mac OS 9 applications. Computers that come with Mac OS X installed also include a Mac OS 9 System Folder for the Classic environment. Want to use your current Mac OS 9 System Folder instead? No problem, just copy it from your older computer. Note that it should be using Mac OS 9.1 or later, and you should also delete the Mac OS 9 System Folder that came with the newer computer. For more information about Classic, choose Mac Help from the Help menu on your new computer.
    Transferring email
    For an easy transition, use Mac OS X Mail on your new computer. Make sure you set it up before you transfer any messages.
    Use .Mac or IMAP?
    If you use .Mac or another IMAP email account, this will be very easy. If you don't use IMAP with .Mac or don't know what IMAP is, skip this section.
    You only need to configure the email application on your new computer, such as Mac OS X Mail, to work with your .Mac or IMAP account. You may have already done this when your computer started for the first time. Messages stored on the .Mac or IMAP server appear in Mail when you open it.
    You need to move a small number of messages (using POP)
    The easiest way to do this is to forward (or redirect, if your application allows) the messages you want to move to your own email address. Do not retrieve email on your older computer. Instead, retrieve email on your new computer (such as with Mac OS X Mail), and the messages that you forwarded will appear.
    Alternatively, you can open the messages in your older computer's email application and save them to your hard disk volume. You can typically do this by opening the message and choosing Save or Save As from the File menu.
    You need to move a large number of messages (using POP)
    If the choices for moving a small number of messages above won't work very well, you will need to know how your email application stores email. In some cases, such as with Microsoft Outlook Express, messages are not stored individually on the hard disk, but are stored within the application's folder in "mail databases." In this case, you should move your email application's folder just as you would transfer other files (described below). After you've moved the older email application, open Mail and choose Import Mailboxes from the File menu. For more information, see these documents:
    61459: "Mac OS X Mail: How to Import Email"
    25330: "Mac OS X 10.1, 10.2: How to Import Addresses Into Address Book"
    106996: "Mac OS X 10.2: About Import Addresses and Other Mail Scripts"
    Some applications may store the messages or attachments as separate files. In this case you need to find the files and move them with the others as described below.
    Other email services, such as America Online (AOL), or email you access through a Web browser such as Yahoo email or MSN Hotmail, may store your email on their mail servers. In this case, you should only be concerned with transferring messages that you have previously saved to your disk and deleted from the server. If these services normally work through your email application instead of a browser, see the transferring email section as well.
    Note: To access AOL mail on your new computer, you will need to install a Mac OS X version of AOL.
    If you're not sure how your email application stores email, refer to the documentation that came with it, or contact the publisher for more information.
    Transferring other files
    Using .Mac and iDisk
    If you're a .Mac member, you can use your iDisk to copy files between computers. Copy files from your older computer to the iDisk, then from the iDisk to your new computer. If your iDisk isn't large enough to copy all the files at once, you can check your .Mac account settings to manage your iDisk space, consider purchasing a capacity upgrade, or copy fewer files at the same time. If you have individual files that are too big, consider using third-party software to compress your files or folders, such as Aladdin Stuffit.
    Using a network or direct connection
    If you already have a network and know how to transfer files across it from your older computer, it's just a matter of turning on file sharing on your new computer and copying files to it.
    If you don't have a network you may be able to directly connect your computers for the transfer. See "Macintosh: How to Create a Small Ethernet Network". Even if you've never done this before, you'll find it's an easy process.
    If you don't know how to set up or use file sharing in Mac OS X, see "Mac OS X: About File Sharing".
    For more information, you can also read the Mac OS X Networking Support page.
    In the unlikely event that your older computer does not include an Ethernet port or an AirPort card, consider transferring files by other means listed below.
    Portable hard drive, iPod, or other storage device
    You can use a portable hard drives to transfer data from one Macintosh computer to another. These drives usually have a FireWire (IEEE 1394, iLink) or a USB port. Make sure your older computer has a USB or FireWire port first.
    If you have an iPod that works with your older computer and has some free space, you can use it like a portable hard drive, in Disk Mode.
    Portable FireWire drives provide the fastest transfer rate and are widely available. Portable USB hard drives have a slower transfer rate, but you can use them to transfer files.
    Burn a CD or DVD
    One of the easiest ways to transfer files from your older computer is to make or "burn" a CD or DVD of them. This has the added benefit of creating a backup of your data. Your new computer should have no issue reading the burned CD. These documents may help:
    58804: "Mac OS 9: How to Burn a CD and Choose a Format"
    25545: "Mac OS X: When You Put in A Blank CD, It Doesn't Appear"
    25402: "Macintosh: Factors That Affect Writing to or Reading From Optical Media"
    Other portable media
    You can also use portable ZIP, Jaz, magnetic optical (MO), or other forms of portable media to transfer files as long as the media device can be used on both computers.
    Advanced method: Moving an entire hard drive
    It is possible to move some kinds of hard drives from some older desktop Macintosh computers to newer ones, but you shouldn't do this unless you are an experienced computer user. Make sure your new computer has an available storage bay, cable connection, and internal bus to support the type of drive you have. You may also need to adjust master/slave or cable select jumper settings depending on the type of drive and type of new computer you have.
    About reusing memory (RAM), peripherals such as printers, and other third-party hardware
    Depending on the technologies your older computer uses, some hardware upgrades or peripheral devices may not work. To find out what's compatible, check with the items' manufacturers.
    These kinds of hardware should work, but check with the manufacturer to make sure. You should also download the latest version of any drivers or support software from the manufacturer's website.
    USB-based mouse devices, controllers, storage devices, cameras, handheld organizers (PDAs), or printers
    FireWire-based cameras, hard drives, or other devices
    These kinds of hardware are less likely to work with a new computer. You may need to purchase a more modern equivalent:
    Memory (RAM) that works with your older computer
    PCI or NuBus-based expansion cards
    SCSI-1 or -2 devices that connect externally
    Serial port- or LocalTalk-based devices
    GeoPort hardware
    You can search or browse tens of thousands of products made for Mac at the Macintosh Products Guide.
    Internet settings and bookmarks
    On your new computer, you'll need to enter Internet settings such as your type of connection and email account information. You may have already done this when the computer started for the first time. If not, see " Mac OS X: Internet and Network Topics (Getting Connected, Troubleshooting)".
    Bookmarks (or "favorites") can be transferred in a number of ways. If you have a small number of bookmarks, you may find it easier to just set them up from scratch in your new computer's Web browser. Alternatively, you can paste the URLs of your bookmarks into an email message, mail it to yourself, then get the message with your new computer.
    If you have lots of bookmarks, most Web browsers offer a way to export bookmarks to a single file. You can then transfer the file to your new computer, and import the file with your new Web browser.
    Related documents
    75320: "PC to Macintosh: How to Transfer Data"
    107600: "Safari: Can Only Drag One Bookmark at a Time From Internet Explorer"

  • How to transfer itunes prog files & data to ext HD in Win XP & delete on C drive?

    How do I transfer iTunes prog files & data to an external HD, delete the one on C drive, and work on the one in the ext HD?  Am using Win XP.

    See: Buegie, "How to transfe iTunes library from crashed-but-accessible HD" #1, 10:22pm Oct 23, 2005 CDT

  • How to transfer IDOC - E1EDL24 segment data into my_itab?

    Hi Experts,
    Am trying to transfer data from a Segment-E1EDL24 to an itab of fs_itm_data.
    data: begin of fs_itm_data,
    tapos(6),
    nista(18),
    altme(3),
    end of fs_itm_data.
    So, when u see this E1EDL24 segment in WE31, there are lot of fields in it.
    And am getting the data as,
    idoc_data-segnam = E1EDL24
    idoc_data-sdata = 00001012345678 (i.e. POSNR+MATNR)
    So, to do dump this segment data into itab, am wrting code by using OFF SETTIng ; like,
      fs_itm_data-tapos         = edidd-sdata+0(6).
      fs_itm_data-nista         = edidd-sdata+146(15).
      fs_itm_data-altme         = edidd-sdata+161(3).
    1 - but, I dont think that, this is correct practice
    2 - if there is no value for Alt UNIT of edidd-sdata+161(3), wht happens?
    3 - If MATNR varies in its length, like 1 - 18?
    so, let me know that,
    1 - How to transfer this segment data into this itab?
    THANQ

    If I understand ur requirement correctly then u need to move idoc_data-sdata to an internal table itab.In that case no need to move data from idoc_data-sdata to itab directly using OFF SETT.
    1st declare one wrokarea of type E1EDL24.
    data: w_E1EDL24 type E1EDL24.
    Now move the content of idoc_data-sdata to the workarea.
    move idoc_data-sdata to w_E1EDL24.
    Now u can do field by field assignment to move data from w_E1EDL24 to ur table.
    fs_itm_data-tapos = w_E1EDL24-tapos.
    fs_itm_data-nista = w_E1EDL24-nista.
    fs_itm_data-altme = w_E1EDL24-altme.
    Here I am assuming that field names in the structure fs_itm_data are same as field names in the segment w_E1EDL24.
    Regards,
    Joy.

  • Oracle Payroll Costing not picking the segment value.

    Dear ALL,
    I am facing an issue in my Organization that when we run costing of the payroll the cost allocation segment didn't get the correct Project Segment value.
    Our cost allocation key flex segments and qualifiers are given below:
    **AKS_HR_COMPANY Qualifiers Balancing,Payroll**
    **AKS_HR_PROJECT Qualifiers Assignment,Balancing,Organization,Payroll**
    **AKS_HR_DEPARTMENT Qualifiers Balancing,Organization,Payroll**
    **AKS_HR_ACCOUNT Qualifiers Balancing,Element,Element Entry,Organization**
    **AKS_HR_SUB_ACCOUNT Qualifiers Balancing,Element,Element Entry,Organization**
    **AKS_HR_EMPLOYEE Qualifiers Assignment,Balancing,Payroll**
    **AKS_COST_FUTURE_1 Qualifiers Balancing,Payroll**
    The costing didn't pick the AKS_HR_PROJECT segment value and some times it pick '00000' which is actually not the project code. Some times the other segment like AKS_HR_DEPARTMENT and AKS_HR_SUB_ACCOUNT pick the null value in costing.
    Kindly Help because its the issue of Live environment.
    Regards.

    Dear Vignesh,
    From where I check that the SLA is enabled? because I am new and not the part of implementation.
    When I check the assignment process of the employee its shows the costing data but the value of project segment not sowing properly.
    The qualifiers set for the project segment is as follows:
    Assignment,
    Balancing,
    Organization,
    Payroll
    I saw some employees has given 00000 in the project segment on employee level. when i delete the record from employee level, the costing has to pick project segment from organization level but when I run the costing and saw the costing from assignment process screen it again shows '00000' in the project segment.
    Please guide me if I am doing any thing wrong.

  • How to get oracle.jbo.domain.date from page to controller

    Hi All,
    I want to get date from my Advanced table bean to Controller. I am getting date as java.sql.Date i want to convert it to oracle.jbo.domain.Date. Any pointers in this will be helpful.
    Thanks in advance.
    With Regards,
    Anjani.

    get your date through ViewObject, you will get it in jbo.domain.date format
    vo.next().getAttribute("DateAttributeXXXX");
    --Prasanna                                                                                                                                                                                                                                                                                       

  • How can we access R/3 data remotely from SAP APO system?

    Hi Experts...!
        I want to access R/3 data (i.e, some ZTABLE data) remotely from SAP APO system. Can any one give some solution regarding this ?
    Regards
    Rayudu

    Hi,
    Please try this FM RFC_READ_TABLE.
    Regards,
    Ferry Lianto

  • Can somebody tell me how to transfer iPhone/iPod backup data from my old computer to a new one?

    Is it possible for me to transfer the backup data of my iPod touch and iPhone from my old computer to a new one? I don't own any Macs, only PCs. My backup data are saved on a PC (desktop) which has Windows XP SP2 as its OS and I am planning to transfer my iPod/iPhone backup data to a laptop with Windows 7 as its OS. Is it possible? If so, can someone tell me the step-by-step procedure on how to do this, including how to find the folder where my backup data is stored. I would be very much grateful. Thanks a lot for those who may be able to help me with this matter.  ^_^
    P.S. I am planning to use an external hard disk to transfer my backup data to the new computer.
    Message was edited by: Angeal_Hewley03

    Ah, I see. In that case your life will be much easier if you convert your library back into a portable format before you attempt to migrate it.
    The normal location for the iTunes Library.itl file is the iTunes folder at <User's Music>\iTunes though it is possible that you have previously moved the library separately from moving the media folder, or you could have your media stored outside the designated iTunes Media folder.
    Here are the typical layouts for the iTunes folders:
    In the layout above, with the media folder (everything in the red box) inside the library folder, the library is considered to be portable. You can rearrange things to make a split library portable by taking a number of small steps which don't break the library.
    Before you start any media files that are outside of the designated media folder will need to be consolidated. N.b. Your iTunes Media folder location should be on the target drive that you are going to build the portable library on. If you have the bulk of your library is stored in a folder on an external drive that is not currently designated as the iTunes Media folder then change this property (Edit > Preferences > Advanced) before consolidating.
    If the library is in the old style layout then it should ideally be be upgraded to iTunes Media Organisation (Library > Organise Library > Rearrange files in the folder <Media Folder>) to ensure that iPod Games, Mobile Applications etc. are brought inside the media folder.
    The basic non-fatal manipulations are:
    You can connect to an alternate set of library files by holding down Shift (Win) or Option (Mac) when starting iTunes.
    You can move the library files to a new location as long as the media stays put.
    You can move the library files and the media together if the media folder is a direct subfolder of the library folder.
    If you have already moved/copied the media content from a subfolder of the library folder to a different location then you only need to copy the library files for it to appear as if you have moved the entire library in the way allowed above. I.e. just copy the library files into the parent folder of the media folder.
    You can rename the media folder to iTunes Media (if it isn't already) if the media folder is inside the library folder.
    iTunes uses the name of the folder holding the library files as the window title. Having made a library "portable" you may need to take a final step of renaming the library folder to iTunes or, if the library files have ended up at the root of a drive, moving all of the library files and content folders into a new folder called iTunes.
    After each change you need to open, test and close the relevant library before attempting another change. If a change broke the library, undo it or revert to using the previous set of library files.
    In essence all you need to do to make your library portable is copy the library files into the parent folder of the media folder on the external/secondary drive and use the hold-down-shift/option-when-starting-iTunes method to connect to it. Other manipulations may be required to normalize the library so that the library and media folders have standard names.
    tt2

  • How to Transfer IDoc Type to Data Type in XI

    Dear All,
    I am working on scenario to transfer data(IDoc) from SAP System to Non SAP system through XI.
    While Defining "Data Type" in XI i want to create Data Type as of IDoc type(CREMAS05).There is any direct method to import IDoc type into "Data Type" in XI.
    thanks,
    RP

    Hi Rp,
    External definitions enable you to import WSDL, XSD, and DTD documents to the Integration Repository so that you can access the message definitions they contain as external messages.
    If a description of the message structure already exists in one of the above formats, you can use it in the Integration Repository by importing it as an external definition rather than re-entering it manually using the data type editor.
    Prerequisites
    The document to be imported must conform to the WSDL, XSD, or DTD standard.
    Chk out all the details + how to import Ext Def:
    http://help.sap.com/saphelp_nw04/helpdata/en/26/9e97b0f525d743882936c2d6f375c7/content.htm
    Also refer...
    Connection Using Adapters and Imported Interfaces
    http://help.sap.com/saphelp_nw04/helpdata/en/4a/576d219c340844aaa12ce9bbc2c3ee/frameset.htm
    Incase u want to chk out the details of Idoc scenario.....
    IDoc to File:
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    Handling different partners for IDoc:
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file%2bto%2bidoc
    Hope this was helpful..
    kanan

Maybe you are looking for

  • ABAP Program Short Dump in BW

    I have created a dynamic program which would read any table name as input parameter and print the contents. Its working if I use  a small table(3 fields) and the same program is throwing short dump if pass a big table. Shortdump "SAPSQL_SELECT_TAB_TO

  • No email received via Outlook 2007 or Live Webmail 2012 since 11/14

    I have 2 Windows 8 machines running Outlook 2007 and Live Mail 2012 Email clients setup and working fine for the last two months to the latest verizon email servers with SSL turned on send and receive, SPA off.  11/15 just started getting error that

  • Can we create a XDP file on the fly

    Hi All, I am new to Live Cycle. I want to know if we can create an XDP file on the fly and immediately using this XDP file can form server create a PDF? Need this info urgently.. Thanks in advance. Regards Vinay

  • Lyrcis on IPOD Classic 80GB

    Hi I have a 80GB ipod classic. Recently I placed a music video (mp4) on my ipod. I also added lyrcis under the "get info" option. When playing the song, i click the centre button on my ipod about 5 times and i get to a screen that has the album art s

  • Skype number used in a different country

    Hello, are we able to use skype with a local number of a certain area and use it in a different country?  hope to get a response