Request for Sample SAP Archive Project Plan

Dear SAP Practitioner
My firm is in the mist of planning for SAP Data archiving project. We are looking for sample SAP Data Archiving Project plan and other related documentations. We sincerely hope that you can share for the knowledge of our firm and the rest of the community.
Regards
Leonard
Message was edited by: Leonard Tan

Hi Kenny,
Whenever you create a custom (Z) idoc type and want to trigger idocs for it you would need to use the MASTER_IDOC_DISTRIBUTE function module for the same.
Hence to get some sample programs just do a <i>where used</i> on this function module.
Hope this helps. Also please refer to the link below:
<a href="http://">help.sap.com/saphelp_erp2004/helpdata/en/78/21783151ce11d189570000e829fbbd/frameset.htm</a>
to understand more about not only creating the outbound program using this function module but also about the related SPRO and other configuration.
Regards,
Aditya

Similar Messages

  • Request for sample reports developed using report designer

    Hi All,
    Request for sample reports developed using report designer.
    Thanks

    Ramesh,
    right now there really is no way to solve what you are looking for.  There partial solutions, but you will not be able to force a page break in a dynamic report.
    Here is what I have faced, and what I have come up with so far:
    I have a series of reports that have the same column heading, but spread over 5 pages in a fixed structure.  I need to be able to re-use the header and the general report design with 6 reports.  Here is my solution:
    1. Create an outline of the report.  I did all the formatting by creating a report section for each page.  You can force page breaks between the pages.  Upgrade to patch 1502 (came out last week) and you will see some new functionality (such as fit to page, page numbers, etc).
    2. Insert all you page breaks and do all the formatting.
    3. Insert an infoprovider.  Once in, you can just drag and drop the key figure cells into your formatted report.
    4. Create additional modification for formatting as needed.
    This fixes my problem (for now), but I had to do a lot of work to come up with this.  Also, the latest patch (1501 and 1502) has created an issue for me - there is a null exception when I try to use a variable or a filter value in the report body - I can't save the report.  I have an OSS message out, but our BASIS guys are going to be taking the lead on troubleshooting this.
    The reason that you are seeing some customers on the new pages is probably because of "how the cookie falls" - they just fit that way.
    I am trying to be positive and overcome the limitations that are in place right now. If my technical issue is solved, I would recommend upgrading to the new patch (1403 is the latest stable one in my opinion)
    good luck
    Pavel

  • How To Generate Spool request for a SAP-Script form

    How To Generate Spool request for a SAP-Script form

    Hai   Rahaman,
    After getting the print preview of the SCRIPT.
    Click On  PRINT.
    Buttom of the page one spool request will be generated by system.
    Go to  SP01.
    You Can Find  SPOOL Reqest Number.
    Regards.
    Eshwar.

  • Find exact package for saving the workbech request for std SAP object

    Hello friends I have edited a std SAP prog for printing the import PO(got access key from market place).After editing while creating transport request I am not able to find the package to which it should be saved.now the problem is that How to move that program to our quality server.
    the program is
    /1BCDWB/LSF00000063TOP

    Hi achal,
    are you sure you modified a standard SAP object. /1BCDWB/ prefix is common with all quick view reports - they are local and user-specific. You can convert a quickview to query to report. Using a modification key you may add it to the standard - choose a package as you prefer. But better copy the generated query report to customer name space - because it never was and never will be SAP standard. If it is in customer name space, release changes are no problem at all.
    Regards,
    Clemens

  • Request for sample ZXRSRU01 code-  pass to VKF

    Hello,
    I wrote an earlier mssg but I fear I may have been too complicated in my request.
    I would like to pull a BEx variable user entry in and use it to calculate a key figure.
    I have the virtual KF code working fine.
    I just need help pulling the user value in.
    The variable is a single value entry. So I am unsure about the high/low range that I see in most examples.
    My include is setup as follows-
    *how would I write the code to pull the user entry?
    DATA: L_S_RANGE TYPE RSR_S_RANGESID.
    DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
    REFRESH e_t_range.
    *- Steps
    CASE i_step.
      WHEN '2'.
        CASE i_vnam.               " Variable name
      When 'VariableTech_name'.
         <insert code to pull here>
    ENDCASE.
    Additional questions:
    1) Is there a way to turn off the filtering of the user entered variable? I would prefer to only use it to just pass the info to CMOD rather than filter out data on the report.
    2) Do I need to create special BEx variable? (customer exit, etc) Or will any work with this?
    Thank you very much.
    - Brandon

    Hi KJ,
    Thx for the quick reply!
    In the code example-
    and 'MONTH' represents the variable tech name that we are pulling. And 'CUMMONTH' represents the place we are passing it to?
    Is this correct? Then calculations are done in BEx.
    I would like to do calculations in ZXRSRF02.
    If my infoobject is defined as <ZNEWEST> in my virtual KF code-  How do I get it passed to ZXRSRF02?
    I would like to take user entry and pass it to <ZNEWEST> infoobject in my VKF code.
    Here is my code as I translated it from the example:
      WHEN '2'.
        CASE i_vnam.               " Variable name
          WHEN 'ZNEWEST'.
          Loop at I_T_VAR_RANGE INTO LOC_VAR_RANGE
               WHERE VNAM = 'NEWTSK'.
            Clear L_S_RANGE.
            L_S_RANGE-LOW      = LOC_VAR_RANGE-LOW(4).
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-HIGH     = LOC_VAR_RANGE-LOW.
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'BT'.
            APPEND L_S_RANGE to E_T_RANGE.
            EXIT.
          ENDLOOP.
    Thx!

  • Request for sample code of hr_ex_employee_api.actual_termination_emp

    Hi,
    I need sample code for hr_ex_employee_api.actual_termination_emp . anyone who worked on this api or who have knowledge of this api,Please send the sample code
    Thanks and Regards
    Dixit

    I do not have sample code but it is not a difficult API to call. I have worked on it before, so if you have a specific question on it, happy to help out if I can.

  • Request for sample code, Validating XML Schema

    Does anyone have some sample code to validate
    an XML Schema with the Oracle parser?
    Also, the classgen code seems to have more XML Schema classes in it. There is an xschema.jar full of XML Schema related code. Would it be possible to use this code?
    I've tried DOMSample.java with the v2 parser. It seems to happily echo Schema based XML files that are obviously wrong. (I use Tibco's XML Authority to verify the XML file and XML Schema).

    I do not have sample code but it is not a difficult API to call. I have worked on it before, so if you have a specific question on it, happy to help out if I can.

  • Request  for sample Functional Specification for BDC to upload PA40 or PA30

    Hi Experts
    I need to Write a Functional specification to Guide My ABAP team member to write a BDC for uploading data in PA40.
    It would be great if somebody could spare me one .
    Thanks in advance
    Rajeev Chhabra
    <u>[email protected]</u>

    Hi Rajeev,
    Your company might be having standard format of FS.
    Writing a FS for a BDC is not that tough job. You need to provide some basic information such as the file structure to be used in BDC, Number of fields in the file, which fields on the screen need to be populated (you can get the fields technical name by doing F1 on the field).
    I think you can use this as a guideline to write your own FS.
    Regards,
    Atish

  • Transport Requests for standard SAP Objects

    Is there a way we can determine the list of standard SAP objects(user exits, requirement routines, etc.) that were transported. Basically I would like to get a list of Standard SAP programs(non-Y and non-Z programs) which have been modified and transported up in the landscape.
    Any help would be appreciated.
    Thanks,
    ALAM.

    Hi,
    You can find details  in the table e071.
    Regards
    Ben

  • Looking for sample SharePoint Intranet Governance Plan

    Hello,
    Do you have any examples of SharePoint Intranet Governance?  I worked at a small company with SharePoint 2010, about 100 light usage users and 10 heavier usage users. 
    Thanks,
    Paul
    Paul

    Microsoft has a Governance Planning whitepaper you can download:
    http://technet.microsoft.com/en-us/library/ff848257(v=office.14).aspx
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • Request for samples using JavaBeans

     

    Murali Krishna Devarakonda wrote:
              > Going through the Weblogic 4.5 CA JSP samples, I felt that at least
              > one example showing the use of JavaBeans inside a jsp would have been
              > useful.
              We'll do so.
              

  • Seeking  SD project plan

    hi all,
    what i am looking for is a SD project plan broken down into areas such as IMG config, sales order type config etc.....?
    can someone tell me where i can see this or can someone show me one?

    Check
    www.sap-img.com

  • SAP XI project - proof of concept

    What will be tasks of an XI consultant for a SAP XI project - proof of concept stage.
    Thanks,
    -Naveen.

    Hi Naveen,
    As an SAP XI proof of concept...
    First you need to understand what what Business System your are integarting or migrating any existing Interfaces in that case...you need to analysis how the interface is developed in that particular Tool..you need to analys the code if and business functionality with the Buiness Analyst and with the endusers..
    This will be done usually for set of interfaces but not a single interface as an when the requirements,Business Process list,architecture,Communication plan,logic data model,usecase ...
    you need to do design documents  in which you need to explain you interace design and flow of it and design mapping documents for partiuclar inteface...
    accoding to the time factor the initial face takes some time but designing document and mapping spec takes around 2 to 4 days
    Amaresh

  • Ggraphic chart Java project planning ?

    Please, does anyone know of a link to the conventional chart symbols for project planning in Java Programming ? Or a link to any assistance for graphic chart Java project planning.

    Try Poseidon UML, its a tool to make some UML / flowchart diagrams, and you can use it for free (the trial version, with small limitations but you can still work with it).
    http://www.gentleware.com/

  • Project Plan for "SAP BW Implimentation" project.

    Hi All,
    My name is Rajasekhar. I am a BW consultant. I would like to know the standard template for PP ( Project Plan ) for SAP BW Implimentation Project.
    1) Could you please suggest me any link available in SAP to get the Project Plan and related documents.
    2) In some of the BW books, it is mentioned that the standared project plan recommended by SAP is "ETBWPP03.doc". I couldn't find this document also. If you know the link, request you provide the info.
    Full points willl be awarded for the best reply.
    Thanks & Regards,
    Raj.

    Hello Rajasekhar,
    Please see the links
    http://help.sap.com/bp_biv270/documentation/BWProjectPlan_EN.mpp
    http://help.sap.com/bp_biv270/index.htm
    Thanks
    Chandran

Maybe you are looking for

  • Wrong email sent to Junk Folder

    I have a friend whose email is aways put in the Junk Folder. I've clicked on NotJunk at least 10 times now and his emails still go to Junk Folder. He's in my Address Book, even added him to the Address Book directly from his email. He's also in my Pr

  • Error while doing GI to cost center (201 Mvt type)

    Hi, While I tried to do Goods Issue to Cost center through mvt type 201. I get the following error. "Account type K is not defined for document type WA" Kindly help reg it. Regards, Vimal

  • My Arch is very slow after upgrading to kernel 3.0

    Hi men! This is my first post on this forum, i'm italian and i'm using archlinux since 4 months (sorry if my english is bad)...  I would like you to help me to solve a problem: as i wrote in object  my system has became very slow after upgrading to k

  • FW CS6 Align tool not working properly with lines of text

    Much to my surprise the align tool is not aligning properly with text and I'm not sure what the issue is. My snap to grid distance is set at 1 in preferences. Task: Left-align several vertically-stacked lines of type using the alignment tool. All lin

  • Can't login to desktop cc after pc restore

    Had to restore to an earlier date (a date after I installed the CC app) to correct a program and now I can't open the CC app.  It keeps logging me out. I uninstalled the app and reinstalled it with no success opening the app.  I keep getting the mess