RE: Include customized table into MM_EKKO archiving

I had a customized table, ZEXP_PO that shares the same key as EKKO.
I want to include this table during the archiving for MM_EKKO.
Can any guru shares on how to configure it?
Do I need to create a new customized program to archive as well as  delete?

Hi,
You can enhance the write program RM06EW47 using the BAdI ARC_MM_EKKO_WRITE. This BAdI is used to write the customer specific table entries to the archive. It is called within the write program for each  business object between the call function ARCHIVE_NEW_OBJECT and ARCHIVE_SAVE_OBJECT.
Hope this helps.
Cheers!
Samanjay

Similar Messages

  • Include customer tables  : TDMS HCM

    Hi,    
    I'm using the PA & PD Scnerario. I would like to include client table "HRP9508". But when I execute the activity "Transfer Selection Criteria" I've the next warning "Table HRP9508 is not registered as being released".
    To include this table I execute the next activities in the DEV system and transport to PRD system :
    Define Customer Table Transfer,
    Define Tables for Customer Table
    Transfer and Table Transfer Status.
    But after do that, the warning shows again.
    Anybody had tried to include customer tables with TDMS & HCM (because I think the process to do it with TDMS and ECC is different).
    Thank's in advanced

    Hi,
    just for information. You said that you had maintained the following:
    Define Customer Table Transfer,
    Define Tables for Customer Table
    Transfer and Table Transfer Status.
    For your self-defined infotypes you need only maintain the last table. This is described in the documentation though........
    Regards, Gerard.

  • Logging the changes of a custom table into CDHDR and CDPOS

    Hi all,
               What is the strucutre that is to be passed while creation of a ChangeDocument(Object Class) for the parameter
    Name of Ref. tab in SCDO tcode.And what other steps are to be done for logging the changes of a custom table.

    How do you maintain the first table? Did you create the maintenance module yourself or did you get it generated by SAP? If you have your own maintenace module, all you have to do is get the values from the table at the time when you update it and seve the necessary values in the second table. If you have a generated maintenance module, then you would have to do this in there, problem is you will need to register the onject when you change it.
    Let me know if this helps.

  • How to include a table into transport request

    Hello,
    please, i want to export 2 tables into a request order, then i will import this order on an other system; is it possible?
    how please?
    Regards

    Hi,
    In that case it will help you
    http://searchsap.techtarget.com/tip/How-to-transport-table-entries
    Regards,

  • XMII - How to include custom transactions into services.... ?

    Hello XMII Gurus:
    We have done some customization in XMii to develop custom transactions. Now the dilemma is how to give end users access to these new transactions. Working with the developers I see that you can have URLs associated with these transactions, but I am looking for a way to associate a transaction with a service, so that it can be included in a security role, which in turn can be assigned to a user.
    Any help is much appreciated.
    Regards,
    KT

    Jamie:
    I have a custom URL transaction in place, works fine with a USER-ID which has the SAP delivered XMII Developer security role assigned. What I am trying to figure out is the service within the XMII Developer role which makes this possible.
    For this, I made a custom role in UME and assigned it all the services which were under the developer role, and to my surprise it didn't work. I have also taken care of the reader/writer role assignment to transaction through the workbench.
    Do you know why this is happening, am I missing something here?
    Regards,
    KT

  • Xstring or internal table into archive

    Hello,
    is there a function module or something else, which can put a file from an xstring/internal table into the archive, to only ones i´ve found require the file to be on the application server or frontend pc
    regards franz

    Hello Franz,
    did you find a solution regarding your problem?
    I found a similar thread with a similar answer...: Storing XSTRING in ArchiveLink
    Did you find a better solution?
    Thanks in advance and BR, Christian

  • Data Archival for Custom Tables

    Hi Experts,
    We have a requirement of archiving the related custom tables while we archive the standard SAP tables data. We are going a head with creating the custom archiving objects to handle this. However, i would like to know about the feature of "Exit routine assignement in generation" in the standard Archiving objects (AOBJ).  Can this be used to handle custom tables data? If yes, can you please provide me an example how this can be acheived? If not, what is the purpose of this?
    Please help!!
    Thanks and Best Regards,
    Surya

    Hello Lavaughn,
    I can not speak for SAP, but from my personal experience TimeStamps are the state of the art to store time date info in db tables. Even with date/Time fields a conversion to the local timezone is necessary. Of course you can reuse your db definition on dynpros. But since UI and business logic will be divided anyway this is also not really a valid point.
    Best Regards
    Klaus

  • Add more tables to be archived to standard archive object

    Hi,
    Is it possible to add  more tables to be archived?
    I would like to add tables eg DFKKCOLLH_I_W to archive object FIMKKCOLL.
    Cheers...

    HI,
    Yes . You can Add additional table to the standard object. But you have to update the standard write , delete program to include this table in the archival process. So that it is not advisable to update the standard object.
    But you can create a custom object by including all the tables you want and take the custom  versions of the write,delete programs and do the required changes in that version.
    Hope this helps you.
    Regards - Swarna.

  • Moving time-dependant data from one table to another (archiving)

    Hello all
    I would like to know if there's an easier solution or a "best practice" to move data from one table to another. The context of this issue can be found within "archiving".
    More concretely: we have an application that uses several tables to log information to.
    These tables are growing like crazy, and we would like to keep only "relevant" data in those tables, so I was thinking about moving data from these tables that have been in there for, say 2 months, to "archiving" tables.
    I figured there must be some kind of "best practice" to get this done.
    I have already written a procedure that loops the table that has the time indicator and inserts the records from the normal tables into the archive tables (and afterwards delete this data), but it seems to be taking ages to get it done.
    Thanks in advance!
    Message was edited by:
    timschraepen

    There is nothing to do with PL/SQL.
    You can refer below links:
    http://www.lc.leidenuniv.nl/awcourse/oracle/server.920/a96524/c12parti.htm
    http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10739/partiti.htm#i1006727

  • How can i create a custom table in to my banking services server

    I am having product type and account type details for those things I need to create a table
    Product Id.                 Account Type
    DP_PYGO_P     21
    DP_BASIC     25
    DP_UNLIMIT     24
    DP_ADVANTG     17
    DP_SAV                     34
    DP_TBILL                     54
    DP_USDCHQ     19
    DP_FREEDOM     52
    For the above fields how can i create a custom table into banking services server

    Transaction SE11, maybe? I don't really see the problem, unless you have never created a transparant table before...

  • Custom tables in Java-only istance

    Hi,
    in a Java-only istance, we would like to build some custom table into db, so... how can I create tables? directly with specific db tools? into schema sapsr3db? ... or there is a DDIC in J2EE as ABAP?
    Regards.

    Hello,
    If you want DB Tables then you can directly do so using the DB tools. To ensure J2EE has access to these tables, ensure that the user that you've mentioned in secure store, which is generally a SAP<SID>DB has access to these tables.
    Hope that clarifies your query!
    Best Regards,
    Snehal Bhaidasna
    SAP Labs, CA(USA)

  • Does MM_EKKO  archive write job lock the tables?

    Archive experts,
    We run MM_EKKO archiving twice a week. From my understanding the write job just read the data and write it to archive files. But we run Replenishment jobs which hit EKPO tables, the jobs run slow, and I noticed that the archive write job is holding the locks on this table. As soon as I cancelled the write job, the replenishment jobs move faster. why this happens?  Archive write jobs should not be causing any performance issues, only the delete jobs will impact the performance. Am I correct?  Is any one experiencing similar issues?
    Sam

    Hi Sam,
    Interesting question! Your understanding is correct, write job just reads the data from tables and writes it into archive files... but....write job of MM_EKKO (and MM_EBAN) is a bit different. The MM_EKKO write job also takes care of setting the deletion indicator (depending on whether its a one step or two step archiving. So its possible that it puts a lock during the process of setting the deletion indicator, as its a change to database.
    please have a look at the folloing link for the explanation of one step and two step archiving:
    http://help.sap.com/saphelp_47x200/helpdata/en/9b/c0963457889b37e10000009b38f83b/frameset.htm
    Hope this explains the reason for the performance problem you are facing.
    Regards,
    Naveen

  • What does mean You can include static and dynamic tables into a Smart Form?

    Hi guys,
    If you check the official documentation for Smart forms in the Internet you will read that the initial pharagraphs of the text tell you "Tables - You can include static and dynamic tables into a Smart Form. Dynamic tables enable you to display tables whose size is determined only at the moment of their output by the number of the table items to be displayed". The link is the following: http://help.sap.com/saphelp_nw04/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm
    I was wondering if this means that I can use field symbols with dynamical number of columns to print a smart form. Because it would be great since the customer wanted a dynamical report depending on the week day it was (If Monday, there was only 12 columns, but if Friday, it will be 52 columns (1 column more for every day elapsed in the current week)). I had to create 5 different forms, but I think using field symbols I had spent less effort. Do you know if it is really possible? If not, then what does mean "You can include static and dynamic tables into a Smart Form"?
    Thank you in advance

    Hi ,
    The concept of static and dynamic tables in smartforms, means you can use template- ( static table as no of rows and columns is fixed). Also you can use table- dynamic as the no of rows will depend on your line items.
    Hope this will help you to close this thread.
    Also, try to find this answer in posted forums. Creating a new forum everytime just increases the network traffic. So please try to avoid it.
    Regards,
    Vinit

  • Including transport request while modifying the custom table

    Hello Experts,
    I have a scnerio like, I have to insert/modify some records in my custom table. Now we want that these records should come under a transport request, so that we can track which records are for which user.
    I am developing a report and including a parameter for transport request in the selection screen. So the report will take TR number directly from selection screen, but how to include it for the records inserted.
    Regards,
    Harjeet

    Hello Altaf,
    I think you did'nt understood my issue. I am not using and transaction. I am creating a report program which inserts new entries into my custom table based on the flat file on my presentation server.
    Now I want these entries to be inside a transport request which is there in the selection screen.
    Hope this gives the clear idea of my specification.
    Regards,
    Harjeet

  • Archive Object  GLFUNCA, GLFUNCP and other Custom table ZGLFUNCA, etc

    Hi Expert,
        I am encountering one issue that is how to define the write and delete program. I have three standard tables which have standard archive object and meanwhile I have another three custom own table which have the relationship with these standard table. Now I'm wondering should I defiine the dependency of these two archive objects and check only when the first object is done, the second one can proceed.
       I'm really looking forward your advice, so far I plan to create one 'z' archive object which include three custom tables and put the standard archive object as dependency object. But how to proceed with the write and delete program?
    Please kindly give your advise and solutions. Thank you.

    Hi,
    you can ask your ABAP consultant to code in the table maintenance events. We need to call appropriate authorization objects in the events and allow/disallow the changes for a field/record based on the authorization.
    If you want more details on TMG events, just search in SCN. We have lot of information on this.
    Thanks,
    Vinod.

Maybe you are looking for

  • RIDC check in the file name encoding issue

    Hi, When I use the RIDC to upload the chinese file name, the native file field become ??.pdf. TransferFile tf = new TransferFile(new File("c:/中文.pdf"), "application/pdf"); dataBinder.addFile("primaryFile", tf); Thanks!

  • Signature with .pdf image only?

    I have created a fillable form using Adobe Pro XI.  The form can be filled out using Reader and users can put in their digital ID signatures into the blocks I created for that.  However, going through the process of signing the form, the only option

  • My iPod is disabled help?!?

    I have an ipod 4g and I havent used it in a while and I charged it and I don't remember the password and it says "Ipod is disabled connect to iTunes" I don't want to lose all of my pictures so I plugged it into my laptop to download the pictures and

  • More than 3 buttons in a Popup Window

    Hi, is it possible to provide more than 3 buttons in a popup window? In the Interface IF_WD_WINDOW I can only find button types like co_buttons_yesnocancel which represents 3 buttons, but it would be nice to have 4 buttons. Is this possible at all? R

  • What is best Mac Pro for photoshop for the money?

    I need to purchase a mac pro to use for digital retouching and photography. Which machine will i get the best performance for my money, I am on a budget.