ABAP User Interface problem

Hi All,
My Screen consist of 3 Input/Output Field and a Radio button group which consist of 8 radio button.
Problem 1:
When select a radio button, 2 of the Input/Output Field data that was define previously was clear and 1 of the Input/Output Field data still remain.
Problem 2:
Data was enter in the 3 Input/Output Field. When i submit,  the program will validate the 1st Input/Output Field. When it validate, the 2 of the Input/Output Field data was clear off.
How to prevent the data being clear off?
Code Sample:
==============================================================
Flow Logic
==============================================================
PROCESS BEFORE OUTPUT.
MODULE STATUS_9000.
PROCESS AFTER INPUT.
CHAIN.
    FIELD:
      TB_OBJECTID,
      TB_LOADID,
      TB_LOADDESC.
   MODULE USER_COMMAND_9000.
ENDCHAIN.
==============================================================
==============================================================
ABAP Program
==============================================================
REPORT ZTEST_RADIOBTN.
DATA: TB_OBJECTID(20) TYPE c,
      TB_OBJECTDESC(100) TYPE c,
      RB_STEP1(1) TYPE c,
      RB_STEP2(1) TYPE c,
      RB_STEP3(1) TYPE c,
      RB_STEP4(1) TYPE c,
      RB_STEP5(1) TYPE c,
      RB_STEP6(1) TYPE c,
      RB_STEP7(1) TYPE c,
      RB_STEP8(1) TYPE c.
  START-OF-SELECTION.
    CALL SCREEN 9000.
" Main Screen - PBO.
MODULE STATUS_9000 OUTPUT.
   SET PF-STATUS 'MAIN_SCREEN'.
  SET TITLEBAR 'MAIN_SCREEN'.
ENDMODULE.
" Main Screen - PAI.
MODULE USER_COMMAND_9000 INPUT.
   CASE sy-ucomm.
     WHEN 'EXIT'.
       LEAVE PROGRAM.
     WHEN 'BACK'.
       Leave to SCREEN '0'.
     WHEN 'EXECUTE'.
       CASE TB_OBJECTID.
         WHEN '1'.
           TB_OBJECTDESC = '1'.
         WHEN '2'.
           TB_OBJECTDESC = '2'.
         WHEN OTHERS.
           TB_OBJECTDESC = 'Invalid Input'.
       ENDCASE.
       PERFORM validate_ObjectID.
   ENDCASE.
ENDMODULE.
FORM validate_ObjectID.
  IF TB_OBJECTID IS INITIAL.
   SET CURSOR FIELD 'TB_OBJECTID'.
   MESSAGE e000(ZSCSDM_MSG) WITH 'Please define Object ID'.
  ENDIF.
ENDFORM.
Best Regards,
Rayden

Hi Ray,
         The issue seems to be that there is no varaible decalred in your top include to hold the values of the screen variables.
Concept is that on any user actio like an 'Enter' etc causes the flow logic ( PBO & PAI ) to be executed. So during these first the system transfers the screen field values to the available variables ( Only if it finds any .. so declare variables in Top Include with same name.)
Later during PBO execution it transfers the values back from variables in Top include ( Local variables ) to the screen field.
<b>On User Action :
PAI Executed    => Screen Values --> Local Var.
then
PBO Executed  =>  Local Var     --> Screen Values.
This is the flow concept.</b>
<i><b>Reward Points if useful .</b></i>

Similar Messages

  • CS6 Hi Resolution Screen User Interface Problems

    I have a new Lenovo Yoga 2 laptop which has a native resolutions of 3200 x 1800. When I install the CS6 suite on this laptop, the user interfaces are too small to be seen.
    Here are some screen shots. Oddly enough, inDesign is the only application that looks proper.
    Photoshop
    Illustrator
    Dreamweaver
    InDesign
    I've tried to find a solution to this but I can only come up with "Retina" based fixes... Have you guys made these fixes for PC users?

    I have the same computer and have patiently waited for the fix.... what a waste of time!!! This is absolutely incredible that a company that wants to compete in the graphic software market will not support resolutions which are rapidly becoming the standard... ADOBE your non-support is an absolute disgrace to your customers that spend money on your software....

  • DNG Profile Editor User Interface problem

    Either it's a major UI blunder or I don't understand what I'm doing, which is very possible.
    Per tutorial 3, I use an image of the cc shot at something approaching 6500K. Convert to DNG, fire up DNG PE, set base profile to Adobe Standard Beta 1 (for D300), set the color table to 6500, and load up the CC image and white balance. Now I click on each of the 18 color patches (not using wizard) and export the profile.
    My expectation is now I have a new base profile that's been customized at the 6500 end but left alone at the 2850 end. However, I didn't notice that "Edit Both Color Tables Simultaneously" was checked in the option menu, so the exported profile has had both tables modified, which makes no sense. Please get rid of the option line and add a third choice to Color Table, or something less confusing than the present approach, or am I mis-understanding what is going on.
    Richard Southworth

    Eric,
    One last question and I promise to lay off (for a while).
    My goal is to modify one of your profiles, say the Adobe Standard Beta 1, for my camera by tweaking only the 6500 section. I created an image of the CC at something near 6500K, converted it to DNG, then brought it into PE. I unchecked "Modify Both Color Tables Simultaneously", set the Color Table to 6500, and ran the wizard. I then changed the base profile from Color Checker to Adobe Standard Beta 1 and exported a new profile.
    Have I successfully tweaked the 6500 end of the Adobe profile, or am I fooling myself? I compared the exported profile with the Adobe Standard Beta 1 on several images, and could see some slight but distinct differences, particularly in the blues.
    Thanks again,
    Richard Southworth

  • User Interface Problem : Dropdown does not dissapear on window close

    Hi all,
    I am seeing a strange behaviour in dropdowns on popup windows.
    1. Open a window with a dropdown attached to it.
    2. Select the dropdown so that the dropdown values become visible in the menu.
    3. Close the window through an action / button.
    See that the dropdown menu is still enabled and onscreen despite the container no longer being visible.
    Is there a call that needs to be made prior to closing the window to ensure that all its subcomponents are gone? This is on sp6.

    Armin is right. It is a CSF bug..I have seen this error. But this error wasn't consistent in my app..

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • Freeze problem in user interface initiatilisation after all NVDIA update and 8.0.1

    I just received Pre 8 and installed it
    When starting the various modules
    - Organiser works more or less fine (it crash when it looks at my folders with 28000 pictures), but it works when doing import folder by folder
    - but when I am starting a new project
    I never get to the user interface of the software
    I get a small red dot and when clicking problem with your driver
    I have already looked at the forum
    updated at NVidia site
    I am running a
    Dell Inspiron 1720
    Windows 7 , 64 bits, French
    4 GB RAM
    NVIDIA 8600 M GT
    latest NVIDIA driver from July 2010 (version 258.96)
    Installed PrE 8 French from the DVD
    upgraded to 8.0.1 from the Adobe website
    I can not use any of the software function as the screen is fully black and I only see the top level menus
    theoptions are availalbe but non of them is working
    and the message atbottowlefttays at user interface initialisation
    Thanks

    I've never set Portuguese, so I really don't know what to tell you. It would be my presumption, though, that this sort of feature would be handled in the World-Ready Composers, but clearly there is either a bug or I'm mistaken, or both.
    I would suggest you file a bug report at Adobe - Feature Request/Bug Report Form, though I doubt there will be a fix.

  • User interface template substitution tags problem

    Portal 9.0.2.0.3 (Upgraded from 9.0.2.2.14A)
    Hi all,
    I am designing an unstructured user interface for use with my portal reports.
    I have located a help document called 'Unstructured user interface template substitution tags' from the standard portal help pages.
    My problem is that only a few of these tags are actually being substituted for their correct values when I run my reports. For example the help document says the #PAGE.CUSTOMIZEPAGE# tag should be substituted with HTML text hyperlink to the customize page dialog. On my report this tag and the majority of others are substituted with a blank line.
    Any ideas?

    Same problem exists with the #TITLE# tag. However, SOMETIMES (I don't know how or why) the tag shows up. If I find out what the secret is, I'll let you know.
    Anyone else have any input?
    Pat Murray

  • Problem in Configuring the Object Editor User Interface

    Hi,
         I m using NetWeaver 7.0.11 & facing the problem in Configuring the Object Editor User Interface.In the Configuration Browser ,when i click on Object Editor & choose New Configuration & try to select service,it shows the flollowing error:
    com.sap.caf.rt.exception.CAFBaseRuntimeException: Service manager initialization failed Illegal argument exception: Unable to create javax.ejb.EJBObject.
         at com.sap.caf.rt.ui.cool.generic.ServiceFacade.init(ServiceFacade.java:121)
         at com.sap.caf.rt.ui.cool.generic.ServiceFacade.<init>(ServiceFacade.java:50)
         at com.sap.caf.rt.ui.cool.generic.ServiceFacadeFactory.getFacadeInstance(ServiceFacadeFactory.java:51)
         at com.sap.caf.ui.utils.cool.CoolUtils.getServiceFacade(CoolUtils.java:123)
         at com.sap.caf.ui.ptn.objecteditor.ObjectEditorCC.getServiceFacade(ObjectEditorCC.java:505)
         at com.sap.caf.ui.ptn.objecteditor.wdp.InternalObjectEditorCC.getServiceFacade(InternalObjectEditorCC.java:245)
         at com.sap.caf.ui.ptn.objecteditor.config.OEconfiguratorLayout.onActionSelectModule(OEconfiguratorLayout.java:322)
         at com.sap.caf.ui.ptn.objecteditor.config.wdp.InternalOEconfiguratorLayout.wdInvokeEventHandler(InternalOEconfiguratorLayout.java:300)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Can anybody please tell,what can be the problem?
    regards
    Sumit

    Hello Sumit
    This is most probably the result of metadata corruption on runtime.
    A possible workaround for this situation is:
    Undeploy all the metadata DCs of all the CAF applications you have
    deployed (these are the components which names end on "/metadata", excl.
    caf/core/metadata and caf/tc/metadata (which are part of CAF itself)).
    And then deploy the CAF applications again.
    Regards,
    Désiré

  • NSNumberFormatter problems in user interface

    Hi guys.
    I have number formatters applied to some text fields in my user interface. They work fine generally. The only problem is, if I put in a number, then move onto the next field, and then go back and get rid of that number, the text field requires I enter a '0' instead of being able to leave it blank.
    Does anyone know of a way to get a number formatter to accept a blank?
    FYI - I am setting these number formatters up in Interface Builder, and have no minimum value set.
    I'd appreciate any help you could offer.
    Thanks,
    Ricky.

    You can try overriding UITextFieldDelegate
    – textField:shouldChangeCharactersInRange:replacementString:
    Check if the replacement string is a space. If so, accept it and if not call super. You will need to implement this in the class that you use as the text field delegate.

  • Fundamental User Interface Refreshing Problem with Acrobat X

    After installing Acrobat X (both
    Reader and Standard) I got the problem that over time the refreshing of user interface elements stops,
    which means that Acrobat gets into a state, where you can't see parts of the toolbar (and search button) any longer.
    I'd assume that this might have to do something with my combination of operating systems, grafic chip and or the
    new user interface framwork Acrobat uses now (I guess at least it changed, but don't know details).
    Updating to the newest grafics driver didn't help.
    This problem only occurs in Acrobat X applications on my machine.
    Does anybody have the same problem?
    Does anybody have an idea what might go wrong?
    Here is my data:
    - Windows 7 Pro
    - NVIDIA Quadro NVS 135M
    BTW, it seems I can't switch back to Acrobat Std 9 because after installing Acrobat X with a new
    serial number, the old number is reported as invalid if I remove Acrobat X and try to install Acrobat 9 again.
    So, if somebody has a solution there...

    Anyone have any ideas?James

  • I am facing problem regarding graphical user interface. I am using text box for editing files. I want to show the line numbers and graphical breakpoint​s along with text box. Can anybody help me in this? Thanks.

    I am facing problem regarding graphical user interface. I am using text box for editing files. I want to show the line numbers and graphical breakpoints along with text box. Can anybody help me in this? Thanks.

    Thanks for you reply.
    But actually I don't want to show the \ (backslashes) to the user in my text box. 
    Ok let me elaborate this problem little more. 
    I want to show my text box as it is in normal editors e.g. In Matlab editor. There is a text box and on left side the gray bar shows the line numbers corresponding to the text. Further more i want that the user should be able to click on any line number to mark specific line as breakpoint (red circle or any graphical indication for mark). 
    Regards,
    Waqas Ahmad

  • Problem in designing user interface

    Hi
    I am new to weblogic workshop.Please guide me regarding designing user interface.I had tried form weblogic help but i wasn't able to do it .I am giving the whole form below .i need to finish it asap,please reply
    " REQUESTOR INFORMATION(with black background)
    Date Phone no
    Requestor Name Phone NO
    Alternate contact name
    {all text boxes}
    WEB APPLICATION INFORMATION(with black background)
    Applicatiion name
    Description
    {text boxes}
    environment A() b()
    {check boxes}
    INFORMATION OWNERS(with black background)
    NAME TITLE
    1
    2
    SSO GROUPS(black backgound)
    some more fields)
    SUBMIT BUTTON
    {SHOW BUTTON}
    the following fields are hidden ,they get showed only after i press SHOW BUTTON
    RECEIVED BY
    TICKET NUMBER(any random number generated)
    COMPLETED BY
    {all text boxes}
    Looking forward for a favorable reponse from your side

    Maverick
    It is not possible to post the codes for your requirement.Also you have not mentioned whether you want to use this web app for portal application or simple web application which will be running on weblogic server.
    If you are using portal application
    the JSPs will be the part of JPF(Java Page Flow)
    If you are using web application
    You have to create jsp in weblogic workshop.
    You can use weblogic workshop help to do that
    Also you can find help on www.edocs.bea.com
    Regards
    Bishnu

  • Abap+java abap-user and portal-role PROBLEM?? help

    We have the ABAP+java add-on install.
    The UME is by default ABAP engine.
    From Portal:
    1 I create a portal user, it ALWAYS creates ABAP user in ABAP engine.
    2. I create a portal role, it creates a role in the Portal.
    3. When I assign the user this portal role,
    having worksets and pages,
    I get no pages or worksets shown in the portal page as soon
    user logs in.
    Can you help configure this so that I could see the pages and iviews inside this workset when user logs in.
    Thanks  a lot.

    Hi Mike,
    You did right,
    Just check the Entry Point Property of your iView, page and workset to YES
    there are two radio buttons yes and no select the yes one,
    you can see your pages afte rlogin with the new user.
    Regards
    Abhimanyu L

  • Problem with "Creating a user interface" ex1_02

    I was going through the exercise for creating a user interface for the Employee Portal and the window is not resizing at all when the window is adjusted. I thought I made a simple mistake somewhere but my code is exactly the same as the solution file which doesn't resize as well. I followed the instructions exactly as described (triple-checked) and tried running the web application in both Mozilla Firefox 6.0 and IE 8.
    The files and instructions mentioned can be found here: http://www.adobe.com/devnet/flex/videotraining/exercises/ex1_02.html
    Thanks in advance.

    Sorry for the delayed response.
    Are you referring to the part of the video where the browser window is resized so that the application content is not contained within the Rect component? If so, this was only shown in the video to demonstrate how the bottom of the Rect component resizes based on the browser, while the contentGroup does not resize based on browser's height.
    In the finished application, you should not see the application's height collapse. However, if you expand your browser, you should see that the Rect component is still constrained to 20 pixels from the bottom of the window.

  • Unity Connection 7.1.3 user interface webpage access problem

       I'm running Cisco Unity Connection 7.1.3.10000-68 on a vmware 1.0.8 platform in lab and I'm trying to access the user interface
    "http//:<UnityPublisher Address>/ciscopca" and I get the web error message:
    HTTP Status 404 - /ciscopca
    type: Status report
    message: /ciscopca
    description: The requested resource (/ciscopca) is not available.
       I've checked that all the sevices are activated and I can't figure out why the user interface isn't working. Am I missing something or does Unity Connection on a VMWare platform not support access to the user interface webpage?
    Thanks,
    Jim

    David,
          I had it at 1024 and I bumped it up to 2048 and now it works.
    Thank you very much!
    Jim

Maybe you are looking for

  • Can't capture due to a lack of disk space...except the disk is empty!

    Using 5.1.4, I'm attempting to capture some DV footage to an external hard drive with about 60gb free. For some reason, once FCP has captured 2 gigs worth of footage, it stops and claims there isn't enough space on the disk. My system settings show t

  • Loop in any Table of Record

    Hi Somebody know how can I to do a loop in Table in any table record ? I want to build a Generic Procedure or function tks

  • How to i get 'apple id disabled' to be 'abled'?

    someone answered this questions once, but i thought i had done everything he suggested prior to posting. i opened my husbands own apple id. i still have my own. i cannot find where in the ipad i can change the apple id info to correlate with the appl

  • Unifying different iPhoto libraries & photos not in a library

    I am still trying to fix some iPhoto issues that have cropped up due to hard drive failures. We have had 3 hard drives in about 2.5 years. We have several thousand (maybe 20K?) pictures in our library. Because it takes so long to back-up the library,

  • Adobe premiere could not find any valid editing modes error

    Hi, I am installing adobe premiere 8 and the update patch and when I click New Project I get the error message Adobe premiere could not find any valid editing modes, please reinstall and start again.  I have reinstalled, installed patch, checked for