Unable to insert  through   Adaptive RFC

Hi
i am sending the code which i implemented in my programme where i am facing problem while inserting into R3 neither i am getting any error nor i am able to insert into R3. through JCO i tried but unable to execute the rfc. i will be greateful if any body provide solution to this issue.
// all binding i am doing inside controller's init
insert_input = new Zhr_Fun_Appl_Emp_Ref_Input();
//create object of structure in RFC
edu=new Zbapieduc();
quali=new Zbapiquali();
emp=new Bapiemploy();
//adding object to the input element
insert_input.addEducation(edu);
insert_input.addQualification(quali);
insert_input.addPrevious_Employment(emp);
//binding inputobject with current context
wdContext.nodeZhr_Fun_Appl_Emp_Ref_Input().bind(insert_input);
//executing the model inside the method which is defined in controller
//setting the value of input parameter and table parameter
try
wdContext.currentZhr_Fun_Appl_Emp_Ref_InputElement().modelObject).execute();
wdContext.nodeOutput().invalidate();
}catch(Exception ex)
//@@bapi objects
     Zhr_Fun_Appl_Emp_Ref_Input insert_input=null;
     Zbapieduc edu=null;//@@education
     Zbapiquali quali=null;//@@Qualification
     Bapiemploy emp=null;//@@experience
  //@@end

Hi Sukanta,
                    First of all u r not calling the transaction commit,If ur bapi has internal commit,then its not a problem but if its doesn't then even if data is getting passed to R/3 system,it will not get saved.
2nd u r telling that u r unable to execute the bapi,have u checked in debug mode whether its going to r/3 or not??
logon to r/3 system->go to se37->put an external breakpoint in that bapi
then execute ur application.So atleast u can find out whether its goin to r/3 or not.
regards
Sumit

Similar Messages

  • Unable to insert Record through   Adaptive RFC

    Hi
        i am sending the code which i implemented in my programme where i am facing problem while inserting into R3 neither i am getting any error nor i am able to insert into R3.
    // all binding i am doing inside controller's init
         insert_input = new Zhr_Fun_Appl_Emp_Ref_Input();
    //create object of structure in RFC
        edu=new Zbapieduc();
        quali=new Zbapiquali();
        emp=new Bapiemploy();
    //adding object to the input element
        insert_input.addEducation(edu);
        insert_input.addQualification(quali);
        insert_input.addPrevious_Employment(emp);
    //binding inputobject with current context
        wdContext.nodeZhr_Fun_Appl_Emp_Ref_Input().bind(insert_input);
    //executing the model in a method
    try
       wdContext.currentZhr_Fun_Appl_Emp_Ref_InputElement().modelObject).execute();
      wdContext.nodeOutput().invalidate();
      }catch(Exception ex)

    try
    wdContext.currentZhr_Fun_Appl_Emp_Ref_InputElement().<b>modelObject)</b>.execute();
    wdContext.nodeOutput().invalidate();
    You are missing <b>()</b> in the bold area.
    Please try adding like this
    // all binding i am doing inside controller's init
    <b>Zhr_Fun_Appl_Emp_Ref_Input() </b>insert_input = new Zhr_Fun_Appl_Emp_Ref_Input();
    Hope this helps.
    Regards!

  • Sys.XMLType.createxml unable to insert through sqlplus

    I am trying to insert xmltype (sys.XMLType.createxml()) data through sqlplus in oracle.
    i am getting error as literal string too long.
    setting long as 1000000
    i am able to read and display the contents.
    But still NOT able to INSERT. The data is around 47784 charaters.
    any clues or any useful links.
    the query that i am using
    insert into sometable values("",sys.XMLType.createxml('string of around 48000 chars'));
    error that i recieve
    ORA-01704: string literal too long

    Actually the limit is approx 32K bytes for a SQL*PLUS literal...
    If your XML is schema based 9iR2 allows you to upload the XML direct to the database and store in tables you define using FTP or WebDAV.
    If the content is not schema based and you can ftp the file to the local file system of the machine running the server you can do something like this using the bfile mechanism.
    Note this is a 9iR2 example, that takes care of converting the character set of the file into the character set of the database...
    set echo on
    create or replace function getContent(file bfile,
                              charset varchar2 default 'WE8MSWIN1252'
    return CLOB deterministic
    is
      charContent     CLOB;
      targetFile      bfile;
      dest_offset     number :=  1;
      src_offset      number := 1;
      lang_context    number := 0;
      conv_warning    number := 0;
      begin
        targetFile := file;
        DBMS_LOB.createTemporary(charContent,true,DBMS_LOB.SESSION);
        DBMS_LOB.fileopen(targetFile, DBMS_LOB.file_readonly);
        DBMS_LOB.loadClobfromFile
           charContent,
           targetFile,
           DBMS_LOB.getLength(targetFile),
           dest_offset,
           src_offset,
           nls_charset_id(charset),
           lang_context,
           conv_warning
        DBMS_LOB.fileclose(targetFile);
        return charContent;
    end;
    show errors
    create or replace function getFileContent(file bfile,
                               charset varchar2 default 'WE8MSWIN1252'
    return CLOB deterministic
    is
    begin
        return getContent(file,charset);
    end;
    show errors
    create or replace function getDocument(filename varchar2,
                               charset varchar2 default 'WE8MSWIN1252'
    return CLOB deterministic
    is
       file            bfile := bfilename('DIR',filename);
    begin
      return getFileContent(file,charset);
    end;
    show errors
    create or replace function getXML(filename varchar2,
                          charset varchar2 default 'WE8MSWIN1252'
    return XMLTYPE deterministic
    is
      DOC clob;
      XML xmltype;
    begin
      DOC := getDocument(filename,charset);
      XML := xmltype(DOC);
      dbms_lob.freeTemporary(DOC);
      return XML;
    end;
    show errors
    drop directory DIR
    create directory DIR as '/tmp/xmlDir'
    commit
    insert into some table values ("",getXML('Filename.xml'));The above example assumes that the file in the directory '/tmp/xmlDir';

  • Importing adaptive RFC model in NWDS CE 7.1 doesn't work

    Dear all,
    I am unable to create an adaptive RFC model in my Web dynpro DC in NWDS CE 7.1.
    This is what happends:
    I select create model from the web dynpro, fill in name and jco destinations on the first page and move to the second page where I fill in SAP login information.
    After clicking next I come to "Select RFC modules", but I never see the studio logging in to the server system. The result is that I dont find any function modules when i click search.
    I am new to NWDS 7.1 so I suppose there is a setting that I have missed.
    Have anyone else experienced the same problem and solved it?
    I currently have an old SAP system (NW04) and a new system (NWCE7.1). On my PC I have installed NWDS 04 and NWDS CE7.1. The old studio can connect to both the new and old backend system just fine but the new studio cant connect to any of them.
    I am very grateful for any help or pointers in the right direction.
    Sincerely,
    Richard Linnander

    Never mind. I solved this myself.
    It was caused by DLL-hell. I was running an old version of librfc32.dll that was for NWDS 04. Works fine with the version that comes fresh with install of NWDS CE 7.1

  • How to implement Adaptive RFC?

    Hi Gurus,
    I have a requirement to interact with R/3 through ADAPTIVE RFC.
    Can anyone please send me the step by tsep approach of the same.
    Higher points will be rewarded for the best solution.
    Thanks in Advance,
    Dharani

    Creating RFC Model object
    1>Open NWDS, open a web dynpro project
    2>Right click on model node and select create model
    3>Will get a new window, select “IMPORT Adaptive RFC Model”,
    click next
    4>Will get new window, enter
    a.Model Name
    b.Model Package Name
    c.Enter Logical System name model instance &#61664; “model name_MODELDATA_DEST”
    d.Enter Logical System name RFC Metadata&#61664; “model name_ RFCMETADATA_DEST”
    e.Click Next
    5>SAP Logon Information
    a.Single Server
    If SAP GUI Client is not installed specify system details manually.
    b.Load Balancing
    If SAP GUI Client is installed on same system where NWDS is installed, all system will be available in System drop down list
    c.Click Next
    6>Select RFC Model (when this screen initially appears will be empty)
    a.In Function Name
    Type the function name you need, can also use wildcard(*) to search
    b.Also you can see list of modules after search button has been entered [NOT RECOMENDED]
    c.Click Next
    7>Once Import has completed you will see import log
    8>Result &#61664;What RFC Model has created:
    You will be able to see two sets of object
    a.Dedicated Model Directory
    It has simple type and set of structure
    b.Model Class
    Entire interface of each RFM in the model object

  • Unable to INSERT record but inserting. Forms 4.5 error through Apps 10.7

    Hi All,
    I have written the following code on save button on form 4.5 which has been used from APPS. I created the master-detail relation also.
    It suppose to insert a row into header and then into lines.
    Its inserting the row into both the tables but getting the following error in betweeen.
    ===========
    FRM-40508: ORACLE error: unable to INSERT record.
    ORA-01400: cannot insert NULL into ("VFI"."VFI_PC_DEFINITION_LINES"."LINE_ID")
    ===========
    I am thinking problem is some where in some default triigers or on insert triggers
    but unable to trace it. CAN anybody through a light on this ?
    ================================================
    PROCEDURE VFI_INVPCS IS
    i          number;
    v_item_id     number;
    v_item_id1     number;
    v_temp      varchar2;
    v_user_id NUMBER := 1111; --fnd_global.user_id;
    Lv_ChkFlag VARCHAR2(1);
    Lv_UnChkFlag VARCHAR2(1);
    ln_header_seq NUMBER;
    ln_lines_seq NUMBER;
    BEGIN
    BEGIN
    SELECT inventory_item_id
    INTO v_item_id
    FROM inv.mtl_system_items
    WHERE organization_id = 103
    and segment1 = :VFI_PC_DEFINITION_HEADER.parent_inventory_item_id;
    SELECT VFI_PC_DEFINITION_HEADER_SEQ.nextval
    INTO ln_header_seq
    FROM DUAL;
    SELECT VFI_PC_DEFINITION_LINES_SEQ.nextval
    INTO ln_lines_seq
    FROM DUAL;
    INSERT INTO VFI_PC_DEFINITION_HEADER( HEADER_ID
    ,PARENT_INVENTORY_ITEM_ID
    ,START_DATE
    ,END_DATE
    ,CREATED_BY
    ,CREATION_DATE
    ,LAST_UPDATED_BY
    ,LAST_UPDATE_DATE)
    VALUES ( ln_header_seq
         ,v_item_id
         ,:VFI_PC_DEFINITION_HEADER.start_Date
         ,:VFI_PC_DEFINITION_HEADER.end_date
    ,v_user_id
         ,sysdate
         ,v_user_id
         ,SYSDATE
    COMMIT; -- header
    GO_BLOCK('VFI_PC_DEFINITION_LINES');
    LOOP
    SELECT inventory_item_id
    INTO v_item_id1
    FROM inv.mtl_system_items
    WHERE organization_id = 103
    AND segment1 = :VFI_PC_DEFINITION_LINES.child_inventory_item_id;
    First_record;
    IF :VFI_PC_DEFINITION_LINES.child_inventory_item_id is not null then
    IF :CFY_PTID_FLAG='Y' THEN
    Lv_ChkFlag:=:CFY_PTID_FLAG;
    INSERT INTO VFI_PC_DEFINITION_LINES( LINE_ID
    ,HEADER_ID
    ,PARENT_INVENTORY_ITEM_ID
    ,CHILD_INVENTORY_ITEM_ID
    ,CREATED_BY
    ,CREATION_DATE
    ,LAST_UPDATED_BY
    ,LAST_UPDATE_DATE
    ,CFY_PTID_FLAG)
    VALUES ( ln_lines_seq
    ,ln_header_seq
    ,v_item_id
    ,v_item_id1
    ,v_user_id
    ,SYSDATE
    ,v_user_id
    ,SYSDATE
    ,Lv_ChkFlag
    END IF;
    END if;
    NEXT_RECORD;
    EXIT WHEN :SYSTEM.LAST_RECORD='TRUE';      
    END LOOP;
    message('After Insert Child');
    message('After Insert Child');
    COMMIT;
    END;
    ================================================

    not sure on the block structure of your forms.
    one would question why you seem to be doing a lot of the default insert work on the press of a button (when-button-pressed).
    also if you have a master-detail relationship in the form - why you don't let forms handle the master-detail insert.
    seems like you have database database blocks but are almost coding as if they are non-base table blocks.

  • Unable to insert more than once into an Oracle table  through ODI

    Hi,
    The scenario is I need to load a table which stores the contact informations (Phones).
    The source data is such that the different types of phones come from different source tables (Home phone, Work Phone, Fax etc)
    I have developed different interfaces in ODI based on the types of phones.
    The issue is for the first time, if I run any of the interfaces it runs properly & the data gets inserted properly. Then if I run any of the other interfaces, it is unable to insert into the intermediate I$ table (I$_Phones) and is stuck there forever :-)
    Is it an ODI issue or an issue with the database? I have manually copied the query and tried to load it into the intermediate table, but it didn't work.
    Have any of you faced this type of issues in ODI ever? If so, are there any work arounds?
    PS - I have checked whether I am dropping the intermediate flow tables after inserting the records.

    Thanks Ankit,
    I was using IKM Oracle Incremental Update. The volume of data is around 300,000.
    It didn't fail, It just took forever. It got stuck in the step "Insert flow in I$ table". (FYI, I have disabled the Flow control in the IKM).
    Almost the same query ran properly and got the data loaded when its used in the initial interface. I have pasted the query below.
    /* DETECTION_STRATEGY = NOT_EXISTS */
    insert /*+ APPEND */ into PROD_ODI_WORK.I$_PHONES
         SRC_CLIENT_ID,
         PHONE_NO,
         PHONE_TYPE_ID,
         IND_UPDATE
    select      
         C1_SRC_CLIENT_ID     SRC_CLIENT_ID,
         C2_PHONE_NO     PHONE_NO,
         1     PHONE_TYPE_ID,
         'I' IND_UPDATE
    from     PROD_ODI_WORK.C$_0PHONES
    where     (1=1)
    and not exists (
         select     'X'
         from     CIF_STG.PHONES T
         where     T.SRC_CLIENT_ID     = C1_SRC_CLIENT_ID
         and     T.SRC_SYSTEM_ID     = 'BARS'
              and     ((C2_PHONE_NO = T.PHONE_NO) or (C2_PHONE_NO IS NULL and T.PHONE_NO IS NULL))
              and     ((1 = T.PHONE_TYPE_ID) or (1 IS NULL and T.PHONE_TYPE_ID IS NULL))
         )

  • Adaptive RFC Model - disconnectIfAlive()

    Hi,
    In my Web Dynpro application, I am using Adaptive RFC model and executing the RFC as below
    ZRfc_Test_Input input = new ZRfc_Test_Input();
    // set input
    input.setParam1("xxx");
    input.setParam2("xxx");
    input.execute();
    My application works fine for couple of days and suddenly I get an error that
    "com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException:Could not create JCOClientConnection for logical System: WD_TEST_MODELDATA_DEST - Model: class com.test.TestModel. Please assure that you have configured the RFC connections and/or logical system name properly for this model!"
    Our basis guys are unable to figure out why the SLD is misbehaving suddenly. If we restart the SLD, everything will be fine for next couple of days.
    I just want to make sure that it is not happening due to my application or due to the way the RFCs are being executed.
    After I execute my model, do I have to explicity disconnect the connection using below statement?
    <b>input.modelInstance().disconnectIfAlive();</b>
    Do I have to do this even when I am using Adaptive RFC model?
    Default min and max number of connections are used while creating JCO destinations.
    Appreciate your input.
    Thanks
    Kumar

    Hi Siva,
    >>> It is always better to close the connection after executing the RFC<<<
    Thanks for the response. I am sorry for being adamant, I agree that it would be nice to disconnect but IS IT MANDATORY? If the pool size is increased appropriately, doesn't web dynpro runtime takecare and disconnect the connections after the execution.
    In SAP tutorials and help.sap.com (at least the ones I have gone through), it is never mentioned any where that one MUST close the connections EXPLICITLY after the execution. All these days I am under the impression that it is not needed for Adaptive RFC models. I may be wrong.
    Could you please confirm if we should close the connections explicity?
    Thanks
    Kumar

  • Unable to connect SOAP to RFC using soap client.

    I have tested the SOAP to RFC sync scenario today using a soap client.I have encountered the following error at the SOAP sender channel.
    "java.lang.NullPointerException
            at com.sap.aii.af.sdk.xi.mo.xmb.XMBMessageOperator.getQualityOfServiceAsString"
    the only possible solution found till now  through forum is to apply SAP NOTE 1239995. As it is confirmed that SAP note 1239995 is already in the system , request you to post it to SAP for getting any OASIS note . I am also posting the message to SDN forum to get some help.
    We are able to connect to the integration server, but are unable to connect through the communication channel.
    Is there any othere OASIS notes need to be applied here? Or any other information is need which i am missing ?
    regards,
    Abhishek

    You are in the right track. Looks like you need latest service pack for the soap channel.  Follow this thread...
    ADAPTER.JAVA_EXCEPTION XMBMessageOperator.getQualityOfServiceAsString error
    This link says
    Error in sending XML from SoapUI to SAP PI 7.11
    This patch level will fix  SAPXIAF06P patch #6 (SP-level #06)
    Edited by: Baskar Gopal on Apr 5, 2011 4:33 PM

  • Adaptative RFC

    Hi,
    Just a quick question.
    After creating the WebDynpro using Adaptative RFC, i need to define the JCO destinations in WebDynpro Console.
    The question is, in security step of JCO destinations, i need to identify the authentication method, and there is no UserMapping?
    I need to make the WebDynpro available in Portal, and from what i understand, the system created in the portal only identifies the server where the Webdynpro are available, and not the SAP System. if this is true, the information inserted in JCO destinations, are the information used to to connect to SAP System, but there is no usermapping.
    What should be done in this situations, where for each user portal are another userid and passowrd for backend system?
    Thanks and regards
    John

    Hi John
    There is no need of a user mapping to access information from the backend.Provided that you have assigned your WebDynpro iView to them, all portal users will be able to view the information derived from backend.
    This is because the authentication method specified in the security settings is only for defining the JCo destinations for metadata. If you select User/Password, you must define a user and the corresponding password. This user is a technical user who does not need dialog authorization.
    The name and the password assigned to this user should be known in the backend and the authorizations set so that he can access all the function modules in the SAP system.
    So each time a portal user tries to access some data from the SAP backend via WebDypro application, it is not he who is being authenticated against the backend whereas it is the technical user on the SAP system itself who is being authenticated to fetch the information needed. Hence there is nmo need of a user mapping in this case.
    If that is not clear then please go through this link.
    http://help.sap.com/saphelp_nw04s/helpdata/en/94/3c1b40fcdd8f5ce10000000a155106/frameset.htm
    Hope that helped.
    Best Regards
    Priya
    P.S: Rewarding points for helpful answers is SDN's way of saying "Thank You!"

  • Login failed error while importing an adaptive RFC model

    Hi there,
    I am trying to import a adaptive RFC model for a BAPI from a 46D system, to which I have connected using VPN from my WAS J2EE server. I have given the login details as Single server(Not load balancing), and given the user login details. However, I am not able to proceed further because it gives me the error 'Name or password is incorrect, please re-enter'. This is strange because I am giving the correct name and password, and I am able to login to this system through SAP GUI using same logon credentials.
    I am confused as to what it is expecting to move forward. I have tried changing case of the user name, restarting my WAS etc. The client is correct, and the login language is EN.
    Could anybody have any clues or have you faced a similar problem?
    thanks in advance,
    LM

    I have had the same problem.
    I think whoever programmed the logon routine at that point should be fired immediately and banned from programming for life! Logging on is a very basic and well-understood task, and programmed gozillions of times since 1940s. Common sense and unwritten rules of programming dictate simply if you make something case-sensitive, then you should accept an input in its original form (i.e. password in smalls, or whatever) but not change it to uppercase and then work case-sensitively. Either this, or you program everything case-insensitively.
    Fire that programmer or give him to us gollumvoice

  • Adaptive RFC model connectivity to SAP R/3 4.6 B

    We are developing a new webdynpro application which uses the backend R/3 version is 4.6B using Adaptive RFC model.
    We are able to connect to Web As systems without any issues but getting error messages while creating the Adaptive RFC model to R/3 4.6 B system as backend.
    Appreicate your help.
    Message was edited by: Udaya Chada

    Hi ,
    I think SLD,s/w Catalog and Creating Logical Systems were Configured,
    Go through the Following Steps Like,
    -- General Data, Enter the Client of the System and Client No. (JCo Connection is Pointing to)
    --J2EE Cluster, Select the J2EE Cluster you wish the JCo destination to be assigned
    -- Select the Destination Type, Either Application/Dictionary data
    -- Appl.Server, You may only select Servers/Logon Groups From the Drop down list that have first been defined as technical Systems in SLD.
    -- Message Server, Application Data JCo destination is connected must have atleast one logon group.( if this is not done ,use SMLG transaction code to create in SAP System)
    --Security, If you have selected connection Type as Application Data , then in the Security Screen you would appear Authentication Techniques and select a appropriate one .
    if you have selected connection type as a Dictionary meta data then provide User Name and Password
    If this is useful to you ,don't forget to award Points
    --Venkat

  • Unable to clone File Adapter receiver channel for parallel processing

    Hi Experts,
    I am using variable substitution for File - RFC - File with out BPM scenario(using request response, oneway bean).
    While i placed the file in the sender FTP folder, the file didnt get picked up, but in communication channel monitoring, i am getting error ' Unable to clone File Adapter receiver channel for parallel processing'.
    Can anybody provide me suggestions to solve this error.
    Note : without variable substitution , the interface is working good.
    Is it due to, i am trying the source structure field in response file adapter?

    Hi,
    In your CC, do you use some additional paramaters ?
    like these one of point 47/48 of [Oss note 821267 - FAQ: XI 3.0 / PI 7.0/ PI 7.1 File Adapter|https://service.sap.com/sap/support/notes/821267]
    Maybe there is conflict with a parallel connexion and the bean used to do asynch-synch bridge...
    Mickael

  • Oracle forms error frm-40508: unable to insert record

    Hi Everyone,
    I have been having this problem for 2 weeks and I realize that I spent alot of time I couldn't get to fix the problem so I need your help.
    Here is my situation. First, I installed Oracle 10g in my laptop with Oracle forms10g and Oracle forms904i. I had oracle_home folder as the top level structure then I have inside oracle folder, Oracle10g in it own folder, Oracle9i release2 in it own folder. then I created the user account "student" using the system/manager account finally I granted privilleges as follow:
    GRANT ALL PRIVILLEGES
    TO student
    WITH ADMIN OPTION;
    this was working perfecty I didn't need to grant objects privilleges such as
    GRANT INSERT, UPDATE, DELETE
    ON customers
    TO student;
    Then I created a form Application prototype and it works well I could Insert, Update and Delete but now I am creating an e-commerce application prototype I created an new account using a system/manager account as I did previously and grant all privilleges. When I try to grant object privileges the message that I receive says ORA-01919 : role 'INSERT' doesn't exist
    When I run the application I am unable to insert the record through forms I get message frm-40508 Orcle error: unable to insert record.
    I deinstall the Oracle and clean my laptop and did a clean installation using only Oracle Server10g and Oracle Developer10g I am getting the same message frm-40508.
    Can someone please help me on this. the insert command that I am running is a simple one such as
    INSERT INTO customers
    VALUES( block_name.field_name, ....);
    COMMIT;

    frm 40735:When button pressed trigger raised unhanded exceptionplease help me to solve this>
    The FRM-40735 is a generic Unhandled Exception. Please post the full error message so we can better help you.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Unable to insert messages in JMS QUEUE

    Hi All,
    I am facing an issue while inserting messages in JMS queue.
    The JMS Queue is on another weblogic server and now i created a bpel process which has a jms adapter to insert messages inthe jms queue.I am deploying the Bpel in my server which does not have this particular JMS queue.
    I am unable to insert the messages into the JMS queue present on another weblogic server. where as i am able to insert messages if the queue is present on my server.
    Can you please let me know if its possible to put messages into a queue on remote server from local server.
    Thanks in advance.

    Most probably it seems like an issue of security. Please try to establish cross domain trust between these two Weblogic server domains. For more information refer to http://download.oracle.com/docs/cd/E1284001/wls/docs103/secmanage/domain.html#wp1175687_

Maybe you are looking for

  • Can't recover iphone after latest update

    Last night I got a prompt to update my iPhone software. I hit ok, it did it's thing and then gave me an error and said it was in recovery mode and I'd need to recover it. Fine. I hit recover, it gets all the way to the end of the process and gives me

  • Table got re-created with 0 entries

    Hello All,                  In ECC system after refresh BDLS is taking too long time(24hrs to 36hrs) becase of that as per SDN blogs to improve BDLS performance i build the index on few tables mentioned below using SE11 & SE14 t-codes, after completi

  • Cisco Prime Infrastructure 1.x Server requirements & Operating System

    Dear Friends I wish you are in very good health ........ I really very confused regarding LMS and i really needs your help ........ I need to order LMS for one of our customer with 500 devices and reporting cabailities ..... So i chosse base license

  • Best wireless modem/router for Comcast internet service?

    Hello! I am looking to switch internet service from Verizon DSL to Comcast. I have a MacBook Pro using Airport Extreme (supports 802.11 a/b/g/n), and my other computer is an iMac (OS 10.5.8, iMac 6,1), with a printer and a Roku box (I'm also thinking

  • Plant Maintenance Module

    Hi Expert,    I am new to Plant Maintenance module, I want to know flow of this module, transaction codes involved, few objects if possible for better understanding. Thanks in advance. Regards , nagaraju  Tankala