Transaction/program to change AVAILABLEFLAG parameter from table UJ0_PARAM_APP

Hi Experts,
Do you know if is there a transaction/program to change BPC environment status (for example, a transaction/program that changes AVAILABLEFLAG parameter from table UJ0_PARAM_APP to "0" or "1").
Regards,
Danilo

Hi Danilo,
i'm trying to use the same method as you in BPC 7.5.
Did the method worked for you to set offline and online the application?
Could you please tell me how you used it?
Thanks.
Amine

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

  • I want an easy to use program to change a face from one body to another, what would be best for me and my mac?

    I need a program to change a face on one body to another, I need something that is easy to use but will produce a good look.  Any suggestions?

    Your posting this in the spreadsheet forum for Apples iWork program called "Numbers" on mobile devices (iOS).
    Please let us know if you are attempting to make a spreadsheet to track this (This forum)
        or
    Looking for a premade app to do this (a different forum/website/search)
    If the first choice, please give us more information on what aspect of the spreadsheet is giving you an issue and we can attempt to help out some.
    Thanks
    Jason

  • Change Prototype Parameter from a TestStand DLL Module Programmat​icaly

    Hi.
    I started this post inside the LabWindows section, but had no replies there.
    Hope I can get some help here.
    Please see the follwing link
    http://forums.ni.com/ni/board/message?board.id=180​&message.id=46129&query.id=804485#M46129
    Thanks in advance.
    Daniel Coelho
    VISToolkit - http://www.vistoolkit.com - Your Real Virtual Instrument Solution
    Controlar - Electronica Industrial e Sistemas, Lda
    Solved!
    Go to Solution.

    Hi Doug.
    I'm sorry for the delay.
    Here's how I solved the problem: I changed from CVI module to DLL module.
    Here's a sample of my code:
    //I changed from CVIModuleGetParameters() and CVIParametersGetItem() to TS_DllModuleGetParameters() and TS_DllParametersGetItem and now it works fine.
    //seqContextCVI = ThisContext reference object
    void __declspec(dllexport) __stdcall GetControlarParameters(CAObjHandle seqContext)
        int error = 0;
        ErrMsg errMsg = {'\0'};
        ERRORINFO errorInfo;
        char strItemLabel2[1024] = "";
        CAObjHandle step = 0;
        CAObjHandle seqFile = 0;
        CAObjHandle module = 0;
        CAObjHandle parameters = 0;
        CAObjHandle parameter = 0;
        tsErrChk(TS_SeqContextGetStep (seqContext, &errorInfo, &step));
        tsErrChk(TS_StepGetModule(step, &errorInfo, &module));
        tsErrChk(TS_DllModuleGetParameters (module, &errorInfo, &parameters));
        tsErrChk(TS_DllParametersGetItem (parameters, &errorInfo, CA_VariantInt(1), &parameter));
        sprintf(strItemLabel2, "\"%s\"", "TEST");
        tsErrChk(TS_CommonCParameterSetValueExpr(parameter​, &errorInfo, strItemLabel2));
        // NOTE: After making an edit to a step you need to mark the file as modified by
        // incrementing the file's change count. This is also necessary for the change to show
        // up in the sequence editor imediately.
        tsErrChk(TS_SeqContextGetSequenceFile (seqContext, &errorInfo, seqFile));
        tsErrChk(TS_SeqFileIncChangeCount(seqFile, &errorInfo));
    Error: 
        CA_DiscardObjHandle(step);
        CA_DiscardObjHandle(seqFile);
        CA_DiscardObjHandle(module);
        CA_DiscardObjHandle(parameters);
        CA_DiscardObjHandle(parameter);
        // If an error occurred, set the error flag to cause a run-time error in TestStand.
        if (error < 0)
            TS_SetStepError(seqContext, error, errMsg);
    Thank you for all the help.
    My best regards.
    Daniel Coelho
    VISToolkit - http://www.vistoolkit.com - Your Real Virtual Instrument Solution
    Controlar - Electronica Industrial e Sistemas, Lda

  • Program error while accessng data from table

    Hi all,
    In report , while accessing data for Sales order printing for Export, in sales order the NETWR is
    1,070,000 (same as in sales order) but in Cond.table it is diplaying KAWRT and KBETR as
    10,700.00. In program  in select query for VBAK , it is taking the value 10,700.00. could any one tell me what has to be done ?
    Thanks,

    >
    Khushi p wrote:
    > In report , while accessing data for Sales order printing for Export, in sales order the NETWR is
    > 1,070,000 (same as in sales order) but in Cond.table it is diplaying KAWRT and KBETR as
    > 10,700.00. In program  in select query for VBAK , it is taking the value 10,700.00.,
    kwart need not be same that of netwr.netwr is in a way final taxable amount.Provide appropriate condition type  while fetching from KONV .
    Cheers

  • Parameter to table

    hi,
    i have a z program where in the selection screen i want to change the parameter to select-options, say company code.
    this is ok but the problem i face is i need to call a function module where this particular parameter is defined as import parameter.
    if i change from parameter to select-options, may i know if i need to change the parameter to tables in function modules? if i continue use import parameter can?
    thanks

    HI,
    Just check the importing parameter of the FM.
    If it is a structure or a variable field then you need to pass it as a parameter.
    Can you tell me the name of the FM and the field.

  • Changes not reflected in table CDHDR/CDPOS using production order(CO02)

    Hi experts..
    i want to extract all the changed\new entries from table RESB (reservation table). The object class for this table is ORDER. I m using CDHDR/CDPOS tables for retrieving the changes. But the changes reflected in RESB using Service Order transaction (iw32) only is getting updated in CDHDR/CDPOS, not through Production Order transaction (co02). Any idea about this problem ?

    Hi,
    Refer this wiki code ALV Grid Display with checkbox to process selected records at runtime, it will definitely help you:-
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alv%252bgrid%252bdisplay%252bwith%252bcheckbox%252bto%252bprocess%252bselected%252brecords%252bat%252bruntime
    Regards,
    Tarun

  • Passing Parameter from fiori launchpad to the app in sapui5

    Hi All,
    I have a requirement to pass a parameter from Fiori launchpad to the application. Then i have to use that parameter to construct the OData service URL and read the data. So how can we pass the parameters from Fiori launchpad tile to app? Thank you in advance.
    Regards,
    Seshu
    Tags edited by: Michael Appleby (but please start doing this on your own)

    Hi Masa,
    I will explain scenario:
    I have Main.view.xml and Main.controller.js in my App. I read the data in Main.controller.js using the following statement.
    var bus_scenario="Lead to Deal Approval";
    oModel.read("BusScnCollection('"+bus_scenario+"')?$expand=BusinessProcess",null, null, true,function(data,response)
    Now my requirement is to get the value for bus_scenario variable from Fiori launchpad configuration.
    What I did in Fiori launchpad configuration:
    Then, When I launch my app by clicking on tile, the URL appears in the following way.
    https://<server>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html#ZCIO_DASHBOARD-display?BUS_SCENARIO = "ORDER TO CASH"
    So I can read this parameter in Main.controller.js and assign to bus_scenario variable. But it is possible that user can change the parameter (from ORDER TO CASH to LEAD TO DEAL) directly in the URL, So that he can get the data corresponding to LEAD TO DEAL (which he should not get). Because when he clicks on ORDER TO CASH Tile, he should get only the data corresponding to it.
    So, is there any other way to send parameters from launchpad configuration to app, so that we can use those parameters in app (Main.controller.js) ?
    is there any way to hide parameters in the URL and send them?
    Thanks & Regards,
    Seshu

  • Nested Repeat Region (How to convert from table to list)

    Sorry, i am really no PHP hero :-(
    i created a menu with the "nested repeat region" wizzard. Now i want to change the HTML from TABLE to LIST.
    I thought i just need to delete <table>- and <td>-tags, replace <tr> with <ul> and that's it. (But ist's NOT!)
    This is my code:
    ------- START ----------------
    <ul id="nav">
          <?php do { ?>      
              <li><?php echo $row_master1waa_page_top['top_name']; ?></li>
            <?php
      if ($totalRows_master1waa_page_top>0) {
        $nested_query_detail2waa_page_sub = str_replace("123456789", $row_master1waa_page_top['id_top'], $query_detail2waa_page_sub);
        mysql_select_db($database_WAA);
        $detail2waa_page_sub = mysql_query($nested_query_detail2waa_page_sub, $WAA) or die(mysql_error());
        $row_detail2waa_page_sub = mysql_fetch_assoc($detail2waa_page_sub);
        $totalRows_detail2waa_page_sub = mysql_num_rows($detail2waa_page_sub);
        $nested_sw = false;
        if (isset($row_detail2waa_page_sub) && is_array($row_detail2waa_page_sub)) {
          do { //Nested repeat
    ?>
              <ul>
                <li>  <?php echo $row_detail2waa_page_sub['sub_head']; ?></li>
              </ul>
              <?php
          } while ($row_detail2waa_page_sub = mysql_fetch_assoc($detail2waa_page_sub)); //Nested move next
    ?>
            <?php } while ($row_master1waa_page_top = mysql_fetch_assoc($master1waa_page_top)); ?>
    </ul>  
    ------- END -----
    The problem is located in line 3. the result is a list like this:
    <ul id="nav">
         <li>xxx</li>
         <li>xxx</li>
              <ul>
                    <li>xxx</li>
                    <li>xxx</li>
              </ul>
         <li>xxx</li>
    </ul>
    Of course it will not work. I need the nested list inserted like this:
    <ul id="nav">
         <li>xxx</li>
         <li>xxx
              <ul>
                    <li>xxx</li>
                    <li>xxx</li>
              </ul>
          </li>
         <li>xxx</li>
    </ul>
    Can someone please help me changing my code to get this result?

    Hi,
    I had trouble replying. I may be of some assistance until one of the Guru's get on.
    The whole thing works on loops based inside do and while
    EX.
    <?php
              do{    //end php, use html
    ?>
    I can repeat anthing here in HTML!
    <?php } while ( /* some critera exist ex: i<5 */      ); ?>
    so, your 'options' tag or LI' tags should only exist inside the first loop, check your { }
    The entire LIST  would repeat if you add the UL tags inside the nested loop area
    You may find it easier to reaplace the table with div tags and then indent the sub or nested loop with a class
    I don't have time to test this but try this:
    <ul id="nav">
    <ul>
    <?php do { ?>      
      <li><?php echo $row_master1waa_page_top['top_name']; ?></li>
    <?php
      if ($totalRows_master1waa_page_top>0) {
        $nested_query_detail2waa_page_sub = str_replace("123456789", $row_master1waa_page_top['id_top'], $query_detail2waa_page_sub);
        mysql_select_db($database_WAA);
        $detail2waa_page_sub = mysql_query($nested_query_detail2waa_page_sub, $WAA) or die(mysql_error());
        $row_detail2waa_page_sub = mysql_fetch_assoc($detail2waa_page_sub);
        $totalRows_detail2waa_page_sub = mysql_num_rows($detail2waa_page_sub);
        $nested_sw = false;
        if (isset($row_detail2waa_page_sub) && is_array($row_detail2waa_page_sub)) { ?>
       <ul>
      <?php  do { //Nested repeat ?>   
                   <li>  <?php echo $row_detail2waa_page_sub['sub_head']; ?></li>
            <?php } while ($row_detail2waa_page_sub = mysql_fetch_assoc($detail2waa_page_sub)); //Nested move next ?>
        </ul>
    <?php 
    ?>
            <?php } while ($row_master1waa_page_top = mysql_fetch_assoc($master1waa_page_top)); ?>
    </ul>
    Hit me back if its close but wonky..
    J

  • Please provide a program or  fm to find a table in transaction

    Please provide a program or  fm to find a table in transaction
    tell me some methods

    "1st
    This  is the Table  name  : D010TAB
    Execute the table  in se16 ,  give your Program name  it will list all  Tables used  in this  Program .
    or else 
    "2nd
    Function Module  :  GET_TABLES .
    Execute this FM  in SE37 ,  give your Program name  it will list all  Tables used  in this  Program .
    "3rd
    This is the Program  which will give you the  List of tables   used  in your Program .
    REPORT ztesttables.
    DATA line(100) TYPE c .
    DATA:itab TYPE TABLE OF line,
    wa_tab LIKE LINE OF itab.
    PARAMETER program TYPE sy-repid.
    CALL FUNCTION 'GET_TABLES'
    EXPORTING
    progname = program
    TABLES
    tables_tab = itab.
    SORT itab BY line.
    DELETE ADJACENT DUPLICATES FROM itab COMPARING line.
    LOOP AT itab INTO wa_tab.
    WRITE wa_tab-line.
    ENDLOOP.
    Reward  points if it is usefull ...
    Girish

  • How  change NLS_NUMERIC_CHARACTERS parameter for load external table

    Hi,
    I use this version:
    OWB 11gR2
    Database 11gR2
    Parameter NLS_NUMERIC_CHARACTERS Database ., Instance ,.
    When I created database with wizard and in this moment I don't set spanish language, later I changed this parameters in instance parameters.
    Now I want load data from a file to external table, but I've an error when I try load data with decimal point.
    why does it use the database parameter instead of instance parameter?
    Is possible to change this parameter?
    Cheers
    Marisol

    At this moment , this is not possible . You can see metalink note ID 268906.1.
    It says:
    Currently, external tables always use the setting of NLS_NUMERIC_CHARACTERS
    +at the database level.+
    Cheers
    Marisol

  • Calling Stored Procedure with table type as In parameter from Java

    Hi Everyone,
    Can anyone help me with the sample code to call a stored procedure having input parameter of Table type (consisting of multiple fields) from Java. This job is currently being done by a BPEL process.
    We want to implement the same using Java.
    Any sample code will be really helpful.
    Thanks & Regards,
    Vikas

    To start using a blob you have to insert it into the database and then get it back. Sounds weird but that is how it is. Here is a very simple program to do this:
    #include<occi.h>
    #include <iostream>
    using namespace oracle::occi;
    using namespace std;
    int main()
      try
        Environment *env = Environment::createEnvironment(Environment::OBJECT);
        Connection *conn = env->createConnection("hr","hr","");
        string stmt1 = "insert into blob_tab values (:1) ";
        string stmt2 = "select col1 from blob_tab";
        Blob blob(conn);
        blob.setEmpty(conn);
        Statement *stmtObj = conn->createStatement(stmt1);
        stmtObj->setBlob(1,blob);
        stmtObj->executeUpdate();
        conn->commit();
        Blob blob1(conn);
        Statement *stmtObj2 = conn->createStatement(stmt2);
        ResultSet *rs = stmtObj2->executeQuery();
        while(rs->next())
         blob1 = rs->getBlob(1);
        string stmt3 = "begin my_proc(:1) ;end;";
        Statement *stmtObj3 =  conn->createStatement(stmt3);
        stmtObj3->setBlob(1,blob1);
        stmtObj3->executeUpdate();
      catch (SQLException e)
        cout << e.getMessage();
      /* The tables and procedure are primitive but ok for demo
        create table blob_tab(col1 blob);
        create or replace procedure my_proc(arg in blob)
        as
        begin
         -- just a putline here. you can do other more meaningful operations with the blob here
          dbms_output.put_line('hello');
       end;
    }Hope this helps.
    Thanks,
    Sumit

  • How to pass parameter from FM to report without changing interface of FM

    Hello experts,
    How can I pass a table name from a FM to the report calling the FM, without changing the existing interface of the FM.
    Thanks,
    Ajay.

    Hi,
    I f you want to pass any parameter from FM to Report or Vice-versa, parameter should me maintained in the FM otherwoise you can't pass any other than existing parameters.
    Otherwise create a custom FM.
    Regards,
    Sunil

  • Changing from tables to CSS

    OK, my mind is mush and I need a little help.
    Client shows me a website he looooooooves. The whole thing is tables! Uh oh!
    I have done a fair amount of the heavy lifting on this one and need some tweaks in the CSS. The entire gismo -- along with the old table-based website!!! is here. We're going on line with this pretty soon and the client is sending me content.
    The top of the page is the redesign, the bottom is all of the tables. As you can see, I have done <div> work on it so that it works. I don't need any more navigation than I have, so the left-hand side navigation is not needed. I would like the navigation that I do have to be centered on the red bar. I would also like to be pointed to a tutorial that will show me how to make Dreamweaver CS3 do pre-loaded images and swaps for the navigation bar, as I have bold versions of the text for navigation for mouseover and select.
    Despite the fact that I did tell the stylesheet that I want the centered table with the address, phone and hours of operation to be yellow, it's still white. I would also like a red outline that is about the same color as the red navigation: #A00000
    If you need the stylesheet, which is an amalgam of old and new, I can put it here.
    I would like to use this particular page as an example of how to go from tables to <div> with fixed width and will completely flesh it out sooner or later and offer it up to this Forum as an example of how you can get the best results on the modern Internet by converting from the 20th Century to the 21st.
    To reiterate:
    I need a tutorial on preloaded images and mouseover to change an image.
    I need to finish this gismo, styling the menu to the center and the location and hours of operation box in yellow with a red border.
    Thanks.

    Does it work when you look at the website?
    As it's styled in both Firefox (Mac) and Safari it does not work.
    Table is:
      <table align="center" class="hoursTable">
        <tr>
          <td><p align="center"><span class="style40">Public Market of Newington</span><br>
            437 New Britain Avenue<br>
            Newington, CT 06111<br>
          </p>
            <p align="center"> <span class="style40">Phone</span>:
              860&bull;667&bull;1454<br>
       <span class="style40">Fax: </span>860&bull;666&bull;DELI</p></td>
          <td><p align="center"><span class="style40">Hours of Operation</span><br>
                Mon - Sat: 8am - 6pm<BR>
                Sunday: 8am - 1pm</p>
            <p align="center" class="style40">GIFT CERTIFICATES AVAILABLE</p></td>
        </tr>
      </table>
    CSS is:
    .oneColFixCtrHdr #container #mainContent hoursTable {
    align: center;
    text-align: center;
    position: fixed;
    width: 603px;
    border: 1px solid red;
    background-color: yellow;

  • Passing table parameter from dynpro for java to sap r/3

    I am sending table parameter from WebDynpro to sap r/3,but the table is not populating.

    Hi,
    In 7.3:
    // models
                RFCModel1 modeloGral = new RFCModel1();
                Zfmfi_Certificado_Ret_Pdf_Input modeloRfc =                          wdContext.currentZfmfi_Certificado_Ret_Pdf_InputElement().modelObject();
                // clean
                if(modeloRfc.getIt_Tipo_Ret_Pobl()!=null && modeloRfc.getIt_Tipo_Ret_Pobl().size()>0){
                               modeloRfc.getIt_Tipo_Ret_Pobl().removeAll(modeloRfc.getIt_Tipo_Ret_Pobl());
                //fill
                IEt_RetencionesElement retElem;
                int cant = wdContext.nodeEt_Retenciones().size();
                for(int i=0; i<cant; i++){
                   retElem = wdContext.nodeEt_Retenciones().getEt_RetencionesElementAt(i);
                   Zfie_Tipo_Retencion_Poblacion retencion = new                                                                            Zfie_Tipo_Retencion_Poblacion(modeloGral);
                                    retencion.setTipo_Ret(retElem.getTipo_Ret());
                                    modeloRfc.addIt_Tipo_Ret_Pobl(retencion);

Maybe you are looking for

  • How do I input multiple numbers to go to multiple variables in one line?

    I was wondering what I had to do to input 5 variables on one line. I have the program running fine, but I'm stuck at the part where it says "The numbers will be input five per line, on four lines".. Aside from poor grammar, it doesn't make any sense

  • Ssrs iif expression

    In an ssrs 2008 r2 report, I need to place a 'customer short name' in a detail line when the field has a value in it. When there is no value in the 'customer short name', I am suppose to use the 'customer long name'. Thus can you should me how to set

  • List of Obsolete Tables in ECC 6.0 - Very Urgent

    We are planning to upgrade from 4.6c to ECC 6.0. Heard that there are many standard objects obsolete in ECC 6.0. Can anyone give me the List of Obsolete Tables and also the standard objects in ECC 6.0 with their updated tables and obejcts. This is re

  • 122 Movement type

    Hi, Tell me how can i use 122 Movement Type.plz tell me all steps from po to invoice

  • SAP customer block table

    Hello, Can someone tell me the table where I can see the SAP customer block ? Thanks. Regards, Rajesh.