Global Creation with Input args

I create a Global Creation activity with a screenflow task. The screenflow has both a integer input argument (call it sfIntArg) and a output argument (of BPM object).
When I right-click on the Global creation activity and go to argument mapping, I have trouble mapping the screenflow input argument. I am not sure what to specify in the "Value" field to map to sfIntArg.
1. when I specify nothing to map to sfIntArg (sfIntArg = empty/null), then I get the message "express is expected".
2. when I do not specify the argument mapping, I get "All arguments must be satisfied"
3. when I choose a instance variable of the process, I get "xxx is not a static member of project.process.instance"
I want to invoke the Global Creation with WAPI and pass the value for sfIntArg to the Global Creation.

Hi,
It's odd that you see no errors in your project.
1. Make sure that you just have one project open in your Project Navigator tab.
2. In the Project Navigator tab, double click the name of the process. Look at the "Outline" tab directly below the Project Navigator tab (click Window -> Reset Perspective if you don't see the Outline tab). Expand Methods and double click each of the methods to find the offending logic with the "var1" syntax that is causing your problem. Do this for each of your processes.
Dan

Similar Messages

  • Newbie, having a problem with Input in Java

    Hello, Thank you for reading this!
    I am having a hard time understanding this.
    I am having an awful time with Input into variables. The following code I have got where what I type in anything from the keyboard it stores it in the variable String "name", but when I do an If statement with the variable it does not equal when I want it too.
    Example,
    If I type in "yes" and it should display in the output
    You said yes
    science
    It will do the first part, what I typed in but when I say
    if answer == "yes" then display science
    it always goes with the else statement.
    It is little things like this that blows my mind. How am I going to tell it with an conditional operator if it does not look at them the same?
    It says I typed in yes I know this by thr System.outprintln("You typed, answer);
    but when I do an if answer == "yes" and inside the variable "answer" is "yes"
    it will not match.
    Why????????
    Is it because I am also pressing the enter key and it see's this?
    I have read the book over and over, I don't know what I am missing.
    When you look at an Input example in the book they are almost always numbers like:
    If (temp <40)
    System.out.println("Not freezing");
    Please help me with the input and conditions.
    Below is just simple code, look at the If area?
    import java.io.*;
    public class test
    public static void main(String args[])
    String name;
    BufferedReader reader;
    reader= new BufferedReader(new InputStreamReader(System.in)); System.out.println("Do you want to take the test? answer yes or no");
    try {
    answer =reader.readLine();
    System.out.println("You said " + answer);
    if (answer == "yes")
    System.out.println("Science");
    else
    System.out.println("Arts");
    catch (IOException ioe) {
    System.out.println("I/O Exception Occurred");

    You could tidy it up a bit on other ways too;-import java.io.*;
    public class test{
       public static void main(String args[]){
          String answer = "";
          BufferedReader reader= new BufferedReader(new InputStreamReader(System.in));
          System.out.print("Do you want to take the test? Please answer \"yes\" or \"no\": ");
             try {
                answer =reader.readLine();
                System.out.println("You said " + answer);
                answer = answer.toUpperCase().trim();
                if (answer.equals("YES") ) System.out.println("Science");
                else System.out.println("Arts");
             catch (IOException ioe) { System.out.println("Exception "+ioe);

  • BAPI for Outbound Delivery Creation with reference to Sales Order - VL01N

    Hi Everybody,
           We are in ECC 5.0 version.
           I want to create a enhancement for Outbound Delivery Creation with reference to a Sales Order.
           Is any BAPI available for this ?
           Any input on this will be very much helpfull.
           Please suggest any BAPI available for this, or should I go for BDC using VL01N or VL04 ?
           Thanks in advance.
    regards,
    Nagarajan.J

    Hi Nagarajan,
    The BAPI BAPI_DELIVERYPROCESSING_EXEC meets your requirement. You can create delivery with reference to sales order.
    The below is the sample code...
      data:lt_request      like bapideliciousrequest
                                    occurs 0 with header line,
           lt_createditems like bapideliciouscreateditems
                                    occurs 0 with header line,
           lt_return       like bapiret2
                                    occurs 0 with header line.
        lt_request-document_type      = 'A'.
        lt_request-document_numb      = vbeln.
        lt_request-document_item      = posnr.
      lt_request-material           = matnr.
      lt_request-plant              = werks.
      lt_request-stge_loc           = lgort.
      lt_request-quantity_base__uom = base_uom_qty.
      lt_request-delivery_date      = sy-datum.
      append lt_request.
      call function 'BAPI_DELIVERYPROCESSING_EXEC'
      EXPORTING
        DELIVERY_EXTEND       =
        TECHN_CONTROL         =
        tables
          request               = lt_request
          createditems          = lt_createditems
          return                = lt_return.
      loop at lt_return where type = 'A'
                          or  type = 'E'.
        exit.
      endloop.
      if sy-subrc <> 0.
    Use the BAPI for Commit
        call function 'BAPI_TRANSACTION_COMMIT'
             exporting
                  wait = 'H'.
      endif.
    Thanks
    Ramakrishna

  • Expense Types with Input Tax (GST) - mapping to GL Account for reporting

    We are in the process of implementing Expenses for countries like Australia & New Zealand, which have GST.
    Expense Types were created and different Tax Codes were defaulted to the expense types, as per the requirement. Some Expense Types have no GST while some do have a Tax Code to 10% Input Tax
    The issue is, I cannot find a config step to map the Expense Types to Tax GL accounts so that the Finance office in Australia / New Zealand can submit their claims end of the year by pulling up a report from this GL. I can do the regular mapping of Expense Types to specific GLs. I can even settle & post the expenses to FI and reimburse the employees but there is no way I can record the receipts which have taxes on them into the tax GLs for reporting purposes.
    Any inputs on how this can be mapped or addressed is much appreciated. We went live with a bunch of countries but, the GST quotient is holding us off from going ahead with AU and NZ.
    Here's an example - Expense Type is Dinner. This is mapped to GL 123456. When an employee submits an Expense with the Dinner, it is settled and posted to FI against the GL 123456. The reimbursement is done. But, the Dinner expense receipt has 10% GST which the Finance team wants to submit and claim the tax breaks end of the year. We want all the expenses with 10% tax be mapped to GL 800900. But this is only for reporting reasons. No postings done against the GL 800900.
    So, we are looking to map all the Expense Types with Input Tax 10% to GL 800900 and all Expense Types with Input Tax 15% to GL 700600
    Here's some of the Tax Config that was done ...
    1). SPRO -> Financial Accounting -> Travel Management -> Travel Expenses -> Master Data -> Control Parameters for Travel Expenses -> Define Global Settings ... Input Tax is set to "Input Tax per Travel Expense Type"
    2). SPRO -> Financial Accounting -> Travel Management -> Travel Expenses -> Master Data -> Control Parameters for Travel Expenses -> Travel Expense Types -> Create Travel Expense Types for Individual Receipts ... in the Expense Type, "Tax Code" field is set the either 0% or 10% Tax Codes

    Issue is resolved ... I misunderstood the logic. Tax Code is linked to a GL account. And when I run PRRW, I see the relevant Tax amount in against the trip

  • Initiating Global creation activity by quering a database table.

    Hi,
    I want to start the BPM process using
    a) Use a query result for the initial global creation activity. ( -- I have an catalogued object which returns 'docNo' and 'status' column values from a database query already.)
    How do I do this piece wherein I call the automatic activity from the global creation activity.
    I want the
    b) User clicks on the Review Claim link to pull up the claim to approve the claim. -- secondary part ( use the docNo to pull up claim detail from the database and present in the form for approval)
    So there are 2 parts, List the claims awaiting approval and then the individual approval.
    How do I get the user to log into a BPM workspace ( login screen) and get a list of claims for approval.
    Example:
    doc1#, amount, <Approve ReportLink>
    doc2#, amount, <Approve ReportLink>
    doc3#, amount, <Approve ReportLink>
    Angelo

    Hi Angelo,
    Looks like part of your thread was cut off. This is mostly to see if I might be able to fill in the blanks.
    I'm guessing you are thinking about using a Global Creation activity to perhaps bring up a list of claims and that the row or rows returned from the database could each create a separate new work item instance. Did I get that right?
    If that's correct, don't use a Global Creation. Instead use a Global Interactive to display the rows. For each row approved an new work item instance might then be created in the process for each one you approved. You'd use a Screenflow behind the Global Interactive. Inside the screenflow you'd have an automatic task to retrieve the rows from the database. This would then flow to a Interactive task inside the screenflow that has been assigned a BPM Object presentation to display the rows inside a Group. You'd then follow this with another automatic task that looks at the Group (array) of items selected in the UI and then programmatically create a work item instance for each one selected.
    Hope this helps,
    Dan

  • Oracle db problem in Global Creation

    Hi all,
    We are experiencing problems at the start of a process itself..It worked well in the development and the QA environment but when it went into production it gave an error...at the start of Global Creation activity..
    We suspect this error to be of Oracle Drivers wrongly installed...(whether they are XA or NON -XA) ..But we cannot properly figure out the exact error..
    The only error that we get when we try and initiate the process is:--
    Activity '/EmployeeChallenge#Default-1.0/GlobalCreation[CreateEmployeeChallenge]' task '' could not execute successfully.<br>Detail:Method: '', Exception: 'The task could not be successfully executed.<br>Reason: 'fuego.lang.RuntimeCILExecutionException: xobject.UserExceptions.SqlException@44a352d'.'<br><br>Caused by: The task could not be successfully executed.<br>Reason: 'fuego.lang.RuntimeCILExecutionException: xobject.UserExceptions.SqlException@44a352d'.<br>Caused by: xobject.UserExceptions.SqlException@4785b0c<br>fuego.papi.exception.ActivityFailedException: Activity '/EmployeeChallenge#Default-1.0/GlobalCreation[CreateEmployeeChallenge]' task '' could not execute successfully.<br>Detail:Method: '', Exception: 'The task could not be successfully executed.<br>Reason: 'fuego.lang.RuntimeCILExecutionException: xobject.UserExceptions.SqlException@44a352d'.'<br> <br>    at fuego.papi.exception.ActivityFailedException.create(ActivityFailedException.java:66) <br>    at fuego.server.AbstractProcessBean.createActivityFailedException(
    AbstractProcessBean.java:3308) <br>    at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2724
    This error cannot be because we do not have any data in the db because we use a try and catch block which writing db queries and therefore that kind of error would be caught easily..
    This error is a problem in the Oracle db drivers being XA and NON-XA..
    Can anyone let me know where do I check for the NON XA and XA errors?
    Is there something in the Process Adminsitrator to check and change
    We are using the Weblogic Portal..
    Is there anything in the weblogic portal to change..?

    Hi, I am working along with ALBPM studio and from our process trying to create a Scorecard process and receiving the same error, may i know what part i have to check to resolve this issue, presently my error screen shows thie error:-
    Caused by: xobject.UserExceptions.SqlException@1d84476 fuego.papi.exception.ActivityFailedException:
    Activity '/ScorecardChallenge#Default-1.0/GlobalCreation[CreateScorecardChallenge]' task '' could not execute successfully.
    Detail:Method: '', Exception: 'The method 'CIL_createScorecardChallengeCreateScorecardChallengeIN' from class 'ALBPM.ScorecardChallenge.Default_1_0.Instance'
    could not be successfully executed.' at fuego.papi.exception.ActivityFailedException.create(ActivityFailedException.java:66)
    at fuego.server.AbstractProcessBean.createActivityFailedException(AbstractProcessBean.java:3337)
    at fuego.fengine.FEngineProcessBean.createActivityFailedException(FEngineProcessBean.java:346)
    at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2747)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source)
    at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410) at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    at fuego.component.Message.process(Message.java:587) at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:778)
    at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:753) at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
    at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134) at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:248)
    at fuego.component.ExecutionThread.work(ExecutionThread.java:837) at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    at fuego.component.CustomExecution.next(CustomExecution.java:176) at fuego.papi.impl.rmi.RMIExecution.next(RMIExecution.java:111)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349) at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117) at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:228)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:219) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:61) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at sun.reflect.GeneratedMethodAccessor168.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
    at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156) at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
    at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64) at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
    at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156) at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)

  • GLOBAL OFFICIAL NUMBERING INPUT PARAMETER INCOMPLETE

    Hi Guru,
    When i am trying to save the rush order(order type-SO) using transaction VA01 system giving message:
    Global official numbering: Input parameter incomplete
    Message no. ICC_NUMBERING770
    Diagnosis
    The system has discovered a statement which cannot be executed with the parameters defined for general document numbering.
    This could be caused by any of the following:
    1. Customizing for general document numbering is not complete.
    2. There is a program error.
    System Response
    The transaction is terminated.
    Procedure
    Check Customizing for general document numbering.
    Please help to resolve this issue.
    Regards
    Sandip

    Which countries are implemented in your system?
    Go to SPRO > Cross application components > General application functions > Cross application documnet numbering > ...
    Here there are config for country specific requirements for official document numbering. You are missing something here. Again, this will be triggered only for the countries that you find in this menu.
    Praveen.

  • Save for later option in Global Creation

    I have a business case where the user needs to save the form that he is completing for later completion. This has to happen only in the Global Creation activity. Since the instance is not created, how can I store information in ALBPM other than in the database and retrieve it when the user tries to initiate and refill the same form ?
    Is there a way to do it in ALBPM where one can identify this SAVE FOR LATER request and re-open the form for completing it later?

    Hi,
    You can have an activity after the begin with similar form as the global creation activity and make this activity reachable when the user clicks on the 'Save for Later' button (using conditional transition right after the begin)
    in this way, if the user decides to submit then...it will go the standard way ...but if clicks on the Save, data will be stored and the activity will be waiting for
    the user in his or her inbox.
    The bad thing here is that anytime, we save for later, an instance is created...
    Hope this helps
    Saleh

  • Notes from Global Creation

    I have a screenflow inside the Global Creation activity.
    The screenflow has a form with a text field in it.
    I use Note.create(text) method to copy the notes typed in the text field to the notes section of ALBPM.
    But it does not let me copy the notes from the screenflow inside of a Global creation activity to the notes section of ALBPM.
    It gives me a nullpointerexception.
    Why does this happen?
    I can copy notes typed in a text or multiline field from any other activity except the Global Creation activity to the notes section of ALBPM.

    Hi,
    Guessing you figured this out by now, but just after the Begin activity, have an automatic activity with the Fuego.Lib.Note.create("your note text here") logic.
    You have to do this after the Begin activity because the instance you're attaching the note to really does not exist until the Begin activity. Know this sounds odd, but the Global Automatic activity is actually before the instance has been created.
    Hope this helps,
    Dan

  • Global official numbering: Input parameter incomplete Message no. 8A770

    Dear  Sir,
    the following error is showing "Global official numbering: Input parameter incomplete Message no. 8A770" during the depot Billing.
    even i created J1Ij  which is working properply.
    Moreover tht i have done a scenario with same material and same customer in excisbale plant where no error are throwing.
    Thanks
    Shibu Chandran

    Check this thread
    [error when creating delivery referenced by STO doc. from vl10b|error when creating delivery referenced by STO doc. from vl10b;
    G. Lakshmipathi

  • Equipment master creation with classification

    Hi,
    In plant maintenance how can create the equipement master creation with classification.
    Ram Rathode

    HI Ram,
    In SAP system,you only have to input the Equipment details like Mnaufacturer,Warranty,WBS element etc.
    Now which fields are mandatory depends on business.
    In classification,you have to choose Equipment Classification Type as 002 and then Choose the Class,for example BLOWER.
    Once you choose the Object you will have many dependent fields to enter value into,just do that and save.
    Please revert in case of any query.
    Thanks,
    Ravi

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Creation of input form without basemembers

    Hi,
    We are on SAP BPC NW10,SP10.
    Last week we faced a data loss issue in production system.How ever we could recover as we had backups for the data.
    Now analyzing the root cause for the data loss.During the suspected period there were no "Clear" or "Copy" jobs.
    Checked the logs for these process chains in BW back end and in UJFS as well.There are no exact logs in SM37 also.
    So we are assuming that data was not cleared with (Clear and Copy)DMPs.
    Only possibility I am assuming is some users might have cleared the data with input forms accidentally.
    But this is huge data(around 25,000 entries)which is not accepted by the management.
    Is there any other possibility for data loss?
    Can we clear the data on higher nodes in input forms?
    (I mean if we select top node Organization and top node Term,any functionality or Macro can clear the data for base members?)
    Thanks for anticipated help,
    Manohar
    NB:Audit logs are not turned on as they are consuming lot of space.

    Hi Manohar,
    It looks bit strange to me that Audit logs are not turned on.
    As s practice it is  advised to turn on the Audit logs at least in Production system.
    please cross check in UJD_STATUS table for the suspected period.
    "Audit logs are not turned on as they are consuming lot of space."--  It is advised to archive the data Audit logs by setting the frequency of purge  so that the performance will be improved while you query the audit logs.
    Thanks,
    Dinesh.V

  • Vendor down payment with input tax

    Dear Expert
    My client receieves down payment with input tax, to meet their legal requirement for VAT filing, they have to book entries as below;
    When receieving down payment with input tax:
    Dr. Down payment
          Input tax
      Cr. Bank
    When receiveing vendor invoice for remaining AP amount:
    Dr. Expense
          Input tax
      Cr. AP (remaining amount)
    Then clear down payment by expense
    Dr. Expense
      Cr. Down payment
    They do in this way, because input tax in down payment and input tax in remaining AP invoice should be listed as two items in their VAT report. And intput tax in down payment document is with reference field which is different from reference field in remaining AP invoice, and reference field is also one mandatory field in VAT report.
    In this case, I can not use SAP standard T-code F-54 to clear down payment. But when I tried to create a manual JV to post entry with Dr. Expense and Cr. Down payment, it's OK, but then when I used F-44 to manully clear down payment doc by manual JV, I got problem because the amount in down payment is down payment amount + input tax amount, but the amount in manual JV is only down payment.
    Does someone have a solution?
    Thanks,
    Nicole

    Nicole,
    Which country is this requirement for?  As far as I know, there is no tax incidence on downpayment.  Input tax arises only when you receive the invoice, right?  Not when you receive a downpayment.

  • Posting Vendor Downpayment requests with input tax

    Hi Gurus,
    I am trying to configure the down payment request for Vendor Payments, I want these down payment request to be posted so I un flagged the Noted Items check box and flagged the check box Commitments warnings check box and also I entered the Account determination key for Input tax clearing. Alternative GL account is defined to allow the Input Tax.
    Now the problem is, when I try to post the Down payment request document with input tax I get an error message stating that "Down pmnts with taxes are not permitted when processing with jur.code".  Actually the input tax is being assigned automatically even if I don’t use a tax code.
    So, can any one help me to understand what am I missing in my configuration or is it some thing which cannot be processed using F-47.
    Oh by the way I am using the Special GL indication F (down payment request).
    Thanks
    Shilpa

    Nicole,
    Which country is this requirement for?  As far as I know, there is no tax incidence on downpayment.  Input tax arises only when you receive the invoice, right?  Not when you receive a downpayment.

Maybe you are looking for

  • How can I print from an iPad without using wireless?

    I'm in a situation where I need to print something from the iPad, but will not be in a wireless network. Is there no utility that allows me to go directly from the iPad to any printer? I haven't purchased it yet, so I'm willing to get pretty much any

  • Plugins in Mediacore folder does not load

    Hey, guys. I installed my Afterfx and Premiere in "D:\program files\Adobe", and MBLooks plugin, it was installed in the folder "D:\Program Files\Adobe\Common\Plug-ins\7.0\MediaCore" automatically, but it was not loaded by Afterfx and Premiere, then I

  • Spry accordion with nested accordions

    I'm building an FAQ list with topics and sub topics, using a containing Spry accordion with multiple children, though just the one extra level deep. The nested accordions won't expand the full list. Instead, the div height remains fixed, and I get a

  • How can I convert CP file to CPTX?

    I only have Captivate 4, and my client uses version 7, so he cannot open this file. I ready I need to convert the CP files into CPTX format so it could be opened by version 7, and this can only be done via CP 5.5. Unfortunately this version cannot be

  • BW Transient InfoProvider

    Hi Everyone, As you may know, it's now possible (BW7.01) to create a BEx query on top of a classical InfoSet (transaction SQ02) which is based on a BW data source. I learned about this through the below demo: [http://www.sdn.sap.com/irj/scn/elearn?ri