Will a report see the results of a POST?

Hello friends at www.oracle.com ,
let's suppose I edit data through Forms and, after editing them, I'll press a forms button called 'Print' that will print these data by calling Reports. But if I've updated these data by using POST built-in, will Reports find these data?
Thanks, and best regards,
Franklin Gongalves Jr.

A report can't see the results of a POST built-in.
Forms and Reports can't run in the same database session.
Forms must commit data (COMMIT_FORM) before using in Reports.
In simple cases you can transfer data from Forms to Reports using record groups
(and then, after printing, commit data in Forms).
One simple example - Forms transfers to Reports records from DEPT block:
DECLARE
rg_id_l RECORDGROUP;
rg_name_l VARCHAR2 (30) := 'DEPT';
row_count_l NUMBER;
rgc_id_l GROUPCOLUMN;
pl_id_l PARAMLIST;
pl_name_l VARCHAR2 (30) := 'PARAM_LIST';
BEGIN
rg_id_l := FIND_GROUP (rg_name_l);
IF NOT ID_NULL (rg_id_l) THEN
DELETE_GROUP (rg_id_l);
END IF;
rg_id_l := CREATE_GROUP (rg_name_l);
rgc_id_l := ADD_GROUP_COLUMN (rg_id_l, 'deptno', NUMBER_COLUMN);
rgc_id_l := ADD_GROUP_COLUMN (rg_id_l, 'dname', CHAR_COLUMN, 14);
rgc_id_l := ADD_GROUP_COLUMN (rg_id_l, 'loc', CHAR_COLUMN, 13);
GO_BLOCK ('dept');
FIRST_RECORD;
row_count_l := 0;
LOOP
row_count_l := row_count_l + 1;
ADD_GROUP_ROW (rg_id_l, row_count_l);
SET_GROUP_NUMBER_CELL (rg_name_l || '.deptno', row_count_l, :dept.deptno);
SET_GROUP_CHAR_CELL (rg_name_l || '.dname', row_count_l, :dept.dname);
SET_GROUP_CHAR_CELL (rg_name_l || '.loc', row_count_l, :dept.loc);
EXIT WHEN :SYSTEM.LAST_RECORD = 'TRUE';
NEXT_RECORD;
END LOOP;
IF row_count_l = 0 THEN
MESSAGE ('Nothing to print'); PAUSE;
RETURN;
END IF;
pl_id_l := GET_PARAMETER_LIST (pl_name_l);
IF NOT ID_NULL (pl_id_l) THEN
DESTROY_PARAMETER_LIST (pl_id_l);
END IF;
pl_id_l := CREATE_PARAMETER_LIST (pl_name_l);
ADD_PARAMETER (pl_id_l, 'Q_1', DATA_PARAMETER, rg_name_l);
RUN_PRODUCT (REPORTS, 'REC_GROUP_REPORT', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id_l, NULL);
DESTROY_PARAMETER_LIST (pl_id_l);
DELETE_GROUP (rg_id_l);
END;
Reports module must have query with the same name as parameter in ADD_PARAMETER statement
(in this code - Q_1), and SQL Query Statement in Reports must have
same number and type of columns as record group, for example:
SELECT ROWID, 1 deptno, 'x' dname, 'x' loc FROM DUAL
Best regards
Zlatko Sirotic

Similar Messages

  • What's the report to see the result after we run KSUB ?

    Dear All,
    Could you kindly help me ?
    I'm new for FI-CO .
    If i'd like to run assessment, and in the cycle I use Receiver Rule: Variable portion and type is Plan SKF . The sender will be cost center and receiver is WBS Group.
    Afterward, I run KSUB to run cycle.
    And I'm keen to see the result after doing the assessment, what's the report for it ?
    Could somebody tell me ??
    I wanna see the result from allocation ( type assessment). What's the report for it ?
    Thanks a lot.
    Have a good day,
    Best regards,
    Daniel N.

    Hi,
    the sender / receiver relation and the values are reported after executing KSUB.
    Another possibility is to execute KSB1 report for the sender cost centers and the assessmnet cost elements for the assessment period. Create a layout where the receiver (=partner object) is displayed.
    Best regards, Christian

  • Not able to see the result in particular column of BPC report

    Dear All,
    I have problem in one of the BPC report where I am not able to see the result into one column but rest of the users are able to see the result for same column in same report without any issues.
    Generally, I used this report frequently but having such problem from last few days. Excel has created any logs which I need to clear? Please advice.
    Request your help to resolve such problem please.
    If you need any information, please let me know.
    Thank You
    Kind Regards
    Anukul

    Hello Anukul,
    In the report what type of data you are trying to check in that column. can you please brief about report.
    And also please check the excel cell format (right click and check it is a numeric or character), which may help to resolve this issue.
    Regards,
    Rajesh.K

  • CO88 - Where to See the results of Execution?

    Gurus,
    Where to see the results after executing CO88?
    Kindly guide.
    Thanks.

    Dear,
    In order maintaince screen follow the menu path CO02 - Goto> Costs> balance.
    Or you can chek in order cost sheet itself, the actual cost sum is zero or not if ZERO than means settled.
    Collectively you can see in KKBC_HOE report.
    Regards,
    R.Brahmankar

  • Where do i see the results for dbms_ddl.analyze_object?

    hi All
    I executed the following procedure
    begin
    dbms_ddl.analyze_object('TABLE','OPS$MBPCONT1','IKS_STORAGE_SIGNED_CARDS','COMPUTE');
    end;
    And it executed successfully with result
    PL/SQL procedure successfully completed.
    Could you please let me know whree can i see the results?
    Thank you
    Poonam

    Hi,
    There will be an attribute named last_analyzed in user_tables and user_indexes . You could use this to find out whether the object is analyzed or not.
    Vijay

  • BDC question - Where can I see the results of a SUCCESSFUL BDC?

    Hello friend,
    Where can I see the results of a SUCCESSFUL BDC?
    I've tried SM35 but I beleive it'll show results if and when there are errors. otherwise, if the batch input is successful nothing is kept. So where do I see the results of a error free batch job please?
    Many thanks.

    hi,,,,,
    Logically Logs are maintained for those details which are not processed Succesfully,
    But still if you want to see the succesfull logs then you have to do coding in your BDC report, there is a function module that stores the sttus message for each record you pass in the BDC,
    CALL FUNCTION 'FORMAT_MESSAGE'
            EXPORTING
              id   = it_messtab-msgid
              lang = 'EN'
              no   = it_messtab-msgnr
            IMPORTING
              msg  = vl_mstring.
          it_ini_con-status = 'S'.
          it_ini_con-mssg = vl_mstring.                 "'valid Employee Number'.
    Thanks
    Saurabh

  • Using voice-over function I see the result on the specific audio track but I don't hear anything. What to do?.

    Making a film in imovie I never had problems with voice-over. However in my current project I experienced problems at the end. Using the voice-over function I see the result - audio waves at the voice-over track - but I don't hear any sound of this track if I review or play this part of the project. Somebody an idea what I did wrong? Thanks for any suggestion.

    Not sure why, but sometimes a project will just cease playback of Voiceovers added to it. I've seen this before, but never had it persist into a new project. As with any issues that are specific to a single project, it's usually best to start over, as one problem is quite possibly indicative of further issues down the line with that same project.
    As a workaround (if you REALLY want to avoid recreating the project) would be to copy the voiceover files from within the iMovie Project file (browse to your Movies/iMovie Projects/ folder and right-click or CTRL+Click on the name of the project, then click "Show Package Contents") for that project out to your Desktop (or any other accessible location), then drag them back in to add them as a regular audio track. I've used this trick successfully, but it's not 100% (going back to the 'one problem means more later' thing).

  • I would like to see the results divided in more pages

    Hi,
    I've done a search web application (whit JSP).
    After a search I would like to see the results divided in more pages with an index pages [ 1 2 3 4 5 6 ...] (like forum's page).
    How can I do?
    thank's,
    Marco

    My code is...
    <%
    articoli.find();
    if (articoli.oArticlesList!=null && articoli.oArticlesList.length!=0) {%>
    <hr noshade="noshade" align="center" size="1"></hr>
    Search Results...</br></br></br>
    <% for (int i=0; i<articoli.oArticlesList.length; i++) {%>
    <%=(i+1)%>)<a href="corpo.jsp?title=<%=articoli.oArticlesList[i.sTitolo%">"><b><%=articoli.oArticlesList.sTitolo%></b></a></br>
     Abstract: <em><%=articoli.oArticlesList[i].sOcchiello%></em></br>
    <%articoli.setRiferimento(articoli.oArticlesList[i].sTitolo);%>
    <%articoli.getReferenceNum();%>
    Referenced <%=articoli.oReferenceList.length%> times</br></br>
    <% }
    } else {%>
    No match found!
    <%}%>
    when the results are displayed I see them only in a page.
    I want to see them divided in more pages, like a search engine or this forum results ( pages [1,2,3,...] ) </a>

  • Error in sharepoint 2010 designer while saving:"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see the results of the save? "

    Hi, 
    I am doing development  in sharepoint 2010 and facing this very weird problem.
    If I create a site page with the sharepoint look and feel for that site and try to save the site page,i am getting this error:**"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see
    the results of the save? "** and when i say reload,the server removes some parts of my page, e.g onclick event of html,asp buttons.
    This error just comes for any sharepoint site page,e.g i took a copy of 'How To Read Library' page just edited the text part of taht page,and when i try to save this error again comes up.
    However,if i create a simple aspx page with only htmltags like head body,then thr is no problem ,everything works great. But sharepoint look and feel pages are giving troubles while saving.
    has anybody seen this earlier,what could be the reason for this?
    Thanks

    I think the excerpt and link below is the why, but the page talks about server code and not javascript.  I guessing that this is why blank pages work, but not wiki pages.  Can anyone verify this?
    The following are general rules for using server-side code on a site page.
    If the page is uncustomized, server-side code is supported on the page.
    If the page is customized, server-side code does not run, and the page does not render. This includes the code-behind for the page itself.
    http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx

  • How to see the result

    hi every body...
    i want to get the result of any table..
    for ex: select * from dept;
    the o/p should be like(10~Accounts~new york)
    for this i wrote this code.... it run sucessfully;
    my prob is how to see the Result..
    declare
    tn varchar2(35);
    sqlstmt varchar2(2000);
    rc sys_refcursor;
    begin
    tn := '&tn';
    sqlstmt := 'select * from '||tn;
    open rc for sqlstmt;
    end;
    post u r comments,Hints and suggestion...

    post u r comments,Hints and suggestion...
    SQL> var rc refcursor
    SQL> begin
      2     open :rc for  'select * from &tn';
      3  end;
      4  /
    Enter value for tn: emp
    old   2:    open :rc for  'select * from &tn';
    new   2:    open :rc for  'select * from emp';
    PL/SQL procedure successfully completed.
    SQL> print rc
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
          7369 SPENCER    CLERK           7902 17-DEC-80        800                    20
          7499 VERREYNNE  SALESMAN        7698 20-FEB-81       1600        300         30
          7521 VAN WIJK   SALESMAN        7698 22-FEB-81       1250        500         30
          7566 MAINGUY    MANAGER         7839 02-APR-81       2975                    20
          7654 KISHORE    SALESMAN        7698 28-SEP-81       1250       1400         30
          7698 BARRY      MANAGER         7839 01-MAY-81       2850                    30
          7782 BOEHMER    MANAGER         7839 09-JUN-81       2695                    10
          7788 PADFIELD   ANALYST         7566 09-DEC-82       3000                    20
          7839 SCHNEIDER  PRESIDENT            17-NOV-81       5500                    10
          7844 GASPAROTTO SALESMAN        7698 08-SEP-81       1500          0         30
          7876 CAVE       CLERK           7788 12-JAN-83       1100                    20
          7900 CLARKE     CLERK           7698 03-DEC-81        950                    30
          7902 JAFFAR     ANALYST         7566 03-DEC-81       3000                    20
          7934 ROBERTSON  CLERK           7782 23-JAN-82       1430                    10
           109 JOMAR                                                                   30
          8800 VISWARAYAR INTERN          7934 03-OCT-82          0                    10
    16 rows selected.
    SQL> Cheers, APC
    Blog : http://radiofreetooting.blogspot.com/

  • I can see the result column but not overall result in the query

    Hi all,
    How to display the overall result in the query, I am able to see the result value in the query and not the overall result!!
    Thanks

    Hi Pooja,
    I hope you have to check the Display property of the attribute.It should be always display.
    Regards,
    Vasanthan V

  • How do I see the "views" to my posts? I can only see the replies

    How do I see the "views" to my posts? I can only see the replies

    A view occurs when someone clicks on the link to a specific thread; if they choose not to or can't reply for some reason, no record of who it was is left in any place you can access. Therefore, you can't find out who has viewed a thread if they've opted not to reply to it.
    (15223)

  • HT4113 On the 6th passcode attemp entered correctly, does the attempts will revert to zero?and does it need to wait to see the result?

    i tried one failed then its ok on the second , after that i try it again with wrong passcode then it appears back to one failed attemps which supposed to be the 2nd failed? Or if you input the correct passcode it will revert to zero automatically? Or there is any interval? If you failed for the 6th attempt does the only way to this is to restore form my macbook or pc where i backed up the phone? Thanks

    Server side flows will also timed out when flows are needed by CSS. In your situation I see 3 possible options
    1. Increase flow timeout using "flow-timeout-multiplier number"
    or
    2. Use "flow permanent port1 "
    It will prevent cleanup of the idle flows for specified port and will make these flows permanent. This can severly affect the scalibility as you may run out of available flows on the box. In order to reclaim these flows you can either manually (doing "no flow permanent port1" and then "flow permanent port1 " every night may be) remove these idle flows or can write a script to do that for you on CSS.
    or
    3. Add HeartBeat functionality in the application.
    HTH
    Syed Iftekhar Ahmed

  • I have a Power MAC G5 dual 2ghz that has a peculiar problem.  The monitor will not report until the machine is stopped and started 5 or 6 times.  Once booted it will restart without problem if done so from the apple menu.  Swapped out all hardware

    My Power MAC G5 has a peculiar problem.  The monitor fails to report until the machine is started and shut down 5 or 6 times.  Once it has booted it can be restarted without incident from the Apple menu.  I have swapped out all of the hardware.  Monitor, Memmory,Video Card and reset the PRAM.  After resetting the PRAM it booted on the first attempt and I thought it was solved.  But the next day it was back to starting and stopping until the Monitor came on.  Does anyone have a suggestion?  Thanks

    It could be a bad PRAM battery corrupting your PRAM.  Typically when I have monitor issues on startup it is a bad PRAM battery.
    Texas Mac Man's PRAM, battery, PMU tutorial - https://sites.google.com/site/macpram/mac-pram-nvram-cuda-pmu-battery-tutorial
    Apple's PRAM reset directions - http://docs.info.apple.com/article.html?artnum=2238
    If you have a digital multimeter you can check the condition of your present battery.  It should read at least 3.2V if it is the 3.6V half-AA battery type.  A new battery provides 3.67 Volts DC. A bad battery provides under 3.2 Volts DC.  Ideally this should be measured while the battery is under load; added recommendation from Hans777:
    >I have recently found out that an exhausted battery will still indicate >3.6 V with a high internal resistance VM.
    >
    >Checking incircuit: powercord disconnected press PMU reset button for >about 5 sec before measuring.
    >
    >Checking outside: load the battery with a 1500 Ohm resistor when measuring.
    Alternatively, test the battery while it is still in the computer.
    If the battery is more than 5 years old, especially if you totally disconnect the computer from the power regularly, or have left it unplugged for several months at one time, it is likely the battery is dead.
    Sometimes you have to do a more intensive reset of hardware management:
    [Resetting Cuda/PMU on Power Mac G5, Power Mac G4, Power Macintosh G3|http://support.apple.com/kb/HT1939]
    [How to reset the SMU on a Power Mac G5 (Late 2004) or Power Mac G5 (Late 2005)|http://support.apple.com/kb/HT1436]
    [iMac G5: How to Reset the SMU|http://support.apple.com/kb/HT1767]

  • Send and See the result Survey Campaign

    Dear All Expert,
    Im completing Survey form and was attach my URL link to the mail form. Now i can test by survey campaign transaction. my questions is:
    1. How Can I send this campaign for lets say i want to send this survey campaign for 50 BP person. FYI i was create mail form and attach the link survey form, in the campaign where tab can be define for this case? how about the action tab function? is any spesific setting there?
    2. later, If I want to see a feed back or result response from my respondent can u tell me how to solve this?
    Many Thanks for ur attention Guru's better if the answer include documentation.
    Rgds
    Karmila

    Dear,
    Thanks for ur respond Gregor. I was try to solve this issue by ur suggestion but Im still confusing, especially in the phase choose "extra and then target group to channel". but for for the point 2 this is I  mean im just make sure if want to converted the result survey by spreadsheet format. (do you think this need to ABAP effort again? cause im get error message for this). Would you give me some documentation for this Gregor?
    Ur answers always helpfull Gregor and give progress for my issue. im waiting for next post in your blog : )
    Rgds
    Karmila

Maybe you are looking for

  • Function to convert string to number

    Hi there, I wrote a function which converted a hor minute component of a date to a number. Now I need to do the same with a string (because the hours could be more then 23:95). Anyway here is my function. How can I rewrite it so it will accept a stri

  • How do i move pictures from one iphone to another?

    How do I move pictures from one iphone to another?

  • How to display the current date in a CP5 project?

    What is the best way to display the current date into captivate?

  • Clickable pie chart in sapui5

    Hi, how to display clickable pie chart in sapui5? when i click on particular area on the pie chart it need to give a popup showing all the information about that. Thanks & Regards Chitti Babu

  • Timesheet copy from previous button

    Hi All, I am looking for the configuration or any ways to enable the copy from previous button functionality in timesheet. In the older 4.7 version there were two options target hrs and copy from previous button. Can anyone help me on this. Thanks. s