Error Transaction 'Function code' doesn't exist.

hi ppl,
i have a screen in which i am calling a subscreen.In the Subscreen there is button and i have given its function code as 'SSR'.
Now when i execute the transaction the subscreen with all the data is appearing on the screen.When i press the button SAP is giving me error'Transaction 'SSR' doesnt exist'.
In the PAI of the subscreen i have the below logic.
case sy-ucomm.
when 'SSR'.
call screen 1008 starting at 5 10 ending at 23 43.
when others.
exit.
endcase.
Can anybody suggest what is the problem and how to fix it?

have you called the subscreens in PBO and PAI like this..
ROCESS BEFORE OUTPUT.
  MODULE STATUS_100.
  CALL SUBSCREEN: AREA1 INCLUDING SY-REPID NUMBER1,
                  AREA2 INCLUDING SY-REPID NUMBER2.
PROCESS AFTER INPUT.
  MODULE CANCEL AT EXIT-COMMAND.
  MODULE SAVE_OK.
  CALL SUBSCREEN: AREA1,
                  AREA2.
  MODULE USER_COMMAND_100.

Similar Messages

  • Error 2318. Fie doesn't exist: ...\time-vc-mt.DLL

    Hi,
    I'm trying to install Crystal Reports XI Developer
    Edition (Evaluation). The installation started OK but after rebooting the computer (according to installation request) I got the following error message: "Error 2318. Fie doesn't exist: ...\time-vc-mt.DLL" and installation does not completed.
    Can anyone have any idea how to solve this problem?
    Thanks in advanced,
    Yoav

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly
    Also include the version of the OS and if DEP has been disabled as well as installing with and Administrator account.

  • Reg an Error: no function with name 'CURRENT_RECORD' exists in this scope

    Hi All,
    I am getting the following error when i try using Set_Item_Instance_Property for assigning a visual attribute to an item.
    This is the code. I have replaced Display_Item with Set_Item_Instance_Property for setting the visual attribute.
    --DISPLAY_ITEM(lv_cur_item, 'VA_CURRENT_BUTTON');
    SET_ITEM_INSTANCE_PROPERTY(lv_cur_item,CURRENT_RECORD,VISUAL_ATTRIBUTE,'VA_CURRENT_BUTTON');
    no function with name 'CURRENT_RECORD' exists in this scope
    Any suggestion regarding this.
    Regards,
    Prasad.

    L.Rajesh - :SYSTEM.CURRENT_RECORD global variable does not exist - use :SYSTEM.CURSOR_RECORD or :SYSTEM.TRIGGER_RECORD instead.
    Prasad - what version of Forms are you using? For Forms 6i and higher, CURRENT_RECORD property is a valid reference. (not sure about Forms 5 or earlier as I don't have access to these versions any longer :) ) Are you logged into a database when you compile your code? There might be a TYPO somewhere in your code that the PL/SQL compiler can't determine the cause and CURRENT_RECORD is the first recognizable term the compiler can find. Sometimes, I've had to log out, close Forms Builder and reopen the form I'm working on to eliminate these types of odd compilation errors.
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

  • Error in SO_DOCUMENT_SEND_API1 :Person doesn't Exist

    Hi experts,
    I am trying to send one pdf file using the FM SO_DOCUMENT_SEND_API1. But every time its returing an error Person doesn't exists <id>. Address have been maintained in ADR6. Anyone has faced this issue? i checked the forum but couldn't get any answer.
    Please help.
    Regards,
    Ashish

    Hi,
    if you want to send a mail u probalby set the wrong type in the FM call. got this issue once.
    regards
    Stefan Seeburger

  • Error : Person- adress combination doesn't exist

    Hi,
    I am trying to deactivate a BP from a account.   When I go to "Relationship" tab and click on "Delete", error says as "Person- adress combination doesn't exist".
    Can anybody tell me how to go about.
    LMK

    Hi,
    This happens due to inconsistencies in the relationship addresses.
    Try SAP note 856819, this has a report which can be used to correct the inconsistency. Hope this helps.
    Regards,
    Sudheer.

  • COUNTRY CODE DOESN'T EXIST IN COUNTY TABLE

    Hi experts,
    when i run foreign currency  valuation for gl account in t code FAGL_FC_VAL ,the following error massege is showing...,SE, PT,DOES NOT EXIST IN THE COUNTY TALBLE.
    my company code  country is india-  and i use hard currency and group currency in USD..already IN and US  codes and hard currency USD are there in country table.....WHY THE SYSTEN ASKS THE OTHER COUNTY CODES. I M USING COPIED VERSION......
    THANKS IN ADVANCE
    NARAYANA.

    thanks, but what is link between to fagl_fc_val and other country codes . my company code and local currency is inr,, group and hard currency is usd , the country code  US  is there in the county table.
    thanks in advance,

  • TAX CODE doesn,t exist for jurisdictin code

    hi
    while posting the GR, when selecting taxcode it is giving message " TAX CODE V1 DOES NOT EXIST FOR JURISDICTION CODE 2200 "
    i have defined jurisdiction code under costing sheet( tax procedure) and tax code for jurisdiction code. then entered in screan in excise invoice detail in header and item tabs (in head in invoice tab, no excise invoice showing )
    thank you
    sowmya

    hi all
    i have already did all the things you people said.
    1. I have already assigned company code to tax code.
        in "tax on goods movements"
    2. I have already defined "MWVS" condition type in "FV11"
          which is the link between taxcode and country.
    3. And "JMOP" offcourse, is the basic excise duty condition, I have already   
        defined in "FV11"
    But still getting the error
    please help me
    regards
    anand.

  • Error Message Says File Doesn't Exist...

    Hello. I'm trying to install a CF website on the same server
    with an ASP website which is already up and running. Both sites
    will access the same FoxPro data, which may lead to conflicts I'll
    have to work around, but first there's another problem I have to
    solve: When I try to do an SQL select statement, I'm being told by
    an error message that the table I want does not exist, which is
    false. Specifically, both the ASP site and my own site use the same
    ODBC connection, which specifies the Visual FoxPro driver and the
    path to the FoxPro tables (which is all you need to get to FoxPro
    tables through ODBC).
    It might appear that I should simply have a connection of my
    own with a different name, but that seems unlikely because I have,
    in fact, already set up a separate connection in ODBC, with a
    different DSN (obviously), and pointing to an entirely different
    directory where I have placed clones of the FoxPro tables I want to
    access. And I did not forget to change the DSN name appropriately
    in my SQL select statement. Nonetheless, I receive the same error
    message in that situation. The full error message is provided after
    the double lines below.
    I should mention that I have pointed the ColdFusion
    Adminstrator to both ODBC connections (both the one used by the ASP
    site and the one used by my clone tables), and I have clicked the
    Verify All Connections button, and received a response of 'OK' for
    both of them.
    I should also mention that my site (including the ODBC access
    to clones of the same FoxPro tables) works fine on my desktop PC at
    home, and on my laptop.
    It occurs to me as I write this that FoxPro itself is
    installed on the same directory as the one accessed via ODBC by the
    ASP site, but it is my understanding that that should not matter.
    Allegedly, all you need is the ODBC driver. Come to think of it,
    FoxPro is also on a different directory from the tables on my PC at
    home and on my laptop.
    Another point which I think should not matter is that the ASP
    site and my own are, in a sense, the same site. Different people
    will use them, and there is no transportation from one to the
    other, but both will be accessed by the same root url until such
    time as the company manager decides to get a separate domain name
    for mine. To be concrete, the ASP site is in the
    'Inetpub\wwwroot\acrc' directory while mine is in
    'Inetpub\wwwroot\Reporters'. Both are subdirectories of the Default
    web site in IIS, which is Inetpub\wwwroot, accessible by the domain
    name 'acrga2.com'. It is my understanding that things should work
    even if the ASP dnd CFM pages were were intermixed in the same
    directory.
    Any suggestions?
    =================== FULL ERROR MESSAGE BELOW ================
    Error Executing Database Query.
    [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Visual FoxPro Driver]File 'joblog.dbf' does
    not exist.
    The error occurred in
    C:\Inetpub\wwwroot\Reporters\ListJobs.cfm: line 6
    4 : <cfquery name='Jobs' datasource='ACRDB' debug>
    5 : select job_no, job_date, job_time, am_pm, caller_
    6 : from joblog where reporter_='#Ucase(Session.UserName)#'
    and Year(bill_date) < 2000 and Year(date_chg) < 2000
    7 : </cfquery>
    8 :
    SQLSTATE 42S02
    SQL select job_no, job_date, job_time, am_pm, caller_ from
    joblog where reporter_='MMM' and Year(bill_date) < 2000 and
    Year(date_chg) < 2000
    VENDORERRORCODE 173
    DATASOURCE ACRDB
    Resources:
    * Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    * Search the Knowledge Base to find a solution to your
    problem.
    Browser Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
    rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
    Remote Address 127.0.0.1
    Referrer
    http://localhost/Reporters/reporterlogin.cfm
    Date/Time 07-Mar-08 12:23 PM
    Stack Trace
    at
    cfListJobs2ecfm1841761115.runPage(C:\Inetpub\wwwroot\Reporters\ListJobs.cfm:6)
    at
    cfListJobs2ecfm1841761115.runPage(C:\Inetpub\wwwroot\Reporters\ListJobs.cfm:6)
    java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket][Microsoft][ODBC Visual FoxPro Driver]File
    'joblog.dbf' does not exist.
    at
    macromedia.sequelink.ssp.Diagnostic.toSQLException(Unknown Source)
    at macromedia.sequelink.ssp.Chain.cnvDiagnostics(Unknown
    Source)
    at macromedia.sequelink.ssp.Chain.decodeDiagnostic(Unknown
    Source)
    at macromedia.sequelink.ssp.Chain.decodeBody(Unknown Source)
    at macromedia.sequelink.ssp.Chain.decode(Unknown Source)
    at macromedia.sequelink.ssp.Chain.send(Unknown Source)
    at
    macromedia.sequelink.ctxt.stmt.StatementContext.execDirect(Unknown
    Source)
    at
    macromedia.jdbc.sequelink.SequeLinkImplStatement.execute(Unknown
    Source)
    at
    macromedia.jdbc.slbase.BaseStatement.commonExecute(Unknown Source)
    at
    macromedia.jdbc.slbase.BaseStatement.executeInternal(Unknown
    Source)
    at macromedia.jdbc.slbase.BaseStatement.execute(Unknown
    Source)
    at
    coldfusion.server.j2ee.sql.JRunStatement.execute(JRunStatement.java:254)
    at
    coldfusion.sql.Executive.executeQuery(Executive.java:1196)
    at
    coldfusion.sql.Executive.executeQuery(Executive.java:1008)
    at coldfusion.sql.Executive.executeQuery(Executive.java:939)
    at coldfusion.sql.SqlImpl.execute(SqlImpl.java:325)
    at
    coldfusion.tagext.sql.QueryTag.executeQuery(QueryTag.java:831)
    at
    coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:521)
    at
    cfListJobs2ecfm1841761115.runPage(C:\Inetpub\wwwroot\Reporters\ListJobs.cfm:6)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
    at
    coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
    at
    coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:175)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at
    coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
    at
    coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    I have now discovered that my site does work when it's
    accessed from outside using its full url,
    www.acrga2.com/Reporters/ReporterLogin.cfm.
    Nonetheless, it would help my understanding of the technology
    to know why I could not access it directly from the server. After
    all, the whole thing was developed working as localhost on a single
    PC. But I was not able to access it from the server I just
    installed it on, neither as localhost nor with the full url,
    www.acrga2.com/Reporters/ReporterLogin.cfm.
    Or rather, more accurately, I could access the site, but I
    could not connect to the FoxPro database via ODBC from within the
    site.
    I realize this is an arcane issue - very few people outside
    of old codgers like me still program in FoxPro - but it would be
    interesting to know why this occurs. Any ideas anyone?
    Anyway, I was really worried. My client was NOT pleased. But
    now he's happy again. Whew!

  • DCOM error 10009 + referenced computer doesn't exist

    For some time, we've been seeing a recurring DCOM 10009 error, "DCOM was unable to communicate with the computer <computername> using any of the configured protocols."  The computer in question was a PDC that crashed, so we were unable
    to cleanly remove it from the domain.  I traced the DCOM communication attempts to the Certificate Services Client scheduled task "SystemTask", which executes every 8 hours (and generates the DCOM error every 8 hours).
    I followed the steps to delete all the AD metadata associated with the failed PDC as per the following article, but ndtsutil didn't find any trace of the computer to remove and no trace of it exists in DNS either:
    http://technet.microsoft.com/en-us/library/cc736378(WS.10).aspx
    Is there some way to get the Certificate Services Client to stop looking for the failed PDC?
    Thanks,

    Came across some similar threads, you may want to have a look at them...
    http://msmvps.com/blogs/bradley/archive/2009/11/28/dcom-was-unable-to-communicate-with-the-computer.aspx
    http://community.spiceworks.com/topic/26344-dcom-was-unable-to-communicate-with-the-computer-1-using-any-of-the-configured
    Also, How to troubleshoot DCOM 10009 error logged in system event?
    http://blogs.msdn.com/b/asiatech/archive/2010/03/16/how-to-troubleshoot-dcom-10009-error-logged-in-system-event.aspx
    Thanks, Santosh (MCTS W2K8 AD and SCCM) “ To Infinity and Beyond… ”

  • Exporting a movie with time code when time code doesn't exist

    Title says it all. I need to export a 150 frame movie from CG rendered frames that contain no time code so that I can find which frames to re-render

    I do not wish to create a time code effect. I need to generate an actual time code that will display in an exported movie.
    The latter is achieved with the former.
    But I would ask, why can't you just watch the timeline?  Why export at all?  I mean, 150 frame movie is only 5 seconds long.

  • Error code ws-36787-1 doesn't exist??? *****?

    So i linked my Facebook account and uploaded my profile pic,After a week i lost all real names and pictures from all my friends and i cant use my own anymore.Got an email from scee saying it doesn't warrant a punishment, yet i constantly get error code ws-36787-1 whenever i even try to send a real name or close friend request and when i search the error code pages on here the code doesn't exist???? I've sent a message to sony but they just ignore me.Can any1 help a desperate girl out, please.?

    Ask Playstation said this about it to someone else - https://twitter.com/askplaystation/status/582793804635377664 It's worth a try I guess, it can't hurt anyway. Did you get the email from sony as a reply to one you'd sent or they just emailed you? (OP)

  • Adding T-code to Role Area Menu which doesn't exist in box

    Hello,
    We are using a SAP system called QIM which has "jumplink" functionality, which is a web based linked (NWBC) which will launch you into a ERP system transaction when clicked. For example, in QIM we will display a outbound delivery, and if we click on the link it launches VL03N from the ERP system and displays as  web UI.
    In PFCG under area menu, this transaction code appears under the menu, but VL03N doesn't actually existing in the system... The issue is we created a custom object for inbound delivery and we need ot add it under this area, but when we attempt to add a transaction code under the Role Area, the system says the t-code doesn't exist... Even when we try this with an existing t-code showing in the menu (Vl03N) it says it doesnt exist. Same if we look at the authorization object S_TCODE. These t-codes exist in here, but when you try to readd them they system says it doesn't exist.
    Please find the attachments with some screen shots... Any idea how we can do this?

    You can create a role menu as remote enabled remote menu.
    The authority checks will happen on the remote side, also against objects which don't exist in the calling system as the music is on the other side.
    On the RFC client system side, you only need the parameter transaction to start the remote transaction in the remote system.
    See the documentation on SYST function module ABAP4_CALL_TRANSACTION.
    This is however a rather antiquated technology... it is more popular to use a SAP Portal or webdynpro applications for this sort of thing (the user does not notice the difference) or later versions of such integration such as Fiori UIs or imbedded links within the Business Client.
    I don't want to lean out the window too far, but the buggy phase of these new things is approaching an end and they are usable if you are on newer releases. Then you can pool the menu and use APIs for navigation and no more irritating S_TCODE checks.
    Cheers,
    Julius

  • Error trying to relate tables "...either doesn't exist or doesn't have a relationship to any table available in the current context"

    I have two tables;
    The first is my Order table which has a single row for each unique order - there are no duplicate order numbers.The order id column here is called
    OrderID.
    The second is my Submissions table which is similar to a transactions table, there are multiple submissions for every order. This table also contains an
    OrderID column that contains the relevant OrderID.
    The submission table also contains a calculated field called Date and a calculated field called
    MaxDate field which is the date of the most recent submission that relates to any particular order in cases where there are multipple.
    My goal is to add a column to the Order table this MaxDate column. The reason for duplicating the information rather than linking the tables is because I need to create more calculated columns in the
    Orders table based on this value.
    I have created a relationship between the two tables however when I use:
    =RELATED(Submissions[MaxDate]
    I get this error:
    "...either doesn't exist or doesn't have a relationship to any table available in the current context"
    I don't really understand why this would be, because MaxDate definitely exists and contains only numerical values. What is more strange is that if I try and combine the data through a pivot table it actually works! I can create a pivot with OrderID in the first
    column and then associate it with MaxDate from the Submissions
    table as the value. 
    Can anyone help me understand what is the problem here?
    P.S. if it is useful the formula I'm using to calculate the MaxDate is:
    =MAXX(FILTER(Submissions,Submissions[OrderID] = EARLIER(Submissions[OrderID])),[Date])
    Thanks.

    Maracles, is this still an issue?
    Thanks!
    Ed Price, SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • "Function code cannot be selected" error while uploading a document.

    Hi,
    When we try to upload a document into SAP the user is getting the error "Function code cannot be selected". Detailed error is given below. Only one user is facing this error in PRD. For all other users it is working fine. We replicated the same issue in testing systems and it is working fine there with the same user's id.
    The detailed error is,
    No batch input data for screen SAPLF040 0300
    Message no. 00344
    Diagnosis
    The transaction sent a screen that was not expected in the batch input session and which therefore could not be supplied with data.
    Possible reasons:
    1. The batch input session was created incorrectly. The sequence of screens was recordly incorrectly.
    2. The transaction behaves differently in background processing in a batch work process than when running in dialog (SY-BATCH is queried and changes the screen sequence).
    3. The transaction has undergone user-specific Customizing and therefore certain screens may be skipped or processed differently, according to the current user. If the person who created a batch input session is not the same as the person now processing it, this problem may occur frequently.
    System Response
    None.
    Procedure
    For 1: Either re-create the session or process it in expert mode. Correct the batch input program.
    For 2. It is very difficult to analyze this problem, particularly in the case that the screen sequence or the display-only options of fields differ according to whether the transaction is being processed in the background or as an online dialog. It could also be that this kind of transaction cannot run with batch input.
    For 3: Have the creator of the session process it. If no error occurs now, then this is a program with user-specific Customizing.

    Hi Amar,
    I am facing the same issue while processing Vendor master inbound idocs, Few Idocs gone in error with error message "Function code cannot be selected".
    Could you please suggest any solution found for the same.
    Thanks in advance
    Shivam

  • Error while copying the planning version : "S001 001 doesn't exist in P44V"

    Hi Leads,
    I am trying to copy the planning version for S001 (Version - 001), from the Transaction MC8V. But, it is giving error sayin "S001 001 doesn't exist in P44V".
    How can I solve this issue.
    Please do suggest.
    Thanks,
    Sandeep

    Check this thread
    [Re: SOP Confituration- Maintain Copy Profiles version A00 not maintained   |SOP Confituration- Maintain Copy Profiles version A00 not maintained;
    thanks
    G. Lakshmipathi

Maybe you are looking for