How to archive custom tables???

Hello gurus,
I have been assigned to a archiving assignment..
To archive standard tables SAP provided with standard archiving object.. but how to archive custom tables and how to creat customized archiving object..
each reply will be rewarded...
Regards
RR

Hi Ramana,
Check the following links:
Re: Archiving of Z Table
Re: Archiving
These contain the information you need to archive custom table.
These may be helpful to you.
Regards.
Rajat

Similar Messages

  • How to populate custom table field value into standard DFF

    Hi Gurus
    I am newbie to the OAF
    I have a requirement to populate the custom table field value into standard DFF. we enabled the DFF in ReqDistDFFOnAcct(po_req_distributions_all). On the requisition tab as soon as i click on the checkout button, the custom field value has to be shown in the requisition distributions DFF field along with the standard Columns like charge account, percent, qty and when we click on the next button, it has to hit the base table ie., po_req_distributions_all.
    the standard columns data is showing the screen. how to acheive this requirement programatically
    There is a EO for the req distributions table. please help me how to achevie this requirement.
    Any help woud be greatly appreciated.
    Thank You!
    Krishna

    Thanks Aj. Finally i made some progress....but i am getting an error in the inst_top OPMN folder 10/10/08 15:37:14 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml. I cleared the cache, bounced the webserver. Could not able to understand what is this error
    Following is the code that i have written. I am not able to find out what is the error. please help me how to fix this error. there is no changes in the page and the value is not auto populating. the page is having the normal behaviour as the standard one.
    Thanks in Advance for your help...
    public class xxCheckoutDistsCO extends CheckoutDistsCO
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    String UnitId="";
    //First get the Application Module
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAViewObject vo = (OAViewObject)am.findViewObject("PoRequisitionLinesVO");
    String Reqlineid="";
    String Linenum="";
    String DeliverLoc="";
    if(vo.first() !=null)
    Reqlineid= vo.first().getAttribute("RequisitionLineId").toString();
    Linenum = vo.first().getAttribute("LineNum").toString();
    DeliverLoc = vo.first().getAttribute("DeliverToLocationId").toString();
    // if(pageContext.isLoggingEnabled(OAFwkConstants.STATEMENT))
    // pageContext.writeDiagnostics("TEST >", Reqlineid,1);
    // pageContext.writeDiagnostics("TEST >", Linenum,2);
    // pageContext.writeDiagnostics("TEST >", DeliverLoc,3);
    UnitId=null;
    String Querry="select amli_icx_oaf_utils.get_blding_unit_id (?,?,?) from dual";
    try
    PreparedStatement ps=am.getOADBTransaction().getJdbcConnection().prepareStatement(Querry);
    ps.setInt(1,Integer.parseInt(Reqlineid));
    ps.setInt(2,Integer.parseInt(Linenum));
    ps.setInt(3,Integer.parseInt(DeliverLoc));
    ResultSet rs=ps.executeQuery();
    // ps.execute();
    // am.getOADBTransaction().commit();
    while (rs.next())
    System.out.println(" Query Results ");
    UnitId= rs.getString(1);
    System.out.println(" first > ");
    rs.close();
    ps.close();
    catch(SQLException a)
    System.out.println(" Error "+a);
    System.out.println(" Second > ");
    System.out.println(" Third > "); ----the program is executing upto here...it is not setting the value after this.
    OAViewObject povo = (OAViewObject)am.findViewObject("PoReqDistributionsVO");
    if(povo.getCurrentRow()!=null ) --------If i remove this condition i am getting the nullpointer exception in page.....
    System.out.println(" Fourth > ");
    povo.getCurrentRow().setAttribute("Attribute12",UnitId);
    // if(pageContext.isLoggingEnabled(OAFwkConstants.STATEMENT))
    // pageContext.writeDiagnostics("TEST >", UnitId, 1);
    Thanks
    krishna

  • How to specify custom table name for subclasses in Kodo 3?

    I'm migrating our codes from Kodo 2.5.x to version 3.
    In Kodo 2.x, specifying the class/subclass table name uses the extension
    like this "@jdo.extension vendor-name="kodo" key="table"
    value="DyeStuffs"" when using XDoclet to generate the .jdo metadata files.
    It no longer works in Kodo 3. Following the Kodo's documentation, I have
    upgraded XDoclet to 1.2b3 and changed all doclet tags to the ones that
    XDoclet understands.
    I noticed in the documentation, to specify custom table mapping, it uses
    nested vendor extensions. E.g
    <extension vendor-name="kodo" key="jdbc-class-map" value="vertical">
    <extension vendor-name="kodo" key="table" value="TABLOID"/>
    <extension vendor-name="kodo" key="ref-column.JDOID"
    value="MAG_ID"/>
    </extension>
    So how do I specify nested extensions when using with XDoclet's tags?
    Need help as I have to complete the migration by end of the week.
    Thanks,
    Makas

    Abe White wrote:
    Makas Tzavellas wrote:
    Does it mean I have to map all classes and fields to the existing tables?As I tried to point out earlier, in 3.0 all mapping information must be
    explicit all the time. So basically everything is like mapping to an
    existing schema (only Kodo can generate those mappings for you... as
    long as you're not using XDoclet for all your mapping! :)
    It seems quite a pain to manually map all the existing tables and
    fields, especially when Kodo gave the table and field names. I don't
    mind mapping the tables, but mapping the fields will be a horror with
    105 tables. Have I missed out anything in the migration documentation
    that might help me with this process? Also does Kodo require the
    ..mapping file to work or having everything in .jdo file is sufficient
    (looking at the documentation it seems ok to have .jdo file only)?
    If I do, I prefer to regenerate all tables without the base table,
    basically having tables to include all the fields from the base table.
    And migrate all existing data to the new table structure.I'm not entirely clear on what you want. Are you saying that you want
    each subclass to have its own table and repeate the columns from its
    superclass table in its own?
    Yes, that is exactly what I want.
    If so, then this is not supported by Kodo (yet... we're working on it
    though).
    Ok, I'll settle having Kodo 3 to only map back to the original tables,
    as I believe Kodo 3 will provide some performance improvement as
    compared to 2.x.

  • Create Object for archiving Custom Table

    Hi guru!!
    I have a problem, I must create a archiving object for custom table..
    I must create a report for READ, DELETE and ARCHIVING this type of table..
    colud you help me?
    thanks a lot guru!!!

    Hi,
    Steps..
    GO TO SE11
    Give the table name
    Press change..
    In the menu..UTILITIES -> TABLE MAINTENANCE GENERATOR.
    GIve the authorization group &NC&
    Choose the single step radio button..
    Give the screen number 1.
    Give the function group..Give the table name itself as the function group.
    Press create. button.
    Now the screen is generated..go to sm30 and maintain the table entries..
    Thanks,
    Naren

  • How to archive the table entries

    HI all
    Which transaction code is used to findout the spefic table size in tablespace, we are not able to findout the specific table size in transaction code DB02. Please help us.
    1. How to archive the sap tablespace if you have any document to follow?
    Regards
    KRISH

    Hello.
    > HI all
    >
    > Which transaction code is used to findout the spefic table size in tablespace, we are not able to findout the specific table size in transaction code DB02. Please help us.
    > 1. How to archive the sap tablespace if you have any document to follow?
    Are you sure you are using IBM DB2 for i as the database? I'm wondering as you are talking about tablespaces which don't exist on this plattform
    Best regards,
    Jan Stallkamp

  • How to capture - Custom tables change log

    Hi,
    I need to maintain the change logs for Cutom tables. But, my custom table contains the fields with data type DEC. So, i am getting the record as "####" for DEC fields.
    These values, i have captured in Table Maintenance generator Flow Logic Editor - In the loop of EXTRACT or TOTAL.
    PROCESS AFTER INPUT.
    MODULE LISTE_EXIT_COMMAND AT EXIT-COMMAND.
    MODULE LISTE_BEFORE_LOOP.
    LOOP AT EXTRACT.
    ENDLOOP.
    So, can you please help me to find the solution?
    Regards,
    Srinivas
    200AR99#u200C######   MUKKAVILLI  20090728
    200AT02###u200C####   MUKKAVILLI  20090731

    Hi,
    Please refer to the following link
    http://www.saptechies.com/how-to-activate-the-img-change-log/
    Track Table chnages
    Hope this helps.
    Regards,
    Swetha

  • Please let me know ..how to create custom table as ..

    Dear Freinds,
    I have four fields in my custom table....first field is key field and second one is non key (text descritpion of first field) , third fields is key field and fourth is again
    as text field non key..
    Field Data element
    MANDT MANDT
    ZZFAART FACHR (primary key)
    FRTXT ZZFRTXT (char50)
    ZZORGCODE ZZORGCODE (char10)
    ZZORGTXT ZORGTXT (char60)
    now when we are enteing from SM30 ... my requirement as per functional is
    i have to make zzfaart field as primary key......... i have made it since that is first field.
    now he wants zzorgcode as also primary key......... as per the table condtion i cannot
    give zzorgcode as primary key as all the key fields should be in order..........but the functional say he wants in third place only............he saying we can see so many place in confiugration's in spro....where
    when we enter first field the second field (text ) will be automatically populated.......
    (this point iam able to do....) and the third field will be primary key...
    however iam not able to do is to make the zzorgcode as primary key ............as he wants that tobe grated out as well once we enter the value and he wants it to make primary key so that no duplicates can be entered.
    Please let me know how to do this point....
    Regards
    Syamala

    Dear Rajesh & Naveen
             thank you for answering
    but i have my structure as below :
    Field Data element
    MANDT MANDT
    ZZFAART FACHR (primary key)
    FRTXT ZZFRTXT (char50)
    ZZORGCODE ZZORGCODE (char10)
    ZZORGTXT ZORGTXT (char60)
    how can i design so that  i  can given ZZORGCODE as primary key
    please give me reply................. It is urgent please.
    or please give me to my personnel id ([email protected])
    regards
    Syamala

  • How to Archive a Table ( Z table) for which there is no Archiving Object

    Hi folks,
    We want to archive around 16 tables tables which includes some standard tables and some z tables. We want to archive them. But after cheking in SARA we found that, there is no Archiving Object available for those tables.
    So how can we archive these table? Do we need to use some z program to explicitely archive these tables of there is some mechanism in SARA to archive them?
    Thanks
    PG

    You have to create your own archive object, first take a look at some documentation like [Archive Development Kit|http://help.sap.com/saphelp_nw04s/helpdata/en/2a/fa0391493111d182b70000e829fbfe/frameset.htm] and then [Developing Archiving Solutions|http://help.sap.com/saphelp_nw04s/helpdata/en/2a/fa042d493111d182b70000e829fbfe/frameset.htm] .. then use SARA on your z_archive_object.
    Regards,
    Raymond

  • How to get customizing table entries in to dropdown list

    Hello All,
    I have field in my screen from customizing table. How do i get values in this field when the presses drop down button?
    I know that we can do it by entering fixed values to that field and also when we create a check table we will get values.
    Is there any other way to get the values?
    Can any one help me.
    Regards,
    Lisa.

    Hi,
    I have 2 solutions for your post, one go for DROP DOWN BOX if you are having fixed input values.
    And two go for search help if you want multiple entries has to be displayed in your field form your customized table.
    If you want procedure decide your option and revert me i will send you.
    Good Luck
    Thks

  • How to create customizing table

    Hello All,
    How to create a customizing table? what should be the delivery class for this customizing table?
    how to to maintain table maintainance geneartor?
    Please explain me step by step:
    and also please explain me how to create a view?
    Regards,
    Gupta

    Hello Lisa,
    Use transaction SE11 and enter the name of the table (ZABC) and execute CREATE. Enter the required fields which u need in the table select the fields which are primary keys. Make sure your first field in the table is MANDT and is also a key. and press save...Your table is created.
    the delivery class depends on the nature of the table you created. If the table you created is used to maintain transactional data like sales order numbers, deliveries etc then use set the delivery calss = 'A' but if you table will be used a config table let us say for this delivery type and shipping point ....FLAG = 'X' and if you use this table in the program to determine certain actions to be done like create transfer orders for deliveries if FLAG = 'X', in these kind of situations you use delivery class = 'C' where the table not not be populated with transactional data.
    Once the table is created click on "Utilities -> Table Maintenance Generator -> on the scree enter the authorization group if none then enter &NC&,  function group = name of the table (ZABC) and execute CREATE which can be found in the titile

  • How to find custom table in Oracle EBS

    Hi experts,
    I am looking for the query that can find out all custom tables/objects in Oracle EBS? For some reasons, the custom tables/objects's name does not follow any standard. That a reason why I cannot find all custom objects in database. If you have that query, please share with me.
    Thanks in advance
    Hieu

    I am looking for the query that can find out all custom tables/objects in Oracle EBS? For some reasons, the custom tables/objects's name does not follow any standard. That a reason why I cannot find all custom objects in database. If you have that query, please share with me.There is no direct way to list the custom objects in the database/application unless you follow the customization standard (naming convention).
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Find+AND+Custom+AND+Objects&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Custom+AND+Objects+AND+Naming&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to Fill custom table data using standrad BAPI

    Hello Team,
    I have some clarification on usage of Standard BAPI :  BAPI_Material_savereplica.
    I have some custom fields in MARA and MARC tables so i have used BAPIExtensionin and able to pass custom field of MARA and MARC.
    My issue is in material master the MARC custom fields of a material are going to update in a Z table along with MARC table.
    So can we achieve this functionalioty using BAPI : BAPI_Material_savereplica menas can we upadate custom table by using standarda bapi
    Please let me know the available options ..

    Hi Some,
    You are saying most of the data is resides out of sap, then you try with mapping of those data in sap standard tables if match or if not then develop a custom interface which will read data from outside & will put in your pay roll processor interface,
    and normally your SAP data you can interface through PU12.
    If you want single interface then you need to develop unique interface program.
    All the best.

  • SQVI (or SQ01) and how to insert custom table

    Hello
    I'm trying to create an SoD report in R3 4.6C where I've created around 400 user groups based on HR employee information, the users are now assigned to their new (but still to be verified) user groups in DEV and QAS and I'm now at the stage of trying to link these to a custom table of paired conflicting transactions which have been provided by the business.
    I'm using SQVI in QAS instead of SQ01 due to authorisation and time constraints as I just need to see if the report would actually work without bringing the system to its knees. I'm hoping this isn't the case...
    I can insert tables and link USOBT to AGR_1251 then to AGR_USERS and then to USGRP_USER but the custom table with tcode A to tcode B isn't available to insert. The aim is to define a single user group as a starting point to run and analyse and gradually increase the number of user groups in the program in background mode to build up a picture of the number of conflicts based on users' object activities. (A poor man's RAR I suppose)
    Without ABAP assistance, as there isn't any for several months, is there a way a custom table be made visible to SQVI please?
    As always, no points are given regardless but a warm thank you is always given for any comments or assistance whether or not actually stated.
    Cheers
    David

    Hi Sandipan
    Also, pool/cluster tables cannot be used in SQVI. It always has to be transparent table if you want to insert it in SQVI.
    Thanks Sandipan, it does look like this custom table isn't going to work based on this insight.
    Hi Julius
    Thanks for that one - a report in SUIM I have never used before!
    We don't yet have the RSUSR008_009_NEW report in this version but the transparent table USKRIA from RSUSR009 can be inserted but doesn't result in anything unfortunately - however - running the report from SUIM, it appears to be a list of either SAP delivered or customer defined critical objects which I'm still a bit confused about (as you probably expected) as it is a list of 'ID's - 71 in QAS.
    This really does look similar to the client's custom table that has already been generated with 1400+ entries where it might be possible to add the transactions to the 'ID' field with their SU24 values, this would then, hopefully, let me do a join to exclude users who don't have the object, field name and 'from' values in the AGR_1251 entries.
    The next step from that (in the original SQVI) was to do a join to find users with both transactionA and transactionB but, maybe, this isn't possible in R3. I'm trying to avoid using Microsoft Access to manipulate tables out of SAP as it's an extra offline process that will only add confusion and probably end up in the Recycle bin once I've left.

  • How to archive Z table

    Dear Experts,
    We have some add-on Z  tables, there is a table and its size is very huge.
    So we want to archive for the table.
    Can we use Archive Development Kit ?
    the steps are as below:
    1. Creating Archiving Objects then maintenance (AOBJ)
    2 . Develop archiving programs:
          -  Develop write program          (required)
          -  Develop delete program (required)
          -  Develop read program           (optional)
          -  Develop reload program (optional)
    Or could you give me more good idea?
    Thanks and Best Regard,
    Colin.

    HI ,
    For the Creation Of Custom Archive Objects, You need to follow the Below Steps.
    1. Program Creation. (Write,Delete,Read,Reload,Preprocessing).
    2. Creation Of Object Definition in AOBJ  by creating the needed entries in Structure Definition.
    3. Enter the Program Names.
    4. Also if you want to have some dependency with any other Standard Object ,  You can create an entry for that in AOBJ.
    5. Reload Program is same as READ , We need to add an Additional Insert command to Push Back the Records into the Table.
    Hope this link also might help you.
    http://tinyurl.com/Custom-archive-Objects
    Regards,
    Swarna.

  • How to assign custom table entries to request

    Hi,
    I have around 4000+ entries in Z* table(Customized data).
    Now i have to transport to QA system by assigning request no.
    How to assign the above all entries to the request.
    Thanks
    ~KER

    Hi Ramesh,
    That you can do it if you select
    Recording routine  as <u>Standard recording routine</u>       under table maintainance generator.
    But in my case the table has been created with <u>no,or user,recording routine</u>  option and updated all records in dev system.
    So its not possible  at this point of time.
    Thank you
    ~KER

Maybe you are looking for

  • Why aren't some classes (like Point2D) Serializable

    Why aren't Serializable so many of the classes of Java2D ? (I've seen some other users are complaining about this too). In 1.4 the situation remains the same. If there is a reason I wouldn't mind but I don't know it. Is this a mistake or is there a g

  • Video Drivers under Boot Camp

    Can you install ATI drivers (like from Omega Drivers) under a Boot Camp installation of WinXP, or are you stuck with whatever Apple provided?

  • How to assign values into  sap idoc

    Dear all,      I have created Purchase order.   My PO number is xxxx569.  I have created PO using ME21N.   In this ME21N i have give material,deliver date,price,PO Quantity.      My actual assignment is whatever PO quantity may give in ME21N , but in

  • SOAP:Server, System Error SystemError , code MESSAGE.GENERAL /code

    Hi!!! I am testing a webservice and I am getting the following error <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">    <SOAP:Body>       <SOAP:Fault>          <faultcode>SOAP:Server</faultcode>          <faultstring>System Err

  • Do we transport  0LOGSYS (Source System) Info Object?

    We are transporting the info objects first time to the quality. when we selected the necessarry objects for the required info objects in transport Organization it also picked 0LOGSYS info object. My question is do we transport 0LOGSYS info Object? An