How to link bor object to Archive object

I would like to convert normal file to Archive file using ARCHIV_CREATE_DIALOG_META it is giving
error there is no link  between bor object and Archive object .

Based on your other questions I assume you mean either in the workflow or in a method. First of all you should read the FAQ and the guidelines for the forums.
Converting the object from a subtype to its parent type in a method is achievable by using some of the macros. You can even make a generic solution for this (e.g. a function module).
Use SWC_GET_OBJECT_KEY to get the object key.
The attribute OjectType of your object is itself an object. It has an attribute Parent which references another object. The key of this object is the name of the object type.
Thus you have everything you need to create a new object reference with a type that is the parent object type of your current object; you have the key (which must be identical as this is a subtype) and the object type.

Similar Messages

  • How to find out prerequisites of archiving objects?

    As we plan an archiving project for our ERP system, I would like to know how to find out the prerequisites for archiving the different objects.
    For example, as I know for archiving material master data, the usage of object MM_MATNR requires that the deletion flag is set on materials.
    Or as I assume, orders probably can only be archived if they are delivered and closed.
    How to find out these prerequisites?
    Best regards
    Martin

    Hi Martin,
    Network Graphics helps in determining the dependencies among the archiving objects.Once you have sorted out the flow you can schedule archiving in test mode to find more details.
    Eg PP_ORDER you can find out why a particular order is not archivable...may be cos of unsettled balance..etc.
    You can find few details about the prerequisites in the archiving run (test)
    Hope this helps.
    Thanks,
    Priya.

  • How to link two authorizations to an object.

    Hello,
    In the EWA report I received the following recommendation:
    "If you do not want to disable development in your system, you have to exclude OBJTYPE=DEBUG with ACTVT=02 from the profile and allow any other object type for S_DEVELOP. This means that development and debugging with visualization are still possible.
    You can do this by linking two authorizations to object S_DEVELOP: One with all object types (except "DEBUG") and all activities and another for object type DEBUG only with all activities (except 02)."
    How to achieve this?
    Thanks
    Galina

    > I try not to maintain transactions in SU24. 
    >...
    > We have a small user population. 
    I can understand that, however it still has a downside when your user base grows, or you move on and someone else needs to take over, or the functional consultants leave the building and when you upgrade or apply support packs and need to make some changes, then you don't know why the authorization was added manually - at least not without having to sieve through a sea of documentation and mails etc.
    It is easier to find a transport request and it's documentation IMO, and who knows about it, approved it, tested it, etc.
    It is just a little organizational discipline thing, but it does go a long way.
    Cheers,
    Julius

  • Custom Archiving Object: cluster tables

    Hello All,
    I need to create a custom archiving object to archive the content of a cluster table. Does anyone know how to do this? Would you provide me with the steps to do so?
    Thank you in advance!

    Solution
    As of R/3 Release 3.0, the ADK is also delivered to customers as a development tool for archiving programs. The ADK (Archive Development Kit) consists of function modules that help you to develop your own archiving solutions, as well as documentation on how to use the function modules.
    As of Release 3.0, all existing archiving from SAP applications is moved to the ADK.
    If you want to enhance an existing solution, you can do this with the help of the ADK. However, your own solutions may NOT delete or modify data from SAP standard tables.
    Archiving classes are developed by SAP exclusively and must not be used alone but only in connection with an archiving object.
    Archiving objects and archiving classes (and the objects belonging to the class) are not namespace-capable. A namespace as prefix may lead to errors in this case and must therefore not be used.
    For more information on the ADK documentation please see Note 71930.
    The two-days customer training BC670 deals with customer-specific enhancements to data archiving

  • Archiving Object SOBL - New Object Links Package

    Any one has experience on this archiving object?
    Is it necessary to run this archive object? or the object relationship is archived when the object is archived.
    if we do need to archive this object, how can we sure it does not cause data lose. I tried to run this archive object it selects records which linked objects are still active!

    Alberto,
    Can you explain what you are trying to do. Are you trying to archive data from a BI object or are you trying to export data out of a BI object using open hub.

  • How to LInk Business Object with Portal

    HI,
    My exact requirement is that i want to trigger a event of BUS10001006 business object through Portal. In Portal i have an iview with a parameter and a Delete button. I enter the Material number and then press the delete button. On Trigger of delete button a BO event shoud trigger which in turn will trigger the Workflow.
    The Workflow part is done but we are not sure how to link the BO/event of BO with Portal so that it triggers workflow.
    Regards
    Naveen Gupta

    BOBJ integration into portal is in NO WAY similar to ESS business package deployment. For that matter, it is not a business package at all.
    BOBJ itself is a web based application that interfaces with BW to retrieve different types of reports. So for the integration with SAP Portal you would not need to deploy any content (Except a few par files) on the portal.
    Basically, for BOBJ integration you would have two options:
    1. Integration using the iview template or URL iviews
    2. KM Based integration
    This topic has been discussed many a times and there is lot of information out there on SDN.
    You can start with the following link:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/IntegrationofBOEXI3.1intotheSAPEnterprisePortal+7.x
    Please revert if you have any specific questions.
    Thanks,
    Shanti

  • How to bind Links Detail Button to an object?

    Hi,
    As per the WebCenter Dev Guide, we can create link from "Any object to which you bind the custom JSF components, such as the Links Detail Button".
    How to bind Link Details Button to an object?
    TIA

    maple_shaft wrote:
    Each object has a unique id associated to it. One can retrieve that id string from an object by calling the toString() method, as long as this method hasn't been overridden from its default behavior.and if it has System has a method to help you.
    But it is not quite a unique id. It might be, but a different JVM could implemented it as "return 1" and it would still technically satisfy the contract.
    As much as is reasonably practical, the hashCode method defined by class Object does return distinct integers for distinct objects. (This is typically implemented by converting the internal address of the object into an integer, but this implementation technique is not required by the JavaTM programming language.)

  • How to link 2 objects and how to access entities objects

    Hi,
    I have 2 tables "Person" and "Adress". Person has a foreign key to Adress. The tables have a primary key (person_id and adress_id) associated with a sequence table. I use entites objects from tables and i defined a creation form for "Person" and a creation form for "Adress".
    While the commit, i would like to link person with adress via the foreign key. So i don't know how to obtain "adress_id" from the entity object for setting the foreign key in the object "person".
    More, how can i access to the entites objects for accessing information via getter methods.
    Thank for your help.

    Hi,
    documented in http://download-uk.oracle.com/docs/html/B25947_01/toc.htm it is explained in http://download-uk.oracle.com/docs/html/B25947_01/bcentities008.htm#sthref464
    Exactly the same question got answered yesterday: Re: How I can acess to master entity object from detail entity object
    Frank

  • 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 create infostructure for my own archiving object?

    We created our own archiving objects.
    Could you help tell how to create infostructure for each of them?
    Any info would be appreciated.

    Hi,
    Infostructure creation:
    1. Create Field Catalog
    2. Create Infostructure and assign Field catalog created
    3. Activate Infostructure
    4. Fill Infostructure
    >> Retrieve archived data
    Path to create Field Catalog:
    Goto SARI >> Customizing >> Environment >> Create Filed catalog
    Note: 1. During creation of Field catalog make use of field name from SE11 transaction.
    2. Target field and Reference filed should be same and Source table from which you are considering the filed name
    3. Key filed name should be Indicated
    Path to create Infostructure
    Goto SARI >> Customizing >> Environment >> Create Infostructure
    Assign Archiving object for which this infostructure is created and assign filed catalog
    Activate it.
    Path to Fill structure
    Goto SARI >> Status >> Select Archiving object and consider option Fill per Infostructure
    In Archiving explorer you can retrieve archiving data.
    -Thanks,
    Ajay

  • Matrix  LinkedButton how to link to different object?

    I have a matrix , i would like to like specific colum Say column1 to
    multiple object, meaning every row will link to different object, is that possible?
    I know how to link a coulmn to a Linked object
    oColumn = oColumns.Item("column1")
    oLink = oColumn.ExtendedObject
    oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_GLAccounts
    what i want is based on certail condition
    row1, coulumn1 link to  lf_Invoice
    row2, coulumn1 link to  lf_PurchaseInvoice
    Is that possibel?

    i think u can use Item Event Before Action=True to solve it
    code below is what i'm using
    If pVal.ColUID.Equals("DocNum") And pVal.EventType = SAPbouiCOM.BoEventTypes.et_MATRIX_LINK_PRESSED Then
             sObjectType = oGrid.DataTable.Columns.Item("ObjType").Cells.Item(pVal.Row).Value
             oEditTextColumn = oGrid.Columns.Item("DocNum")
             oEditTextColumn.LinkedObjectType = sObjectType
    End If

  • How to dislay images stored in R/3 as archive objects

    Dear All,
                 In my view I need to show photos,which are actually uploded into R/3 through archive objects.I have used FM:<b>SCMS_DOC_URL_READ</b> to get the URL, as this is not a http url the image UI element is not render .
    so pls help me in solving this.
    Thanks,
    Sethu

    Hi
    This problem can be solved if you can save your images in MIME repository.
    Open your dynpro component in SE80.
    from context menu of componentcontroller, go to CREATE-->MIME object
    -->Create
    On shared tab enter name and description and click on the button next to field "MIME TYPE" . Select GIF graphic option. now 1 folder with the name of your dynpro component is being created in MIME reposiroty
    start transaction SE80 and press the button  "MIME repository" on top left corner.
    navigate to    SAP &#8594; BC &#8594;WebDynpro &#8594; SAP and look for the folder with the name of your dynpro component.
    Right click on folder and choose "import MIME object" and select the image you want to display.
    create a view element in your dynpro component of type "TRAY"
    Inside it create a view element of type "IMAGE". From property section of IAMGE view element, open the drop down for source.
    Select tab "Component images" and select your dynpro component from drop down.
    Execute the application to test it.
    regards
    Vishal Kapoor

  • Archiving object CHANGEDOCU

    Hi,
    I need to archive data using archiving object CHANGEDOCU. Now the condition is that in this archiving object, I need to restrict the data (to be archived) to company code 1030 (country US). As the company code field is not available in the selection screen of this archiving object, can you please tell me, how can I limit the data to company code 1030, using other fields in the selection screen.
    Thanks and Regards,
    Anuj

    Hello,
    If you are targeting few tables for your requirement than you may create a customized(Z) archiving object for them using transaction AOBJ.
    While creating the archiving program you can create your own selection screen. On this basis you can write the select queries and then archive them.
    A detailed steps to create a customized archiving object and program is mentioned in below link.
    **************** - Step-by-step procedure for Creation of Custom Archiving Object
    Reward points if this is useful
    With Regards,
    Viral Bhuva

  • Regarding Archiving objects

    HI Experts,,
    We are going to do archiving. We know we need to do archiving object wise. There are lots of archiving objects in system. Now we want to do archiving all the data older than two years. To do this way, do I need to archive all the objects one by one or there are special objects for it? Is there any object related to data type(master data/transactional data) ? Please let me know.
    Asad

    Hi Asad
    1.  You can refer the SAP link |& Note  about Archive
    Archiving Object (SAP Library - Archive Development Kit)
    Creating Archiving Objects (SAP Library - Archive Development Kit)
    53022 - How do you archive data from your own tables?
    2. In which SAP module you have to do this task?
    BR
    SS

  • Help on archiving object - table AUFK

    hi,
    for table AUFK i would like to perform a test archiving scenario. currently i'm at the identifying the archiving object stage.
    From TAANA i was able to see the data distribution across the order categories and its entries as below
    Order category    entries
    1                           1.844.505
    20                           88.642
    30                         80.473
      10                       14.558
    3                          1
    DB15 has following archiving objects
    CO_ORDER
    PM_ORDER
    PP_ORDER
    PR_ORDER
    PS_PROJECT
    Can you please help me out find out the right archiving object in these, I'm at SE16 but not getting a clue to find out how the order category is linked to this object.
    Please suggest.

    thanks

Maybe you are looking for