Message "DYNPRO_NOT_FOUND" after generate screen by "GENERATE DYNPRO"

Hello together,
after I generate a dynpro in my report by using the GENERTATE DYNPRO-Command; i want to call this dynpro with
call subscreen sub including sub-repid sub-dynnr.
but SAP shows the message "DYNPRO_NOT_FOUND" although the SY-SUBRC is 0 after the GENERATE-Statement.
Can anybody help on that?
Kind regards
Udo

Hi all,
Thanks for the replies.  We noticed that one of subprogram is not generated when we upgraded to SAPECC5.0.  After compilation, this problem is resolved.

Similar Messages

  • Message "No Dynpro found" after generating a Dynpro by "GENERATE DYNPRO"

    Hello together,
    after I generate a dynpro in my report by using the GENERTATE DYNPRO-Command; i want to call this dynpro with
    call subscreen sub including sub-repid sub-dynnr.
    but SAP shows the message "DYNPRO_NOT_FOUND" although the SY-SUBRC is 0 after the GENERATE-Statement.
    Can anybody help on that?
    Kind regards
    Udo

    The website you're visiting runs using a "backend" called Web Dynpro.
    Web Dynpro does not support Firefox 5, and, "renders improperly in any browser but Internet Explorer (not compatible with Explorer 9)" (quoted from [http://en.wikipedia.org/wiki/Web_Dynpro here] ).
    Web Dynpro is proprietary software developed by SAP AG, and if this company decided to not create a website platform compatible with our browser, there's not much that we can do.
    You can use [https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ this addon] to fake the browser's name and version given to the website, or you may try using Internet Explorer inside Firefox by installing [https://addons.mozilla.org/en-US/firefox/addon/ie-tab-plus-self-hosted-versio/ this addon] .
    '''Attention''' : Addons aren't developed by Mozilla, so we can't provide full support to them, since every addon has a different creator, developer and code.

  • Issue with GENERATE DYNPRO

    Hi,
    I have used IMPORT DYNPRO statement(SAP say's its for internal use) and fetched the screen values into an internal table....later I have sorted the fields in that internal table and did EXPORT DYNPRO and GENERATE DYNPRO.....with this all the fields got sorted and screen fields are wrongly functioning...could you please let me know how to revert it?
    IMPORT DYNPRO ls_dynp_header lt_dynp_fields lt_dynp_logic  lt_dynp_matchc ID ls_dynproname.
    SORT lt_dynp_fields BY fnam.
    READ TABLE lt_dynp_fields ASSIGNING <fs_dynp_fields> WITH KEY fnam = lc_fldnam BINARY SEARCH.
    IF sy-subrc = 0.
          IF im_v_readonly = 0.
            <fs_dynp_fields>-stxt = lc_save_proceed.
          ELSE.
            <fs_dynp_fields>-stxt = lc_proceed.
          ENDIF.
    ENDIF.
    EXPORT DYNPRO ls_dynp_header lt_dynp_fields lt_dynp_logic  lt_dynp_matchc ID ls_dynproname.
    GENERATE DYNPRO ls_dynp_header lt_dynp_fields lt_dynp_logic  lt_dynp_matchc ID ls_dynproname
                MESSAGE ls_msg LINE ls_msg WORD ls_msg.
    I hope because of the SORT statement, all the screen fields got disturbed.
    I logged off and logged on but still facing the issue.
    Please help.
    Thanks & Regards,
    Adithya M.

    Hi,
    Normally a version exists in the "development database" once the workbench object is created using development tools. Unless the dynpro is deleted (before it was exported=version written to "version database"), this version should remain available. So what I meant with the question - does the export/generate dynpro writes the changes that need to be reverted to the (active) version in "development database" as well?
    One can at any time "force" generation of a version in "version database". Here I have generated two versions of a local object that will never get transported:
    Those versions remain available even after DELETE DYNPRO.
    I like versions
    cheers,
    Janis

  • ABAP Code example using "GENERATE DYNPRO"

    I am looking for ABAP code example who use the "Generate dynpro" dynamic generation of dynpro at runtime under SAP 4.6C version.
    Best regards,

    We have some programs that do:
    form %view.
    data: anz type i,
          prog like sy-repid.
      prog = sy-repid.
      perform init_download(rsaqexce).
      case %tab.
      when 'G00'.
        perform generate_view_dynpro(rsaqexce)
                using prog text-grl.
        describe table %g00 lines anz.
        tview100-lines = anz.
        perform init_view(rsaqexce) tables %g00 using tview100.
        call screen 100.
        perform reset_view_dynpro(rsaqexce).
      when others.
        message s860(aq).
      endcase.
    endform.
    I think they were copied from existing SAP programs. In any event, look at the relevant forms in program rsaqexce.
    And as Rich noted, SAP doesn't recommend this.
    Rob

  • Change special Attributes of generated Dynpro 1000 in Reports

    Hello!
    Does anybody know how to change the special Attributes of Dynpro Fields on a (automatically) generated Dynpro 1000 (Normal Report)?
    I need to change the Attribute "Without Template" for two Select-Option Fields
    Regards,
    Martin

    There is a function module to perform this : [SELECT_OPTIONS_RESTRICT|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=select_options_restrict&cat=sdn_all] this FM is to be called at INITIALIZATION or PBO (AT SELECTION-SCREEN OUTPUT)
    You may also use a LOOP AT SCREEN/MODIFY SCREEN in the PBO (AT SELECTION-SCREEN OUTPUT) for selection-screen.
    Regards

  • Permission denied error in whstart.js after generating from RH10

    I am running a very small (1 topic) project to test out RH10. After generating and getting the yellow bar warning at the top, I added Mark of the Web and re-generated. Then my IE8 page just flashed over and over again until I hit Cancel and looked at the errors:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.2; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729)
    Timestamp: Thu, 5 Sep 2013 18:00:49 UTC
     Message: Invalid character
    Line: 1
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whver.js
    Message: Invalid character
    Line: 1
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whutils.js
    Message: Invalid character
    Line: 1
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whmsg.js
    Message: Invalid character
    Line: 1
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whstub.js
    Message: Permission denied
    Line: 47
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whstart.js
    The first four are repeated many times until I hit Cancel on the page. In whver, whutils, whmsg  and whstub, Line 1, Char 1 is a / to start a comment // and is greyed out in the code reader in Dreamweaver. Line 47, Char 1 in whstart is v from the word var.
    I took out and then reinserted Mark of the Web, the page now loads properly but takes a very long time to do so: it has been loading already for over a minute and just loaded.
    Can anyone tell me why I got those messages? And secondly, why is it loading so slowly?
    Thanks in advance!

    I'm about to convert a much larger project from RH9 to RH10. The big one is working well with the same IE8 settings, I don't want to trade that for being able to take advantage of HTML5 output if my desktop output is going to suffer as that is still the largest part of my target audience. That's why I would really like to find out why these two things are happening.
    Chrome even loads the page much faster than IE.
    Thanks for the help.
    Helen

  • User Exit/BADI/Enhancement Point in VF01 after generating new billingdocno.

    Hi Experts,
    I am looking for a user exit/BADI/Enhancement point which will trigger in VF01 after generating  the new document no (Billing document no assign).  The Billing document no is generating in the FM  RV_INVOICE_DOCUMENT_ADD ( NUMBER_GET_NEXT).
    Now the Billing document no is generating like '0000152', i want to concatenate 'ECR' to the generated Billing document no and it should be updated like ECR0000152 in Billing tables (VBRK, VBRP).
    Kindly let me know is there any EXIT/BADI to achieve this functionality.
    Regards,
    Venu

    Hi Venu,,
        These are the enhancements and badis for vf01, please check which will be helpful to you,,
    <exit farm removed by moderator>
    <points begging removed by moderator>
           Warm Regards
            Zulfikhar Ali
    Edited by: Thomas Zloch on Oct 1, 2011 3:57 PM

  • Newly added pdfs will not display after generating primarly layout

    RoboHelp X5. I'm replacing pdf files for a Help project
    that's been in place for over a year. From the user's perspective
    the files are accessed via a link when accessing Help. I removed
    the link (a link to, let's say example.pdf rev A). I recreated the
    link by pointing to the new pdf (example.pdf rev B). All my pdfs
    are on my local drive under C:\Program Files\RoboHelp
    Office\RoboHTML\<project name>. After updating the pdfs and
    subsequently deleting the old pdfs several baggage files showed the
    red X. I deleted these baggage files b/c they represented the old
    files. After generating the primary layout none of the re-created
    links worked. Only the links I didn't touch work. The working links
    are also the only files that have a representation in the baggages
    file folder. I tried adding baggage files but it doesn't work. My
    PC is WXP SP2 w/Office 2007. I uninstalled RoboHelp (I didn't touch
    the registries). Reloaded RoboHelp and noticed that Office 2007
    wasn't listed. So I went to another PC that's never had RoboHelp
    and runs WXP SP2 w/Office 2000. The installation went fine however
    the same problem occurs. Also on either PC I can run the unused
    files report which lists all the files I need (the ones I just
    added). But I don't know how to make an unused file, used.

    thanks. I actually followed those same steps yesterday (for
    adding a baggage file). I was able to get the file to appear in the
    baggage folder but after compiling, when I click on the link,
    nothing happens. Whereas before I'd get the "cannot display
    webpage" error.

  • Forced to close RoboHelp after generating SSLs in order to edit content

    I have reported this as a bug, but wonder whether any of you have had similar experiences and, if so, how you resolved it.
    Have to close RoboHelp after generating SSLs in order to edit content
    Steps to reproduce bug:
    Open project from Visual Studio Source Control (Team Foundation Server).
    Select a Single Source Layout and generate the output.
    Try to edit a topic. The Check Out dialog box says "To modify this document, the files in the list below need to be checked out from version control. Do you want to check out these files."
    Click Yes.
    Results:
    The Cannot Complete Operation dialog box appears. "The files in the list below could not be checked out from version control. Exclusive access to these files is required to modify this document."
    Click Close, close RoboHelp, and restart RoboHelp.
    Expected results:
    The files should be checked out from version control with exclusive access when I click Yes to check them out.
    When I look in Source Control Explorer, the file I tried to check out is not even checked out. Even manually locking the file for edit from Source Control does not free the file for editing in RoboHelp.
    Thanks.
    Carol

    ''Keep until: I close Firefox''
    That's what I use for all cookies. If you start a new session every time you start Firefox, i.e., you don't resume the same session over and over, websites cannot track you 'across sessions' using cookies; you are a new person to them during each session (unless/until you log in).
    Note that "Flash cookies" need to be managed separately.
    As for this particular site, if you want to spend some time research it, you could install an add-on such as Firebug or the external Fiddler2 proxy. Both will show you each request made by the browser when you load a page. Then you can see which third party sites are involved and if you like make a specific entry to allow them in the Exceptions dialog.
    * https://addons.mozilla.org/en-US/firefox/addon/firebug/
    * http://www.fiddler2.com/fiddler2/ (more difficult to use for HTTPS sessions)

  • No Output message to PO generated automatic from GR posted

    Hi MM Experts
    I have a problem on output message for PO generated automatic from GR posted. I already maintain output condition of the PO. It works fine when I create or change a PO manually.
    Back to my problem, I must go to tcode ME22 or ME22n first of the PO generated auto to get the output message. Please share your experiences on how to get the output message for PO generated auto from GR posted.
    Regards
    Hengki

    If you have deleted the config settings in the Fine Tune control of the message types than system should not trigger the change output but for existing PO it might so create the new PO and than try to change becuase may the PO is already exist and you have deleted the config that's the reason it still generating change output
    also try to remove the config for PO change relavant field in OMFS
    remove check mark of first column for EKKO and EKPO and try

  • Message should get generated in outbound program  when idoc is posted in ot

    Dear All,
    Can anyone please tell me,how i can send response back to the idoc program.
    Requirement: Outbound program will generate an idoc and when it gets posted in the other server a message should appear that idoc was posted in other server...
    Now can anyone tell me how i can do this,i mean message should get generated in outbound program when idoc is posted in other server..
    warm regards
    Sajid

    hi,
    Go through the following thread
    iDoc - XI - iDoc with Acknowledgement
    Regards
    Mudit

  • Problem after generating BIAR File

    After generating a BIAR File (a backup file for my Business Objects) I got this error when trying to import a universe in Designer:
    There is no Universe file attached to the Universe InfoObject
    One of my co-workers told me that if I didn't have a backup of my universes I had to export the universes from a PC where these universes were saved locally. But what if I didn't have them saved locally in other computer?
    He told me that the best advice for this is that I have to backup all my universes before generating a BIAR File because this error is caused by the BIAR.
    Why?  If BIAR files are supposed to be backup files of everything (universes, reports,etc.) why do i have to backup my universes before executing this process? It doesn't seem logic? Why does this process corrupt something that Designer doesn´t let me import my universes?
    Does someone know why?
    Edited by: PadawanGirl on Oct 14, 2010 11:58 PM

    >
    Efstratios Karaivazoglou wrote:
    > Did you try to import the universe from the BIAR file back into your BOBJ repository or does this error happened after you have created the BIAR file?
    >
    >
    > Are you using BO XI 3.1 SP2 FP 2.6 boht on your server and on your clients?
    >
    > Regards,
    >
    > Stratos
    Well, I think it happened when I chose the same BO repository as destination to itself and  I really wanted to generate just a BIAR file, but by mistake I made it wrong.  Now I've been carefull and I chose the right destination - a BIAR file- and this issue has never come back again.

  • Sending Email after generating Files

    Hi Experts,
    My requirement is very specific , I am using PI 7.0 and  the scenario is outbound proxy to file.
    I am required to generate some files from the  incoming XML structure and place them on a destination folder.
    But it is also required that there must be an email sent to a set of id's as soon as the files are created , I have three questions :
    a) What is the mechanism by which SAP XI can get an acknowledgement back from the folder after the file creation to send an email ?? Is it possible to receive an acknowldgement in this scenario and send email via mail adapter
    b) Should SAP XI send an acknowledgement back to SAP after generating files or after the File receiver Adapter bean is excuted for SAP to send the email ?
    c) Do i have to use BPM essentialy for this ? and if yes .. can you please forward some links specific to this scenario , i have never done BPM
    thanks
    Dev

    Hi Praveen
    Thanks for your reply
    I request you to please help me with  some links on BPM as you said send step and requesting acknowledgement ,  since I am new to BPM ,,,
    how difficult is that , to accomplish ?
    Is there a blog or an article which displays a step by step for this or something similar to this ?
    it  will be really helpful
    thanks
    Dev

  • Is there a possibility to rename the dashboard after generating the reports

    hai,
    is there a possibility to rename the dashboard after generating the reports in the dashboards with out affecting the reports.
    if it is possible, plz explain me in detail to process...
    Thanks in advance.

    hi..
    This procedure explains you Renaming dashboards from BI Answers window itself..
    Login answers, go to Settings > Administration.
    Click on Manage Presentation Catalog
    Select Show Hidden Items check box appears under reports list...
    Select the Shared folder name, then go to _Portal*
    here you find all the dashboard names
    Click on rename button corresponding to the dashboard.. and rename it..
    Regards
    Kishore Guggilla

  • Instance Crash after generating few trace files

    Hi,
    I am using oracle 10gR2 on Aix 5.3 Server.
    We have 32 processors machine with 128GB RAM.
    Few minutes back my instance was crashed after generating some trace files.
    Here is the output of alert log:
    ======================================
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p053_1184082.trc:
    ORA-00600: internal error code, arguments: [kghfrh:ds], [0x700000499EDB760], [], [], [], [], [], []
    ORA-10388: parallel query server interrupt (failure)
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p123_1032326.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p110_1040486.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p021_946388.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p043_1245478.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p096_860242.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p059_1143086.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p040_1253800.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p032_1094578.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:19 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p121_1130812.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:20 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p076_893180.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:20 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p038_1090482.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:07:20 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_p112_1175992.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Tue Jul 1 12:08:11 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_pmon_1188084.trc:
    ORA-00600: internal error code, arguments: [kghfrh:ds], [0x700000499EDB760], [], [], [], [], [], []
    Tue Jul 1 12:08:14 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_pmon_1188084.trc:
    ORA-00600: internal error code, arguments: [kghfrh:ds], [0x700000499EDB760], [], [], [], [], [], []
    Tue Jul 1 12:08:14 2008
    PMON: terminating instance due to error 472
    Tue Jul 1 12:08:17 2008
    Errors in file /u01/app/oracle/admin/pakedwp/bdump/pakedwp_rbal_1249422.trc:
    ORA-00472: PMON process terminated with error
    Tue Jul 1 12:08:45 2008
    Instance terminated by PMON, pid = 1188084
    ============================================
    There was some business users activity going on at that time.
    These trace files are not readable.
    I have restarted the instance and it has successfully opened.
    Can any one help me to find whats the root cause of this crash???

    Actually My metalink account has just expired and right now I only have read only access to metalink Thats why I have asked for help here. I am waiting for the access grants from my manager and defiantly i will open SR for this.
    Parameter setting for this parameter is 400
    SQL> show parameter parallel_max
    NAME TYPE VALUE
    parallel_max_servers integer 400
    I haven't brought any change for last 10 hours on database. No OS or DB patch has been applied. My database was working fine and queries were returning results.

Maybe you are looking for