How to write a line at the bottom of the page

Hello all,
My smartform has header, body,footer.
I have placed everything in MAIN window as the details should come in all the pages.
Now my requirement is I have to print the page number at the bottom of the page.
I print multiple documents at a single shot (means multiple deliveries for example.)
The page number must be reset when I start printing another document (new delivery).
For this, as I can not use SFSY-PAGE,SFSY-FORMPAGES etc., I have used a variable and incremented it. It looks fine.
But my problem is I am not able to print the page number at the bottom of the page. It appears immediately when the header and body is finished.
Can you help suggesting some Idea so that Page number can be pushed to the bottom ?
Points guaranteed.
Thanks.

Hi,
the issue now is I am getting the page number correctly.
Only problem is it is not printed at the bottom of page.
                     Page 1
As shown above the page number appears immediately after the contents of body.
What I want is,
                     Page 1
hope it is clear.
Thanks.

Similar Messages

  • How to write two item in the same line?

    In the smartforms,how to write two item in the same line?
    eg
    1   *************                                    2  *****************
    3  **************                                   4  ******************
    5  ***************
    Anyone got any idea to do this.
    Thanks in advance

    Hi,
    In the smartform the main windows is 20cm.I use the table output my data.Because the output is two item in same line,I define two rows in the table line type.
    Question:
    Should I define the table width 20cm?
    In the main area of table , should I define two folders and each of folder include a line? The second item I had already defined as Append Directly,but the item 1 and item 2 don't in the same line.
    Regards

  • How to draw horizontal line at the end of table for multiple line items

    Dear Experts,
                       Pls can anyone help me how to draw horizontal line at the end of table for multiple line items . kindly help me regarding this
    Thanks
    Ramesh Manoharan

    Hi
       I tried as per your logic but it is not solving my problem .  when i am gone to table painter it is showing line type 1 and line type 2
      is below format.. if u see here line type 1 bottom line and line type 2 top line both are same..  so how to avoid this ?
                              line type 1
                             line type 2

  • How to write new line to a File?

    How to write new line to a file?
    I have a string to be written to a file. the string contains "\n" in it. But why it is not showing the new line in the file.
    I have tryed FileWriter class and FileOutputStream class, but none of them works?
    any suggestion please...

    Probably using PrintStream::println() is a portable way.
    import java.io.FileOutputStream;
    import java.io.PrintStream;
    public class NewLine {
        public static void main(String[] args) {
         try {
             PrintStream ps = new PrintStream(new FileOutputStream("foo.txt"));
             ps.write("string".getBytes());
             ps.println();
             ps.close();
         } catch (java.io.IOException e) {
             e.printStackTrace();
    }Regards,

  • How to insert blank lines in the ALV output.

    Hi Friends,
    Could any body help me out How to insert blank lines in the ALV output.?? Any Code pls...
    Thank you,
    Vikram.C

    hi vikram
    do like this
    In the fieldcatalog table all the fields should be in editable mode
    ie lw_fcat-edit = 'X'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = sy-repid
    i_callback_pf_status_set = 'SET_PF_STATUS'
    i_callback_user_command = 'USER_COMMAND'
    is_layout = lv_layout
    it_fieldcat = lt_fcat[]
    i_save = 'A'
    is_variant = lv_variant
    TABLES
    t_outtab = lt_license[]
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.
    IF sy-subrc 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    ENDFORM. " display_data
    *& Form user_command
    FORM user_command USING r_ucomm TYPE sy-ucomm
    rs_selfield TYPE slis_selfield.
    CASE r_ucomm.
    WHEN 'ADD'. "
    data: lv_ind type i.
    data: lv_line type i.
    describe table lt_license lines lv_line.
    loop at lt_license into lw_license.
    lv_ind = sy-tabix.
    if lv_ind = lv_line.
    append initial line to lt_license.
    endif.
    endloop.
    ENDCASE.
    ENDFORM. "user_command
    reward points if useful
    Rohan

  • How to write jsp select record from Oracle  divide per page , about 50 reco

    Dear Expert,
    How to write jsp select record from Oracle divide per page , about 50 record per page.
    Thank you very much.

    I wish I could, but there is no single sign on module available for Fusion, also, so called Fusion is yet another Word With Big Letters, behind it there is yet another OC4J ( now Oracle switched to Weblogic though) container with bunsh of Oracle apps residing in it.
    Generally speaking, neither Fusion nor Oracle Apps user database does not have any single authentication module available out of the box to integrate user database.
    It's a long sad story running straight from Oracle Apps 11.0.5.
    That's why I've created JAAS single sign on login module and used it ever since at OC4J 10.2 and onwards at OC4J 10.3
    Back to the topic: to develop Apps and test them externally using the session bean I've isted above, one need to copy certain libraries from Oracle Apps server, then add them as libraries for JDeveloper project.
    Here is the complete list:
    oracle.apps.fnd.cache
    oracle.apps.fnd.cache
    oracle.apps.fnd.common
    oracle.apps.fnd.functionSecurity
    oracle.apps.fnd.metadata
    oracle.apps.fnd.security
    oracle.apps.fnd.util
    oracle.apps.jtf.cache
    oracle.apps.jtf.security
    Edited by: Faceless on Nov 26, 2009 3:04 AM

  • How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?

    Hi sir,
             I created A tab control of 4 pages.How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?
    Please Mark the solution as accepted if your problem is solved and donate kudoes
    Solved!
    Go to Solution.

    You have a couple of possiblities:
    Keep the tab value in a shift register and use a value changed on the boolean to increment or decrement the tab. Write to a local variable of the tab as needed (I would recommend against value property nodes as in the above examples by others).
    You could also hide the tabs and make the tab control an indicator. Now you can write directly to the terminal if the boolean changes and you don't even need a local variable.
    Here is an example showing both (LabVIEW 8.2).
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    TabSwitcher.vi ‏18 KB

  • When I am viewing an E-Mail and click on a link, how do I get back to the page that had the link?

    When I am viewing an E-Mail and click on a link, how do I get back to the page that had the link?

    I am replying to myself. I called for Tech support and found out that when I tapped on the link I went to a web page  in Safari and to double tap on the home button at the bottom of the iPad and then tap on "Mail" to get me back where I was.
    I hope this helps anyone else with the same question.

  • How to I get back to the page I was reading after looking at a bookmarked page?

    How to I get back to the page I was reading after looking at a bookmarked page? (And, why is "Help" in Adobe products such a useless, time-wasting ordeal?)

    If the menu bar is hidden then press the F10 key or hold down the Alt key, that should make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Question marks on my pictures and diagonal lines down the page

    My site is web.mac.com/jkmerchant. Last night I changed a couple page names, re-ordered them, added some photos, added a blog entry and updated the text, added a new picture on the welcome page and replaced a picture on the welcome page. Ever since then, my changes publish (with an error) and I can see the updates via my browser, but almost all of my pages now have question marks on the pictures and diagonal frame type lines down the page. I appreciate any suggestions to fix this problem. I've verified the question marks are appearing in IE using a windows computer and Safari (as well as in iWeb) on a Mac.

    Kevin ~ If you haven't already tried this, it may help — in iWeb do File > Publish All to MobileMe. If not, +"A lot of problems can be solved simply by..."+ Read more in the "Fix iWeb" section here:
    http://www.iwebformusicians.com/WebMusic/iWebTips.html
    Also it may be better to access your site via:
    http://web.me.com/jkmerchant
    ...rather than:
    http://web.mac.com/jkmerchant

  • How not to get back on the page i just closed when opening a new session

    How not to get back on the page i just closed
    when opening a new session?
    I do have a live stream radio on now...
    Therefor new session might not be the complete truth.
    Gerard

    A new tab opens by default as a blank tab (about:blank).
    If that isn't the case then an extension has changed that behavior.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • How do I get rid of the page border when I publish a page?

    As you can see from this photo, there is a line around the page which I'd like to get rid of.  All the border strokes are set to 0 in Muse, but it's still there when I publish.  Any help would be greatly appreciated

    You have a 1 pt black stroke on your page.
    Deselect everything, and set the stroke to 0 or the stroke color to none.

  • How to place aggregated fields in the page header or group header

    Hi,
    i have a report where in i have to display a header based on the aggregated value of a field
    currently the field has values like
    row1  blank
    row2  blank
    row3 Cookies
    row4 blank
    I wanted to know how to get the maximum of these rows in the page header i.e. it should come as Cookies for this case.
    Is there any way to get this? it is easy in the footer where i can do a maximum of this field and get the value but not sure how to get this in the group header.How do we group maximum at the page header or group header?
    Require your help on this at the earliest.
    Thanks
    Shilpi

    Hi Shilpi,
    >
    Shilpi Sinha wrote:
    > currently the field has values like
    > row1  blank
    > row2  blank
    > row3 Cookies
    > row4 blank
    >
    Do display these things in a subreport(i mean adda subreport in detail section). And Create a formula in the subreport itself with shared varible for assiging  the maximum value ..
    Then in the main report , create one formula with same shared variable and just display in Header secton..
    Regards,
    Salah.

  • How to use application item in the page template

    How to use application item in the page template.
    Thanks,
    rajendra

    Hi,
    You can refer application item value in template like &MY_ITEM. (note period at end)
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/concept_sub.htm
    Regards,
    Jari

  • How to get in which mode the page is entering.

    Hi,
    I have an SIT page with add and update button on that page.
    When I click those buttons same page opens up 'PersonSitUpdPG'.
    Please let me know that how can we know that whether the page has opened on clicking the update button or on clicking the add button.

    Hi,
    This is the code of the CO SitMainPageCO...
    This is the CO of the page where add and update button are present..
    package oracle.apps.per.selfservice.specialinformation.webui;
    import java.io.Serializable;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OANavigation;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.OAWebBeanConstants;
    import oracle.apps.fnd.framework.webui.beans.OAKeyFlexBean;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.form.OASelectionButtonBean;
    import oracle.apps.fnd.framework.webui.beans.form.OASubmitButtonBean;
    import oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean;
    import oracle.apps.fnd.framework.webui.beans.layout.OATableLayoutBean;
    import oracle.apps.fnd.framework.webui.beans.table.OATableBean;
    import oracle.apps.per.selfservice.common.SSHRParamTable;
    import oracle.apps.per.selfservice.common.SSHRParams;
    import oracle.apps.per.selfservice.workflowservice.server.WFUtility;
    import oracle.cabo.ui.BaseMutableUINode;
    import oracle.cabo.ui.beans.BaseWebBean;
    import oracle.cabo.ui.beans.form.SubmitButtonBean;
    import oracle.cabo.ui.beans.table.TableBean;
    import oracle.jbo.ApplicationModule;
    import oracle.jbo.AttributeList;
    import oracle.jbo.RowIterator;
    import oracle.jbo.RowSet;
    import oracle.jbo.Transaction;
    import oracle.jbo.ViewObject;
    public class SitMainPageCO extends OAControllerImpl
    public static final String RCS_ID = "$Header: SitMainPageCO.java 115.38 2008/07/16 10:02:31 amunsi noship $";
    public static final boolean RCS_ID_RECORDED = VersionInfo.recordClassVersion("$Header: SitMainPageCO.java 115.38 2008/07/16 10:02:31 amunsi noship $", "oracle.apps.per.selfservice.specialinformation.webui");
    public void processRequest(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
    super.processRequest(paramOAPageContext, paramOAWebBean);
    oracle.apps.per.selfservice.common.webui.CommonUtils.activateWarning(paramOAPageContext, paramOAWebBean);
    oracle.apps.per.common.CommonUtils.setFuncPromptAsPageTitle(paramOAPageContext, false, false);
    WFUtility.isTransactionSubmitted(paramOAPageContext);
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SitMainPageCO: processRequest starting", 2);
    OAApplicationModule localOAApplicationModule = paramOAPageContext.getApplicationModule(paramOAWebBean);
    SSHRParams localSSHRParams = new SSHRParams(localOAApplicationModule.getOADBTransaction());
    localSSHRParams.getPersonId();
    String str1 = localSSHRParams.getSelectedPersonBusinessGroupId();
    OAViewObject localOAViewObject = (OAViewObject)localOAApplicationModule.findViewObject("SpecialInformationTypesVO");
    Serializable[] arrayOfSerializable = { str1 };
    localOAViewObject.invokeMethod("initQuery", arrayOfSerializable);
    OATableBean localOATableBean = (OATableBean)paramOAWebBean.findIndexedChildRecursive("HrSitTable");
    localOATableBean.setRendered(false);
    int i = 0;
    localOATableBean = (OATableBean)createWebBean(paramOAPageContext, paramOAWebBean, "HrSitTable", "HrSitTable" + i);
    localOATableBean.setID("HrSitTable" + i);
    localOATableBean.setWidth("100%");
    OAKeyFlexBean localOAKeyFlexBean = (OAKeyFlexBean)localOATableBean.findIndexedChildRecursive("HrSitKeyFlex");
    localOAKeyFlexBean.setID("HrSitKeyFlex" + i);
    localOAKeyFlexBean.setUINodeName("HrSitKeyFlex" + i);
    String str2 = (String)localOAKeyFlexBean.getAttributeValue(OAWebBeanConstants.FLEXFIELD_SEGMENT_LIST);
    Object localObject1;
    if ((str2 != null) && (!"".equals(str2.trim())))
    localObject1 = new Serializable[] { "||" + str2 + "|" };
    localOAViewObject.invokeMethod("processTypes", localObject1);
    localOAViewObject.reset();
    while (localOAViewObject.hasNext()) {
    localObject1 = localOAViewObject.next();
    String str3 = ((AttributeList)localObject1).getAttribute("IdFlexStructureCode").toString();
    String str4 = ((AttributeList)localObject1).getAttribute("Name").toString();
    String str5 = ((AttributeList)localObject1).getAttribute("IdFlexNum").toString();
    String str6 = (String)((AttributeList)localObject1).getAttribute("MultipleOccurencesFlag");
    if (i > 0)
    localOATableBean = (OATableBean)createWebBean(paramOAPageContext, paramOAWebBean, "HrSitTable", "HrSitTable" + i);
    localOAKeyFlexBean = (OAKeyFlexBean)localOATableBean.findIndexedChildRecursive("HrSitKeyFlex");
    localOAKeyFlexBean.setID("HrSitKeyFlex" + i);
    localOAKeyFlexBean.setUINodeName("HrSitKeyFlex" + i);
    localOATableBean.setID("HrSitTable" + i);
    localOATableBean.setWidth("100%");
    OAHeaderBean localOAHeaderBean = (OAHeaderBean)createWebBean(paramOAPageContext, "HEADER");
    localOAHeaderBean.setLabel(str4);
    paramOAWebBean.addIndexedChild(localOAHeaderBean);
    localOAHeaderBean.addIndexedChild(localOATableBean);
    paramOAWebBean.getIndexedChildCount();
    boolean bool = setTableRegion(paramOAPageContext, localOATableBean, String.valueOf(i), str5, str3);
    if (("Y".equals(str6)) && (bool))
    localObject2 = (OAWebBean)localOATableBean.getTableActions();
    if ((localObject2 != null) && (((OAWebBean)localObject2).isRendered()))
    ((OAWebBean)localObject2).setRendered(false);
    else
    localObject2 = (OAWebBean)localOATableBean.getTableActions();
    if ((localObject2 != null) && (((OAWebBean)localObject2).isRendered()))
    OAWebBean localOAWebBean = ((OAWebBean)localObject2).findIndexedChildRecursive("AddNewSit");
    if (localOAWebBean != null) {
    ((OASubmitButtonBean)localOAWebBean); SubmitButtonBean.setEvent(localOAWebBean, "AddNewSitEvent" + i);
    Object localObject2 = (OASelectionButtonBean)localOATableBean.findIndexedChildRecursive("HrSitUpdateButton");
    if (localObject2 != null)
    ((SubmitButtonBean)localObject2).setValue("HrSitUpdateButton" + i);
    localObject2 = (OASelectionButtonBean)localOATableBean.findIndexedChildRecursive("HrSitDeleteButton");
    if (localObject2 != null)
    ((SubmitButtonBean)localObject2).setValue("HrSitDeleteButton" + i);
    localOATableBean.prepareForRendering(paramOAPageContext);
    localOATableBean.setName("HrSitTable" + i);
    if (paramOAPageContext.getTransactionValue("FlexStructureName" + i) == null)
    paramOAPageContext.putTransactionValue("FlexStructureName" + i, str4);
    if (paramOAPageContext.getTransactionValue("FlexStructureCode" + i) == null)
    paramOAPageContext.putTransactionValue("FlexStructureCode" + i, str3);
    if (paramOAPageContext.getTransactionValue("idFlexNumValue" + i) == null)
    paramOAPageContext.putTransactionValue("idFlexNumValue" + i, str5);
    i++;
    paramOAPageContext.putTransactionValue("isFromUpdate", "N");
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitMainPageCO: processRequest: leaving...", 2);
    public void processFormRequest(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
    super.processFormRequest(paramOAPageContext, paramOAWebBean);
    OAApplicationModule localOAApplicationModule = paramOAPageContext.getApplicationModule(paramOAWebBean);
    SSHRParams localSSHRParams = new SSHRParams(localOAApplicationModule.getOADBTransaction());
    String str1 = localSSHRParams.getItemType();
    String str2 = localSSHRParams.getItemKey();
    String str3 = localSSHRParams.getActivityId();
    String str4 = paramOAPageContext.getParameter("_FORM_SUBMIT_BUTTON");
    paramOAPageContext.putTransactionValue("SitOverview", "Y");
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SitMainPage.CO: pItemType: " + str1 + " pItemKey: " + str2 + " pActivityId: " + str3 +
    "event: " + paramOAPageContext.getParameter("event"), 2);
    paramOAPageContext.putTransactionValue("AddNewRow", "N");
    Object localObject1;
    if (paramOAPageContext.getParameter("HrSitEitBack") != null) {
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: HrSitEitBack...", 2);
    localObject1 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", localObject1);
    paramOAPageContext.removeTransactionValue("NewUserRefresh");
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "PREVIOUS");
    oracle.apps.per.selfservice.common.webui.CommonUtils.checkBackOnFirstPage(paramOAPageContext, str1, str2, str3);
    return;
    if (paramOAPageContext.getParameter("HrNext") != null) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitMainCO: Next: " + paramOAPageContext.getParameter("HrNext"), 2);
    localObject1 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", localObject1);
    paramOAPageContext.removeTransactionValue("NewUserRefresh");
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "NEXT");
    return;
    if (paramOAPageContext.getParameter("HrCancel") != null) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: Cancel...", 2);
    oracle.apps.per.selfservice.common.webui.CommonUtils.showCancelDialog(paramOAPageContext);
    return;
    if (paramOAPageContext.getParameter("ConfirmCancel") != null)
    localOAApplicationModule.getOADBTransaction().rollback();
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "CANCEL");
    oracle.apps.per.selfservice.common.webui.CommonUtils.confirmCancel(paramOAPageContext);
    return;
    if ((paramOAPageContext.getParameter("event") != null) &&
    (paramOAPageContext.getParameter("event").startsWith("AddNewSitEvent"))) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: SIT_ADD_ROWS...", 2);
    localObject1 = paramOAPageContext.getParameter("event");
    j = Integer.parseInt(((String)localObject1).substring("AddNewSitEvent".length()));
    paramOAPageContext.putTransactionValue("activeTableID", String.valueOf(j));
    paramOAPageContext.putTransactionValue("AddNewRow", "Y");
    paramOAPageContext.putTransactionValue("OldAnalysisCriteriaId", "-1");
    paramOAPageContext.putTransactionValue("SitLock", "Y");
    paramOAPageContext.removeTransactionValue("SitVoExecuted");
    localObject2 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", localObject2);
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "ADD");
    return;
    if (paramOAPageContext.getParameter("HrSaveForLater") != null)
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: SIT_SFL_BUTTON...", 2);
    localObject1 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", localObject1);
    if (!"C".equals(
    OANavigation.getItemAttrText(paramOAPageContext, "TRAN_SUBMIT"))) {
    OANavigation.setItemAttrText(paramOAPageContext, "TRAN_SUBMIT", "S");
    oracle.apps.per.selfservice.common.webui.CommonUtils.saveForLater(paramOAPageContext);
    oracle.apps.per.selfservice.common.webui.CommonUtils.returnBack(paramOAPageContext);
    return;
    int i = 0;
    int j = 0;
    Object localObject2 = "0";
    if ((str4 != null) && (str4.startsWith("HrSitUpdateButton"))) {
    localObject2 = str4.substring("HrSitUpdateButton".length());
    j = 1;
    else if ((str4 != null) && (str4.startsWith("HrSitDeleteButton"))) {
    localObject2 = str4.substring("HrSitDeleteButton".length());
    i = 1;
    Serializable[] arrayOfSerializable1;
    if (i != 0) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: deletePressed...", 2);
    arrayOfSerializable1 = new Serializable[] { "SpecialInformationDetailsVO" + (String)localObject2 };
    localOAApplicationModule.invokeMethod("deleteViewRow", arrayOfSerializable1);
    paramOAPageContext.redirectImmediately(paramOAPageContext.getCurrentUrlForRedirect(), true);
    if (j != 0) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: updatePressed...", 2);
    arrayOfSerializable1 = new Serializable[] { "SpecialInformationDetailsVO" + (String)localObject2 };
    if ("Y".equals((String)localOAApplicationModule.invokeMethod("updateViewRow", arrayOfSerializable1)))
    paramOAPageContext.putTransactionValue("activeTableID", (String)localObject2);
    paramOAPageContext.putTransactionValue("SitLock", "Y");
    Serializable[] arrayOfSerializable2 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", arrayOfSerializable2);
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "UPDATE");
    return;
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: no event", 2);
    paramOAPageContext.redirectImmediately(paramOAPageContext.getCurrentUrlForRedirect(), true);
    private boolean setTableRegion(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean, String paramString1, String paramString2, String paramString3)
    OAApplicationModule localOAApplicationModule1 = paramOAPageContext.getApplicationModule(paramOAWebBean);
    String str1 = "SpecialInformationDetailsVO" + paramString1;
    OAApplicationModule localOAApplicationModule2 = paramOAPageContext.getRootApplicationModule();
    SSHRParams localSSHRParams = new SSHRParams(localOAApplicationModule2.getOADBTransaction());
    String str2 = localSSHRParams.getPersonId();
    String str3 = localSSHRParams.getEffectiveDate();
    String str4 = localSSHRParams.getSelectedPersonBusinessGroupId();
    ViewObject localViewObject = localOAApplicationModule1.findViewObject(str1);
    if (localViewObject == null) {
    localViewObject = localOAApplicationModule1.createViewObject(str1, "oracle.apps.per.selfservice.specialinformation.server.SpecialInformationDetailsVO");
    localObject = new Serializable[] { str4, str2, paramString2, str3 };
    ((OAViewObject)localViewObject).invokeMethod("runQuery", localObject);
    if (!localViewObject.isExecuted())
    localObject = new Serializable[] { str4, str2, paramString2, str3 };
    ((OAViewObject)localViewObject).invokeMethod("runQuery", localObject);
    Object localObject = (OAKeyFlexBean)paramOAWebBean.findIndexedChildRecursive("HrSitKeyFlex" + paramString1);
    paramOAWebBean.findIndexedChild("HrSitSelectFlag").setViewUsageName(str1);
    ((OATableLayoutBean)localObject).setViewUsageName(str1);
    paramOAWebBean.findIndexedChild("HrSitStartDate").setViewUsageName(str1);
    paramOAWebBean.findIndexedChild("HrSitEndDate").setViewUsageName(str1);
    paramOAWebBean.findIndexedChild("HrStatus").setViewUsageName(str1);
    ((OAKeyFlexBean)localObject).useCodeCombinaionLOV(false);
    ((OAKeyFlexBean)localObject).setReadOnly(true);
    ((OAKeyFlexBean)localObject).setStructureCode(paramString3);
    ((OAKeyFlexBean)localObject).setCCIDAttributeName("AnalysisCriteriaId");
    ((OAKeyFlexBean)localObject).mergeSegmentsWithParent(paramOAPageContext);
    localViewObject.reset();
    return localViewObject.hasNext();
    }

Maybe you are looking for

  • Integrate a Web Module's JSP into an iView in NetWeaver CE 7.2

    Hi everybody, I am not sure whether this is the right spot to post this, but I will give it a try anyway. We want to develop an Enterprise Application containing a Web Module. Basically it is a Java EE application that has a business tier consisting

  • Itunes continues to "quit unexpectedly" after new download.

    I downloaded the newest version of itunes a few days ago. (Something like 10.5 ?) After it downloaded, it hasn't been able to open. It keeps "quitting unexpectedly." It's been happening for about four days now and I'm not sure how to fix it. Thanks.

  • Correct Order for BI+ services restart

    Hi All, We have the below services in BI+ What is the correct order to start them. Hyperion S9 BI+ 9.3 Core Services 1 Hyperion S9 BI+ 9.3 Interactive Reporting 1 Hyperion S9 BI+ 9.3 Financial Reporting Java RMI Registry Hyperion S9 BI+ 9.3 Financial

  • Cleaning up emails in iPhone 5

    Can I set my iphone 5 to automatically delete emails after a certain number of days or number of emails?

  • How can I tell how many bookmarks I have?

    I am setting up my new Galaxy Note 4. I downloaded Firefox and signed in using the same email address I have used to sync all of my computers (Mac's), BUT none of my bookmarks show up on my new Android Note 4. Firefox on my Note 4 looks virgin, as if