How to register an object in LSMW?

Hello,
BUS1003 Class exists in our system but does not seem to be registered with LSMW.  Does anyone know how to register 0140 Class with LSMW?
Regards, Dean.

Hi,
Check ALE MESSAGE type: CLASS_CREATE, IDoc Type CLASS_CREATE01 which is generated from Tx. BDBG. You can also check the ALE interface for the BAPI in TX. BAPI.
But I wonder why you are looking for the IDoc Interface in LSMW when it can be easily acheived by BI method:
Object               0140   Class   
Method               0000           
Program name         RCCLBI01       
Program type         B   Batch input
Best Regards, Murugesh

Similar Messages

  • How to create an object in LSMW

    Hi Gurus,
    How to create an Object in LSMW..
    In the step 1 "Maintain Object Attributes"
    Under heading ---Object Type and Import Method
    there is object ... normally we will get Sap standard object for the corresponding Transaction
    My Requirement is like i want to assign an ZBDC Program instead of Sap Standard program there....
    Please help me..
    Regards,
    Praveen.

    Hi Praveen,
    I think you want to upload data in some master tcode,so for these u need recording for particular tcode.
    So for these u need to select Batch Input Recording option inside very first step of Maintain Object Attributes.
    In that u need to put recording name in which u want to record tcode.
    Regards,
    vishal jain

  • How to register Business Object Portlet in Oacle Portal

    Hi Gurus,
    Could anybody give me an idea How to register Business Object Portlet in Oacle Portal.
    Thanks & Regards
    Vikram

    Hi
    I am also looking into BO portlets but maybe I am one step behind you as I am still trying to find where to download the provider from.
    Could you tell me where to got the portlet from.
    I recently went to the Business objects web site and could only find a java portal integration kit for JSR 168 platforms (10g included in the list)
    at http://www.businessobjects.com/products/downloadcenter/boepik.asp

  • How to export single object of LSMW to already existing project

    I want to export one object of LSMW project to another project which is already exists and conatins some subprojects and objects. Menas I want to export one object to already exsiting project. How can I do this?

    hi,
    you may copy objects between projects....
    see: lsmw-all project objects,,and here fucntion "copy entry"
    regards,darek

  • How to create subproject & Object for LSMW

    How to create subproject & Object for LSMW

    Rahul,
    ??? enter their names, select 'Create'.  If you do not have the 'Create' button displayed, you are not authorized.  See your local authorization person.
    Best Regards,
    DB49

  • How to register new objects in b2b isa crm 2007

    Hi,
    This is a crm 2007 isa b2b development.
    I have written a new bom and backend object.I registered the new objects as per the dev and ext guide for isa5.0.The customer version of backendobject-config.xml and bom-config.xml look like this after my changes.But still I am not able to call the backend object.
    *backendobject-config.xml*
    <backendobject xmlns:isa="com.sap.isa.core.config" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace">
    <configs>
    <!-- customer changes in backendobject-config should be done here by extending/overwriting the base configuration-->
    <xi:include href="$/modification/backendobject-config.xml#xpointer(backendobject/configs/*)"/>
    <config isa:extends="../configs@id='crmdefault'">
    <businessObject
    type="Z_PromiseShipToDate"
    name="Z_PromiseShipToDate"
    className="com.mycomp.isa.promiseShipToDateView.backend.crm.Z_PromiseShipToDateCRM" connectionFactoryName="JCO" defaultConnectionName="ISAStateless"
    />
    </config>
    </configs>
    </backendobject>
    *bom-config.xml*
    <BusinessObjectManagers xmlns:isa="com.sap.isa.core.config" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace">
    <!-- customer changes in bom-config should be done here by extending/overwriting the base configuration-->
    <xi:include href="$/modification/bom-config.xml#xpointer(BusinessObjectManagers/*)"/>
    <BusinessObjectManager name="Z_CUSTOM-BOM" className="com.mycomp.isa.customBusinessmanager.Z_CustomBusinessObjectManager"/>
    </BusinessObjectManagers>
    Can anyone please let me know  what I am doing to register new objects is correct or there is something m ore to it.Please respond at the earliest.Please provide me with dev and ext guide for this if anyone has.

    Hi,
    I wasalso in the same boat. We are on SP15 but I was not able to see CRM2007 in the product list. I implemented following note 1159756 and now I can see the CRM2007. Now I want to upload SAP Best practices document. Right now I don't see it, do I have to upload them manually ?
    Thanks
    Sumit Mathur

  • How to register RMI object with runnign Weblogic Server instance?

    I need to write some RMI objects(non EJB) and register it with the already running weblogic server so that I can access them from a RMI client.
    Can some help me with this?

    So more precisely the way I am doing it is
    I have a remote interface
    package com.myserv.rmi;
    public interface NSPQueryExecutionService extends java.rmi.Remote
    public void getQueryExecutionDelegate();
    I have the Implementation as
    package com.myserv.rmi;
    import java.util.Properties;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    public class NSPQueryExecutionServiceImpl
    implements NSPQueryExecutionService
    public static final void main (String[] arg) {
    try {
    Properties properties = null;
    properties = new Properties();
    properties.put (Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    Context context = new InitialContext(properties);
    context.bind("QueryExecutionService", new NSPQueryExecutionServiceImpl());
    System.out.println("================================> QueryExecutionService Bound");
    } catch (Exception ex){
    ex.printStackTrace();
    System.out.println("Unable to start QueryExecutionService");
    public NSPQueryExecutionServiceImpl()
    public void getQueryExecutionDelegate()
    System.out.println("inside remote");
    I compile these classes and I do a weblogic.rmic as
    java weblogic.rmic com.myserv.rmi.NSPQueryExecutionServiceImpl
    I run the NSPQueryExecutionServiceImpl class to bind the RMIObject with the weblogic server.
    Finally when I try to access this from my client it is able to access the object but when I invoke an operation on it gives the exception that RJVM is already shutdown.
    Edited by kuldeep.sharma at 02/15/2007 9:37 AM

  • How register COM object from java?

    Hi!
    In my user home directory I have myCOM.dll. My sign applet use this myCOM.dll. But before use this dll I must register it (by use regsvr32).When myCOM.dll will be success register my applet can work. The problem is that I can not get answer from regsvr3 (is myCOM.dll are successed registered or not, or is user has a grants to register COM object and so on.)
    Again, my java applet can work ONLY when myCOM.dll is registered.
    How I can register myCOM.dll from java applet and if registered is not success exit from java applet?

    I must not have been clear. I am not asking how to access a COM object using Java, we already have tools to do that.
    The question is whether there is a way to define a COM interface using Java. I want to code my COM object in Java. Right now we are using PowerBuilder to code COM objects. I would rather use Java.

  • How to register a new docicon/progid using CSOM/SharePoint Client object model

    I know how to register a new file-type icon in SharePoint 2013 by modifying docicon.xml,
    but is it possible via any sort of web-based API? Specifically I'm trying to do it for a SharePoint Online/office 365 site.

    Hi Dylan,
    For SharePoint Online, the docicon.xml is stored in the SharePoint online Server and there is no such Web API could modify the xml file directly, so there is no easy way to achieve it.
    As a workaround, you can add some JavaScript and Jquery in the master page to modify the file type icon to the new one.
    <script>
    var IMGs = document.getElementsByTagName("IMG")
    for (var i=0; i<IMGs.length; i++)
    var alt=IMGs[i].alt;
    if (alt.substring(alt.length-4,alt.length)==".pdf")
    IMGs[i].src="/yourlibrary/yourimage.gif";
    </script>
    Here is a similar thread for your reference:
    https://social.technet.microsoft.com/forums/msonline/en-US/bf5ff648-eefb-4084-8204-9519efaf50e7/modifying-dociconxml-on-sharepoint-online
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • How to register a report program ins EBS?

    HI,
    I made a new report program called APVOUCHER.rdf it is developed/tested/ and running on Reports 10g windows. Then I ftp it to my EBS R12 linux server. Then I put it under the base path of $AP_TOP/reports/us.
    Then I register it in EBS using this
    a) Define the concurrent program executable with the Oracle Application Object Library. This links the execution file and the method used to execute it with a defined concurrent program. Log into Applications as the System Administrator and navigate to Concurrent > Program > Executable
    b) Define the concurrent program with the Oracle Application Object Library along with any program parameters or any incompatibilities. Log into Applications as the System Administrator and navigate to
    Concurrent > Program > Define.
    But in the 2nd define the program APVOUCHER ca not me found in LOVs provided under region
    Excutable
    Name>
    Method>
    If I click LOV for Name the report name is not in there :(
    Anything I miss in here?
    Thanks a lot

    Hi,
    Before you define the report, navigate to Concurrent > Program > Executable and fill out the form as follows:
    Executable: <REPORT SHORT NAME> --> (Similar to the report name you have uploaded but without .rdf)
    Short Name: <REPORT SHORT NAME> --> (Same as above)
    Application: Payables
    Description: <Description>
    Execution Method: Oracle Reports
    For more details, please refer to:
    Note: 133991.1 - How to Register a Custom Report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=133991.1
    Once you are done with the above, you need to add this concurrent program to the Request Group which is attached to your responsibility.
    - Login to System Administrator responsibility
    - Navigate to Security > Responsibility > Define
    - Query the Responsibility Name
    - Write down the Request Group
    - Navigate to Security > Responsibility > Request
    - Query the Request Group
    - Add the concurrent program
    You should be able to see the concurrent program from the responsibility then.
    Regards,
    Hussein

  • How to register DI RfcSvr as an Windows service

    Every time I must manully start DI RfcSvr program on windows. I want to know how to register it as a Windows service?
    I try to run below command:
    ntscmgr install SAPRFCService -b "D:\Business Objects\BusinessObjects Data Services\bin\rfcsvr.exe" -p "-a DI_SOURCE -g HOST_NAME -x gateway_name"
    It successfully register the command to NT service but It can not start. The error message in Event Manager is:
    Event ID 7009, Timeout (30000 milliseconds) waiting for the SAPRFCService service to connect. I though this is caused by no return code returned by program rfcsvr.exe.
    Anybody has good idea?
    TIA

    Hi,
    I'm in the same situation, I need to know if it's possible to record DI RFCSVR as a Windows service or not.
    When I try to start the service, I get the same error
    Event ID 7009, Time (30000 milliseconds) waiting for <name Service> of service to connect.
    I have searched without success guides.
    Any suggestions.

  • How to register and unregister Mbean server when jvm is crashed.

    Hi All,
    how to register and unregister Mbean server when jvm is crashed with specifying like internal error(xxxxxxxxxxxsome number)
    I am getting error NameAlreadyBindExcetion when i call the below method in my program, how to unregister and register again, can any one can help on this topic?
    internalConnectorService.start();
    regards
    Prasad.Nadendla

    Looks like your server object is already bound and registered and your trying to re-register the same...
    is that a corba server? if yes, you'd be able to check that with the NamingService tools

  • How to register InfoView licenses as the incremental purchase?

    Hi all,
    I am in charge of the report development for an internal project by Business Object XIR2 for the company and get confused about how to register the product keys for more InfoView users.
    There are a number of InfoView users for the next release for our reporting system, so we bought a dozen of licenses from BO company. When I recieved the Delivery Note I was quite strange by how to proceed in the CMC.
    Item: 51-00636-085 SAP Temp Key Letter V3
    Is this a slip containing the prerequisite information for next operation or this should be received as a email with the necessary temporary keys?
    I have found this item in the product package and I am not aware of how to do then.
    Thanks in advance for the assistance.
    Regards,
    Joshua

    Hello Joshua,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • How to handle  authroziation levels in LSMW.

    Hi,
      How to handle authorization levels in LSMW. Please explain me step by step process.
    Thanks
    Nagendra

    Hi,
    U can try to call the LSMW object from a report program and there u can try to check the authorization for the LSMW object...
    Type pools
    TYPE-POOLS: tumls. " LSM Workbench: Type-Pool
    Data declaration
    DATA: project  TYPE  tumls_project,    " Project
          subproj  TYPE  tumls_subproj,    " Subproject
          object   TYPE  tumls_objectnew.  " Object
    START-OF-SELECTION.
    Store project
      project = 'TPISP - DC'.
    Store subproject
      subproj = 'VARIANT_MAT'.
    Store object
      object  = '6GSC022_TS3'.
    << Put ur authorization check here..
    Call the function module to display object (LSMW) maintenance screen
      CALL FUNCTION '/SAPDMC/LSM_OBJ_STARTER'
        EXPORTING
          project        = project
          subproj        = subproj
          object         = object
        EXCEPTIONS
          no_such_object = 1
          OTHERS         = 2.
    Basically from LSMWu2019s initial screen whenever you press enter or continue button it calls the FM  /SAPDMC/LSM_OBJ_STARTER and there is no authorisation check prior to do this, only LSMW checks for authorisation when you press Administration from GOTO menu using the FM  /SAPDMC/LSM_AUTHORIZATN_CHECK. That means any body can access any object and can do any unwanted change. And it is really hard to track the changes as LSMW does not have any inbuilt version management. So to avoid this before calling the FM we can do the authorisation check based on certain conditions (not necessary to do authority check, but can be achieved by maintaining parameter ID in the user profile or through maintaining custom table) and by this way we can restrict unwanted user access.
    Regards,
    Joy.

  • How to register as a developer in SAP

    hi
    how to register as a developer in SAP,
    i got to make soe chages to the extract structure for that i need the access key.
    any one can please give me the required information.
    regards
    sampath.

    Hi,
    you need to goto the service marketplace http://www.service.sap.com
    There you can register as a developer in your system (you need the installation no. of your system for that -->system->status) and you get access key for sap objects if necessary.
    kind regards
    Siggi

Maybe you are looking for