Dump thrown when tcode for screen painter assigned

HI guys,
I have created a screen and wanted to check how it looks at runtime, for this i assigned a tcode to the report. Now when i run the tcode it throws a dump. the dump is as follows.
The CONTROL "TCTRL_ENTRY" was searched for but not found.
These is either an inconsistency between the screen and the program or
an incorrect ABAP statement (for example, REFRESH CONTROL .. FROM SCREEN
with incorrect control name).
    MODULE STATUS_1000 OUTPUT.
     SET PF-STATUS 'SCR_1000'.
     SET TITLEBAR '001'.
  ENDMODULE.                 " The pointer for error is at this line
What could be the possible error?? please let me know.
Thanks in advance...
Regards,
Navin
Edited by: navin.c on Mar 25, 2009 8:18 AM

Do your main program have the piece of code like the following?
CONTROLS:TC_9998 TYPE TABLEVIEW USING SCREEN 9998.
This way you have to declare a table contol. Do it simply with your Table Control name and the screen in which you are using it.E.g. in my case screen is 9998.
regards.
Sarbajit

Similar Messages

  • Tcode for Report painter

    Hello All,
    when m trying to create a tcode for report painter through se93 its show erre for D_SREPOVARI-EXTDREPORT parameter,m felling the parameter with the value gatting from table TKEB1,-APPLCLASS /SUBCLASS /TABNAME  23 space / REPID.error is do not use blank char. Suggest Please and please give some idea about how to copy a stand. report painter and change the Z according to client requirement.
    Thanks
    Sam

    Hi,
    I will suggest you to execute the transaction START_REPORT and put the report type report and ext. name. If it executes well over here then you can create a transaction using SE93
    Something like this
    Default value for transaction ‘START_REPORT’
    In    bellow default value section insert default value
    SREPOVARI-REPORTTYPE      = AQ      "Parameter    indicating Abap Query
    D_SREPOVARI-REPORT           = ZY_CS_ALLSLS   "Query    User group
    D_SREPOVARI-EXTDREPORT= ZY_SLS_MST_001     "Query name  
    Hope this helps.
    Thanks,
    Tooshar Bendale

  • Creating Tcode for report painter program in 4.0B version?

    hi all,
    How to create a tcode for report painter program in 4.0 B?
    I searched the forums. but i couldn't find the same for 4.0 B?
    Please helo me to solve this?
    Thanks,
    Vamshi

    I am closing as no one answered and worked in alaternative way for the requirement.

  • ABAP Dictionory type FLTP is nt allowed for  screen Painter!!

    Hello All,
    ABAP Dictionary type FLTP is nt allowed for  screen Painter!!  am getting this error message if am giving some input.
    Thanks
    santu
    Edited by: santu4u on Oct 23, 2009 1:48 PM

    Hi
    Instead of FLTP use Quantity or Currency or Packed Decimals type fields for the Screen Elements.
    While you save the data into the database if the database field is of type FLTP the values entered would be automatically converted into FLTP type. We need not take care of this.
    ---?? What do you mean by IDES version --->
    You mean in SE11 or SE16, Wherever it may be you can not use FLTP type on Screen Fields.
    This is Standard SAP Procedure, As mentioned Above you can use Packed Decimals or Currency or Quantity Fields
    Cheers
    Ram
    Edited by: Ramchander Krishnamraju on Oct 23, 2009 2:10 PM
    Edited by: Ramchander Krishnamraju on Oct 23, 2009 2:13 PM

  • Screen shot for screen painter..

    hi.. can anyone give me screen shots or kink for screen painter using module pool programing..

    Hi,
    Check this link for STEP-BY-STEP DEMO FOR SCREEN PAINTER with screen shots
    http://abapliveinfo.blogspot.com/2007/12/working-with-screen-painter-in-sap.html
    Check this link for Screen Painter Concepts http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801c54454211d189710000e8322d00/frameset.htm
    http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/MENU&SCREEN_Painter_tutorial.html
    http://abap-gallery.blogspot.com/2007/08/screen-painter.html
    http://www.thespot4sap.com/articles/SAP_Design_Screen_Elements.asp
    Reward points if useful....
    Regards
    AK

  • Assignment of Tcode for Report painter's report

    Hi,
    I have created one report on Controlling module through report painter. I created Sets  - Variable - created report on Library - assigned variable to that report and included that report into Report Group as ZCC8 before final execute. Now I want to add that report into form of Tcode like "Y_TU4_04000027". Normally ABAP Consultants developed report and before delivery of that report to client they attach that report into as tecode form like name as Z or Y through tcode SE93 where tcodes are created. Same way please let me know how report painter's tcode are created like Y or Z. I do not like to give report group name as ZCC8 to our client for executing the report. It should deliver as tcode form.
    Please let me know.
    Regards,
    Samrat
    Moderator: Please, search SDN before posting. This question has been answered several times

    HI Samrat
    1. Create the transaction code,say,  ZF01_TCODE from Se93
    2. Choose "Transaction with parameters".. Press enter
    3. Enter START_REPORT in the Transaction field and press Enter
    4. Select the Skip initial screen and Inherit GUI attributes check boxes
    5. On the same screen, scroll down to the Default Values table and select parameters D_SREPOVARI-REPORTTYPE and
    D_SREPOVARI-REPORT.
    6. Enter RW for the report type and your report group ZCC8 as the report value
    7. Now you can save your transaction and transport it to other systems
    Regards
    Ajay M

  • T.code for screen painter

    anybody tell me how to create t.code for my screen created in se51

    Hi,
    Go to SE93
    Give the Tcode according to the naming Conventions
    check the Box program and screen(dialog transaction)
    click on enter
    then provide Program Name
                 Screen Number
    and check all the GUI boxes.
    and save the Tcode.
    Module-pool programs need tcode to exeute.These are type 'I' programs so you cannot execute directly.Plz check the below links you will get a clear idea how to work with module pools.....Just like your report programs this is also quite easy..
    check these links
    DIALOG Programming
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/52/670ba2439b11d1896f0000e8322d00/frameset.htm
    Have a look at these good links-
    http://www.allsaplinks.com/dialog_programming.html
    http://sap.mis.cmich.edu/sap-abap/abap09/
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://sap.mis.cmich.edu/abap-00/
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://help.sap.com
    http://www.sapgenie.com/abap/example_code.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/52/670ba2439b11d1896f0000e8322d00/frameset.htm
    http://www.allsaplinks.com/dialog_programming.html
    http://www.sapbrain.com/TUTORIALS/default.html
    http://www.sappoint.com/abap/spmp.pdf
    http://sappoint.com/abap.html
    http://www.sap-img.com/abap.htm
    http://sap.ittoolbox.com/code/archives.asp?i=10&t=450&a=t
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/abap/
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://www.sappoint.com/faq/faqdiapr.pdf
    http://www.allsaplinks.com/dialog_programming.html

  • ABAP : Screen Painter - Graphical layout

    Hi Experts ,
    I am doing an assignment for the screen painter. but when i click on the layout of it , I am not getting the graphical input. kindly advise. is there some new setting to made.
    thanks & regards ,
    M.S

    Hi M.S,
    If the setting is already check, then the problem is in GUI. While installing GUI there is a option for Screen painter. You need to check it at GUI inatall
    For patch details refer [Graphical Layout Editor|http://help.sap.com/saphelp_nwmobile71/helpdata/en/d1/801b77454211d189710000e8322d00/frameset.htm]
    Regards
    Edited by: Rajvansh Ravi on Nov 26, 2009 6:20 AM

  • Screen painter initializing error.

    Hi all,
    This is an error that i am facing while starting screen painter.When starting screen painter from Add on manager it says
    User has no license for screen painter.Where as i have allocated addon license from addon manager to user.
    I am using SAP B1 2007b Pl 11,MSSQL 2005
    With regards ,
    Debabrata Kumar

    Hi Debabrata Kumar,
    Have you also assigned SDK license to the same user?  I believe Screen painter need SDK license too.
    Thanks,
    Gordon

  • Regarding screen painter tutorial

    hi,
    i am new to screen painter & i want to start working on it as i have been assigned a report.
    plzz help me by giving d easiest example of performing it as help will be definately rewarded.

    Screen Painter
    Screen Painter is an ABAP Editor tools allowed us to create dialog screen. Dialog screen usually created as a screen to catch user input. It can be accessed by tcode SE51.
    Screen Painter Architecture
    You use the Screen Painter to create and maintain all elements of a screen. These are:
    Screen Attributes
    Describe a screen object in the R/3 System. Screen attributes include the program the screen belongs to and the screen type.
    Screen layout
    Screen elements are the parts of a screen with which the user interacts. Screen elements include checkboxes and radio buttons.
    Elements
    Correspond to screen elements. Fields are defined in the ABAP Dictionary or in your program.
    Flow logic
    Controls the flow of your program.
    Two Screen Painter Modes
    The Screen Painter has a layout editor that you use to design your screen layout. It works in two modes:
    Graphical mode and
    Alphanumeric mode.
    Both modes offer the same functions but use different interfaces. In graphical mode, you use a drag and drop interface similar to a drawing tool. In alphanumeric mode, you use your keyboard and menus.
    Graphical mode is available only on MS Windows 95, MS Windows NT, and Unix/Motif platforms.
    To activate the graphical mode, choose Utilities ® Settings in the Screen Painter, then select the Graphical layout editor option.
    Creating a Screen: Basics
    Create a screen in an existing program and define its attributes.
    Design the screen layout and define the attributes of the elements.
    Write the flow logic.
    Basic Principles
    Uses predefined elements with links to the ABAP Dictionary or program.
    Supports forwards navigation.
    Supports complex elements: Table Control and Tabstrip Control, and Custom Container.
    Cut/ Copy/ Paste (Graph. fullscreen)
    Undo/ Redo (Graph. fullscreen)
    Check this  link for STEP-BY-STEP DEMO FOR SCREEN PAINTER with screen shots
    http://abapliveinfo.blogspot.com/2007/12/working-with-screen-painter-in-sap.html
    Check this link for Screen Painter Concepts http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801c54454211d189710000e8322d00/frameset.htm

  • Setting Folder Pane in Screen Painter

    Hi All,
    I have a question about setting a value of pane - folder's property. When I set this property in Screen Painter and choose form preview form's pane level changes, but when I save this form in xml file and load in my add on I have to add code that changes pane level after clicking on folder. Also SAPbouiCOM doesn't contain such property like Pane. What is this property for? Why it works in SP and doesn't when load from xml? Is this just for Screen Painter?
    Regards
    Szymon

    Form.PaneLevel is a property for form and it changes form panelevel.
    I think that comparable property for for Folder.Pane (in Screen Painter) would be val off and val on.
    The most important thing for me was to be sure that I have to handle changing of panelevel by myself. I thought that maybe this property wasn't handle by SAP SDK correctly.
    Regards
    Szymon

  • GUI Problem in Screen Painter

    Hi All,
    we are using SAP logon 640. In screen painter we are not getting GUI. we are getting the screen in Alphanumeric mode, But not in Graphical mode. How to resolve this problem.
    Thanks in Advance.
    Regards,
    chandra.
    Message was edited by: K Chandra Sekhara Reddy

    Hi k chandra,
    1. I supppose, the alphanumeric
      screen painter comes up.
    2. When it comes up,
       UTILITIES------>SETTINGS
    3. a new window will come
       TICK the chekbox for
       'Graphical Layout Editor'
    4. Then try, it will work.
    5. <b>If still it does not work,
       then another problem could be
       SAP GUI Installation.
    6. When installting sap gui,
       we have to select the component for
       Screen Painter GUI.</b>
    (Probabably it was not selected when
    installing on your machine)
    7. Then it will come.
    regards,
    amit m.

  • Custom T codes for Report painter in FI

    Hi All -
      I have list of report painter reports (created thru GR31) and need to create custom transaction codes. I need information for following points:
    1. How to create tcodes for report painter report
    2. We have to transport those tcodes from DEV server to production and client numbers are different, will the transaction codes work when we promote to different server.
    Thanks in advance.
    Rds,
    K

    Hi,
    Following are the Answers to your Queries.
    1. Please refer to [Creating Transaction Code For Report Painter Reports|http://www.google.com/url?sa=t&source=web&ct=res&cd=1&ved=0CAgQFjAA&url=http%3A%2F%2Fdap-consulting.com%2Fyahoo_site_admin%2Fassets%2Fdocs%2FReport_Painter_Reports.47142031.pdf&ei=MiWYS5ilCYeOlAfn4pCGDQ&usg=AFQjCNEZ0YO6vJ97K24MbU_NI5ROTb5vJA&sig2=Ke-svnqddqrz8RMcTuEnaw].
    2. Please refer to 5th chapter (Page 90) of this document for [Transporting the Report Painter Reports|http://www.google.com/url?sa=t&source=web&ct=res&cd=3&ved=0CA0QFjAC&url=http%3A%2F%2Fwww.sapficoconsultant.com%2FBonus%2FReport%2520painter.pdf&ei=UiaYS8WOA5KylAei3830DA&usg=AFQjCNEHYqOFUd4XmZeX0JFt80OS-u7-mQ&sig2=dz40ldGpk_iyIRFR-yIxug].
    Hope this helps.
    Regards,
    Chandravadan

  • How to set default values on the screen painter parameters?

    Hello ABAP Gurus,
    I would just want to ask how to set default values on the screen painter parameters.
    Thank you for your replies.

    Hi,
    To set default values for screen painter parameters initialize the field names with default values in the PBO module....
    say u have the field name as f_field1....
    in the PBO of that screen initialize it....
    f_field1 = '100'  "here 100 is the default value.
    <b>reward points if useful.</b>
    regards,
    Vinod Samuel.

  • ABAP : Screen Painter error

    Hi Experts ,
    I need your help. Actually i have started working in ABAP as welll. need to know that below is the coding being done for Screen Painter and need your help  in troubleshooting error. the Error is :
    "Program ZSCREENPAINTER1
    "TYPE LINE" or "LIKE LINE" expected, not "BEGIN". ."
    coding that i have done is :
    PROGRAM  ZSCREENPAINTER1.
    DATA : OK_CODE TYPE SY-UCOMM,
    types: BEGIN OF EKPO,
           EBELP TYPE EBELP,
           BUKRS TYPE BUKRS,
           WERKS TYPE WERKS,
           MATKL TYPE MATKL,
           END OF EKPO.
    thanks & regards ,
    M.S

    just to add to all these answers..
    '.' (Dot) acts as end of statement in ABAP as ';' works for C..
    and ':'(colon) is used for  pipeline or chaining more than one statement.. and chained statements are joined using ','(comma)
    so
    left side : right side1,
                 right side2,
                 right side3.
    "this actually means..
    left side right side1. " ends here
    left side right side2. " ends here
    left side right side3. " ends here
    hope you understand now... its BASIC abap...

Maybe you are looking for

  • How do I save my iTune songs to another hard drive?

    I have purchased 418 iTune songs over the years and want to save them to another hard drive in case my computer crashes. I have tried to do that with my HP Simple Save external hard drive and the songs show up as gibberish. I see lots of blogs on the

  • HT1918 How to change my sercurity question if I forgot the answers to them?

    How to change security questions if I forgot the answers to them?

  • Travel time in notification center

    I recently noticed in the notification center there is a section indicates travel time to certain destinations throughout the day. For example, this morning it said it will take me 35 minutes to get to the town I work in.  This afternoon it said it w

  • Image mask

    I am working on a custom sized video in FCPX. File size is 8150 x 1200. Everything seems to go on but image mask, when i load a same size png mask is appears stretched. I test it on a standard video size 4K and it works fine. Is image mask not workin

  • Using the Mathcad Interface, my worksheet won't recognize the data as numbers

    While using the Mathcad Interface Library, I've written a 2D Matrix, but although the Mathcad Worksheet does display the data, it won't recognize it as numbers, hence I can't do any operations with it. However, if I declare the very same matrix in ma