DD_DOMA_GET not remote enabled but system is 4.7

Backend system is 4.7 that i try to connect from web dynPro project (portal)..It gives error say that
"RFC_ERROR_SYSTEM_FAILURE: The function module "DD_DOMA_GET" not released for 'remote' calls."
I have searched forum beceuse of the function is not remote enabled 4.6 and proposing to implement 717836,718320 snotes...But my system is 4.7 and these snotes are not suitable for my backend (4.7) system.
What can i do?
Best regards..

Hi Tuncer Gorgun,
Check whether your JCO Connections are active or not. If they are active, then the problem is with RFC only. If you need to activate the RFC , you can contact the BASIS team to do it.
Thanks
Suresh

Similar Messages

  • Function module DD_DOMA_GET not remote enabled in miniSAP system

    Hi Experts,
    I've succesfully installed miniSAP system (from ABAP Objects book).
    The problem is that when I try to import the Meta Data of any BAPI in the Web Dynpro for Java model, it throws an error that "DD_DOMA_GET is not remote enabled".
    When I try to change the function module DD_DOMA_GET, it does not allow me to do so.
    As a result, I cannot import the metadata for any of the available BAPIs.
    Please advise.
    Regards,
    Nitin

    Hi,
    Create a custom wrapper FM which is Remote enabled & call the FM DD_DOMA_GET inside your custom Remote FM. Changing the std. FM would be a core code mod. hence above approach would be safe.
    Thanks,
    Best regards,
    Prashant

  • BAPI_GET_PAYSLIP_PDF not remote enabled

    Hey All,
    I would like to use BAPI_GET_PAYSLIP_PDF through a web service, but the BAPI is not remote enabled.  Anyone know why?  I tried copying it to a 'Z' version and set the remote enabled option, but it still does not work when testing the web service.

    Don't copy it. Create a wrapper like this and give it a try and don;t forget to make it REMOTE enabled.
    FUNCTION zbapi_get_payslip_pdf.
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(EMPLOYEENUMBER) LIKE  BAPI7004-PERNR
    *"     VALUE(SEQUENCENUMBER) LIKE  BAPI7004_RL-SEQUENCENUMBER
    *"     VALUE(PAYSLIPVARIANT) LIKE  BAPI7004-PAYSLIP_VARIANT
    *"  EXPORTING
    *"     VALUE(RETURN) LIKE  BAPIRETURN1 STRUCTURE  BAPIRETURN1
    *"     VALUE(PAYSLIP) TYPE  XSTRING
    *"     VALUE(PDF_FSIZE) TYPE  I
      CALL FUNCTION 'BAPI_GET_PAYSLIP_PDF'
        EXPORTING
          employeenumber = employeenumber
          sequencenumber = sequencenumber
          payslipvariant = payslipvariant
        IMPORTING
          return         = return
          payslip        = payslip
          pdf_fsize      = pdf_fsize.
    ENDFUNCTION.

  • RH_PM_GET_STRUCTURE not remote enabled

    Hi All,
    I want to use the function RH_PM_GET_STRUCTURE to get the supervisor of an employee bu using the  SAP JCo 3 toolkit.
    But it is seen that this function module is not remotely enabled.
    IS there any other function module which would be remotely accessible form Java code to fetch the supervisor details.
    Best Regards
    Manoj

    >
    manoj caisucar wrote:
    > I tried creating a wrapper ,but while saving gives problem for the OBJID parameter.
    > The OBJID does not have nay associated type with it.
    >
    > Hence it gives error for Remote enabling
    >
    > Best Regards
    > Manoj
    Don't do Abhil's first suggestion - it isn't a good idea.
    In your wrapper, give the OBJID parameter a data element.  If there isn't a suitable one, define on in SE11 and use that.
    matt

  • Program say I need updated version of flash player...I have latest version. Appears to not be enabled, but it is?

    Program say I need updated version of flash player...I have latest version. Appears to not be enabled, but it is?

    To give you any useful advice, I'm going to need to know more about your computer and browser:
    https://forums.adobe.com/message/5249945#5249945

  • K9N2 SLI Platinum: LED's not 4 greens but system appears to work

    I'm getting an LED error code but my system works. The error is reds on groups 1 & 2 and greens on groups 3 & 4 which the manual describes as "Initializing Hard Drive Controller. This will initialize IDE drive and controller.". I would have guessed that once the OS is starting to load everything should be green (I know that's how it used to be).
    What does this mean?
    Thanks in advance.

    Quote from: cosmicaug on 19-June-09, 04:31:26
    I realized later that it has also been unstable. That is, I have had instances of it running with two red lights and instances of it crashing (4 red lights and perhaps other LED codes). I think that I might have enabled something in the Green Power Center. Perhaps it's been undervolting something or doing something else which is producing instability? Just wild speculation on my part as I can't even tell what is actually happening when it's crashed because I don't have a monitor at the moment* (I've been running it remotely).
    I'll see if I have green lights when I get home (I left it on --I have it running some sort of program now called Stress Prime 2004).
    * I've sent it for RMA service.
    4 greens after 4 hours with a cpu load after uninstalling Dual Core vs. unstable without a load a short time after booting or stable but with 2 red lights also unloaded. Let's see if the trend continues after a few reboots.
    Also unmentioned is the fact that Green Power Center crashes on program close for me. This happened with the version on the cd as well as with the newest version.

  • The FM "DD_DOMA_GET" not released for 'remote' calls.

    Hi,
    When I try to import RFCs from my CRM system in XI, I am getting the following exception:
    com.sap.aii.ibrep.sbeans.upload.RemoteUploadException: The function module "DD_DOMA_GET" not released for 'remote' calls.
    Solution please!!
    Regards,
    Mahesh.

    Hi,
      Making remote enabled will solve this,
    see my reply(Anirban) and jacob's reply in this thread(although this was with idoc)
    Unable to import SAP objects
    For, <i>We tried to make it Remote Enabled but it asks for "Access Key". How to go further?
    </i>
    You need a devloper access key for FM, in SE37
    you can get one in market place, follow this thread,
    Whats Development Key
    Regards,
    Anirban.

  • DD_DOMA_GET  - remote enable?

    While importing any RFC from R3 to IR getting error -> The function module "DD_DOMA_GET" not released for 'remote' calls.
    I got solution from forum.
    1. Is FM DD_DOMA_GET remote enabled.Please change the DD_DOMA_GET to remote-enable.
    2. Then Try to import the IDOCs in your Integration
    Repository.
    3.Please also have a look in note 718320
    It was not clear if both (step1-developer key/change FM, step 3-apply OSS notes) are required? For step 3 basis help is required, hence confirming thanks.

    Hi,,
    <i>Symptom
    When you work with the MetadDataInterface (referred to below as the mdi), you receive different results depending on the R/3 back end from which the information is extracted.
    You also notice a difference in performance.
    Other terms
    MetaDataInterface, mdi, Adaptive RFC, access to R/3 back end
    Reason and Prerequisites
    Among other things, the Java API MetaDataInterface allows you to access R/3 data types from a Java environment. A prerequisite for receiving o the complete type information is that the necessary function modules in the back end are remote-enabled.
    Increasing demands on the mdi resulted firstly in function modules in the back-end system being remote-enabled or in the creation of new modules. For earlier releases, these function modules were created or changed in Support Packages. Therefore, they do not always exist in these releases.
    This may lead to different results, for example, if you use mdi in the context of Adaptive RFCs. This may also result in a loss of performance.
    Solution
    If you have not already done so by importing the relevant Support Package, you should make the DD_DOMA_GET module remote-enabled.
    You should also refer to the related note with regard to the new modules.</i>
    Regards
    Bhavesh

  • Remote enabled function modules IN R/3

    hi,
    i posted this question before but i didnt get a convincing answer to move forward
    when data is sent to bw from r/3 there should be some remote enabled function modules which are  getting fired.
    so people told me to find fm for each data source in 'ROOSOURCE'  table.
    and to debug to get the function module IN RSA3.
    i got those function module but these r 'NORMAL FUNCTION MODULE'  but not
    'REMOTE ENABLED FUNCTION MODULES'
    IF REMOTE ENABLED FM'S ARE NOT GETTING TRIGGERED THEN HOW IS DATA GOING TO BW
    PLEASE SUGGEST ME I AM WAITING FOR LONG TIME FOR A GOOD ANSWER.

    OK,
    this is a big project.... You want to simulate a BW system.... I think don't think it is not possible but R/3 is a pair exchanging a lot of information and a lot of settings have to be done.... this seems to me very complex....
    This will depend on what kind of datasource you want to extract....
    - Master data: I would directly go the you SAP database and extract the info form the tables directly (we are actually doing that)
    - LO datasources would be a bit more complex since you'll have to initialize your datasource from a BW system.... Or figure out how this is working, meaning reverse engineering of the whole stuff! You could even think about using the exits for the business events, e.g. when an article doc is created, write the data in a flat file and/or write it directly to the DB of your DW....
    Also I would setup a BW system anyway; it is so easy then to manage all this data... You could then stick to load the data to the PSA and extract it very easily to your external DW. Even BW provide much more extraction capabilities once the data is stored there....
    They're a lot of solutions like always... the challenge is to choose the best one.
    hope this helps...
    Olivier.

  • Standard Remote-Enabled Function Module to display data.

    Good afternoon,
    Is there any Standard Remote-Enabled Function Module which can be used to display a list of material, supplier or stocks data?
    First time, I was trying to use FM link to BW Extractor as MDEX_MATERIAL_MD for Material Attributes, but these kind of FM are not Remote-Enabled and not released.
    My second solution is to find a Standard Remote-Enabled Function Module which can be used to display a list of material, supplier or stocks data, but I haven't it yet.
    May someone help me in this?
    Thanks in advance for your answers.
    Best regards,
    Paul d'ORIGNY

    Hi,
    Suppose you want to read data from the vbrk table in ECC through a function module, then you can define the function module as "remote-enabled"(attribute tab in se37-processing type). You can try the following code out:
    FUNCTION Z_EM_INVOICE.
    *""Local Interface:*
    *"  IMPORTING
    *"     VALUE(I_FKDAT) TYPE  FKDAT OPTIONAL
    *"  TABLES
    *"      E_VBRK STRUCTURE  VBRK
    *select * from vbrk into table*
    e_vbrk where fkdat = i_fkdat.
    ENDFUNCTION.
    From BI you can call the function odule as follows:Supposing that you are calling the function module in the start routine of a dso:
    data : v_dest_system TYPE char255.
    data: l_vbrk type table of vbrk.
    v_dest_system = 'DRDCLNT010'
    CALL FUNCTION 'Z_EM_INVOICE''
    destination v_dest_system
    EXPORTING
    i_fkdat = <passing variable>
    e_vbrk = l_vbrk.
    Regards,
    Anjana.

  • Remote-Enabled Function Modul G/L Accounts

    Hi!
    I am looking for remote-enabled function moduls (or BAPIs) to create and change G/L Accounts. There are two function moduls which seems perfect (GL_ACCOUNT_INSERT and GL_ACCOUNT_UPDATE) but these two are not remote-enabled.
    Does anyone know some alternatives that i missed?
    Thanks in advance,
    Frank!

    Hi.
    Look at this function module
    BAPI_ACC_GL_POSTING_POST

  • Remote enabling a function module

    Hi all,
    I need to use function module WFMC_MESSAGE_SINGLE to allow printing with PDA. However it is not remote enabled.
    How can I make it remote-enabled? What are the possibilities?
    Thanks

    copy the  function module WFMC_MESSAGE_SINGLE  to a ZWFMC_MESSAGE_SINGLE  function module and keep the same function group and click copy icon.
    Now in the attributes of the new function module select the  Processing Type "Remote_Enabled Module"
    Save and activate.
    Reward Points if useful.

  • DD_DOMA_GET not enabled

    Hi All,
    I have installed netweaver 2004 portal & trying to connect to SAP r/3 . It is giving message that DD_DOMA_GET has to be remote enabled.
    My System is SAP R/3 4.7 enterprise . My Current BASIS Component is 620 & level is 11 & for ABAP component is 620 & level is 11.
    I found two solution but doesnt work,
    a)i cant upload OSS note 718320 because it is for 4.6
    b)i cant get object key for FM DD_DOMA_GET because i use IDES..(or how can i register object for IDES version)
    What can i do anything to connect Portal to R/3 4.7 server.
    Best regards....

    I HAVENT basis team..I use it on my personel pc at home...
    as i mention above in two alternative ways, Please dont write simple known solutions for just answer and
    How can i register object in IDES version , i havent service.sap.com account.
    Best regards

  • DD_DOMA_GET" not released for 'remote' calls : Advice required

    Hi,
    This is one of the common messages that I(and many SDN'ers) received when I tried to deploy my application in WAS SP12.
    I read the messages and it was quite obvious, that DD_DOMA_GET needs to be RFC enabled and this would work fine.
    However, I also noticed a colleague of mine who could deploy applications without receiving this error. He has a model in his program and he tries to execute the function module as well in his Web Dynpro program and had absolutely no issues.
    When I tried, I received the above error, constantly. I compared his program and mine and found a subtle difference. The view controller - context attributes were structurally bound in my case, and in his case, he used standard types as string, boolean etc... Therefore, I concluded that every time my application tries to execute, it sees a com.xx.app.type.ModelField for a view - context attribute , it uses the JCo Destination WD_RFC_METADATA_DEST and calls function module DD_DOMA_GET. It fetches the type and length of the field. In this case, DD_DOMA_GET is not RFC-enabled and therefore returns with an exception.
    My question is : is this workaround i.e. to not use structure binding for context attributes of a view and use simple fields like string, boolean etc. beneficial ? What are the drawbacks of this workaround ?
    Best Regards,
    Subramanian V.

    Good point, Valery and what you assume is also right. We used a particular SAP System where DD_DOMA_GET was RFC-enabled and then changed JCo destinations.
    I am not clear with your second point and in relation with my question in particular.
    The two points that I made in my first and second post(I should have made them in the same post, sorry about that) are required to not get that error.
    a) <b>Type</b> of View->Context->Value Attribute should not refer to model(for e.g. com.aq.model.types.xubname) , especially when there is a UI Element binding
    b) Custom Controller should be bound to model and not component controller
    I am not even fully sure if there are any other preconditions to avoid the DD_DOMA_GET error, but I tested with the above 2 points and my program also gets executed properly.
    From your point:
    <i>Next, using Adaptive RFC model in described manner is almost the same as using SAP Enterprise Connector instead while any dictionary-related functionality is not used (see
    Re: Poll : SAP Enterprise Connector , second item in list)</i>
    I understand that, if I follow points (a) and (b) as mentioned above, I am "almost" using the concept of Enterprise Connector, except for dictionary usage.
    What intrigues me is why the distinction between component and custom controller(for failure - DD_DOMA_GET) and more importantly, the method that we are currently using, is it safe ?
    Best Regards,
    Subramanian V.

  • Creatve IR remote will not stay enabled (RM1500) SB audig

    The RM500?remote control will not stay enabled in ENT. settings. After rebooting PC I have go to settings and enable it. Does anyone have any Ideas? Thanks.SBaudigy 4

    @ Ok, 2.5 years later but here's the solution: in C:\Program Files (x86)\Creative\Shared Files\Module Loader\RC System there's a file called RCSystem.CFG
    You can set default options here. You need to set:
    RunAtStartUp=
    SupportWinApp=
    And there you go, it's enabled by default!

Maybe you are looking for