Problem to include a subroutine in a start Rountine

Hi ,
I have to write a piece of logic in the start routine at the object level.
The logic calls the subroutine recursively.
as you all know the start routine has a form and endform
How and where  do  i write and call the recursive subroutine. Its not allowing to write the subroutine after the endform..of the start routine.
and i have no access to se38 tcode ....also  Kindly suggest.
Thanks,

I got abap devleoper role and created z function module. instead of calling a subroutine..( recursively )
This is because , the start routine (form endform ) allows to create the subroutine as a part of sap std main program. ..either include program or subroutine. i dont feel that is the good option..
So i opted to create Z function module and included that in the start routine...

Similar Messages

  • After the next updating of the browser to 13th version such problems have occured : 1. At each start of Firefox constantly there comes a window of check of addi

    After the next updating of the browser to 13th version such problems have occured :
    1. At each start of Firefox constantly there comes a window of check of additions on compatibility, that on the previous versions was not observed.
    2. To the homepage at start the page has added (http://www.mozilla.org/ru/firefox/13.0/whatsnew/?oldversion=rv:12.0) or "Ура! У вас стоит последняя версия Firefox."Besides in options the page is not changed.
    I.e. all the things happen after Firefox is updated, but only now it is constant.
    WinXP SP3

    See these articles for some suggestions:
    *https://support.mozilla.org/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    *https://support.mozilla.org/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    *http://kb.mozillazine.org/Preferences_not_saved
    It is also possible that there is a problem with the file(s) that store the extensions registry.
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to check if there is a compatibility update available.

  • There is no problem in Outlook but Lync does not start. → "Microsoft Lync cannot be started"

    hi,
    There is no problem in Outlook but Lync does not start.

    “Microsoft Lync cannot be started”
    Addtional Info:Office2007(natural
    but 32bit)is in use.
    External devices except phone are not connected.
    Not able to understand the issue. vene tried unistalled and re-install same issue.
    Is there any add-in kind of issue?

    What happens if you have no outlook.exe and any office software such as word excel or powerpoint running and then you try to launch Lync Does it still fails Can you give more detail about the error in that scenario?
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer". Regards Edwin Anthony Joseph

  • Hello I have encounted a problem with Photoshop. Normally when you start a new documant, you are given the options to have A4, A3, ect page set ups. These inbuilt page set ups seem to have disapeared, does anyone please know how to fix this? Many thanks

    Hello I have encounted a problem with Photoshop. Normally when you start a new documant, you are given the options to have A4, A3, ect page set ups. These inbuilt page set ups seem to have disapeared, does anyone please know how to fix this? Many thanks Ben  [email protected]

    Hello Trevor
    Thanks for your message. You can custom set pages but there are no preset of page sizes like A4, A3, ect. I cannot click the size preference, nothing comes up
    Ben

  • Problem with Using Spring IoC and Web Start

    Greetings Everyone,
    I have a small Swing app that runs using spring to load its dependencies. I can run it from a single signed jar file locally, and I setup my .jnlp file to try it with Web Start.
    Unfortunately, I get the following:
    java.security.AccessControlException: access denied (java.lang.RuntimePermission accessDeclaredMembers)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
         at java.security.AccessController.checkPermission(AccessController.java:546)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
         at java.lang.SecurityManager.checkMemberAccess(SecurityManager.java:1662)
         at java.lang.Class.checkMemberAccess(Class.java:2157)
         at java.lang.Class.getDeclaredMethods(Class.java:1790)
         at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:429)
         at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:412)
         at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findPersistenceMetadata(PersistenceAnnotationBeanPostProcessor.java:363)
         at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessMergedBeanDefinition(PersistenceAnnotationBeanPostProcessor.java:296)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:745)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:448)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:881)
         at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:597)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:366)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
         at org.chibgrant.main.MainPOE.main(MainPOE.java:31)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.javaws.Launcher.executeApplication(Launcher.java:1321)
         at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1267)
         at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1066)
         at com.sun.javaws.Launcher.run(Launcher.java:116)
         at java.lang.Thread.run(Thread.java:619)
    I am running build 1.6.0_13-b03. Anyone run into this before?
    Thanks for any insights...!

    I suspect you may have solved this yourself by now, but in case not.
    I've recently created a desktop application that uses Spring and is launched via Java Web Start and I did have a problem getting it to launch via Web Start until I modified my code to ensure the classloader setup is done before any Spring methods are called.
    i.e.
        // This is needed for Java Web Start compatibility.
        UIManager.getLookAndFeelDefaults().put("ClassLoader", Loader.class.getClassLoader());In may application this code is invoked in the class that starts my application (Loader) before I load anything via Spring.
    Cheers,
    Stephen.

  • I installed a buyed version of Adobe Photoshop Elements 13. But is not possible to start the programm. I can read "There ist a problem, the program is not able to start". Is someone able to helb me?

    I installed a buyed version of Adobe Photoshop Elements 13. But is not possible to start the programm. I can read "There ist a problem, the program is not able to start". Is someone able to helb me?

    Without system information and other details we can't know what might be going on.
    Mylenium

  • HT1349 Problem: my iPhone 4S (1yr old) has started buzzing for no apparent reason. I cannot stop it or turn the thing off. The screen is black and does not respond to touch. Any suggestions?

    Problem: my iPhone 4S (1yr old) has started buzzing for no apparent reason. I cannot stop it or turn the thing off. The screen is black and does not respond to touch. Any suggestions?

    Thanks, AM_Kidd, I had tried that before but I tried again and this time it WORKED!!!!
    The buzzing stopped and I have the home screen up again.
    Phew! It may be that it had been on charge for the last 30 mins.
    Whatever. Again, many thanks.

  • HT1338 Problem with MAIL, when select names that start with "E" the mail freeze. Can't fix it.

    Problem with MAIL, when select names that start with "E" the mail freeze. Can't fix it.

    Now I checked the materials that I got from AT&T Yahoo and
    port 25 is used as the outgoing mail port, 110 for incoming.
    This is for the POP type account provided by AT&T, not necessarily for an email account and SMTP server not provided by AT&T.
    Sounds like AT&T blocks using an SMTP server that is outside of their network or not provided by AT&T on Port 25.
    Try the following first.
    Go to Mail > Preferences > Accounts and under the Account Information tab for your .Mac account preferences at the SMTP server selection, select the Server Settings button below for the .Mac SMTP server.
    Enter 587 in place of 25 in the Server Port field and when finished, select OK to save the changed setting.
    If this doesn't work, we will go to plan B.

  • I have a 2007 Macbookpro and it started up with gray checkered boxes ann across the screen I tried to re load OSX and it work 1 day and started again is this a hard drive problem or Video?  Now as it starts to load a screen comes up saying to restart

    I have a 2007 Macbookpro and it started up with gray checkered boxes and across the screen I tried to re load OSX and it work 1 day and started again is this a hard drive problem or Video?  Now as it starts to load a screen comes up saying to restart over and over again

    I'd suspect this known issue:
    http://support.apple.com/kb/TS2377
    if you have a late 2007 MBP.
    The only testing you can do at home is to attach an external monitor and see if the defects repeat on the external. If so, get to an Apple store. If the computer's video chipset fails a test the Apple Store will perform, you get a free logic board replacement. Turnaround is usually one day to one week--not bad at all.
    If the defects do NOT repeat on an external monitor, then the problem is not covered by the above Repair Extension Program
    The issue is heat-triggered. Be certain that you control heat once you get it fixed. Don't use the computer in your lap without a lapboard; don't block the vents under the display hinge; don't us in clamshell mode, etc.

  • Problem matching hostname and IP address cannot start XI Design Environment

    Hello All,
    The present situation is
    >> XI installed on Sun Solaris with domain xyz.
    >> But i am using Windows to develop the XI Scenarios.
    >>if i say http://xyz:50000/rep/start/index.htm, i am not able to get the NetWeaver Page for XI
    >>but, if say http://IP ADDRESS:50000/rep/start/index.htm, then its working fine.
    The problem is when i use java web start for opening the Design platform, it starts to download the *.jar files  by specifying <hostname> xyz, hence unable to download the .jar files and hence not able to start the Design time and Configuration time Environments!
    Help Appreciated
    Regards,
    Ramesh P

    Hi Ramesh,
    Assuming you are using Windows environment, do the following in the m/c you are running integration builder:
    Go to Start->Run->Type drivers->Ok->go to folder etc->open hosts file with notepad->in the last line, set your XI Server hostname and provide the IP for the same. (An entry for 127.0.0.1 localhost will already exist in the file)->Save and Close. Now try running SXMB_IFR.
    Regards,
    Amitabha

  • How to handle different currency PO value summation in start rountine of Up

    We've got two ODSs, ODS1 for PO records and ODS2 for contract records. We feed data from ODS1 to ODS2. Multiple PO records in ODS1 could contain one same contract number which is the key in ODS2. In the update rule we select Overwrite as update mode for a key figure PO order value and our purpose is to sum all the values of this key figure up for the same contract number which is the key in ODS2 and place total summation value into the corresonding contract number record in ODS2.  In the start rountine of the update rule from ODS1 to ODS2, we've already generated the code to realize the above and the result is correct!  But you know the summation result is only correct for one unique doc currency, we are worried if both currencies of USD and CAD exist for the multiple PO records with the same contract number, then the summation would not be right.  Anyway in the code to handle this different currency thing?
    Thanks

    hi Ajay,
    The link you provided only says the following:
    "Creating a Routine for Currency Translation:
    If you want to translate currencies in the update even though the currency translation is not available for one of the above reasons, you can create a routine. Choose Routine, set the Unit Calculation in the Routine and choose  Create Routine. In the routine editor you get the additional return parameter UNIT, the value of which is used to determine the target currency.".
    I follow the above SAP help, but can't get an additional return parameter UNIT, also it doesn't tell the details on how to do the convertion.
    Thanks anyway!

  • ABAP Report with INCLUDE for subroutine.

    Dear All,
    I have ABAP report list.
    I have the following code:
    SELECT-OPTIONS: s_date FOR oijne-astdtt.
    PARAMETERS : p_time LIKE sy-uzeit DEFAULT sy-uzeit.
    SELECT-OPTIONS : s_soldto FOR oijnomi-soldto.
    in my program i have INCLUDE ZER0100F. as incude for subroutine form.
    If i put the subroutine in the include and in side this subroutine i am using the s_date or s_soldto.
    It gives me error.
    The field "S_DATE" is unknown

    Hi,
    There is no need to use Using or tables since the select option is global and will be accessible in your routine.
    E.g:
    TABLES kna1.
    SELECT-OPTIONS: s_date FOR sy-datum.
    PARAMETERS : p_time LIKE sy-uzeit DEFAULT sy-uzeit.
    SELECT-OPTIONS : s_soldto FOR kna1-kunnr.
    START-OF-SELECTION.
      PERFORM f_routine.
    FORM f_routine.
      WRITE : 'low :' , s_soldto-low.
    ENDFORM.                    "f_routine
    Regards.
    Edited by: Dev Parbutteea on Apr 29, 2009 8:05 AM

  • Problems with include jsp

    Hi... my english are not good enough but im trying to explain.
    I wanna include a url using <jsp:include tag, but my url have params.... so i know i have to use <jsp:param 4 each param.... So i did a little scriptlet that takes the url and separe each param to put it in a bidimensional array then i make a string with all the result... i mean... <jsp:inlcude page="relative URL" flush="true"><jsp:param name="hi" value="2"/>... next param... next param... </jsp:inlcude>.... i write the string at the jsp but it seems doesnt work.. this i made it with a document.write...
    the problem here is... the string its ok coz if i cut and paste the result i work great... but... if i make it dynamically ... nothing happens....
    Either i did put it the bidimensional array at the request.setAttribute for catch it at the next jsp and make a bucle for... but the same trouble... nothings happen...
    Some idea? :(

    You definitely want to use a jsp include action, not a directive. The directive
    happens at translation time and does not process the requested page. An action
    happens at request time and treats the requested page as a new request, thus
    including the results of the invoked jsp.
    BTW, the include action is the tags that looks line <jsp:inculde
    page="included_page.jsp" flush="true"/> or something similar (parameters can
    also be specified).
    The JSP 1.1 spec has more details. See sections 2.7.5 & 2.7.6 (for the include
    directive and a quick comparison of the directive vs the action) and 2.13.4 (for
    the include action).
    Matt
    Gurjit wrote:
    Hi ,
    I have a typical problem. The iplanet server doesn't interpret the code
    from a jsp which is included in another jsp. For eg.
    code for main jsp
    request.getParameter("username");
    <%@ include file="/jsp/ui/left_nav.jsp" %>
    processing code.
    Now when I start the server and the first time I load this page I get a
    dearranged page which has the code of the left_nav.jsp present in the html
    output.
    On opening this page to edit, when a small modification is made and the file
    is saved, a reload of the same page gives the proper output with all the
    jsp's interpreted.
    Thanks to one and all,
    Regards,
    Gurjit

  • Problems with include where the include is a jsp

    Hi ,
    I have a typical problem. The iplanet server doesn't interpret the code
    from a jsp which is included in another jsp. For eg.
    code for main jsp
    request.getParameter("username");
    <%@ include file="/jsp/ui/left_nav.jsp" %>
    processing code.
    Now when I start the server and the first time I load this page I get a
    dearranged page which has the code of the left_nav.jsp present in the html
    output.
    On opening this page to edit, when a small modification is made and the file
    is saved, a reload of the same page gives the proper output with all the
    jsp's interpreted.
    Thanks to one and all,
    Regards,
    Gurjit

    You definitely want to use a jsp include action, not a directive. The directive
    happens at translation time and does not process the requested page. An action
    happens at request time and treats the requested page as a new request, thus
    including the results of the invoked jsp.
    BTW, the include action is the tags that looks line <jsp:inculde
    page="included_page.jsp" flush="true"/> or something similar (parameters can
    also be specified).
    The JSP 1.1 spec has more details. See sections 2.7.5 & 2.7.6 (for the include
    directive and a quick comparison of the directive vs the action) and 2.13.4 (for
    the include action).
    Matt
    Gurjit wrote:
    Hi ,
    I have a typical problem. The iplanet server doesn't interpret the code
    from a jsp which is included in another jsp. For eg.
    code for main jsp
    request.getParameter("username");
    <%@ include file="/jsp/ui/left_nav.jsp" %>
    processing code.
    Now when I start the server and the first time I load this page I get a
    dearranged page which has the code of the left_nav.jsp present in the html
    output.
    On opening this page to edit, when a small modification is made and the file
    is saved, a reload of the same page gives the proper output with all the
    jsp's interpreted.
    Thanks to one and all,
    Regards,
    Gurjit

  • Oracle 10g XE installation problem on Ubuntu Linux, Oracle will not start

    Hi,
    After installing the pakages the error is when I call sqlplus and login as SYS :-
    oracleXE: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
    ERROR:
    ORA-12547: TNS:lost contact
    What I have done:-
    My system is 64 bit AMD.
    I installed .deb package on Ubuntu 9.04 server. I installed the following packages.
    1.     ibc6-i386
    2.     libaio_0.3.104-1_i386.deb
    3.     bc
    4.     oracle-xe-universal_10.2.0.1-1.1_i386.deb.
    The Oracle processes do not start after running /etc/init.d/oracle-xe start.
    I can tnsping from the local machine.
    dpkg -l |grep libaio gives the following:
    ii libaio1 0.3.107-3ubuntu1 Linux kernel AIO access library - shared lib

    I have been running XE on 9.04 (32bit on my laptop - 64bit on my workstation) and both works fine. I had no problem installing. I followed the directions in documents I found on Ubuntu forums and also google. The document I used to install on 64bit was from http://littlebrain.org
    I remember using
    dpkg -i --force-architecture libaio1_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio-dev_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio1-dbg_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture oracle-xe_10.2.0.1-1.0_i386.deb
    and then I used the ./oracle-xe configure as root, the installation was ok - and I have even updated the APEX version to 3.2.1 on the XE installation running on my 64bit Ubuntu 9.04
    hope this proves useful
    R/ Zafer

Maybe you are looking for