Regarding SY-UCOMM from a subscreen.

Hi All,
I am calling a screen from a subscreen by using a push button.
Issue : suppose SY_UCOMM when push button is pressed is TEST.
When I press it , it takes to called sceen and in this screen SY_UCOMM changes.
But , when I return control to my subscreen, I get SY_UCOMM as TEST.
Please let me know the cause for the same.
Thanks in advance.

hi,
first clear the Sy-ucomm or ok_code in PBO..
and check again..
and also check for enter do you assigned and function code or not in se41...
if you donot any function key or code for enter the old sy-ucomm will be still there.
soclear the Sy-ucomm or ok_code in PBO..
i think from sub screen you can not call the another screen..
but you can call the transaction..
Regards,
Prabhudas

Similar Messages

  • Is there any update regarding Apple maps from Apple...?

    is there any update regarding Apple maps from Apple...? I live in sydney. I Know there are lots of issues with Apple maps but i reported more than 3 issues and i could see there is no resolution for those issues ?

    Apple does not broadcast anything.   The audio encoding options selected for content is controlled by the services the content comes from.  Apple just distributes content they are provided with.  I am not 100% sure but I believe the current ATV only supports 5.1 so it is pretty likely 7.1 could not be supported with out a new ATV device update, and they have not updated ATV in about four years now.   Starting to wonder if they are going to.   They used to own this market and now have pretty much lost it.   You might check Amazon Fire.   I think it might support 7.1.   I finally gave up on waiting on Apple and bought one and am mostly happy with it.

  • Question regarding Polling data from database using DB Adapters in BPEL

    Hi,
    I have the following question regarding Polling data from database using DB Adapters in BPEL -
    If I am selecting data from multiple tables/view to ultimately generate hierarchical xml document, is there a way that I specify polling all of these tables/views. Is polling limited only to one table/view?
    Thanks
    Ravi

    Hi Ravi,
    your question seems to have been answered for the question of polling a set of tables with one as the root, and getting back a hierarchical xml representing multiple related tables.
    However you can also poll for changes to both the root table and its related tables. Not sure if this was your question or the one already answered. If the former please check out the sample
    bpel/samples/tutorials/122.DBAdapter/advanced/polling/PollingForChildUpdates
    Thanks
    Steve

  • Issue in WAD 7.0 regarding opening document from MIME repository

    Hi Experts,
    I am facing an issue in WAD 7.0 regarding opening document from MIME repository..
    My requirement
    I want to have a button , on clicking of this button one excel file ( already located at MIME Repository) should open in a new window.
    To achieve the same, I have added one button. and also added one java script web item in my web template.
    And as per my understanding, I need to write command/code in the script web item.
    I have tried with several standard commands available, but not yet succeeded.
    Please suggest the appropriate command or code , that I can put into the java script web item.
    Also please provide me, if there is any other solution.
    Thanks and Regards,

    I think you might be posted in the frong forum, what is WAD 7?
    this forum is for WebIntelligence related questions, part of Business Objects software suite.

  • WAD 7.0 issue regarding opening document from MIME repository

    Hi Experts,
    I am facing an issue in WAD 7.0 regarding opening document from MIME repository..
    My requirement
    I want to have a button , on clicking of this button one excel file ( already located at MIME Repository) should open in a new window.
    To achieve the same, I have added one button. and also added one java script web item in my web template.
    And as per my understanding, I need to write command/code in the script web item.
    I have tried with several standard commands available, but not yet succeeded.
    Please suggest the appropriate command or code , that I can put into the java script web item.
    Also please provide me, if there is any other solution.
    Thanks and Regards,
    Biswarup Ghosh

    Yes I tried it at first with Script Item but it did not work. I am not sure how should I change the path because of the portal:
    "/sap/bw/Mime/Customer/.../file.htm" - this path is not working anymore
    Another option that you mentioned I do not want to use. I have about 20 different html files in MIME repository so I would have to create 20 different web application. I do not like this solution.
    Regards
    Erwin

  • This question regarding sending mail from sap

    hi to all,
    this question regarding sending mail from sap
    rt now iam able to send mails from 500 clint, what r the setting i need to do send mails from my another client 700,
    iam using ecc 6.0 with sql database
    regards,
    krishna
    Moderator message: FAQ, please search for available information before asking.
    locked by: Thomas Zloch on Aug 16, 2010 2:11 PM

    hi to all,
    this question regarding sending mail from sap
    rt now iam able to send mails from 500 clint, what r the setting i need to do send mails from my another client 700,
    iam using ecc 6.0 with sql database
    regards,
    krishna
    Moderator message: FAQ, please search for available information before asking.
    locked by: Thomas Zloch on Aug 16, 2010 2:11 PM

  • Regarding Sy-ucomm value for Enter.

    Hi All, In PAI of screen i have the following code, BUt when i press enter , the conttrol did not go in the following case .
    case sy-ucomm
    WHEN  'ENTR' OR ''.
          IF b_unit IS NOT INITIAL.
            CLEAR  wa_tbgl.
            SELECT SINGLE * FROM zf112409gl_map INTO wa_tbgl
              WHERE b_unit = b_unit.
            glaccount = wa_tbgl-l_gl_acc .
            gldesc = wa_tbgl-desc_lgl .
            b_unit = wa_tbgl-b_unit .
            sapglaccount =  wa_tbgl-saknr .
            SELECT SINGLE txt50 FROM skat INTO txt50
              WHERE saknr = sapglaccount
              AND spras = 'EN'.
         sapgldesc = txt50.
            else .
              MESSAGE 'Please enter the required field' type 'I'.
          endif.
    Please give me the  step to follow.
    rgds,
    Premraj

    Try as;
    When 'ENTER' OR SPACE.
    Regards
    Karthik D

  • Problem regarding sy-ucomm

    hi all,
    i want to know what does this statement mean?
      IF sy-ucomm EQ 'Percentage 001'
    thanks,
    Poonam
    Edited by: Poonam Naik on Sep 22, 2008 4:02 PM

    Hi poonam,
    In UI programming Sy-Ucomm is the system field which always holds the User Command(Function Code).
    So in your code segment the If condition is checking whether the user has performed the action mentioned by function code '% 100'. If its true the statements inside the If will be executed , otherwise the next statement after the corresponding ENDIF will be executed.
    Suppose, If Fcode '% 100' is assigned to a button which calculates percentage then the given code check whether the user has pressed that button.
    Hope i have cleared your doubt.
    Regards
    Karthik D
    Edited by: Karthik D on Sep 22, 2008 7:49 PM

  • Problem regarding accessing values from IBM Tivoli Directory Server

    hi,
    I am able to retrieve the values from ITDS.
    But the problem is when retrieving userPassword attribute value.
    Actually when i enter the userid and password in an html page and try to retrieve the corresponding user information from ITDS then it gives me exception
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:358)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    root cause
    java.lang.NullPointerException
         org.apache.jsp.Report_jsp._jspService(Report_jsp.java:74)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    note The full stack trace of the root cause is available in the Tomcat logs.
    While it is working fine for other attributes like mail etc.
    Is it somewhat related to encryption of password.
    How can it be solved?
    Thanks

    Hi!
    pls see http://help.sap.com/saphelp_nw70/helpdata/EN/44/0761cea5c610b3e10000000a11466f/frameset.htm
    if the users shall be created in the LDAP directory the UME datasource configuration has to be read/write.
    Regards
    Michael

  • Capture SY-UCOMM from IC Web Client in SAP R/3

    Hi Experts,
    I have a requirement in which i am Changing Requested Delivery Date in CRM IC Web Client, when i save the Sales Order in CRM IC Web Client , Based on date the Corresponding Field in VBAK-KVGR2 has to be Updated.
    When the Order is created through IC Web Client , the User Exit USEREXIT_CHECK_VBAK is triggered and i have put a condition SY-TCODE is initial and T180-TRTYP = 'V'  and then Checking SY-UCOMM = SICH  currently the SY-UCOMM is getting cleared and because of this i am not able to change the VBAK-KVGR2 field.
    Is there any other way to capture the SAVE button Command from IC Web Client in USEREXIT_CHECK_VBAK .

    look at blog
    /people/raja.g/blog/2007/01/24/displaying-r3-transaction-in-icwc-application

  • Regarding reading data from a file in the application server.

    Hello Everyone,
    My question is:
    The file in the application server consists of data with header, detail and trail out of which the detail contains the main information. The detail again contains the data in the form of a continuous string and again some spaces corresponding to a single record. I need to split the data in the internal table in such a way so that the first few characters get into field-1 of the target internal table. Again I need to consider the spaces for accessing the data for filling up in field-2. How do I decide on the 'Split' statement and specially when the whole string has to be taken care of as contatining data in a single string format without space and again some data after some spaces corresponding to a single record.
    Your help is very much needed. Thanks to all the experts in advance.

    Hi
      This is the sample code I was used for the similar requirement.
    DATA: single_line TYPE string .
    v_file_listings = pa_filn1.
    IF v_file_listings IS INITIAL .
    MESSAGE e039 WITH v_file_listings.
    ENDIF.
    *-- read file, split lines into fields and put data into table
    OPEN DATASET v_file_listings FOR INPUT IN TEXT MODE ENCODING NON-UNICODE. "Opening the files
    IF sy-subrc EQ 0.
    DO.
    READ DATASET v_file_listings INTO single_line. "Reading the content of file into line
    IF sy-subrc = 0.
    IF sy-index > 1. "skip header-line
    SPLIT "Split the content of line into work area
    single_line
    AT k_split
    INTO
    wa_listings-kschl " Condition type
    wa_listings-tabname16 " Condition table name
    wa_listings-vkorg " Sales organisation
    wa_listings-kunnr " sold-to party numberor ship-to party number
    wa_listings-matnr " Material Number
    wa_listings-kodatab " Valid-from date
    wa_listings-kodatb1. " Valid-to date
    APPEND wa_listings TO itab_listings. "Appending Work Area to internal table
    ENDIF.
    ELSE.
    EXIT.
    ENDIF.
    v_count1 = sy-tabix.
    ENDDO.
    Regards,
    Sreeram

  • License key question with regards to upgrading from 7/8.1 to 10

    Hi, I hope I've posted my question in the right area of the forum:
    I understand that Windows 10 will be a free upgrade for Win7/Win8 users.
    That's really wonderful but I was wondering what the exact mechanism with regards to our 7/8 license keys. Here's a couple examples to clarify my question:
    first, example: I have Windows 7 Pro license and say I upgrade to 10 within the first year. Let's say I need to reinstall Windows after that first year is finished will I still be able to use that same license key I used to upgrade 7 to 10 to install a fresh
    copy of Windows 10 or will I need to purchase a new license because the year is elapsed? 
    Here's another scenario. I upgrade to Windows 10 from 7 and after trying Windows 10 for while, I decide to uninstall 10 and go back to 7... because I'm crazy like that.... Will I be able to use my original Key for Windows 7 or is the upgrade a one way road:
    where the 7 key turns into a Windows 10 key and can no longer be used to activate Windows 7?
    Thanks for the feedback!

    Hi Momashi
    Here's another scenario. I upgrade to Windows 10 from 7 and after trying Windows 10 for while, I decide to uninstall 10 and go back to 7...
    because I'm crazy like that.... Will I be able to use my original Key for Windows 7 or is the upgrade a one way road: where the 7 key turns into a Windows 10 key and can no longer be used to activate Windows 7?
    If you Upgrade to Windows 10 and do not like it, for whatever reason.
    Before you upgrade to Windows 10.
    Create an image of windows 7 to an external HD and a recovery CD, using windows 7 Backup and Restore.
    You can re-install windows 7 in the SAME SYSTEM using the recovery CD without using  a key.
    Hope it helps
    Where did you get your outlandish information about a Windows 7 key turning into a Windows 10 key?  Nothing in the past has ever happened like this before, so what makes you think it will happen with Windows 10?
    My Windows ME did not turn into a Windows XP key!
    My Windows XP key did not turn into a Windows Vista key!
    My Windows Vista key did not turn into a Windows 7 key!
    And so on!
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • RE: Help required regarding to upgrade from R/3 4.6c to mySAp ERP 2005

    Hi there
    I need help as we are planning to upgrade from R/3 4.6C to my SAP ERP 2005, I need the help in the context that
    . How much it will effect the prevoius functionalities, business processes user exits, reports, transactions and etc which thing one should have to keep in mind I need an general overview on this.
    2. What is the SAP best practice for Upgrade.
    3. Which things should be consider before upgrade.
    Thanks and Kind Regards
    Sohail

    Hi Sohail,
    For functional improvement between the releases you can find information in the release notes for example http://service.sap.com/releasenotes
    Also you can find http://service.sap.com/upgrade for very useful entrypoint for any information regarding upgrade.
    For more information, please check this links.
    http://www.sap.com/solutions/business-suite/erp/pdf/BWP_ERP2006_Upgrade.pdf
    http://www.sap.com/solutions/business-suite/erp/index.epx
    https://websmp103.sap-ag.de/~form/handler?_APP=00200682500000001266&_EVENT=DISPLAY
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Regarding RFC Communication from SAP R/3 to SAP J2EE Engine 6.40

    Hello,
         We have an application deployed in SAP J2EE engine 6.20. From SAP R3 (SAP R/3 version is 6.4C), We are communicating to the application deployed in SAP J2EE Engine 6.20 using RFC protocol. EJB module (Deployed in SAP J2EE Engine 6.20) which is being invoked from a Function Module using RFC protocol has the same name as the Function Module name. We were able to communicate to SAP J2EE Engine 6.20 this way.
         Currently, I have deployed the same application in SAP J2EE Engine 6.40.  I have followed the same procedure which i have used while depolying and working with SAP J2EE Engine 6.20. But, it is not working, and i was not able to communicate to SAP J2EE 6.40, the same way i did in SAP J2EE Engine 6.20. 
       Please let me know whether the procedure for communicating to SAP J2EE Engine 6.40 has changed in comparison with SAP J2EE Engine 6.20.
    Also,Any pointers regarding RFC and JCO implementation in SAP J2EE Engine 6.40 willl be helpful.
    Thank you.
    Regards,
    -Shabir Rahim.

    Hello ,
          The Connection in sm59 is established successfully> there were no Error thorwn in SAP when testing the connnection. But when i am making background call using a Function Module in SAP R3, the calls reaches Application deployed in SAP J2EE Engine 6.40, But it is failing with the error as,
    #1.5#005056A24413003C000000240000126000042853BD899290#1170240034258#/System/Server##com.sap.engine.services.dsr####sstra902_IPC_2629150#Guest#6813e650a93f11dba9f5005056a24413#Thread[JCO.ServerThread-1,10,SAPEngine_System_Thread[impl:5]_Group]##0#0#Error#1#/System/Server#Plain####
    #1.5#005056A244130042000000000000126000042853CFDB80F8#1170240341655#/System/Server##com.sap.engine.services.dsr#Guest#2####322aaa71b11811db85e1005056a24413#SAPEngine_Application_Thread[impl:3]_36##0#0#Error#1#com.sap.engine.services.dsr#Java#DSR_36#com.sap.engine.services.dsr.res.DSRResourceBundle#Error while taking over external passport null#1#null#
    #1.5#005056A244130042000000030000126000042853CFDB86BD#1170240341671#/System/Server##com.sap.engine.services.jndi#Guest#2####322aaa71b11811db85e1005056a24413#SAPEngine_Application_Thread[impl:3]_36##0#0#Info#1#com.sap.engine.services.jndi#Plain###Incorrect name parameter rfcaccessejb//DCEUR/Z_AIS_IPC_CFG_PRICE in naming operation.#
    #1.5#005056A244130042000000040000126000042853CFDB8745#1170240341671#/System/Server##com.sap.engine.services.jndi#Guest#2####322aaa71b11811db85e1005056a24413#SAPEngine_Application_Thread[impl:3]_36##0#0#Info#1#com.sap.engine.services.jndi#Plain###Incorrect name parameter java:rfcaccessejb//DCEUR/Z_AIS_IPC_CFG_PRICE in naming operation.#
    #1.5#005056A24413003C000000280000126000042853CFDBC4AA#1170240341686#/System/Server##com.sap.engine.services.dsr####sstra902_IPC_2629150#Guest#6813e650a93f11dba9f5005056a24413#Thread[JCO.ServerThread-1,10,SAPEngine_System_Thread[impl:5]_Group]##0#0#Error#1#/System/Server#Plain####
    Here, //DCEUR/Z_AIS_IPC_CFG_PRICE is the Funcrtion module name in SAP R/3 6.4C.
    Also Please let me know whether is there any Operating Differences between WAS 6.20 and WAS 6.40, for JCO/RFC based Communication( ie Comunicating with WAS 6.40 from SAP r/3 using RFC Protocol). Any materials and Information on how to work on SAP J2EE Engine 6.4 will also be very helpful.
    Thank you.

  • Regarding the upgradations from the bw3.5 to bi7.0 reporting

    Hi Experts,
                       Can any one help me how i have to upgrade the  reporting tool from the sap-bw 3.5 to sap-bi7.0 . right now allready we are having the sap-bw 3.5 version right now i want to upgrade it to the sap-bi 7.0 .I need clearly with the help of the steps.
                                                    Bye.

    Hi Vijay,
    please check the following links:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6a19f233-0e01-0010-6593-c47af5a8df3b
    https://www.sdn.sap.com/irj/sdn/event/webinars?rid=/library/uuid/90d58e76-e1b0-2a10-8b89-af8ceacf4b09
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/472443f2-0c01-0010-20ab-fbd380d45881
    /message/2082536#2082536 [original link is broken]
    Regards
    Erwin
    Edited by: Erwin  Buda on Feb 9, 2009 11:35 AM

Maybe you are looking for

  • Opening balance very urgent....

    Hi Experts, Plese could anyone give me logic for How to calculate Opening balance and Closing balance for perticular period? Thanks in Advance... sudha.

  • 'REUSE_ALV_GRID_DISPLAY' Excel-download without dialog

    Hi everybody, we have a couple of reports displayed in dialog mode by using FM 'REUSE_ALV_GRID_DISPLAY'. Now the question arose if there might be a possibility to perform an Excel-download NOT by pressing the dialog function button but instead with p

  • PSE_11 and Aperture_3

    How to roundtrip from PSE 11 to Aperture 3 after editing?

  • Setting Look and Feel gives error

    Hi, I get error when I use, JFrame.setDefaultLookAndFeelDecorated(true); cannot resolve symbol symbol: method setDefaultLookAndFeelDecorated (boolean) location : class javax.swing.JFrame      JFrame.setDefaultLookAndFeelDecorated(true);      ^ 1 erro

  • Pictures resolution in InDesign

    So I am not talking about resampling images in InDesign. But I have a question related to the resolution of pictures as InDesign sees it. I have some photos in JPEG format I want to use in InDesign, not scaled, not anything. All same dimension (pixel