API for Kernel in SAP

Hello everybody,
1] Can someone please help me to know which Application Progamming Interface is used to interact or link the Kernel in SAP and Kernel in Windows 2003 Server.
2]Also I wanted to know which specific cross client objects and client independent objects are affected or changed while customizing any client or making changes in any client (for eg. in Development Server) .
3]Why SAP provides Early watch Service client 066.Can any user login in this client 066 or standard user defined in this client . By default SAP login only through this particular client 066 or can login using cilent 000 ,001 and if SAP login in the client through which Username and password it login? and what it do specifically in this this client 066.
Thanks and Regards,
Ashish Thakkar.

>  1] Can someone please help me to know which Application Progamming Interface is used to interact or link the Kernel in SAP and Kernel in Windows 2003 Server.
What do you mean with "link the kernel"? The SAP kernel comes as precompiled binary - no need to "link" anything.
>
> 2]Also I wanted to know which specific cross client objects and client independent objects are affected or changed while customizing any client or making changes in any client (for eg. in Development Server) .
This depends on the application - an ERP 2005 has about 50.000 tables/objects.
>
> 3]Why SAP provides Early watch Service client 066.Can any user login in this client 066 or standard user defined in this client . By default SAP login only through this particular client 066 or can login using cilent 000 ,001 and if SAP login in the client through which Username and password it login? and what it do specifically in this this client 066.
Check note 7312 - Client 066 for EarlyWatch
Markus

Similar Messages

  • Sap api for MS Office

    Hi,
    I am looking for some api which provides tools to manipulate MS Word documents, I need to write Web DynPro application which generates some report and save it to MS Word document. I found <a href="http://help.sap.com/saphelp_nw04/helpdata/en/ef/3483789514b748b6fe1f145e9685ab/frameset.htm">Example for the Use of an Office Document</a> but it only provides api for opening document in browser. Has anybody found some other api with more capabilities?
    Thanks
    Michal

    I just thought that maybe SAP provides some API for MS Office files processing. As far as I know ABAP systems are able to generate doc reports (solution manager). But I am not sure if there is possibility to get programmatically access to those options. Anyway I found OpenOffice API for doc processing I think it`s better then Apache project, what`s more You can save documents in lot`s of formats using the same code to generate it.
    Thanks Guys for help.

  • ABAP API for KM ??

    Hi guys,
    I have seen a couple threads in this forum regarding the ABAP API for KM but nothing concrete as yet. Also alot of the links seem to be non existent now ;-(
    If I go onto our SAP system and go to SE24 I can see a good couple classed related to KM by typing something like CL_KMC*.....
    But what is the recommended approach to take? In my scenario I have an ABAP Webdynpro and I need to both UPLOAD and DOWNLOAD files to KM......
    Should I generate a web service proxy in ABAP that consumes the standard KM web services? Do these web services even allow me to upload and download file to and from the KM area? I believe there is a KM Proxy layer in ABAP ?
    Has anyone got some more information on this???
    Any help would be greatly appreciated
    Chat later
    Lynton

    I think I will just do the work in Java Webdynpro and use the KM API. It is a pity because I would much rather do it in ABAP Webdynpro, it just seems like nobody has really done it or documented it well...
    Thanks anyway
    Lynton

  • ABAP API for MDM work flow

    Hi SDN,
    I need some information related to ABAP API for MDM workflow. I did search in SDN and I found one solution in a thered posted on Jul-2008.
    ABAP API - MDM Workflow execute
    My dought is: Do we have any ABAP API for call MDM work flow. Please provide me the solution ASAP. Apprciate for your immediate response.
    Regards,
    Kumar.

    Hi LAKSHMAN ,
    To answer your question specifically
    Using ABAP api you cannot call MDM workflows as of mdm 5.5 there are no functions specific to calling MDM workflows in ABAP.If you want to implement workflows on ABAP side you need to go for SAP ECC workflows which is a different topic than MDM>
    To call MDM workflows over the Java stack ie WAS (SAP portal),You have 2 ways
    - UWL
    - Guided Procedures.
    - UWL is a way of calling MDM workflows on EP.Wherein the workflow design will be done in MDM and it will only be called in portal using appropiate connections and configurations.
    You can refer the below links to know more on them:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/771f1a61-0e01-0010-daa9-93a52905da09 (uwl)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45 (UWL config)
    - GP is a way where by you need to design the entire workflow on SAP portal the logic can be pertaining to MDM but the design is completely on portal using webdynpros and api.
    You can refer the below links to know more on them:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92811997-0d01-0010-9584-f7d535177831  (Guided procedures)
    Enterprise Master Data Management   (EP Guided)
    To know more on ABAP api and its provider classes you can refer the below:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/601ddb01-e5c8-2910-d981-b190b51fca44  (abap api webinar)
    Re: Abap api error (Abap api provider classes Forum)
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • ABAP API For SP06?

    Hi
    We are trying to integrate MDM (5.5 SP06 Patch 3) with an ECC 6.0 server. We downloaded the MDM TECHNOLOGY 5.5.5.7.00 CAR file from service market  place. It was installed successfully in the ECC 6.0 server. But we are unable to find the relevant ABAP component for our MDM version in the "ABAP implementation for MDM version support" of the mdmapic transaction. The components in that table are the ones for SP04 and SP05 but not SP06.
    Has anyone successfully used ABAP APIs in their SP06 environment? If yes, then what was the CAR file that was used?
    Thanks.
    Regards
    Swarna

    Hi Kanstantsin
    In the begininng we had downloaded from the same path you have mentioned.
    After raising OSS note SAP responded by saying that - the installations should be downloaded from the path:
    Download ->
    Support Packages and Patches ->
    Support Packages and Patches - Entry by Application Group ->
    SAP NetWeaver ->
    SAP MDM ->
    SAP MDM 5.5 ->
    Entry by Component ->
    ABAP API for NW 7.0
    After doing that we are able to see the SP06 components.
    But now when i try the sample code in the ABAP API How to guide,  for creating a repository through API, i'm getting an error -
    "Server return code 0X84020003: DCNI_MSG_ErrInitDB"
    I verified the ip (same for server host and dbms host), port (20005), dbms username/password. They all seem to be fine.
    Has anyone faced this issue before?
    Thanks
    Swarna

  • ABAP APIs for MDM Workflow Modification

    Hello All
    I require a help from all of you. Currently I have a particular business case where I need to configure the MDM workflow & do changes & modifications in it via ABAP APIs. Currently we are having Java APIs in plcae.
    Can you please tell me whether we have some ABAP APIS for this MDM Workflows, if yes what are their EXact names & functionalitites.
    Also can we download them from Service Marketplace.
    Please reply ASAP.
    Regards
    Madhurim Basu

    Hi Madhurim Basu
    ABAP API(SAP MDM 5.5.-7.1) are'nt support workflow management
    SAP MDM(5.5-7.1) JAVA API  are support workflow
    More about JAVA API you can read from:
    http://help.sap.com/javadocs/MDM/current/
    Regards
    Kanstantsin

  • Java API for Webchannel 7.0

    Hello,
    for the ISA 4.0 we had the API of the java classes. Is there something like this for CRM 7.0.
    Best regards,
    Nils

    Hi Nils,
    Follow below steps.
    Yes you can get it from service market place.
    Follow below steps.
    1) Log in to service market place.
    2) Click on "Download" Tab
    3) On Left side click on SAP Software Distribution Center -->Download > Support Packages and Patches> Entry By Application Group.
    4) On Right side. Support Packages and Patches>SAP Application Components> SAP CRM> SAP CRM 2007> Entry by Component--> CRM Application Server Java
    5) Click on "SAP SHARED JAVA COMPONENTS"
    6) From Below screen click on "Download" tab and Download "SAPSHRJAVxx_x-xxxxxxxx.SCA" file.
    7) Open "SAPSHRJAVxx_x-xxxxxxxx.SCA" file by "WINRAR" and unzip on your local laptop.
    8) After unzip you will get several zip files under folder "BUILDARCHIVES"
    9) Find "crmshrjavadoc" file inside folder "BUILDARCHIVES"
    10) Unzip "crmshrjavadoc" file and you will get "javadoc.ppa" file
    11) Rename "Javadoc.ppa" file to "Javadoc.zip"
    12) Unzip "Javadoc.zip" file which we just rename in step 11.
    13) you will get folder "Docs". This folder contain actual "javadoc.zip" file
    14) Unzip above file and you will get Java API Documents for ISA 5.0 or ISA 6.0 or ISA 7.0 depends on "SAPSHRJAVxx_x-xxxxxxxx.SCA" version and SP level.
    I just got ISA Java Doc by following above steps. It looks 14 step but once you download SCA file it will take only 2-3 minutes.
    I am sure you will get Standard Java API for ISA just like ISA 4.0
    Please let me know if you face any problem.
    Also Visit this ECmmerce 6.0 Java API needed
    Let me know if you face any error or problem.
    Regards.
    Ecommerce Developer.

  • JAXB as standard API for Java Mappings in XI?

    Hi there,
    Has anyone on this forum implemented Java mappings in XI using JAXB (reference implementation for XML/JAVA data bindings of SUN)?
    If Yes, can you please share any experiences?
    We're considering to use this API for Java Mappings in XI but first would like to get more background info.
    Cheers,
    Rob.

    Hi Roberto,
    Have tried implementing Java mapping using JAXB technique couple of years ago. However I was not able to test the mapping in XI/PI environment.
    <ul>
    <li>There is no in built support for JAXB from SAP XI.</li>
    <li>There is no documentation available from SAP on JAXB hence it is difficult to implement the mapping.</li>
    <li>We have to import JAXB specific jars along with the mapping code. my attempt to execute the mapping test in IR tool was unsuccessful It was running fine in standalone mode in local PC </li>
    </ul>
    [My question on SDN on same topic..|Java Mapping Using JAXB [Java Arch for XML Binding];
    Thanks and regards,
    Ananth

  • ABAP APIs for DDIC?

    Hi all,
    Is there any ABAP API for DDIC? I wanted to manipulate DDIC structures and types from code, for example, change names, create a new DDIC object, add a new field to an existed table.
    I guess we have that but I didn't find any documents on this topic. Please help, Thanks a lot.
    Best regards.
    Message was edited by:
            Xiaoming Wang

    Hi,
    please check out the link below it will help you
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/35b63a23271742e10000000a11402f/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/601ddb01-e5c8-2910-d981-b190b51fca44
    **************PLEASE REWARD POINTS IF THE INFORMATION IS HELPFUL TO YOU*************

  • Upgrade MS SQL 2005 to MS SQL 2008 (R2) for High-Availability SAP ERP System

    Hi,
    We are having ECC 6.0 SR3 Hight-Availability system on windows cluster environment.
    Our platform is Windows Server 2008 SR2  with MS SQL Server 2005 SR3. We have two nodes in our windows cluster. Active-passive nodes.
    Node-1 is having CI, ASCS, ERS & DATABASE
    Node-2 is having DI, ERS & stand-by database software.
    I've check all the pre-requisites for sql upgrade.
    our kernel is on 700_Rel. I'm planning to stabilize the kernel with 721_Rel before Database upgrade.
    Support package patch level condition is met for sql upgrade in our scenario.
    Now we are planning to upgrade our MS SQL Server from 2005 sr3 to MS SQL Server 2008r2.
    Please provide me the steps for Kernel upgrade and sql upgrade to 2008r2 on Windows cluster environment.
    Thanks
    Venkat

    Hi Venkat
    1. Could you share your ECC support package level & also you can check the PAM
    2. Yes you can upgrade the MS Sql to 2008 R2, before starting upgrade Kindly ensure the full OS / DB level backup on both cluster node's
    3. MS Sql 2008 R2 upgrade refer the SAP Note
    1152240 - Setting Up Microsoft SQL Server 2008 (R2)
    4. For Kernel upgrade its release change kindly go thru the SAP Notes
    1713986 - Installation of kernel 721 (EXT)
    1728283 - SAP Kernel 721: General Information
    1726899 - 721 DCK: Upgrade from 7.0n to 7.1n
    BR
    SS

  • API for access of guided procedure from ABAP / WebDyn: change/read status

    Hallo together,
    I'm very new to guided procedure and have some questions about possible interaction between WebDynpro ABAP and Portal guided procedures (UWL ?)
    is it possible to access a guided procedure or their attributes from WebDynpro ABAP? What are the relevant key attributes (ID's) to do so?
    Is is possible to change the status of a guided procedures f.e. from "completed" to "ready" from outside, let say WebDynpro ABAP? for the purpose of a monitor for mgrs.
    - possible szenario is a manager says: "no, not well done" go back to start and do it again !
    - another szenario: guided procedure is "running" and should be set to "completed"
    Any hint will be helpfull
    Thanx very much in advance
    regards Hans

    Hi Hans,
    There is a good and a bad news regarding APIs for GP and ABAP Web Dynpro and GP:
    The good news is that you can find [here|http://help.sap.com/javadocs/nwce/current/gp/index.html] the APIs for GP.
    The bad news is that the cooperation capabilities between GP and ABAP Web Dynpro are restricted in a certain way. One can use a ABAP Web Dynpro in GP as callable object, but GP is only capable to transport parameter values from GP to the UI but not vice versa. In many cases one needs a solution where the ABAP Web Dynpro UI accepts user inputs and forwards them to the GP context. This is not supported.
    Regards,
        Jan

  • API for Iview to change its propeerties height and width

    Hi ,
    i need the API for Iview  to change its proiperties like height and width and to assign iview to role,
    Regards ,
    venkat p

    Hi,
    Check this to set height & Width to Iview:
    Setting iView Parameters
    To assign iview to role:
    Adding a Role To another Roles by program
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5f/cf9d4207e1c86ae10000000a155106/frameset.htm
    Regards,
    Praveen Gudapati

  • APIs for Module Programming

    Hello
    I am planning to use Adapter Module programming for one of the scenario.I had browsed through the help.sap.com for its documentation but could not find APIs for the same which will be useful in programming.
    Does anyone knows where to find the same?
    Thanks in advance.
    Regards
    Rajeev

    Sergey,
    Thanks for the reply. I am having the same PDF which has detailed description about how to program for Module programing..But I was refering to somekind of the javadoc where we r able to see available classes,interfaces and their methods.
    Regards
    Rajeev

  • API for positioning iviews in a page

    Hi all,
    i wud like to know the API for positioning iviews in a page...can any of you help me out regarding this..

    Hi Gayathri
    You have a file named layoutTemplate.jsp in the Page Layout Template. The following tags are part of the layout tag library:
    <b>1. Container
    2. Template
    3. taglib uri</b>
    A layout container represents a column of iViews. You use the <lyt:container> tag to position the layout container in the layoutTemplate.jsp file. When the HTML page is created, the container is rendered as an html <table>, with a row for each iview.
    Hope that answers your query.
    For further details please refer to this link.
    http://help.sap.com/saphelp_erp2004/helpdata/en/72/25143eb7a4445ae10000000a11405a/content.htm
    Warm Regards
    Priya

  • Package com.sap.ip.me.api.logging and com.sap.ip.me.api.user not found.

    I don't have
    com.sap.ip.me.api.logging
    and
    com.sap.ip.me.api.user
    packages in me2lib.jar (and none of the jars in the lib folder of the SAPMobileEngine folder).
    Any ideas as to where these are ?

    I don't think you can use ME2.1 Client with MI2.5 Server. At least they have different login protocol, and maybe different synchronization protocol as well.
    The library MEg.jar, that I have inspected for the missing libraries, is a part of MI25 SP09. I heartily advise you to migrate your application to MI.
    Cheers,
    Todor

Maybe you are looking for