ABAP OO - Exporting a multiline parameter

Hi all,
just about to give up trying to use ABAP OO!!
We are on 6.40.
I created a static method that will return the Agents (SWHACTOR-OBJID) for the next step in the workflow. How do I define an Exporting parameter to represent a multiline of SWHACTOR-OBJID ?
Much thanks and regards,
Cristiana

Why do you want the agent ID to be incomplete?
Anyway, you need to use a "table type" where the line type is the type you would use in a TABLES parameter in a function module.
SWFUAGENTS (at least in the system I have access to here) is a table type for SWHACTOR, but five minutes in SE11 should give you enough to choose from.

Similar Messages

  • ABAP program to take input parameter from variant, execute KSB1 and export

    Hi Friends,
    My client asking  change request in CO
    The Change request is "ABAP program to take input parameter from variant, execute KSB1 and export the output into an excel sheet and park the document in a designated location"
    Pls let me know  actually i am a FICO consultant what i can do in this change request
    Thanks,
    Santi

    Hi
    First I dont you would need to create a ABAP to generate the report in Excel.
    You can look at this option. Execute the report Go to->Change Layout, Click on the view option, On the Preferred View Select Microsoft Excel, Save the layout, provide a layout name with /XYZ.
    Now when you want to execute KSB1 with excel, just execute KSB1 with /XYZ layout, it would open in Excel, export to which ever location you want.
    Or just simply save the report as Excel using the Excel button on the tool bar.
    Regards,
    Suraj

  • Exporting and changing parameter

    Hi abapers,
                        I am working object oriented abap and i need a small example of ,how to use
                       export and changing parameter of a method.
                       Can anyone help me regarding this
    sanjay

    See the below code. Hope it will be helpful.
    <code>
    REPORT zexp1 .
    DATA : w_tax    type p decimals 2 ,
           w_salary type p decimals 2 .
    CLASS CTAX DEFINITION.
      PUBLIC SECTION.
       METHODS : TAX_CALC IMPORTING grade  TYPE C
                          EXPORTING itax   TYPE P
                          CHANGING  salary TYPE P .
    ENDCLASS.
    CLASS CTAX IMPLEMENTATION.
      METHOD : TAX_CALC.
       CASE grade.
        WHEN 'A01'.
         itax = salary * '0.2'.
        WHEN 'A02'.
         itax = salary * '0.1'.
        WHEN OTHERS.
         itax = salary * '0.15'.
       ENDCASE.
        salary = salary - itax.
      ENDMETHOD.
    ENDCLASS.
    START-OF-SELECTION.
      DATA : OREF1 TYPE REF TO CTAX.
      CREATE OBJECT : OREF1.
      w_salary = 30000.
      w_tax    = 0    .
      write:/5 'Before method call, salary and tax are' ,
               w_salary ,
               w_tax .
       CALL METHOD OREF1->TAX_CALC EXPORTING grade = 'A01'
                                   IMPORTING itax  = w_tax
                                   CHANGING salary = w_salary.
        write:/5 'After method call, salary and tax are' ,
               w_salary ,
               w_tax .
    </code>
    The program contains a method TAX_CALC belonging to the class CTAX. It receives GRADE as IMPORTING parameter and SALARY as CHANGING parameter. Based on the grade, the EXPORTING parameter ITAX is calculated and the CHANGING parameter , SALARY is modified by deducting tax from it.
    reward if you find it helpful.
    Thanks & Regards,
    Rajesh

  • Export Utility USING PARAMETER FILE

    1st problem:
    I have created a parameter file USING NOTEPAD.All the export parameters specied in it.
    But when i executed it at command prompt as
    EXP73 USERNAME/PASSWORD
    PARFILE=<filename with .par extension>
    Its giving error
    LCC-00211:UNEXPECTED DELIMITER [NULL]
    I have tried using both valid delimiters 'SPACE' and ',' but still i am getting the same error.
    But in case of IMPORT utility i have used the same procedure and i am getting the required result.
    Please help as early as possible.
    null

    Hi,
    What u can do is chech out the options by keying in exp73 help=y. U will need to specify the options by urself on the command line.
    Example:
    exp73 file=c:\export1.dmp user=scott log=c:\export1.log <return>
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Gopinath Parthasarathy ([email protected]):
    While using Export utility at Command prompt:
    EXP73 LOG=<filename>
    it is just asking username and password after which there is no interaction and exports all the tables with logfile creation.
    Some body please help.<HR></BLOCKQUOTE>
    null

  • ReportDocument.Export() raises "Missing Parameter Values" exception

    Hi
    Recently I encountered a question about SAP Crystal Report that I have a rpt file with several sub reports and I am required to make the data source to be XML with http/https URLs. I created different .NET pages which returns XML stream as data source for both main report and sub reports in my rpt file, and also created a sub report links which pass dynamic parameters from main report to the sub reports, everything worked fine when I entered the necessary parameters only for the main report in the design tool, both the main report and sub reports displayed perfectly.
    But it did not work in my .NET application which export the reports to PDFs, I referenced “CrystalDecisions.CrystalReports.Engine” and some other necessary DLLs into my project, and then I created an instance of ReportDocument, loaded the rpt file, set parameters which used in the main report, set connection info, and at last when I export the report it throw out an exception with “Missing Parameter Values” error message, even though I removed the sub report links which pass parameters from main report, the exception still occurred, but when I removed all the sub reports, and only export the main report it worked!!
    Here is a result of my attempts:
    Main Report
    Sub Report
    Result
    1
    With XML data source
    No report
    Works fine with dynamic parameters set to the http/https url which returns an xml results
    2
    With XML data source
    Pass a static value and print it on the report
    Works fine.
    3
    With XML data source
    Create a SQL command WITHOUT any parameters passed from main report
    Works fine
    4
    With XML data source
    Create a SQL command WITH a dynamic parameter passed from main report
    Works fine
    5
    With XML data source
    Create a xml data source WITHOUT any parameters passed from main report
    Failed with "Missing Parameter Values"
    6
    With XML data source
    Create a xml data source WITH a dynamic parameter passed from main report
    Failed with "Missing Parameter Values"
    I am confused about this issue for a few days, is there any ideas or helps? many thanks!

    OK:
    We upgraded to CR 13.0.2000.0 and Visual Studio 2012 and .Net Framework 4.5.
    Problem still happens.
    When we display the report in the designer, the url has parameters.  Here are the IIS log entries:
    2014-05-01 18:24:56 192.168.251.10 GET /quotit/apps/leadspro/CrystalServiceGateway_test.aspx @IFPPSID=1899582751211388&@styleColorScheme=10511658/13343077/10511658/13343077/16777215/15720656/16777215/15720656/24831/13426687|10511658/16777215/16777215/16777215/0/0/0/0/0/0 80 - 10.16.26.44 Java/1.6.0_37 200 0 0 959
    2014-05-01 18:24:56 192.168.251.10 GET /quotit/apps/leadspro/CrystalServiceGateway_test2.aspx @BrokerID=23433176 80 - 10.16.26.44 Java/1.6.0_37 200 0 0 742
    When we use the crystaldecisions.crystalreports.engine, no parameters are passed.  Here are the IIS log entries:
    2014-05-01 18:22:28 192.168.251.10 GET /quotit/apps/leadspro/CrystalServiceGateway_test2.aspx - 80 - 10.16.26.44 Java/1.7.0_45 200 0 0 58
    2014-05-01 18:22:28 192.168.251.10 GET /quotit/apps/leadspro/CrystalServiceGateway_test.aspx - 80 - 10.16.26.44 Java/1.7.0_45 200 0 0 115
    I cannot attach the rpt file here.  If you need it, please let me know how to get it to you.  I am attaching a screenshot of the datasource location.  I am pasting in the striped down .NET code.  Any help or pointers would be greatly appreciated.
    Thanks,
    Tom
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Configuration;
    using System.IO;
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    using System.Collections;
    namespace CrystalTest
        class Program
            static void Main(string[] args)
                string source = Path.Combine(@"C:\Users\thomas\Desktop\reports\eProIFP\iProReports", "summaryReportByPremium_ACA_UltraColor.rpt");
                string destination = Path.Combine(@"C:\Users\thomas\Desktop\testReports", "output.pdf");
                if (File.Exists(destination))
                    File.Delete(destination);
                ReportDocument rptDoc = new ReportDocument();
                if (File.Exists(source))
                    rptDoc.Load(source);
                    rptDoc.SetParameterValue("@IFPPSID", "1899582751211388");
                    rptDoc.SetParameterValue("@styleColorScheme", "10511658/13343077/10511658/13343077/16777215/15720656/16777215/15720656/24831/13426687|10511658/16777215/16777215/16777215/0/0/0/0/0/0");
                    rptDoc.SetParameterValue("@testID", "1");
                    CrystalDecisions.Shared.TableLogOnInfo logOnInfo = new CrystalDecisions.Shared.TableLogOnInfo();
                    foreach (CrystalDecisions.CrystalReports.Engine.Table objTable in rptDoc.Database.Tables)
                        logOnInfo.ConnectionInfo.IntegratedSecurity = true;
                        objTable.ApplyLogOnInfo(logOnInfo);
                    ExportOptions CrExportOptions = new ExportOptions();
                    DiskFileDestinationOptions crDiskFileDestinationOptions = new DiskFileDestinationOptions();
                    crDiskFileDestinationOptions.DiskFileName = destination;
                    CrExportOptions = rptDoc.ExportOptions;
                    CrExportOptions.DestinationOptions = crDiskFileDestinationOptions;
                    CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
                    CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat;
                    rptDoc.Export();

  • Export and import parameter

    Hello friends,
    DB: oracle 10 G
    O/S: Sun soalris 10.
    I have two sun system system both are having oracle 10 g
    1 is prod database and another is test database
    both the systems having same schema ,I want to make my test database upto date with production database before i used to use the complete export of prod database 1 schema and simply import it into test database but this process is taking very long time as the export dump file size is alomost 2 GB and while importing at the test database the import process is taking almost 5 to 6 hours ,
    the test database schema having 10 days old old records when compare to production database.
    so I just want to know is there any parameter in IMPORT so that the import process will take only changes information from export dumpfile while importing?
    I am using tradition export and import method

    thanks for your reply,
    But right now I don'thave datapump export dump file and my production database is at remote place ,
    again to take datapump export and copy the dump from netwrok takes again very long time network will also get busy to get 2 gb of file
    right now at my place where test db is located I have only tradition export dump file
    any more sujjestion in that

  • ABAP Memory (EXPORT/IMPORT) - Performance Issue

    Performance wise, is it a good idea to use ABAP memory to export and import data between programs?
    Thanks in advance,
    JT

    IMHO is you EXPORT/IMPORT a couple of variable...Your not going get any performance issues....So go ahead -:)
    Greetings,
    Blag.

  • Inner join in ABAP and exporting the data

    Hi,
    I want to use inner join in ABAP for retrieving data from 2 tables and export that data.How will i do it?

    Hi,
    Refer following code
    *--Select query to pick the data from table VBRK
    VBRP and VBPA using inner join
      SELECT a~vbeln                            "Billing document
             a~fkdat                            "Billing date
             a~fktyp                            "Billing category
             a~fkart                            "Billing type
             a~vtweg                            "Distribution channel
             a~knumv                            "Number of doc condition
             b~posnr                            "Billing item
             b~matnr                            "Material Number
             b~werks                            "Plant
             b~vgbel                            "Referance
             b~netwr                            "Net value of billing item
             b~wavwr                            "Cost in document currency
             c~kunnr                            "Partner function
             FROM vbrk AS a
             INNER JOIN vbrp AS b
             ON avbeln EQ bvbeln
             INNER JOIN vbpa AS c
             ON  bvbeln EQ cvbeln
            AND bposnr EQ cposnr
             INTO CORRESPONDING FIELDS OF TABLE it_vbrp
             WHERE fkdat IN s_erdat
             AND   parvw EQ 'ZS'.
      IF sy-subrc EQ 0.
    *--Sort table by
        SORT it_vbrp BY vgbel1.
      ENDIF.
    Regards,
    Prashant

  • Webdynpro abap ALV export to excel with images problem

    Hello experts,
    I'm having problems with standard excel export functionality in webdynpro abap ALV.
    In my table i have images taken from content server (employee photos) linked with URL to a table_cell Image, when i export the table to excel using standard function the images is showed as a broken picture with the following text:
    "The linked image cannot displayed. The file may have been moved, or deleted. Verify that the link points to the correct file and location."
    I'm running on sap basis 7.02 SP13 and implemented the notes 1975765 and 1985288 but not resolved this issue.
    Do you have any ideas?
    Thank you.

    Hi Jorge,
    Are you able to download the ICONs from alv table? try to use some icon source '~Icon/Add' and check out if you can download it to excel successfully.
    FYR:
    Regards,
    Rama

  • Imovie export user list parameter error

    Hello all,
    I have just finished a 25 min video on imovie '11 and when I try to export in any fashion (export to quicktime, share, etc.), i get a user parameter list error.  i have lots of ram, 146 GB hard drive, 10.6 snow leopard, etc. and can not figure out why this movie will not export. I even cut the movie into 2 parts to try and export. NOTHING.  I restarted, repaired persmissions, etc. I have have seen lots of questions on the boards about this error and no real solution. PLEASE HELP!

    Hello all,
    I have just finished a 25 min video on imovie '11 and when I try to export in any fashion (export to quicktime, share, etc.), i get a user parameter list error.  i have lots of ram, 146 GB hard drive, 10.6 snow leopard, etc. and can not figure out why this movie will not export. I even cut the movie into 2 parts to try and export. NOTHING.  I restarted, repaired persmissions, etc. I have have seen lots of questions on the boards about this error and no real solution. PLEASE HELP!

  • HR ABAP: Issue with using 'nocommit' parameter on FM HR_INFOTYPE_OPERATION

    Issue with using nocommit parameter on FM HR_INFOTYPE_OPERATION:
    My client has a requirement to create the following 4 infotypes in sequence in a LUW, i.e either all are created or none is created.
    9045   (custom infotype)
    0045
    0078
    0015
    I tried to use the nocommit parameter on FM HR_INFOTYPE_OPERATION to insert the 4 infotypes
    in a nocoomit mode and then at the end I have issued
    'Commit Work', but to my surprise only I/T 0015 is created in the database and the first three (9045, 0045 and 0078) did not make it to database.
    I searched many threads on SDN but could not find a solution.
    Please let me know if there could be any solution to implement the LUW.
    YOur inputs will be appreciated.

    Hi ,
    i think u can also try with this FM HR_MAINTAIN_MASTERDATA , see its documentations.
    no commit works like a simulation mode , what u can do is  ,
    call FM for all Infotypes and collect all error msgs if any , then finally call FM for all infotypes again without passing nocommit work ( i.e space).
    regards
    prabhu

  • How to find out Import/Export - Set/Get Parameter

    Hi All,
    In many BAdi / User Exit - Many IMPORT and SET Parametrs is used eq.  IMPORT flag = flag FROM MEMORY ID 'DELT'.
    But I unable to find out where this Parameters is EXPORT . Which BAdi or Whic User Exit.
    Same things for SET Parametrs .
    Regad
    DK

    Hi,
    One way could be to go in the debugger mode and create break point at statements.
    Go into Breakpoints Menu -> BreakPoint at - Statment.  Here enter IMPORT or EXPORT or Set or Get  as per the requirement.
    Code will stop evey time that particular statement is encountered.
    Regards,
    Pranav.

  • Syntax for taking export with 'Query' parameter

    Hi all
    Please help me regarding syntax for taking export with query parameter

    Hi
    exp file=d:\exp.dmp log=d:\exp.log tables=scott.emp query='where empno=10'
    exp file=d:\exp.dmp log=d:\exp.log tables=scott.emp query='where ename='''SCOTT''Salman

  • Web Dynpro ABAP - ALV: Export to Excel | Export to PDF

    Hello,
    I was wondering which settings I need to configure and where to configure these, for the "Print Version" and "Export to Microsoft Excel" to work.
    Print version Communication Failure: RFC destination SALV_WD_EXPORT_PDF does not exist
    Thanks in advance,
    Dragovian

    Refer this :
    Print Version: RFC Destination SALV_WD_EXPORT_PDF doesnt not exists

  • Error in Export the ABAP certificate

    Dear gurus:
    I am executing the template to connect BW with Portal. The proble is this:
    BI_00_This wizard will execute Postinstall steps of technical configuration of BI-Java > Export the ABAP Certificate
    Export the ABAP Certificate
    Description
    No specified detailed description
    State
    START_ACTION
    Support Information
    Type of Action
    InvokeServiceDebug Events
    InvokeService:Export the ABAP Certificate
    Library: sap.com/tclmctctemplateslevel1_4_tcc
    SourcePath ./0. Complete BI PostInstallation/exportCertificate15
    Time 2008/05/12 at 17:34:46
    WSDL /content/NetWeaver/BI-Java/service/AbapRfcCall_exportCertificate_exportCertificate.wsdl
    InvokeService- Result: Failed
    Exception Message:SSFC_GET_OWNCERTIFICATE_FAILED
    Exception Class:com.sap.mw.jco.JCO$AbapException
    Stacktrace
    com.sap.mw.jco.JCO$Client.execute(JCO.java:3429)
    com.sap.ctc.util.AbapRfcCall.exportCertificate(AbapRfcCall.java:770)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:324)
    com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodExecuter.invoke(JavaMethodExecuter.java:227)
    com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceExecuter.executeService(JavaServiceExecuter.java:94)
    com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:55)
    com.sap.tc.lm.ctc.cul.serviceimpl.executor.CULServiceExecutor.executeService(CULServiceExecutor.java:52)
    com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:145)
    com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:206)
    com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:141)
    java.lang.Thread.run(Thread.java:534)
    Messages at cancel time
    Messages at exception time
    <exportCertificateInput> <PATH>.</PATH> <FILE>BWI_abap_certificate.crt</FILE> <ABAP_CLIENT>300</ABAP_CLIENT> <ABAP_SYSTEMNUMBER>00</ABAP_SYSTEMNUMBER> <ABAP_HOST>SAPIA64BW</ABAP_HOST> <ABAP_USER>ADMIN</ABAP_USER> <ABAP_PASSWORD>% secure content %</ABAP_PASSWORD> </exportCertificateInput>
    global
    <root> <TTINSTANCE_ID>01</TTINSTANCE_ID> <SLD_PASSWD>% secure content %</SLD_PASSWD> <TTJAVA_HOME>C:/j2sdk1.4.2_15-x64</TTJAVA_HOME> <TTOS_NAME>ntia64</TTOS_NAME> <TTOS_UNICODE>true</TTOS_UNICODE> <SYSTEM_ID>EPI</SYSTEM_ID> <TTCPU_COUNT>8</TTCPU_COUNT> <SLD_ADMIN>SLDDSUSER</SLD_ADMIN> <TTRDBMS_DRIVER_LOCATION>E:\usr\sap\EPI\JC01\exe\mssjdbc\base.jar;E:\usr\sap\EPI\JC01\exe\mssjdbc\util.jar;E:\usr\sap\EPI\JC01\exe\mssjdbc\sqlserver.jar;E:\usr\sap\EPI\JC01\exe\mssjdbc\spy.jar</TTRDBMS_DRIVER_LOCATION> <BACKEND_SYSNUMBER>01</BACKEND_SYSNUMBER> <P4PORT>50104</P4PORT> <TTDI_PREFIX_NAME>JC</TTDI_PREFIX_NAME> <TTCENTRAL_SERVICES_INSTANCE_ID>02</TTCENTRAL_SERVICES_INSTANCE_ID> <sapjsf.passwd>% secure content %</sapjsf.passwd> <BACKEND_SYSTEM>SAPIA64BW</BACKEND_SYSTEM> <TTUSR_SAP_DIR>J:/usr/sap</TTUSR_SAP_DIR> <J2EE_SYSNUMBER>01</J2EE_SYSNUMBER> <SLD_HOST>sapbw</SLD_HOST> <J2EE_SYSTEM>SAPIA64BW</J2EE_SYSTEM> <MACHINE_TYPE>ntia64</MACHINE_TYPE> <sapjsf.username>SAPJSF</sapjsf.username> <J2EE_PASSWORD>% secure content %</J2EE_PASSWORD> <USAGE>PI-AF</USAGE> <BACKEND_SID>EPI</BACKEND_SID> <TTSYSNAME>EPI</TTSYSNAME> <TTGLOBAL_SAP_SHARE_DIR>
    SAPIA64BW/sapmnt/EPI/SYS/global/sapmnt</TTGLOBAL_SAP_SHARE_DIR> <TTR3_ENV_YES_NO>no</TTR3_ENV_YES_NO> <J2EE_SID>EPI</J2EE_SID> <TTAMOUNT_MEMORY>32737</TTAMOUNT_MEMORY> <AVERAGE_CPU_SPEED>2000</AVERAGE_CPU_SPEED> <TTINSTANCE_HOST>SAPIA64BW</TTINSTANCE_HOST> <TTOS_BIT_LENGHT>64</TTOS_BIT_LENGHT> <TTCENTRAL_SERVICES_MSPORT>3902</TTCENTRAL_SERVICES_MSPORT> <TTCENTRAL_SERVICES_HOST>SAPIA64BW</TTCENTRAL_SERVICES_HOST> <SERVER_HEAP_SIZE>1024</SERVER_HEAP_SIZE> <J2EE_ADMIN>Administrator</J2EE_ADMIN> <SLD_PORT>50300</SLD_PORT> <J2EE_HTTP_PORT>50100</J2EE_HTTP_PORT> <AMOUNT_MEMORY>32737</AMOUNT_MEMORY> <INSTANCE_ID>111979</INSTANCE_ID> <DISPATCHER_HEAP_SIZE>170</DISPATCHER_HEAP_SIZE> <NUMBER_SERVER_NODES>1</NUMBER_SERVER_NODES> <CPU_COUNT>8</CPU_COUNT> <WIZARD.jdk.OSSettings.OS>ntia64</WIZARD.jdk.OSSettings.OS> </root>
    WebDynpro
    <WebDynpro> <loggedInUser>Administrator</loggedInUser> <initial>true</initial> </WebDynpro>
    ErrorMsg
    <ErrorCodes/>
    EMPTY_MESSAGE_FOR_XPATH
    <EMPTY_MESSAGE_FOR_XPATH/>
    UMEDestination
    <Destination type="j2eeengine" subtype="default"/>
    CTCImportParameters
    <CTCImportParameters/>
    BIUI_Input
    <root> <ABAP_USER>ADMIN</ABAP_USER> <ABAP_PASSWORD>% secure content %</ABAP_PASSWORD> <BACKEND_SYSTEM>SAPIA64BW</BACKEND_SYSTEM> <ABAPDOMAIN>MADRID</ABAPDOMAIN> <BACKEND_SID>BWI</BACKEND_SID> <BACKEND_SYSNUMBER>00</BACKEND_SYSNUMBER> <BACKEND_CLIENT>300</BACKEND_CLIENT> <BACKEND_HTTP_PORT>8000</BACKEND_HTTP_PORT> <BACKEND_SERVER_PORT>3200</BACKEND_SERVER_PORT> <LOGONGROUP>SPACE</LOGONGROUP> <J2EE_ADMIN>Administrator</J2EE_ADMIN> <J2EE_PASSWORD>% secure content %</J2EE_PASSWORD> <J2EE_SYSTEM>SAPIA64BW</J2EE_SYSTEM> <JAVADOMAIN>MADRID</JAVADOMAIN> <J2EE_SID>EPI</J2EE_SID> <J2EE_HTTP_PORT>50100</J2EE_HTTP_PORT> <P4PORT>50104</P4PORT> </root>
    local
    <root> <SID>init</SID> <CERTCLIENT>000</CERTCLIENT> <TEMPLATE>com.sap.pct/templates/systems/com.sap.portal.SAP_R3_LoadBalancing</TEMPLATE> <SYSNAME>SAP_BW</SYSNAME> <SYSTEMNAME>init</SYSTEMNAME> <KMSERVICEURL/> <CLIENT>init</CLIENT> <ALIAS>SAP_BW</ALIAS> <POPUP/> <FOLDER>Systemlandscape</FOLDER> <SYSPARAM>init</SYSPARAM> <ABAP_HOST>init</ABAP_HOST> <PASSWORD>init</PASSWORD> <FILE>init</FILE> <KMRMPREFIX>/bw_metadata</KMRMPREFIX> <USERTYPE>DEFINED_USER</USERTYPE> <MSGSERVERNAME>init</MSGSERVERNAME> <DOMAIN>sap.com/tclmctcccltemplate_installerwd/webdynpro/public/lib/sap.comtclmctcccltemplate_installer~wd.jar</DOMAIN> <SYSNUMBER>init</SYSNUMBER> <TITLE>SAP_BW</TITLE> <DEFAULT>X</DEFAULT> <DESTNAME>init</DESTNAME> <URLPREFIX>init</URLPREFIX> <DESCRIPTION>init</DESCRIPTION> <HOST>init</HOST> <PATH>.</PATH> <ABAP_CLIENT>init</ABAP_CLIENT> </root>
    usageProperties
    <root> <PI-AF>true</PI-AF> <NWA>true</NWA> </root>
    com.sap.tc.lm.ctc.SystemType
    <SystemType> <MegaTenancyFlag>false</MegaTenancyFlag> <MegaTenancyType>CTC_NULL</MegaTenancyType> <SystemRole>CTC_NULL</SystemRole> <SystemLocation>CUSTOMERSITE</SystemLocation> <BCDesignTimeFlag>false</BCDesignTimeFlag> <AppRuntimeFlag>true</AppRuntimeFlag> </SystemType>
    Wizard
    <BI_UserInput1WizardPage0> <PrerequisitesWizardContainer> <textarea value="Please check for prerequisites:: Note 983156: 1. Ensure that the BI (ABAP) system is SSO enabled. Ensure that the following parameters have the required values: login/create_sso2_ticket = 2 login/accept_sso2_ticket = 1 Use report RSPARAM to check the values of these parameters. If necessary, use transaction RZ10 to change the values of these parameters. If you have to change these parameters, remember to restart the ABAP system afterwards. 2. Check that the logon group of your BI (ABAP) system is set up (use transaction smlg e.g.). 3. Ensure that the administrator user already exists in your BI (ABAP) system and has been assigned role SAP_BC_JSF_COMMUNICATION (minimum requirement) and profile S_BW_RFC. 4. Make sure that the http port of the application server of your BI (ABAP) system is set. 5. Registry your ABAP system in the SLD (system landscape directory) before. 6. Create pse in ABAP (Transaction strustsso2)."/> </PrerequisitesWizardContainer> <Container0> <ABAP_ADMIN value="ADMIN"/> <ABAP_PASSWORD value="% secure content %"/> <BACKEND_SYSTEM value="SAPIA64BW"/> <ABAPDOMAIN value="MADRID"/> <BACKEND_SID value="BWI"/> <BACKEND_SYSNUMBER value="00"/> <BACKEND_CLIENT value="300"/> <BACKEND_HTTP_PORT value="8000"/> <BACKEND_SERVER_PORT value="3200"/> <LOGONGROUP value="SPACE"/> </Container0> <Container1> <J2EE_ADMIN value="Administrator"/> <J2EE_PASSWORD value="% secure content %"/> <J2EE_SYSTEM value="SAPIA64BW"/> <JAVADOMAIN value="MADRID"/> <J2EE_SID value="EPI"/> <J2EE_HTTP_PORT value="50100"/> <P4PORT value="50104"/> </Container1> </BI_UserInput1WizardPage0>
    SLDAdministrator
    <SLDAdministrator> <Host>CTC_NULL</Host> <Port/> <User>CTC_NULL</User> <Password>CTC_NULL</Password> </SLDAdministrator>
    J2EEAdministrator
    <J2EEAdministrator> <User>CTC_NULL</User> <Password>CTC_NULL</Password> </J2EEAdministrator>
    The only thing that I see incorrect are <TTRDBMS_DRIVER_LOCATION>, the path is not correct, the correct is J:\
    I have checked Config Tools and some configuration files, but I can not see this parameter.
    Could do you please help me ???
    Thanks you very much

    Hi
    with 1.4.2_18 and 1.4.2_19 we are currently having massive stack overflow check the below link for more clarifications
    X64 java 1.4.2_18 for SAP
    Regards
    Uday

Maybe you are looking for

  • What can the ipad do that the mac book can not, or visa versa?P

    I'm considering dead laptop with an ipad or macbook.  Are there any restrictions on capabilities with the ipad vs a macbook?

  • Does user hook still exist on 12i?

    Hi, We are in the process from upgrading from 11i to 12i? I would like to know if user hook still exist on 12i for HR? Also Is there a better solution than using user hook that could be used on 12i for HR? Thanks..Lyne Edited by: user12263692 on 2011

  • Call a jar in the command

    Hi, I generated a jar out of my java project, and I want to invoke it in the command. The problems are: 1. The class I want to turn to is in a package. 2. I want to invoke specific method in it My class that contain the method to invoke is: myClass T

  • Dbus-0.50-3 upgrade error

    hi i get this message when upgrading dbus: could not extract usr/lib/python2.4/site-packages/dbus/dbus_bindings.a: Invalid argument errors occurred while upgrading dbus Anyone else? :idea:

  • When i try to record

    why when i try to record my vocals over instrumental it only record the instrumental?