Function Model "FILE_VALIDATE_NAME" missing!

Hi Experts,
When I run a report requiring downloading file from server, an abap dump shown, claiming function model "FILE_VALIDATE_NAME" is missing!
Can you tell me how to fix it?
Is there any notes that I can import to get that?
Many thanks!
Kelvin

Hi Hao,
FILE_VALIDATE_NAME is missing in my systems too.
I can provide a work around as the documentation says FILE_GET_NAME is used in it. you can replace the function module with it and do a validation by comparing the filename against the selection screen entry.
If it matches file validation is done.
Check the Function Module FILE_VALIDATE_NAME - Logical File Names - SAP Library
documentation for more details.
Regards,
Kannan

Similar Messages

  • IR8A-Assignment to valuation model is missing

    Hi Friends,
    when i run IR8A program i am getting below error .how to solve this issue , is there any note or anything avilabale to solve this issue ?.we have upgraded our HR sytem to 70 level recently
    There is the error message when we run IR8A report via T-code PC00_M25_NCT8A, below is the error message
    "Assignment to valuation model is missing for calculation process 25 SGLS
    Message no. HRSEN00107
    Diagnosis
    There is no entry in the assignment table for valuation model and rounding rule (V_T525S) for the return value for feature SENOR on the key date 07.12.2007 for the selected calculation process 25 SGLS (country grouping, calculation process, process step).
    At least one valuation model must be assigned to each calculation process in view V_T525S.
    Procedure
    Make an entry for this calculation process and return value for feature SENOR in view V_T525S (Assignment of Valuation Model and Rounding Rule).

    Hi Tulasi,
    From the error : In V_T525s for calculation process SGLS maintain valutaion method like SGVM and rounding rule 0YMD
    and maintain the corresponding return value of the feature  SENOR in the field feature return.
    Hope this helps you.
    Regards,
    Kitchlu

  • Function model undefined

    Hi experts,
    yesterday I tried to open a message mapping definition in Enterprise Services Builder to continue working on it. But instead of showing the mapping definition there was only the error message "Function model undefined". Does anyone know what this means and what causes this error? How can I get back to the mapping again?
    Thanks in advance for all answers!
    Regards,
    Torben

    Hi Torben,
    Are you using any IDoc or RFC in your message mapping? If yes then try to re-import & activate them and then open your Message Mapping.
    Regards
    Suraj

  • ME_JSP_SMOMO_CHECK_AUTHORITY function module is missing

    Hi
    I am setting up a MI system with Web AS 6.40 sp 13 as middelware. As backend system I have an IDES client 4.6C sp 50, and PI 2004_1_46C: patch 0008.
    My problem is that I can't log in on the Mobile Web Console, I get the error: Access denied. No authorization.
    When I check in my backend I find a short dump that tells me that ME_JSP_SMOMO_CHECK_AUTHORITY function module is missing.
    I belive this is the problem? How can I solve this?
    Any good ideas?
    Best Regards,
    Morten

    Morten,
    Make sure your user account has the authorization to use the WebConsole. Check P17-18 of the MI 2.5 SP13 Installation Guide. It has a list of authorization objects for the users to user certain functions.
    Use S_TCODE authorization object for WebConsole usage.
    Hope that helps.
    Peter

  • Remote opportunity, Looking for assistance in programming a transfer function model

     Hello,
    Please see attached transfer function model. I am looking for assistance in programming in Labview 2014. Inputs are coming through cRIO and into the model and the model is determining the value of certain outputs being sent back to the cRIO, please PM if you are interested and we can discuss in more detail. Thanks!
     

    Hello,
    I could help as I've done this sort of thing for many of my clients. Let me know what you would like done.
    Thanks.

  • Upgraded to mavericks now some function controls are missing  e.g.  no add  icon in reader

    i upgraded to mavericks and now some function controls are missing e.g. add - clear etc. missing in reading list .anyone help?

    You may find these articles useful:
    http://support.apple.com/kb/PH14176
    https://discussions.apple.com/docs/DOC-6162
    Ciao.

  • Functional Model Document

    Hi,
    Could any one tell me how to prepare a Functional Model document in BI? What topics I am supposed to cover? A link or a sample document would be helpful.
    Thanks

    Hi SAPPER BI,
    This link might be helpful:
    http://en.wikipedia.org/wiki/Requirements_analysis

  • Logical model fwd engineer to relational model.  Missing FK relationships

    We are experiencing missing relationships in the relational model when engineering from logical model to the relational model. The logical model objects have properly defined primary keys defined. We are using SQL Data Modeler v3.1.700. Any suggestions on how to engineering these relationships without deleting the objects from the relational model.
    Thanks,
    Ed

    Hi Ed,
    I presume you had some relationships in the Logical Model that you were expecting to be engineered to Foreign Key relationships in the Relational Model.
    Please can you provide more detail to help resolve your problem. For example:
    Was the problem on an initial engineer from the logical model? Or on a re-engineer?
    Are you using Entity subtyping in your Logical Model?
    Are there any relevant error messages in the log file? (This is normally file datamodeler.log in folder datamodeler\datamodeler\log.)
    David

  • Function Tab is missing under Authorization Data in ERM

    Hi,
    After Uploading roles to the ERM, the functions tab under authorization data is missing.
    In the QA the same role has all 4 tabs (including the functions tab)
    I've made sure that the "This option allows you to add a function to an authorization" is set to "yes".
    Can anyone tell me why is that?
    Thank you,
    Drorit

    Hi,
    Ensure that the user ID you are using has sufficient authorization (Eg: Actions: view authorization data etc...).
    Regards,
    Rama

  • Standard Function Group TRUX missing in Client's Dev. Environment

    Hi Team
    we are currently facing the following issue in BI: A standard Function Group TRUX and a Standard Type Pool TRUXS are missing in the clientu2019s Development environment. Because of this, the ALTTS tool (which is a simple ABAP report in SE38) cannot be executed. This FM is available in our local BI environment, but it is missing in the clientu2019s BI installation.
    Any help / inputs in this matter would be very helpful. Thank you in advance for looking into this problem.
    Thanks & Regards
    Puneet

    Hi Expert
    Still i am waiting for your reply ...
    Thanks
    Puneet

  • Use Function Keys as Standard Function Keys checkbox missing

    Is there a reason the "Use Function Keys as Standard Function Keys" checkbox is missing in my Keyboard/Mouse settings?

    Just go to the Keyboard shortcuts tab and uncheck the items assigned to the function keys or assign them to different keys.

  • Function Module BAPI_OUTB_DELIVERY_CHANGE missing SDABW

    Our company has a business requirement to base shipping method on the weight of the shipment.
    In order to achieve this, we group deliveries into a shipment to reach an aggregate weight.
    We were using incoterms to determine if we would charge the customer for freight or not -- but we are getting away from this method and we want to use Special Processing Indicator (SDABW) to do this instead.
    Our plan is when SDABW = Z003 and the weight threshhold is met, function module BAPI_OUTB_DELIVERY_CHANGE should change the delivery.
    Our problem is that the field SDABW is not included in BAPI_OUTB_DELIVERY_CHANGE.
    Does anyone know a way to add this to the FM? Or is there another FM that we could use?

    Check whether any of the includes FV50C002, LV05IFLV, L0VTRF00, L0VVTF00 could help you. Also take a look at OSS  Note 606769 - XSI_GET_SERVICE_CD_SDABW and XSI_GET_SERICE_CD_LPRIO, which talks about couple of function modules.
    Thanks,

  • Function Keys - Icons Missing

    How Do Everyone!
    I have amended an exitsing ABAP report which displays
    information via an ALV grid
    i.e. FM 'REUSE_ALV_GRID_DISPLAY'.
    It uses the logical database PCH. When the report is
    displayed the icons - SAVE layout and SELECT layout
    are both missing. But the icon for CHANGE - layout is
    displayed.
    Does anybody know how I get get the missing icons
    (SAVE layout and SELECT layout)to be displayed.
    Thanks
    Andy

    Hi,
      Use the parameter I_SAVE and pass the value as 'A' to get the save layout button in the output.
    THanks,
    Naren

  • Functional Area (FN) missing in objects list

    Hi All,
    In transaction PP01, we cannot view "Functional Area (FN)" object under the Object type drop down list. It is als not shown under "Maintain Object Type" list. Can someone help how can be available. Is there any business function or switch to be activated?
    We are currently on EHP6 version
    Thanks,
    Ashwni J

    Use SAP Talent Visualization by Nakisa - TalentHub for HR&Exec or SAP GUI transaction HRTMC_PPOM to create and maintain FN objects.
    Sorry, to add ... you need to have activated the business functions for Talent Management.  Have you done this?
    ("HCM_TMC_CI_3" see http://help.sap.com/saphelp_globext607_10/helpdata/en/07/d8e04bca4649988b5bb985dda809bb/frameset.htm )
    Stephen
    Message was edited by: Stephen Burr

  • Call a function model from MENUSYST menu

    Hi,
    I am new in SAP development, so it is possible that my problem is easy, but I can’t find any solution. I need to integrate in the system wide menu of SAP GUI a call of external program with parameters similar to data from STAT function in MENUSYST program or on menu item System-Status (transaction number, program name, …). It is possible to add a self defined transaction in menu painter to the related menu. But in this case the transaction run in new run time environment and it is not possible to access to the old sy-tcode and other values.  Now I have developed a function module which performs the necessary task. Is it possible (and how if yes) to integrate this function call in the MENYSYST menu or what alternative way can I use?
    Regards, Viktor

    hi,
    i am facing the same problem. have u found any solution for the same. if yes then please share it with me.

Maybe you are looking for