Older Business HTML and Dynamic Page Table question

I am not sure if anyone will know here (or if this is the best place to post), but I have a question concerning using the Business HTML template library controls/API for use with ITS. I am attempting to use the "Dynamic Page Table" control, and have hit some problems. Does anyone have any example code they can share on getting this to work correctly (ie, paging through records, selecting from rows, etc)? I have "torn apart" the underlying Javascript and even modified my code to adjust for some formatting issues that the API's do not handle, however, my "pages" all display at once in the beginning and only hide when I use one of the paging icons (forward,back,all back, etc). THe "isVisible" parameter seems to do nothing for the "page" DIVs. Currently running the latest version of ITS and R/3 4.6b on the backend if that helps. Also, the example from the SAP Design Guild cookbook is very basic and does not "page" as I need. Thanks in advance!
CSolomon

Check the following Tables
FND_FORM_CUSTOM_RULES
FND_FORM_CUSTOM_SCOPES
FND_FORM_CUSTOM_ACTIONS
FND_FORM_CUSTOM_PARAMS

Similar Messages

  • How to send an entire HTML, PHP dynamic page using phpmail()?

    How to send an entire HTML, PHP dynamic page using phpmail()
    from PHP website, similar to mail this page or send to a friend
    link?

    Hello,
    Please change the mail address
    "info[at]furkids[dot]co[dot]za" from this thread ^^^look above^^^
    to "[email protected]"
    Thank you

  • Are field symbols and Dynamic internal tables consistant?

    Hi,
    Are field symbols and Dynamic internal tables
    always consistent?
    In my program I m creating a dynamic itab and assignig values to it using <FS>, sometimes the program fails to execute assign <Fs> statement...
    this happens once in 3 to 4 runs
    any solution...
    I have proper clear and refresh statements in program.
    Thanks,
    Hardik

    Anurag,
    Thanks for a quick reply. Here I am sending a small piece of my code.
    MOVE-CORRESPONDING OUTTAB TO DYNTAB.
          CLEAR IT_UDATE.
          CLEAR : T_KBETR .
          READ TABLE IT_UDATE WITH KEY UDATE = OUTTAB-UDATE.
          CONCATENATE 'DYNTAB-KBETR' IT_UDATE-CO_POS INTO T_KBETR.
          ASSIGN (T_KBETR) TO <FS> .
          SUBRC5 = SY-SUBRC .
          IF SUBRC5 = 0 .
              <FS> =  OUTTAB-KBETR .
          ENDIF .
    read statement will always return CO_POS .
    while debuging this code a few times
    <b>ASSIGN (T_KBETR) TO <FS> .</b>
    returns sy-subrc = 4
    and that was leading the program to short dump earlier.
    now, as I have a check DYNTAB-KBETR holds no value on display.
    this happens very few times. (most of the times report is displaying desired output)
    Thanks,
    Hardik

  • ALV display using dynamic field catalog and dynamic internal table

    hi ,
    please guide me for ALV display using dynamic field catalog and dynamic internal table.
    Thank you.

    Hi Rahul,
    maybe thread dynamic program for alv is helpful for you. More information about the [SAP List Viewer (ALV)|http://help.sap.com/saphelp_nw70/helpdata/EN/5e/88d440e14f8431e10000000a1550b0/frameset.htm]. Also have a look into the example programs SALV_DEMO_TABLE*.
    Regards Rudi

  • SAP BW Business Content and R/3 Tables

    Good morning
    I wonder if you can help me.
    I am at a BW-MM implementation.
    From where I can get a list of Business Content extractors and tables which is supplied by R / 3.
    For example:
    0EC_PCA_1 -> GLPCT
    I need this information to implement the MM module in BW, but if you have or can help with additional information from other modules I will be grateful.
    I await your help and thank you very much!
    Javier.-

    Hi,
    Check the BI content.
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/content.htm
    Go to the original page from there by clicking the arrow buttons.
    There you can see your functional areas.
    For example, to find 0EC_PCA_1, you will go to Financials--> Profit Center Accounting > Datasources> PCA transaction data.
    For MM, go to Supply Chain Mgmt --> Supply Chain Performance Management --> Procurement
    Here you can find what tables the extractor is based on.
    -RMP

  • Dreamweaver and dynamic pages {subject line edited and truncated by moderator}

    I want to create a page that will automatically load info from a existing database into preset area's like a clients name and previous purchases. Can Dreamweaver do this? and How?

    Assuming you're using MySql databases with PHP scripts, start your journey here:
    Get one of the following local testing servers for your OS and follow the installation instructions.
    WAMP for Windows - http://www.wampserver.com/en/
    XAMPP for Windows - http://www.apachefriends.org/en/xampp-windows.html
    XAMPP for Mac - http://www.apachefriends.org/en/xampp-macosx.html
    MAMP for Mac - http://www.mamp.info/en/downloads/index.html
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Pulling Data with MySql SELECT
    PHP MySQL Select
    Good luck!
    Nancy O

  • Html and indexed pages

    I am trying to get ranked in google and only my index pages
    tend to get indexed. I do not understand why my secondary pages, do
    not get indexed for Lake Martin Real Estate searches.
    http://www.yourlakemartin.com
    Site header and search word as follows:
    LAKE MARTIN REAL
    ESTATE

    You can put a file called ".htaccess" in the root of any folder, and the server will use the directives in that file to control how it serves pages to the client.  There is a complete set of commands you can find by Googling "htaccess", probably more than you'd want to read, but among them is the ability to do a server redirect for any page fetch, which would let you redirect all requests for *.html to *.php automatically.  What's nice is that you can send a header along with the redirection that direts the search engines to adjust their indices, called a '301' header.  It specifies that the page requested has been permanently relocated to the new page name.
    On several of my sites I have such redirection being used - the .htaccess file contains markup like this -
    RedirectEngine On
    Redirect 301 /xyzzy.html http://www.example.com/xyzzy.php
    Give Google a try....

  • Bookmarks and web page display question

    I have been used to using Netscape and Internet Explorer where you can have a vertical column of bookmarks running up and down on the left side...and then the window to the right will display the web page...i.e., you don't have to click on a separate bookmarks page, open your link, and then toggle back to the Bookmarks page.
    I like the idea of having ALL of my many bookmarks available to me on the lefthand side while seeing the pages open in the window to the right.
    Is there any way Safari can provide close to that same layout? I know about how to use tabs and I know of the bookmark horizontal bar, but I do miss the vertical on the left bookmarks column showing everything (several hundred) and just clicking and having the web page pop open on the right while keeping all my bookmarks available on the same screen.
    Can Safari do this? Or what might be the closest workaround?
    Thanks,
    John

    Sorry for the confusion, here's a more detailed description of what I'm aiming for.  Also, I don't have any web pages published or a web host yet so I can't post a URL to my page.
    This Adobe forums page acts just like my web page.  On the right side of this Adobe page, there is a gray and white checkered design.  If the bookmarks (or favorites) are closed (I am using Firefox with a bookmark toolbar on the left side), then the checkered design is pretty wide.  If the bookmark toolbar is opened, then part of the checkered pattern is cut off from view, but the left side of the page is still completely in view.
    Coca Cola's website is more of how I want my website to be:   http://www.coca-cola.com/index.jsp
    On both sides of Coca Cola's website, there is a gray-white gradient.  If the bookmarks are closed, then the gradient pattern on both sides are exactly equal in width.  If the bookmarks are opened, then part of the outside portion the the page is cut off on both the left and right sides quite a bit, but the gradient design widths on the left and right are both still equal in width.
    So if the opened bookmarks are going to cut off part of the web page from view, I would prefer to have both parts of the left and right side removed instead of just the right side.  I tried centering the page by following David Powers' thread, but either I didn't do it correctly or it didn't help with this problem.
    I hope this was clearer.

  • Java , html and multiple pages

    Hello,
    I've created a java applet that generates html pages.
    These html pages are bills.
    However when bills are really large, i need to split it up in several pages.
    Since i use different font sizes, the number of lines on a page change. Sometimes it fits nicely, sometimes it's a mess.
    How can i make html output better? Xml?
    Thanks

    Take a look at FOP on xml.apache.org, render XML into PDF.

  • Unable to key text into html and shtml pages

    I have several websites coded in Dreamweaver that I have maintained for years.   I have never had any difficulting making changes to existing pages.  For the first time ever, all of my shtml pages will not permit any text changes and a body tag appears at the end of all previousy entered text and links.
    An example of a page that has the problem is here:  www.savesandyspring.org/multimedia.shtml
    On this page I can no longer edit the heading "Multimedia" or the link below it.  I can only start coding after all previously keyed text and links.
    I would greatly appreciate any help that anyone can provide.  Thanks for taking the time to read my post.

    You're using a DW template file, I can see.
    <!--BEGIN INSERT CONTENT-->
    <h2>Multimedia</h2>
    <p class="style4"> <a href="mms://mms.savesandyspring.org/savesandy/hearing-101107rev.wmv">10/11/2007 County and State Legislators learn of Farm Road issue at annual Priorities Hearing. </a></p>
    <p> </p>
    <!-- InstanceBeginEditable name="body" -->
    <!-- InstanceEndEditable -->
    <!--END INSERT CONTENT-->
    The 'Editable' content should come after the 'InstanceBeginEditable' tag. You'll have to open your DW template file in order to make this change of moving your edit element inside of InstanceBeginEditable region.

  • Created PHP site and Dynamic Pages. So what next?

    Hey guys,
    So i have created a site. It is a simple Car Dismantlers site with 4 pages in a front end section for visitors to the site. The pages are index.php, contact.php, search.php and directions.php. I have a back end section in an admin folder where an administrator can add, update and delete records from a database which is password protected. The whole site is working fine locally but now i want to upload it and dont know where to start. I have domain name set up with Lime Domains, it is PHP and MySql ready. This is the first php site i have created and I dont really know where to start to get it up and running now.
    Thanks in advance.

    Hey J.S,
    Do you think its a bad idea to have Database admin over them web? How could i make my db admin into a program to run on a certain computer. i.e on the car breaker yard where there is no dreamweaver.
    Thanks J.S

  • Pay Pal Buttons, HTML and FTP in iWeb question...

    Hi,
    I have my site fully finished but want to have the ability for people to buy directly from my website. I have found the coding for the Pay Pal buttons but info for iWebMore - however, I don't publish my site to a .mac - I publish it to a folder on my computer and then FTP it up to a server.
    Will this still work?
    One more Q:
    Does anyone know if you can add/change the pay pal buttons, because I want other features like the size/price in the same button, and not having 3 buttons for one product?
    Thanks,
    Missy

    It will work just fine publishing it to your own domain / host. Just insert the code as a Web Snippet and upload it as you normally would.
    I don't know about changing the PayPal link but you could try to create your own custom made image and just take the PayPal url from the code they gave you and connect it as a hyperlink in iWeb -- I would think it would work fine.

  • Controlling Dynamic Page Headings

    I have a dynamic Page with Oracle tags. Even though I have the border, cellspacing and cellpadding set to nothing, it still shows the cell padded with a border. When I view the source, it puts the data into a new table:
    <TD>
    <TABLE border="0" cellspacing=0 cellpadding=2>
    <TR>
    <TH ALIGN="LEFT" style="background-color:#C0C0A0"> </TH>
    </TR>
    <TR style="background-color: #E0E0D0">
    How do I get rid of that. I only want to display the data, no cellpadding, headers etc.
    Here is my code from the Dynamic Page:
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
    <TR>
    <TD ALIGN="LEFT"><FONT class="BannerSecondaryText">
    Parent/Guardian SIS menu:
    </FONT>
    </TD>
    </TR>
    <TR>
    <TD ALIGN="LEFT"><FONT class="BannerSecondaryText">
    student:
    </FONT>
    </TD>
    <TD>
    <ORACLE> select last_name || ', ' || first_name || ' ' || middle_init emp_name
    from stars3.sbase
    where sbase.student_id = portal30.star_portal.get_student_id and
    sbase.student_pin = portal30.star_portal.get_student_pin </ORACLE>
    </TD>
    </TR>

    Hi,
    If you see that what ever code you have written outside the <oracle> tags is rendered as it is ,without any change.But as far as the content within these tags are concern they are formatted in that way and there is no way to customising that.
    rahul

  • Dynamic internal table column issue

    Hi
    i have ALV report with dynamic internal table.after i build the internal table and fieldcatalog i have problem  i.e. when grid is displayed then one of the column value is coming in the next column.i populated col_pos in field catalog also and in the debug mode data is populated correctly for respective columns in fieldcatalog and dynamic internal table. But when it is displayed i have this problem.
    any inputs on this?

    Hi Moorthy,
    Did you perform an ALV consistency check?
           Check the below given links as well.
    The Consistency Check - ALV Grid Control (BC-SRV-ALV) - SAP Library
    SAP ALV Consistency Check
    Regards,
    Philip.

  • Populating dynamic internal table with data

    Hi,
    I have an internal table with the data like the below
          profit  lineId  amount
          center
           s21     70     1000
           s21     80     1200
           s22     70      800
    In the above internal table the number of distinct lineIDs will be vary based on selection-screen creiteria.
    So for this I build a fieldcatalog and dynamic internal table like the following
    The data available in the above internal table should be placed into the dynamic internal table like the following.
         profit
         center  LineID70 LineID80 .....etc
          S21      1000     1200
          S22       800
    Can any one suggest how to proceed?
    Thanks in advance
    Nanda.

    Hi
    This is my first ever reply so I hope this works or gives you some ideas.
    DATA: l_idcount TYPE i,
                l_idvalue LIKE itab2-amount.
    *loop through the source internal table
    LOOP AT itab1.
    * increment count of id numbers in current profit center
      l_idcount = l_idcount + 1. 
    * run through the amount fields in target internal table
      DO ID_number TIMES VARYING l_idvalue
          FROM itab2-LineID70 NEXT itab2-LineID80.
        IF sy-index EQ l_idcount.
    *   change field value if id count same as field position
          l_idvalue = itab1-amount.
        ENDIF.
      ENDDO.
      AT END OF profit_center.
        itab2-profit_center = itab1-profit_center.
        APPEND itab2.
        CLEAR l_idcount.
      ENDAT.
    ENDLOOP.
    ID_number is the number of ids as a result of selection-screen criteria.

Maybe you are looking for

  • [SOLVED] df -h does not reflect true root filesystem size

    Why does df -h show root filesystem as being only 20G? df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/cryptroot 20G 15G 4.6G 76% / dev 7.7G 0 7.7G 0% /dev run 7.7G 668K 7.7G 1% /run tmpfs 7.7G 70M 7.7G 1% /dev/shm tmpfs 7.7G 0 7.7G 0% /

  • Ago function Error

    Hi I'm trying to use the 'AGO' function to have The sales of one year ago My time dimension is a normal table imported from the database and has one hierarchy: Year Level --Week Level I defined the week date as a chronological key and made a the new

  • Page Not Found (404) Error

    I'm trying to download Oracle 10g on VMWare underneath this link: http://www.oracle.com/technology/tech/linux/vmware/index.html But I get an 404 error after I accept the EULA instead of the download page. This was working last week.

  • Safari/Safari Web Kit

    Have been having a nightmare recently with RAM and slow processes on my iMac 27". So much so, that Safari seemed not to respond for minutes to open even cached pages. I did some research and found some answers with Safari Web Kit (which has been rand

  • Import audio across slides

    Hi, I'm using Captivate 6 on NT. I need to import audio across mutiple slides, but I don't get the Split prompt. I went into Preferences and reset the Confirmation Message to prompt me for Split Audio, but I still don't get prompted. I turned on prom