ABout dynpro

Hello friends,
If someone have step by step procedure to create radio button in screen painter including how to declare varibles and what name we have to declare in SAP SCREEN Attributes.
Please send steps as soon as possible.
Thanx & Regards,
Rahul Talele

Hi Rahul Talele,
1. In SE51 -> Lay out ( Screen 100 )
2. click the Radiobutton and drag it in the screen give Name: RAD1 and give the text
3. In the save way place the second radiobutton give Name RAD2 and give the text
4. select the both radiobuttons -> Radio button group (By Right clicking ) -> Define
5. Double click on the first radio button a window will be displayed in that give FCode grp
6. save it and activate it and back to Flow logic activate it
7. Uncomment Module USER_COMMAND_0100.
8. Activate it
In the program in SE38
Data:
  RAD1 type c,
  RAD2 type c.
call screen 100.
*&      Module  USER_COMMAND_0100  INPUT
*       text
MODULE user_command_0100 INPUT.
  IF rad1 EQ 'X'.
    MESSAGE i999(sabapdocu) WITH 'First radio button is selected'.
  ELSE.
    IF rad2 EQ 'X'.
      MESSAGE i999(sabapdocu) WITH 'Second radio button is selected'.
    ENDIF.
  ENDIF.
ENDMODULE.                 " USER_COMMAND_0100  INPUT
Reward if it is useful,
Mahi.

Similar Messages

  • A Few question about Dynpro (Screen)

    - I have a screen. Its have a table control for selection data. When user select any line of table control I want set new screen... But user doesn't select any line don't permission for next user...
         if not ITabSelected is initial.
            Leave To Screen 200.
         else.
           Leave To Screen 300.
         endif.   
    But it doesn't working? How can I refresh current screen?
    - How can I display status bar messages for mobile user? Can user display dialogbox?

    And another question..
    When I want update screen elemnt values via
    DynpFields-Fieldname  = 'ZWM460-MAKTX'.
    DynpFields-FieldValue = MyMaktx.
    DynpFields-stepl      = l_stepl.
    Append DynpFields.
    CALL FUNCTION 'DYNP_VALUES_UPDATE'
      EXPORTING
        DYNAME                     = 'ZHYT_WM_RPR_460'
        DYNUMB                     = P_0064
      TABLES
        DYNPFIELDS                 = DynpFields
    EXCEPTIONS
       INVALID_ABAPWORKAREA       = 1
       INVALID_DYNPROFIELD        = 2
       INVALID_DYNPRONAME         = 3
       INVALID_DYNPRONUMMER       = 4
       INVALID_REQUEST            = 5
       NO_FIELDDESCRIPTION        = 6
       UNDEFIND_ERROR             = 7
       OTHERS                     = 8.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    it doesnt update element value. When I debugging. It is return sy-subrc = 0 everything ok for sap but I cann't update element value... Does anybody have any idea? Thanks

  • PBO and PA! to Dynpro SAPMV45A 8459 do not execute

    Hi all,
    I found several threads about Dynpro 8459, which contains "Additional Data B" in the sales order. But I have a problem which isn't mentioned earlier.
    My problem ist that I did some coding in the PBO of dynpro 8459, but it isn't executed. When debugging, the PBO of the carrier dynpro 4462 is processed, but the command
    CALL SUBSCREEN KUNDEN-SUBSCREEN_8459 INCLUDING 'SAPMV45A' '8459'.
    doesn't call the PBO module of 8459. Neither works the PAI.
    Did anyone experience this problem, too?
    BTW: I'm talking about R/3 Rel. 4.6C
    Thanks in advance!
    Klaus

    solved it on my own....
    Reason is: subscreen dynpro mustn't be wider then carrier dynpro (81 characters by default)

  • Web Dynpro V/s other web technologis

    Hi to all,
    We are working currently on a system that uses BAPI call from ASP.Now planning to design new web applications using WebDynPro.Could anyone pls let me know how we can track the advantages/disadvantages or possible benifits from comparing current system.Also we are trying to minimize the usage of BAPIs from Web DynPros.Is is possible??Pls advise..
    Thanks in advance
    <b>Regards
    Vipin B</b>

    Hello Vipin B,
    Check this first http://www.sappro.com/downloads/OptionComparison.pdf
    And some material about dynpro itself and comparison of different available technologies:
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/bd/48fc3f8fc2c542e10000000a1550b0/frameset.htm
    /people/thomas.jung3/blog/2005/10/02/sap-teched-2005-boston-a-look-back
    POLL: Web Dynpro UI elements - enhancement proposals POLL: Web Dynpro UI elements - enhancement proposals
    Web Application Development certification Web Application Development certification
    Information on some terms used in Web DynPro Information on some terms used in Web DynPro
    Brand New to Webdynpro Brand New to Webdynpro
    What is with the "Web Dynpro project diagram"? What is with the "Web Dynpro project diagram"?
    New to Web dynpro New to Web dynpro
    What is Web Dynpro? What is Web Dynpro?
    Why WebDynpro ? Why WebDynpro ?
    Why  webdynpro and not BSP or JSP? Why webdynpro and not BSP or JSP?
    BSP to WEB Dynpro BSP to WEB Dynpro
    Benifits of using Webdynpro Benifits of using Webdynpro
    Advantages of webdynpro Advantages of webdynpro
    Java vs. ABAP Java vs. ABAP
    regarding Java related webdynpro regarding Java related webdynpro
    Web Dynpro vs. Struts - a few questions Web Dynpro vs. Struts - a few questions
    What kind of applications are being developed with Web Dynpro? What kind of applications are being developed with Web Dynpro?
    Best regards, Maksim Rashchynski.

  • Patching the dynpro components NW2004S

    Hi ,
    We having problem with portal , SAP recomend that we have to apply the 2 patch s
    One is EP 7 SP 10 patch 4 for the UWLJWF component
      and
    second one Patching the dynpro components on the system, we applied the UWLJWF component patch , but now I am confused about dynpro components patching .
    Can any one let me know the latest patch details of dynpro components,
    --Thanks & Regards
    Jhonu

    Since we have already applied several SP Stacks to these unused components, do you foresee any problems if we just discontinue these updates?
    Thank you,
    Jill

  • WebDynpro Application issue consuming asynchronous webservice from SAP PI

    Hello experts i ask you for help thie following issue:
    i am developing a webdynpro application which is supposed to
    send some data from inputfields, and a file, in order to achieve it, that dynpro application is consuming an asyncrhronous webservice , this service is running in SAP Process integration .it uses only a component.
    Iam having serious problems at mapping the asynchronous PI web service model -->to -->controller >and then to->view
    since when i deploy the application into the  SAP portal´s application server, it runs , but  inputfields cannot be written.i dont mean unabled, what i mean, is. cannot write anything on them.ECXEPT the file upload UI element.
    I have reviewed sap help page, 3 sappress books, about dynpro, and the procedure i am performind is agree with them.
    endpoint test answers the folloiwng:
    Message Servlet is in Status OK
    Status information:
    Servlet com.sap.aii.af.mp.soap.web.MessageServlet (Version $Id: //tc/xi/NW04S_20_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#1 $) bound to /MessageServlet
    Classname ModuleProcessor: null
    Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean
    Lookupname for remoteModuleProcessorLookupName: null
    ModuleProcessorClass not instantiated
    ModuleProcessorLocal is Instance of com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0
    ModuleProcessorRemote not instantiated
    what i did is the same as before(in another projects weh i used to import rfc models):
    1.- import webservice model,and add it to component
    2.-map web service model to controller context
    3.-map controller´s context to view context
    4.-create actions and methods
    5.-binding context controller to ui elements
    Dear experts, my questions are:
    What am i doing wrong?
    should i permorm another steps because the web service is in another application server (SAP PI)?
    Should i create a stand alone proxy and then access it from webdynpro?
    when i call the web service model excution it seems does not run, neverthless the invocation does not have any syntax error , what coul it be?
    Thanx in advance!!

    just for the sake of other who may hit this thread , the solution is to add sap-client=<clientno> in the url for wsdl

  • ME_GUI_PO_CUST & ME_PROCESS_PO_CUST   - ME21N/ME22N/ME23N

    Guyz,
    i'm in the process of adding a custom field on me21n transaction and upon going through the documentation of aforementioned badis,  i assumed i should get my own tab and field by just overwriting code in SUBSCRIBE & MAP_DYNPRO_FIELDS of badi ME_GUI_PO_CUST. i just copied model implementations and deleted code in other methods and changed in above two methods based on my dictionary table 'ZTEST' (field is XREF). despite this i'm not getting my tab in me21n -item detail tab at the bottom of me21n......
    below is my code...
    <u><b>SUBSCRIBE Code :</b></u>
      CHECK im_application = 'PO'.
      CHECK im_element     = 'ITEM'.
      CLEAR re_subscribers[].
      ls_subscriber-name = subscreen1.
      ls_subscriber-dynpro = '9000'. "'0001'.
      ls_subscriber-program =  'SAPLZPOTAGGING'."'SAPLMEPOBADIEX'.
      ls_subscriber-struct_name =  'ZTEST'.
      ls_subscriber-label = text-001.
      ls_subscriber-position = 5.
      ls_subscriber-height = 7.
      APPEND ls_subscriber TO re_subscribers.
    <u><b>MAP_DYNPRO_FIELDS Code:</b></u>
      FIELD-SYMBOLS: <mapping> LIKE LINE OF ch_mapping.
      LOOP AT ch_mapping ASSIGNING <mapping>.
        CASE <mapping>-fieldname.
          WHEN 'XREF'. <mapping>-metafield = mmmfd_cust_01.
        ENDCASE.
      ENDLOOP.
    added to this ME23N is giving me a dump saying
    <b>One of the programs "CL_SCREEN_VIEW_MM=============CP" or "SAPLZPOTAGGING "
    is currently being developed.
    The name "SET_SUBSCREEN_AND_PROG" of the called routine may be incorrect, or
    the routine "SET_SUBSCREEN_AND_PROG" is not yet implemented in the program
    "SAPLZPOTAGGING ".</b>
    Any pointers please ....
    Message was edited by:
            Sreedhar Kurella

    funny to see myself replying to my own thread....anyways here are your quick answers...
    documentation is good from badi perspective but it doesnt talk about dynpro framework integration etc.... i assume u have to add a field at line item level....to start with enhance CI_EKPODB/CI_EKKODB append structures inside EKPO with require fields and activate ...create a test module pool and with an element in it and activate.... copy example code from SUBSCRIBE & MAP_TO_DYNPRO_FIELDS method of BADI and change in relevant places like for ur module pool name and screen number.... activate the badi and run ME23N... u shud see ur new field.... in method FIELD_SELECTIONITEM, copy the example code and change the value beiing assigned as '+' against ur mmpur_cust01...so that u can view in ME21N/ME22N also...
    now comes the real programming skills for integrating ur fields an dcapturing logic in standard transaction.... my suggestion is to put break point in all methods of two badis and debug the screen which makes u aware of the method flow.....good luck....

  • Selection screen parameters invisible

    Hi,
    Do you know if it's possible to hide the value enter in a parameter into a selection screen.
    For example, if I want a password and I want the output display only '*****' .. like the SU01. But ! I don't speak about dynpro, just a simple selection-screen.
    Thanks
    Fred

    Hello Frederic,
    PARAMETERS
      pa_test.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        CASE screen-name.
          WHEN 'PA_TEST'.
            screen-invisible = '1'.
            MODIFY SCREEN.
        ENDCASE.
      ENDLOOP.
    Regards,
    John.

  • Can I include a "SelectionsDynpro" in a Subscreen Area``?

    Hello at all,
    i have a questions about Dynpros/ Selections???
    I have a "normal Dynpro" with one Subscreen Area.
    In this Subscreen Area i want include another Dynpro, which is defined by "SelectionsDynpro".
    Is that possible??
    With Kind regards
    ETN

    Hi,
    Please check if this one is ok for your requirement.
    You say you havent been able to include a selection screen in your subscreen. What you can do is, place a table control, remove the headers and make it look like a selection screen. You can add the parameters and select options by defining it in the program and using the 'Add from Program' button. Let say you have placed a table control with three columns. Let the first column be for the selection screen text. Try to populate them in the PBO manually.
    When you are using a parameter, disable the third column cell so that it acts like a parameter. For the select option, you can leave the third column enabled, so that it acts like LOW and HIGH. For an F4 on the parameters and select-options on the table control, you can find a lot of threads on how you can implement an F4 differently for different rows and different columns.

  • Use of COMnn/NUMnn fields in infotype 0032 (Internal Data)

    Hi,
    Please advise how to use the COMnn /NUMnn fields in infotype 0032 (Internal Data). Those fields are not available as screenfields in the screens of MP003200 and also therefore available for configuration in v_t588m. Those fields look suspiciosly as being mean to provide a subview of it0105 but again not sure how that should work?
    Thanks in advance for any input!
    Regards,
    Philipp

    Hi Philipp,
    The fileds you are referring to are not showing on my system either.
    Yet, we are only talking about dynpro 2000, aren't we ?
    If they are not present on the screen, there is no way to show them through customization.
    If you want to use them, one approach would be to create a custom-specific subscreen and add the standard field in it (I already did that in the past).
    There is a 2306 dynpro with a Q-structure that seems to use some of these fields.
    Best regards,
    Guillaume

  • I need information about Web dynpro ABAP Exception : ICF Service Node

    I need information about Web dynpro ABAP Exception :
    ICF Service Node "/sap/bc/webdynpro/sap/abcd/undefined" does not exist.
    Here abcd is application name.
    ICF Service Node exists and activated but kindly let me know from where "undefined" is coming .
    Please let me know your comments /views about  this.

    Hi,
    I think ur webdynpro service is not active after upgradation.
    You have manually activate it.
    Go go Tcode SICF,Execute the Initial screen,
    and in this new screen give service  as your application name and click on filter.
    You will get your service below which will be ur application name .
    right-Click on the deactivate and activate it or just activate it,.
    This shd work

  • Information about Web Dynpro

    Hello!
    I would like to ask you all about sources to learn web dynpro. I did some research for myself and found pieces of information like the "Tutorial for Beginners" of Web Dynpro SDN area and a pdf at SDN with pieces of information from the sap help, but I would like to get some insight of Web Dynpro.
    Thanks in advance.
    Hermano

    Hi
       I hope this will help..Also there are lot of thread aboud this tutorials.
    WDA in SAP Help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/3545415ea6f523e10000000a155106/frameset.htm
    Web Dynpro for ABAP in SDN
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9 [original link is broken]
    Developing ABAP Applications Using Web Dynpro
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/d41b25d2216babe10000000a1553f6/frameset.htm
    Web Dynpro ABAP: Development in Detail
    http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm
    WDA Sample programs & tutorials
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Web Dynpro ABAP Demonstration Videos
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    Thanks
    Anzy

  • Authorization about Web Dynpro ABAP

    Dear all:
                 I have some problem withs the authorization about the web dynpro for abap.Please give me some advices.
    For example: In my web dynpro abap,i have two tabs,one is "upload",anthor is "preview".Now there are two users,
    in this example ,i  assume user A and user B.If user A have the authorization of "Upload",and the user B have "Preview".
    Now how can i solve the problem ?  If i do not want to use the  code to implement it , is there any solution for it ? Thank  you ~
    Best wishes !

    Hi,
    There are many ways to achieve this, but without code changes I guess this would be the easiest route:
    Create 2 application configurations: one with Upload button Hidden and other with Preview Button Hidden.
    Now to run you application you have 2 URL's by vritue of 2 application configurations.
    Give the appropriate URL to required set of people.
    Learn more about [App Configuration Here|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/media/uuid/af5e19e7-0b01-0010-37af-bc816f9a240c]
    Hope this helps.
    Regards
    Manas Dua

  • Anything new about abap web dynpro?

    Hi out there!
    (First, I'm sorry: I know, this question is related to Web AS General-forum, but I think, I wouldn't get any answer there.)
    Is there anything new about abap web dynpro? Just saying wait for nw05? No nice preview/minisap/promotion? Perhaps documents in service.sap.com? I read, it is used in some ramp-ups for ecc 05 (neither knowing, what it is). Is there nothing to say about? Is it drag&drop deployment like java webdynpro or more coding like mvc-"Basteln" in abap/bsp? Are BSP-Extensions used there? Something exiting new?
    That are enougth questions for starting.

    Brian McKellar is gonna lock this thread:-)
    Anyway you can find some info about WebDynpro for ABAP in the Teched 2003 presentations in SDN and there is a quite detailed overview with examples in the Online help.
    For the linux version of NW'04 MiniSAP the non-supported version ABAP Dynpro is available....anyway for MiniSAP you don't get support;-)
    Peter
    Ps: "Something exiting new?"
    The whole thing is something really exiting!!!

  • About Adobe Form and Web dynpro Java development

    Hello experts,
    We had  a requirement to display different Adboe Forms dynmaticlly in Web dynpro Java application.
    There is only one Web dynpro Java application, but 10 Adobe Forms . If user "a" access the application ,display form 1 ; if user "b" access the application , display form 2 ;  if user "c" access the application , display form 3.... just like this.
    There are about 30 fields in BAPI which Web dynpro Java application called . Form 1 mapping to field 1 to field 3, Form 2 mapping to field 4 to field 6, Form 3 mapping to field 7 to field 9 ....
    Is it possible ? If it is possible , could you please give me a solution ?
    Thank you in advance !
    Best Regards,
    Louis

    Siva,
    I referred to the website, but still having issues with generating tables in Adobe Form. I can get all the table rows in the adove form, but the pdf doee not add new pages to display all the table rows. It just createa one page with the table inside it, display few of the rows and truncates rest of the table data.
    Here is the heirarchy of the page with the properties set
    Master Pages ---
            ||--> Page 1
                     ||--> content area
                     ||--> subfrom (properties:: Content - Flowed / Flow direction - top to bottom...pagination tab is greayed out completly)
                                ||--> Table
                                          ||--> HeaderRows (Object: Row - Type: Header Row)
                                          ||--> Row1 (Object Tab/Binding: Repeat Row for each data item - checked)
    Can't make it wor, not sure what's wrong here
    I am using NDS 7.0 SP18 and Adobe LiveCycle 8.0. Does that could be a problem.
    Appreciate your help
    John

Maybe you are looking for