CSA - Access system functions?

Can anyone else post any examples of times they needed to make an exception for allowing a certain application to access system functions? I keep getting several trips of the rule for accessing system functions, and I'm sure there is no attack or spyware on the machine. The only event I can manually replicate is when Windows Media Player tries to access license files online ("CreateThread").
Just curious to see if anyone else has had to build an exception or allow rule for accessing system functions.

it might help to explain the context of why I'm trying to do this too, so here goes all...
I've seen several event logs where Rule 886 was tripped. Rule 886 is a System API rule in the General Application Permissions - all security levels rule module. The details of the rule are that it queries the user whenever a Network Application, MS explorer, rundll32.exe, or any media application, tries to "access system functions from code executing in data or stack space", which is listed under Atypical system behavior.
Most of these events occur late at night, and appear to be something dealing with updates or spyware scans. I haven't yet been able to isolate or replicate those. The only time I've been able to manually trip this rule is when Windows Media Player attempts to download license files for a CD/song, it will access "CreateThread" system function.
Now, the reason I'm worried about this is that end users are going to throw up their hands at the query, which says "Application xxxxx.exe is attempting to access System Function zzzzz. Would you like to allow this?". They're going to either have no idea what to do and call the Helpdesk or they're going to take a guess at what to do and could cause something bad.

Similar Messages

  • Error - Creating a Web Dynpro Application Accessing ABAP Functions

    Dear All,
    we are trying to implement a web dynpro application with accessing ABAP functions.
    Previous tasks:
    -     insert the ABAP system into the SLD from the NWDI System (Transaction RZ70; the ABAP system is correctly insert into the SLD => technical systems)
    -     equipped the JCO connections with the web dynpro content manager (ping and test = OK)
    It’s the standard tutorial out of the SDN called “Creating a Web Dynpro Application Accessing ABAP Functions”.
    Some hints:
    -     There are no errors after the implementation and the “rebuild” of the project in the NWDS
    -     The auto deployment works fine to the development runtime system. The application is shown in the Web Dynpro content manager
    -     The In the build log I found these entries:
    System.err] [Invoked from  com.sap.s2x.tools.GUID.getnodeaddress(GUID.java:585)]
    [System.err] java.net.UnknownHostException: FRASAPP562: FRASAPP562
    [System.err]      at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    [System.err]      at com.sap.s2x.tools.GUID.getnodeaddress(GUID.java:575)
    [System.err]      at com.sap.s2x.tools.GUID.<clinit>(GUID.java:179)
    [System.err]      at com.sap.s2x.tools.S2XGUID.getGUID(S2XGUID.java:19)
    [System.err]      at com.sap.ide.metamodel.core.i18n.LanguageState.createS2XID(LanguageState.java:191)
    [System.err]      at com.sap.ide.metamodel.core.i18n.S2XLanguageUnmarshaller.unmarshal(S2XLanguageUnmarshaller.java:52)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.loadLanguageState(TextPoolProxy.java:703)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.prepareLanguageForRead(TextPoolProxy.java:646)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.isEmpty(TextPoolProxy.java:222)
    [System.err]      at com.sap.ide.webdynpro.checklayer.MDOChecker.check(MDOChecker.java:23)
    [System.err]      at com.sap.ide.webdynpro.checklayer.view.ViewChecker.check(ViewChecker.java:52)
    [System.err]      at com.sap.ide.webdynpro.checklayer.controller.ViewControllerChecker.check(ViewControllerChecker.java:96)
    [System.err]      at com.sap.ide.webdynpro.checklayer.controller.ControllerChecker.check(ControllerChecker.java:119)
    [System.err]      at com.sap.ide.webdynpro.checklayer.controller.ControllerChecker.check(ControllerChecker.java:56)
    [System.err]      at com.sap.ide.webdynpro.checklayer.component.ComponentChecker.check(ComponentChecker.java:181)
    [System.err]      at com.sap.ide.webdynpro.checklayer.component.ComponentChecker.check(ComponentChecker.java:56)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.check(Generation.java:2039)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentComponent(Generation.java:1296)
    [System.err]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:175)
    [System.err]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:50)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:324)
    [System.err]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:219)
    [System.err]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [System.err]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [System.err]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [System.err]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [System.err]      at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [System.err]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:112)
    [System.err]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:61)
    [System.err]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:213)
    [System.err]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:190)
    [System.err]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
    [System.err]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:324)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76)
    [System.err]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1723)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1495)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:727)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:503)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:442)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:314)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:252)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)
    -     I’m able to start the application out of the Web Dynpro content manager with “run” => only the user interface is displayed without any functionality
    -     The “normal” start over the NWDS fails => error text
    “com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/J08_Flugdat_Daventdcflight~xxx.com' and application 'FlightListApp' are not deployed on the server. Please check the used URL for typos.”
    There two different URLs in use.
    Start via NWDS:
    http://frasapp562:50000/webdynpro/dispatcher/J08_Flugdat_Daventdcflight~xxx.com/FlightListApp
    Start via web dynpro content manager:
    http://frasapp562:50000/webdynpro/dispatcher/xxx.com/aventdc~flight/FlightListApp
    For test purposes, we started the BAPI (BAPI_Flight_Getlist) on the ABAP system directly. It works.
    Any ideas about the system behaviours (different URLs and missing functionality)?
    Thanks a lot in advanced!
    Best regards
    Christoph

    The Error has been solved – The implementation of a method was missing....
    Thx
    Christoph

  • Accessing ABAP Functions in Web Dynpro

    Hi all,
    for testing reasons I would like to implement a simple Web Dynpro Application which access APAP functions (or BAPIs) on a remote SAP backend system. The problem is that I dont have a SAP backend system
    There is a tutorial :
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/355b9c90-0201-0010-d2a8-89fece426526">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/355b9c90-0201-0010-d2a8-89fece426526</a>
    which states some prerequisites.
    My question:
    Is it possible to comply to all these prerequisites by installing NetWeaver Preview and minisap as remote SAP backend system ? Where can I get minisap ?
    I'm quite new to SAP so I'm al little unsure which part belongs where.
    Maybe someone can give me a hint.
    Thanx a lot

    Hi Oliver,
    here you can download all you need:
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6
    Note: read the column comment in the page to understand what you need (java or abap stack).
    Hope this help you,
    Vito

  • Help in finding API's for accessing system hardware

    Dear All
    I want to download Java API's for accessing system hardware.
    I want to access the IP addresses and hardware accessories information on LAN through a server.
    Please do help

    for java to be portable it cannot have access to system specific functionality, what you need to do if you insist on using java is to uses native methods then implement those methods in C++ or C
    class Nativemeth {
    native int someSytemfunc(String []data)//declare native method
    static{
    System.LoadLibrary("somelibrarywhereimplementedthenativecode")
    public static void main(String[] args)
    int ret = someSystemfunc(new String("somedata");
    you would then compile this using javah
    to produce the C header files , the write the native code in your fav
    compiler that can produce dll's assumn u are using a wintel platform
    eg VIsual C++ , or Borland C++
    REMEMBER YOUR CODE LOSESES ITS PORTABILITY
    if all you want to do is access the IP address the uses the InetAdreess
    class the Runtime class also has methods for detecting the amount of memory on a system.
    if you have any queries e-mail : [email protected]

  • You are not authorized to access the function Projects: Worklist. Please co

    Hussein,
    I enabled the multi - org, upgraded R12 from 11i. I try to login into Application, I am getting an error
    You are not authorized to access the function Projects: Worklist. Please contact your System Administrator.
    This could be multi - org issue? Please let me know.
    Thanks
    Prince

    Hi Prince,
    Hussein,
    I enabled the multi - org, upgraded R12 from 11i. I try to login into Application, I am getting an error
    You are not authorized to access the function Projects: Worklist. Please contact your System Administrator.
    This could be multi - org issue? Please let me know.
    Thanks
    PrincePlease check apache log files for details about the error (error_log* and access_log* files).
    Is this happening to all users?
    Did you enable Multi-Org successfully with no errors?
    After Upgrade to 12.1, unable to Login with You are not authorized to access the function Applications Default Login Page [ID 1368800.1]
    You Are Not Authorized To Access This Function When Using Iexpense [ID 295907.1]
    Thanks,
    Hussein

  • "you are not authorized to access the function" issue

    Hi folks,
    I have a issue when I tried to include rich content container in one OA page. I defined the function according to the dev guide. Then the page shows error as "You are not authorized to access the function XXX. Please contact your System Administrator". Now the OA application has Application Short Name as SYSADMIN and Responsibility as SYSTEM_ADMINISTRATOR. And I defined the function under System Administrator->Application->Function. Any suggestion for this issue is appreciated.

    Hi Prince,
    Hussein,
    I enabled the multi - org, upgraded R12 from 11i. I try to login into Application, I am getting an error
    You are not authorized to access the function Projects: Worklist. Please contact your System Administrator.
    This could be multi - org issue? Please let me know.
    Thanks
    PrincePlease check apache log files for details about the error (error_log* and access_log* files).
    Is this happening to all users?
    Did you enable Multi-Org successfully with no errors?
    After Upgrade to 12.1, unable to Login with You are not authorized to access the function Applications Default Login Page [ID 1368800.1]
    You Are Not Authorized To Access This Function When Using Iexpense [ID 295907.1]
    Thanks,
    Hussein

  • Crystal Reports 2008 can't see/access ECC function module

    My team is developing our first Crystal Report directly against ECC data and are experiencing the following problem:
    Our ABAP team created a custom RFC to provide the needed data, but we are unable to see a full list of available Functions and list of available tables from SAP ECC data source.
    We worked with Security and temporarily ran under SAP_ALL authority but were still unable to see/ access the function module.  We have the integration kit installed and can see some function modules from within Crystal, just not the ones we need. Is there some trick to creating a function module so that it is visible to Crystal? 
    Environment Details:
    Crystal reports Version- 12.2.3.467
    SAP GUI # 7200.1.2.1051
    CRDB_OpenSQL.Dll # 12.2.3.467

    Hi Ingo. I enjoyed your BO 4 seminar and meeting you at ASUG/Sapphire. I was hoping you'd pick this up.
    The connection options shows the info below. It doesn't seem to be telling us how to filter to either select or exclude SAP ECC function modules. It has options to? Are these options correct to see ECC function modules and should we be seeing other options?
    Database tab (only tab in dialog)
    - Show name description or both (Show description selected)
    - Sort tables or fields alphabetically (sort tables selected)
    - Select tables, views, system tables, synonyms, and stored procedures (all except synonyms selected)
    - Table like and owner like (both blank)
    Advanced Options (x = selected)
    - (X) Use indexes on server
    - ( ) perform grouping on server
    - (X) Database Server is case sensistive
    - (X) Select Distinct for Browsing
    - ( ) Perform query async
    - (X) Verify on first refresh
    - ( ) Verify stored procedures on first refresh
    - (X) verify when database driver upgraded
    - (X) Automatic smart linking

  • How to access System properties in xml file

    hi,
    i want to read system properties in my xml file using ${} .
    I tried it but did not find any way.But when i use log4j if i set some variable in
    System properties that properties is read by the log4j.properties .
    I am writing a simple program that read a xml properties file file
    try {
                props   = new Properties();
                fis     = new FileInputStream(xmlFile);
                props.loadFromXML(fis);
    }before reading this file i set some properties and accessing this properties from that xml .but i cant.
    Thanks

    sabre150 wrote:
    fun_with_java wrote:
    can you give some example?Not really - I would have to write the code for you and I'm not getting paid for writing your code.Thanks for your kindness.
    I dont ask you to write the code.Need some help to start it .Actually i dont have knowledge that
    whether xml file automatically read it or i have prase the system property manually. Now i got the way to
    access system property in xml..
    Ok thanks again..
    Thanks & Regards

  • Error while trying to access system information for AS Java

    Hi,
    I´m not sure if this is the correct forum so if I'm wrong please let me know to move it to the correct one.
    We are facing an extrange behavior when trying to access System Information in an AS Java, every time we try to access the link the following error shows up:
    Error - ID018236: Cannot instantiate bean. java.lang.ClassNotFoundException: com.sap.engine.monitor.infoapp.SystemInfo
    the complete error shows:
    Found in negative cache -
    Loader Info -
    ClassLoader name: sap.com/tc~monitoring~systeminfo Parent loader name: References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization library:tcjmx library:sapxmltoolkit library:tcSLUTIL Resources: /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/sap/monitoring/root/WEB-INF/classes /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/sap/monitoring/root/WEB-INF/lib/jstartupapi.jar /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/monitoring/root/WEB-INF/classes /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/monitoring/work /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/sap/monitoring/work /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoring~systeminfo/servlet_jsp/sap/monitoring/root/WEB-INF/lib/jstartupimpl.jar Loading model: {parent,references,local} -
    Any idea about what is happening is appreciated.

    check with this links too
    http://hostname:port/sap/monitoring/SystemInfo
    http://hostname:port/monitoring/SystemInfo
    Implementing this note should solve your problem
    Note 1281251 - System information exception: Connection is invalid
    and also check
    Note 1233282 - Fixed URL of System Information application on Start page
    Thanks,
    Surendra

  • Accessing ABAP Functions in Web Dynpro Java

    Hi,
    I am trynig to do "Accessing ABAP Functions in Web Dynpro Java" this application, (which is the example application which i got from www.sdn.sap.com) but everything is fine no error also while dyploying.
    But it is not dysplaying the first page after i run the application i am getting plain web page ,without any content.
    Can any body help me.
    Regards,
    H.V.Swathi

    k.. now iam getting some error on page.
    I have embeded the two view in to window.
    But now after running the application i am getting connection error
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=jktr3 GROUP=SPACE R3NAME=R32 MSSERV=sapmsR32 PCS=1 ERROR Group SPACE not found TIME Fri Sep 26 15:05:59 2008 RELEASE 700 COMPONENT LG VERSION 5 RC -6 MODULE lgxx.c LINE 4288 DETAIL LgIGroupX COUNTER 1
        at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)
        at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:989)
        at com.sap.mw.jco.JCO$Client.connect(JCO.java:3193)
        at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:90)
        at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:122)
        ... 61 more
    Rgards,
    H.V.Swathi

  • Web Dynpro Application Accessing ABAP Functions

    I wrote the example application for Web Dynpro Application Accessing ABAP Functions, as described in the tutorials for NWDS. But when I run, it only show me a blank blue page nothing else, how to fix this issue?
    Thanks,
    Jawed Ali

    Hi Jawed,
    Again, I'll insist you to please check if your view is embeded in the Window.
    write some output message in the view to ensure that not only gui's, even the messages in the view are not coming.
    if there is another issue, Please share with us.
    Thank & Regards,
    Namrta Mahajan

  • Creating a Web Dynpro Application Accessing ABAP Functions

    Hi all,
                I implemented Creating a Web Dynpro Application Accessing ABAP Functions .But recently i heared a new word BW query.Is it not wat i did in the above application or is this a new backend sytem , does  it have a new procedure to create model for BW Query in webdynpro rather than what i did in the above app
    Regards
    Padma N

    The Error has been solved – The implementation of a method was missing....
    Thx
    Christoph

  • SAP R/3 : System Functions

    Hi ,
    I was just curios to know abt the Systems C functions available in SAP R/3. DO any one of you have any idea , plz share that in the forum.
    I did heard from some one that filename is sapactab.h , but could not trace it ....
    Thanks
    Rajiv

    These are the System functions
    <b>ABAP_CALLSTACK
    ABAP_CRC64
    ABAP_PRECOMPILED_HEADER_USAGE
    ABSTOR_TEST AB_CALL_LITL_CHECK AB_CALL_STACK_TRACE
    AB_CREATE_SAPHFILE
    AB_DELETE_ALL_MEM
    AB_DELETE_ALL_SHARED
    AB_DELETE_MEM AB_DELETE_SHARED
    AB_FIELD_CHECKWRITEADDRESS
    AB_FIELD_INFO
    AB_FRAG_VIEW_TO_ITAB
    AB_GET_CALLER AB_GET_COUNTRY
    AB_GET_CX_DATA
    AB_GET_CX_FOR_CUSTOMIZE
    AB_GET_C_PARMS
    AB_GET_DIRECTORY_DB
    AB_GET_DIRECTORY_MEM
    AB_GET_DIRECTORY_SHARED
    AB_GET_GLOBAL_FIELDS
    AB_GET_KEYS_MEM
    AB_GET_KEYS_SHARED
    AB_GET_NEXT_LEVEL_SHARED
    AB_GET_TEXT_FROM_CLUSTER
    AB_GET_VIEW_TO_ITAB AB_IMPORT_DECOMPRESS
    AB_PRINT
    AB_PROGTEXT
    AB_P_A_CALC
    AB_READTABLE_TRACE_GET AB_READTABLE_TRACE_ON
    AB_READ_TEXTPOOL
    AB_RFC_STATISTIC_TID
    AB_RFC_X_SCRAMBLE_STRING
    AB_RTM_DUMP
    AB_RTM_LOAD_FILE
    AB_SET_CODEPAGE_IN_CLUSTER
    AB_SET_CX_DATA
    AB_SET_C_PARMS
    AB_SET_PRINT_PARAMS
    AB_STRUC_INFO
    AB_STR_GET_REFCOUNT
    AB_TEST_CONV_EX
    AB_TEST_KRN
    AB_TEST_RPERF
    AB_VALIDATE_STRREFS
    AB_VALIDATE_TABREFS
    AB_WORKINGSET
    AB_WRITE_TEXTPOOL
    ADD_ENTRY_TO_RTM
    ALERTS
    ANALYSE_USERBUFFER
    APPC_HD
    ARCHIVE_JOB_DONE
    AS400_API
    AS4_FREE_STOR
    ASIAN_CHAR_WIDTH
    ATRA_DECOMPRESS
    ATRA_GET_CLOCK_INTERVAL
    ATRA_GET_STATE
    ATRA_INIT ATRA_INIT_DEFAULT
    ATRA_SET_CLOCK
    AUDIT_GET_INFO
    AUDIT_SET_INFO
    AUDIT_WRITE_ENTRY
    AUTH_CHECK_TCODE
    AUTH_CHECK_USER
    AUTH_TRACE
    AbGetXtypInfo
    BDC_CLOSE_GROUP
    BDC_DYNPRO BDC_OPEN_GROUP
    BDC_RUNNING
    BDC_START_GROUP
    BDC_TCODE
    BREAK_LINE
    BTC_CALL_KERNEL
    BUILD_DS_SPEC
    BatchDebugging
    CAL_BUFSIZE
    CAL_CHECK_FOR_HOLIDAY
    CAL_CONVERT_DATE_TO_FDATE CAL_CONVERT_FDATE_TO_DATE
    CAL_EASTERDATE
    CAL_LOAD_NEW
    CAL_SYNC
    CCMS_MONI_INFRA CCMS_MONI_SYST
    CHECKSUM
    CHECK_ACCESS_KEY
    CHECK_DEVELOPER_KEY
    CHECK_LOCALE
    CHECK_REFERENCE
    CHECK_SECRET_AUTHORITY
    CHECK_TADIR_ACCESS_FREE
    CHECK_TADIR_ACCESS_KEY
    CLOCK CONT_LOC_TIM CONVERSION_EXIT_ALPHA_INPUT
    CONVERSION_EXIT_ALPHA_OUTPUT
    COV_GET_DATA
    COV_INFO COV_MAINTAIN_TESTKEYS
    CREATE_DYNAMIC_TYPE
    CUADELETE
    CUR_LCL C_CAL_GENERATE C_CAL_GET_TIMESTAMP
    C_CHAR_CODE_CONV
    C_CVT_HOST_TO_NEUT
    C_CVT_NEUT_TO_HOST
    C_DB_EXECUTE
    C_DB_FUNCTION
    C_DD_CHECK_VAL
    C_DD_COUNT_VAL
    C_DD_HEADER
    C_DD_H_ADD_V
    C_DD_H_DEL_V
    C_DD_H_GET_V
    C_DD_H_PUR_V
    C_DD_H_PUT_V
    C_DD_READ_FIELD
    C_DIR_READ_FINISH
    C_DIR_READ_NEXT C_DIR_READ_START
    C_END_SPOOL_JOB
    C_ENQUEUE
    C_ENQ_WILDCARD
    C_FILE_ATTRIBUTES
    C_GETENV C_GET_BUFSIZE
    C_GET_CPU_ID
    C_GET_FILEPOS
    C_GET_FILESET
    C_GET_FLUSHLEVEL
    C_GET_MOD_TIME
    C_GET_PROCESS
    C_GET_ROOT
    C_GET_SWITCH
    C_GET_SYSLOG_POS
    C_GET_SYSTEM_NUMBER
    C_GET_TABLE C_GET_TASK
    C_GET_TIMEZONE
    C_GET_TRNA
    C_GET_USER
    C_GUI_SUPPORT
    C_GUI_VERSION
    C_LOG_ROOT C_MAKE_TEXT_DELTA
    C_MG_MCIDGEN
    C_MG_MCIDREM
    C_MG_MCOGEN
    C_MG_MCOREM
    C_MOD_TABLE
    C_PRINT_LINE
    C_PRINT_NORMAL_LINE
    C_PRINT_OBJECT
    C_PRINT_OTF
    C_PRINT_PAGE_BREAK
    C_REMOVE C_RSPO_ASK_FOR_PRIO
    C_RSPO_CHECK_TAB_IN_DD
    C_RSPO_LAST_ERROR
    C_RSPO_PRINTJOB_STATE
    C_RSPO_PROCESS_DIALOG
    C_RSPO_SPOOL_MESSAGE
    C_RSPO_TEST
    C_RSTRB_READ_BUFFERED C_RSTRDURA_TO_P6_P6
    C_RSTRTIME_TO_P6_P6
    C_RSTS_CCC_STAT
    C_RSTS_CHECK_TAB_IN_DD
    C_RSTS_CLOSE C_RSTS_CREATE_OBJ_FOR_FILE
    C_RSTS_INVALID_CCC
    C_RSTS_LAST_ERROR
    C_RSTS_OBJ_INFO
    C_RSTS_OPEN_READ
    C_RSTS_OPEN_WRITE
    C_RSTS_READ
    C_RSTS_REMOVE
    C_RSTS_REPAIR_OBJ
    C_RSTS_WRITE C_SAPGALLPARAM
    C_SAPGDEFPARAM
    C_SAPGPARAM
    C_SET_FILESET
    C_SET_MOD_TIME
    C_SET_PROCESS C_SET_SWITCH
    C_SET_TASK
    C_SET_TRNA
    C_SET_USER
    C_SIZEOF
    C_START_PRINT_JOB
    C_START_SPOOL_JOB C_SWITCH_MCID
    C_TO_HEX
    C_TRADR
    C_UINT_TO_P5
    C_UPDATE_PRINT_JOB
    C_UPDATE_SPOOL_JOB C_USE_FLOPPY
    C_USHORT_TO_P5
    C_WRITE_PRINT_CONTROL
    C_WRITE_SYSLOG_ENTRY
    CheckLogFile CleanZombieLog
    CreateNewBIProt
    DATE_CONV_EXT_TO_INT
    DATE_CONV_INT_TO_EXT
    DBCUADEL
    DBG_DELETE_TAB_DATASET
    DB_BMN_TEST
    DB_CLUSTER_BUFFER_FLUSH
    DB_CUA_RESET
    DB_C_GET_EXPLAIN
    DB_DUMMY
    DB_EXPLAIN_PLAN
    DB_GET_REL
    DB_MAP_DDTYPE
    DB_NTABSTA
    DB_OBJ
    DB_RD_NTABHDR
    DB_RM_NTAB
    DB_RSQLSTA
    DB_SLCCSTA
    DB_SYNC_DISPL
    DB_SYNC_SWITCH
    DB_SYNC_WRITE
    DB_TBL_RESET
    DB_TBP_RESET
    DB_TBX
    DB_WR_NTABHDR
    DEBUG_CNTL
    DELETE_PXA_OBJECT
    DIAG_COMBOBOX_SET_SIGTABLE
    DIAG_START_PM
    DIAG_XMLBLOB_GET_SENDSTRING
    DIAG_XMLBLOB_RECEIVE
    DIAG_XMLBLOB_SEND
    DIAG_XMLBLOB_STATUS
    DYCUAGEN
    DYNP_CONTAINER_POSITION
    DYNP_DELETE_PROPERTY
    DYNP_GET_DSTATE DYNP_GET_FIRSTDYNPROELEMENT
    DYNP_GET_INFO
    DYNP_GET_LPCN
    DYNP_GET_NEXTDYNPROELEMENT DYNP_GET_PROPERTY
    DYNP_GET_PROPERTYSUPPORT
    DYNP_GET_STATUS
    DYNP_GET_SUBSCREEN DYNP_INIT_LOCTIM
    DYNP_OKCODE_GET
    DYNP_OKCODE_SET
    DYNP_SET_CURSOR
    DYNP_SET_PROPERTY DYNP_SET_STATUS
    DY_CHECK_TRANSACTION
    DY_COMPOSITES_GET
    DY_DOCKING_SIZE_NOTIFY DY_GET_COMBOBOX_FOR_HELP
    DY_GET_CURRENT_TRANSACTION
    DY_GET_DYNPRO_EVENT
    DY_GET_DYNPRO_INFOS DY_GET_ELEMENTS_TO_TRANSLATE
    DY_GET_EXT_VID
    DY_GET_FIELD_VID
    DY_GET_FOCUS DY_GET_FOCUS_CONTROL
    DY_GET_LOCAL_PARAMETER
    DY_GET_MODAL_LEVEL
    DY_GET_PROPERTY_BAG_STRING
    DY_GET_SET_FIELD_VALUE
    DY_GET_S_MESSAGE
    DY_GET_TC_LOOPSIZE
    DY_GET_TX_VARIANT DY_INVISIBLE_SCREEN
    DY_MODIFY_SCREEN_TX_VARIANT
    DY_OBJ_DIFF
    DY_OBJ_GET
    DY_OBJ_GETALL DY_OBJ_SET
    DY_RESET_COMPRESSION
    DY_SET_DISPL_AGAIN
    DY_SET_DYNPRO_VARIANT DY_SET_FIELD_ATTRIBUTES
    DY_SET_FOCUS_CONTROL
    DY_SET_PROPERTY_BAG_STRING
    DY_SET_TX_VARIANT EG_MEM_MGT
    EMPTY_C_CALL
    EmInfo
    EsMemMgt
    ForceCloseJoblog
    GET_ABAPTYPE
    GET_ACCESS_INFO GET_ACCESS_KEY
    GET_BPABLE_STATEMENTS
    GET_CURRENT_MAINSCREEN
    GET_DEFAULT_SYSTEM_DEBUGGER_TOOL
    GET_DEVELOPER_KEY
    GET_DYNP_FIELD_VALUE
    GET_ENDOFPAGE_SIZE
    GET_KEYWORDS
    GET_LAST_RABAX GET_LOG_LINESIZE
    GET_MESSAGES
    GET_NEXT_PARAMETER
    GET_NUM_OF_FSREGS
    GET_PARAM_TCOD GET_PATTERN
    GET_PREDEF_TYPES
    GET_PXA_HASH
    GET_RTM_TABLE
    GET_SHLIB_VERSION GET_SOURCE_POSITION
    GET_STORAGE_COSTS
    GET_SWITCH_TXEND
    GET_SWITCH_UTASK
    GET_TADIR_ACCESS_KEY GET_WINDOW_DATA
    GUESS_CODEPAGE
    Get1NetData
    Get1PerfData
    GetNetData
    GetPerfData GetRuntimeInfo
    HELP_CHECK_FIELD
    HELP_GET_FIELD
    HELP_GET_FIELDLEN
    HELP_GET_FIELDS
    HELP_PUT_FIELD
    HOLD_UPDATE_TASK_LOCAL
    ICF_DISPATCH
    ICT_DISPATCH
    IMPORT_DYNPRO
    IMPORT_PROCLOG
    INTERNET_USER_LOGON
    IPL_SYSTEM
    IS_ABAP_DEBUGGER_ACTIVE
    IS_DEBUGGING_POSSIBLE
    IXARCHIV IXARCHIV_RECEIVE
    IXARCHIV_SEND
    IXML_DISPATCH
    LCL_FOR_LANG
    LISTMGR_CONTROL LOAD_PROGRAM_TO_PXA
    LOGIN_FOR_SNC_SERVER
    LOGIN_INFO
    MOVE_NTABS
    MULTI_LOGIN_ALLOWED
    NEWCKSUM NLS_BIDI_CONVERT
    NLS_BIDI_SAP_TO_MS
    NTAB_RESET
    O2_CONVERT
    OBJMGR_CONTROL
    OBJMGR_GET_INFO
    OMRT_DISPATCH
    OMS_DEVICE_QUERY
    OMS_GENERIC
    OMS_JOB_CANCEL
    OMS_JOB_QUERY
    OTF_LAYOUT_RTL OTR_SYNC_BUFFER
    OVERWRITE_PXA
    PASSWORD
    PRINT_COVER_PAGE
    PROVIDE_SORT_CHECKS_ENABLED
    PR_CHECK PR_DECLIT
    PR_RESOL
    PXA_TEST
    PfCall
    QUERY_LIST_TO_MEMORY
    QUEUE_CLOSE
    QUEUE_DELETE
    QUEUE_ERASE QUEUE_GET
    QUEUE_OPEN
    QUEUE_PUT
    READ_ACCESS_KEY
    REINIT_LANG_CP_LOC
    RESET_PROGRAM_TIMESTAMP
    RFCControl
    RFCSystemInfo
    RMCControl
    ROUND_F_TO_15_DECS
    RSCPF1
    RSCPF4
    RSCPICT
    RSCP_CCC_STAT
    RSCP_COBJ_CREATE
    RSCP_COBJ_DESTROY
    RSCP_COBJ_USE
    RSCP_GENERIC
    RSCP_ICONS RSCP_NAME_OF_CODEPAGE
    RSCP_TCP0F
    RSEC_AB_ACCESS
    RSEC_AB_RCHECK
    RSEC_GEN_PASSWD
    RSEC_GEN_RAND RSPOA1DIR
    RSPOA1JDIR
    RSPOA1PDIR
    RSPOA2DIR
    RSPOA2JDIR
    RSPOA2PDIR
    RSPOA9DIR
    RSPOA9JDIR RSPOA9PDIR
    RSPOACSD
    RSPOADP
    RSPOAEPJ
    RSPOAIP
    RSPOAOSD
    RSPOAPCC
    RSPOARNS
    RSPOARPAB
    RSPOARSD RSPOAWSD
    RSPOVERSION
    RSPO_ABAP_DUMMY
    RSPO_CACHE_CONTROL
    RSTGTEST
    RSTR_FUNC
    RTM_GET_DATA RTM_INFO
    RaiseEvent
    ReadLogDirA
    ReadLogPartitionA
    Reentrance_Ticket
    RemoveLogPartitionA RemoveOldBIProt
    ReorgLogFile
    RfcImport
    RstrDateConv
    SAPCORE
    SAPTUNE
    SAVEONERROR
    SAVE_BREAKPOINTS
    SC_SYMBSTRAT_INIT
    SEL_PAR_UC_CONV_CHECK
    SEMSTA SET_ACCESS_KEY SET_DEFAULT_DEBUGGER_TOOL
    SET_DYNP_FIELD_VALUE
    SET_EXPECTED_RABAX
    SET_LIST_SIZE SET_LOG_LINESIZE
    SET_MAX_RUDILOCKS
    SET_P_A_TYPE
    SET_SWAP_ALL
    SET_SWITCH_TXEND SET_SWITCH_UTASK_OFF
    SET_TRANS_VAR
    SET_WINDOW_DATA
    SHMINFO
    SHM_MODELOCKREF_INFO SNC_ABAP_INFO
    SNC_ABAP_SERVICE
    SSF_ABAP_SERVICE
    STORAGE
    STORAGE_SET
    SUSR_USER_BUFFER SYNTAX_TRACE
    SYSTEM
    SYST_LOGOFF
    SelectionRectangle
    SendSubmitReq
    SetNetData
    SetPerfData TABLEVIEW_GET_INFO
    TABLEVIEW_UPDATE
    TEST_LANG_CP_LOC
    TOUCH_PXA_OBJECT
    TOUCH_REPORT TPD_CNTRL_MISC
    TPD_CONTROL
    ThCPICCall
    ThDisplay
    ThGwMon
    ThNoCall
    ThNoGet
    ThNoRead ThSndDelUser
    ThSysInfo
    ThTest
    ThUsrInfo
    ThVBCall
    ThVersion
    ThWpInfo
    TrCall
    TranslateSource TriggerBtcAction
    UMG_CP_FOR_TEXT
    UMG_WORD_SEP
    UNSET_PARAMETER
    VMIT_GET_MEASUREMENT_RESULTS VMIT_START_MEASUREMENT
    WriteExtLog
    WriteTrace
    XRfcConverter
    XTC_DISPATCH
    XXPASS
    XXPASSNET ab_SetVisibleCx</b>

  • Accessing the functions in C

    Hai,
    I am new to JNI world. I want to access the functions that are written in C using JNI, can any one of you tell me some references to the sample code. Also is it necessary to convert the data types that are used in the C functions with the JNI data type ? Thanks in advance,
    Bala

    see my post to the previous thread about accessing the wndows registry.

  • I can access a function in a package using OCI drivers but not PDO drivers

    Hello all, i am a newbie to Oracle and its drivers for PHP. I would like to use PDO, and I have my database activity in packages, which have procedures and functions. My package has overloaded functions and that has been giving me a tough time with these drivers. So one signature of my function get_data contains a four arguments and all four are numbers, while another signature of get_data has the first two as numbers and the next two as varchar2. So when I try to access this function which is part of a package, I am able to retrieve data, and the driver I am using is OCI8, but when I try to do the same with PDO, it does not work. It gives me this error,
    *General error: 6553 OCIStmtExecute: ORA-06553: PLS-307: too many declarations of 'GET_DATA' match this call  (/var/www/php-5.3.3/ext/pdo_oci/oci_statement.c:146)' in /var/www/pdo_check.php:251 Stack trace: #0 /var/www/pdo_check.php(251): PDOStatement->execute() #1 /var/www/pdo_check.php(345): dbPDO->execPackage2() #2 {main} thrown in /var/www/pdo_check.php on line 251 *
    I got this error earlier with OCI drivers, then I added the datatype while binding the values.
    Has anybody had this headache earlier??
    ##Works
    *$qu = oci_parse($connect, 'select pack.get_data(:p1,:p2,:p3,:p4)as rc from dual');
    $p1 = (int)121;
    $p2 = (int)222;
    $p3 = (int)324;
    $p4 = (int)001;
    oci_bind_by_name($qu,":p1",$p1,10,OCI_B_INT);
    oci_bind_by_name($qu,":p2",$p2,10,OCI_B_INT);
    oci_bind_by_name($qu,":p3",$p3,10,OCI_B_INT);
    oci_bind_by_name($qu,":p4",$p4,10,OCI_B_INT);
    oci_execute($qu) or die("did not execute");
    $r = oci_fetch_array($qu);*
    ##Does not work
    *$sql = 'select pack.get_data(:p1,:p2,:p3,:p4) from dual';
    $result = $this->dbConnect->prepare($sql);
    $p1 = (int)2;
    $p2 = (int)2;
    $p3 = (int)2;
    $p4 = (int)6;
    $result->bindParam(':p1', $p1, PDO::PARAM_INT);
    $result->bindParam(':p2', $p2, PDO::PARAM_INT);
    $result->bindParam(':p3', $p3, PDO::PARAM_INT);
    $result->bindParam(':p4', $p4, PDO::PARAM_INT);
    $result->execute();*
    I am still perplexed why is PDO giving me an error, when I have virtually mentioned everything is asks for?

    I think the only person who can really answer this question is Chris Jones. For my money I tend to steer clear of PDO as it is a bit quirky ( at least in my experience ) and it does not support reference cursors.

Maybe you are looking for