BDC Error - Codepage could not be determined

Hello Gurus,
We are having a problem with BDC in transaction VF01.
The return message is FES-025 "Codepage could not be determined".
First of all the details and what have been done so far:
- The funcion module with BDC is called by an EDI message that is send on the creation of the SD Invoice.
- In Online mode, no errors are raised;
- The errors are only raised when the program runs in background - Manual processing of EDI message via T-Code WE19 (online mode) runs with no problems;
- In DEV enviroment, everything runs smoothly (both online and background modes) and we achieve the required result;
- In QAS enviroment, with exacly the same versions of code, the background process fails;
- Both DEV and QAS work on the same physical machine, on different instances.
I've searched quite a lot about this error and most results talk about the usage/call of GUI_UPLOAD or GUI_DOWNLOAD. We are NOT using this type of funcions in our code (or something that would connect to the client).
Any ideias?
Thanks in advance, best regards,
João Argêncio

Some additional informations:
- The sistem is non-unicode;
- The EDI message source and destination are the same machine (inter-company process);
- The user assiciated in IDoc Config has SAP_ALL privileges;
- Both systems are in the same release levels (ECC 5);
- All IDoc configuration is equal in both DEV and QAS instances.
If you need any additional information just let me know.
Thanks oin advance, best regards,
João Argêncio

Similar Messages

  • Error "codepage could not be determined for the receiver-system"

    Hi,
    we use the idoc-adapter to send message from mySAP ERP to PI.
    All worked fine.
    So, this morning I have changed the datatype of the messageId from "char" to "int" in mySAP ERP in the customizing menue (install param). So, no message received in SAP PI.
    When I start transction "we05" in mySAPERP" I get the following error:
    "codepage could not be determined for the receiver-system" status 02.
    I have changed the datatyp to "char" but the same probleme
    Can anybody help me please?
    Regards
    Stefan

    This error shouldn't occur unless there is some modification at the OS level codepages.
    Please check the entried in the RFC destination for connecting to the XI system. Unicode settings.
    Regards,
    Prateek

  • Getting error "Codepage could not be determined" in background job

    <i>Hello Friends,
                  I am running a background job with a variant and the job get cancelled with the following error message.
    Codepage could not be determined
    Message no. FES025
    Please give your valuable comments.
    Thanks,
    Senthil</i>

    Hi,
      Check the oss note 765763(Setting the upload/download codepage for a SAPGUI connection) released for this purpose, as per the documentation of this note, you need to modify the standard program LSFESF03 in order to get rid of this error,
      Also check the note 882961(File download: codepage conversion error FES024)
    Hope this helps,
    Rgds,

  • BGD Job : Codepage could not be determined

    Hi all,
        I run a report  (YMMI0038) in background and hitting the following error :
        Codepage could not be determined  FES 025 E
        Job cancelled after system  exception ERROR_MESSAGE 00 564 A
        This has no problem when running in foreground.
        Do you have any idea for this ?
    Best Regards,
    Ken

    Hello Ken,
    Please check -
    Note 765763 Setting the upload/download codepage for a SAPGUI connection
    Note 882961 File download: codepage conversion error FES024
    Thanks

  • Error: FES025.  Codepage could not be determined

    Hi,
    I have a number of programs that run using an include containing the function GUI_DOWNLOAD to create files lacally or on the server.  The programs work perfectly in foreground but their purpose is to run as jobs every night and create the files on the server, which returns the job as CANCELLED and the log reads;
    11.12.2008 09:00:17 No se ha podido determinar code page (Codepage could not be determined)
    11.12.2008 09:00:17 El job ha sido cancelado tras excepción de sistema ERROR_MESSAGE.
    When I execute the program in foreground using a message log I recieve a message on the status bar indicating;
    Transfered 913 bytes, code page 1160.
    I'm not quite sure what the code page does.  I read another forum which explained that it has something to do with the character set.
    Is there any way can assign the code page myself in the program?
    Regards,
    Simon

    OPEN DATASET gv_file FOR INPUT IN TEXT MODE ENCODING DEFAULT
                                WITH SMART LINEFEED.
      ENDIF.
    *If the Presentation Server is selected on the selection screen
      IF p_local EQ gc_x.
        LOOP AT gt_text_file INTO wa_text_file.
          CLEAR wa_text_table.
          SPLIT wa_text_file-line AT gc_comma  INTO   wa_text_table-objectid
                                                      wa_text_table-lifnr
                                                      wa_text_table-matnr
                                                      wa_text_table-ebelp
                                                      wa_text_table-tdname
                                                      wa_text_table-spras
                                                      wa_text_table-textid
                                                      wa_text_table-object
                                                      wa_text_table-line.
          APPEND wa_text_table TO gt_text_table.
        CLOSE DATASET gv_file.

  • Codepage could not be determined

    Hi all,
    I am facing a little strange problem in my system, When i run HR Program my background scheduled jobs are getting cancelled due to an error called "Codepage could not be determined".
    Can any one just tell me their experience if the have encountered similar problem in the past.
    It's little urgent as we have stuck with all our background schedules jobs.
    Thanks...

    Hi,
    Please use
    OPEN DATASET L_FILENAME FOR OUTPUT IGNORING CONVERSION ERRORS. " Ignoring conversion errors should be added
    Best regards,
    Prashant

  • Getting an error "Customer could not be determined" for IDOCs in SCM 7.0

    Hi Friends,
        I am executing the report RSMIPROACT in ECC 6.0 system to publish Demand and Stocks into the SCM 7.0 system.
    The IDOC is processed without any errors in ECC 6.0 . However, in the SCM 7.0 system , the IDOC fails with the error.
    I have noticed that 2 things .
    1.  E1ADRE1 field is NOT being sent by the ECC system .
    2. I get the same error even if I manually add this field and add value 300 or 301 for the qualifier field.
    Has anybody faced this problem before ?
    I look forward to replies.
    Detailed error is given below.
    Regards,
    Ranjini.
    Customer could not be determined
    Message no. /SAPAPO/EDI010
    Diagnosis
    The system must determine the customer number from the IDoc data in order to update stock and sales figures for customers. It uses the additional section E1ADRE1 with the qualifier '300' or '301' in the vendor address section to do this. The customer number stored here should have a valid customer number in the APO System.
    The section was not available in the processed IDoc.
    System Response
    The system cancels processing.
    Procedure
    Configure the EDI convertor in such a way that the corresponding section has a value.

    Hi Ranjini,
    Please look into the following
    1) Customer master data is fully maintained
    2) Customer number ranges are fully defined in customisation
    3) Customer address details are maintained
    4) Is there any special characters used while defining customer data or customer
    number like $, #,[ etc.,?
    5) Customer int models are active in SCM side prior to IDOC processing (including
    customer, demand, stocks etc)
    Please confirm your findings
    Regards
    R. Senthil Mareeswaran.

  • GUI_DOWNLOAD - error codepage could not foune.

    Hi All,
    I m downloading data from SAP tables to txt file.
    When I m running this program in SE38 then it works fine. But when I m scheduling it in background it is giving error - CODEPAGE COUND NOT FOUND.
    I kept exception codepage = ' '.
    Reply. Thanx.
    -- umesh

    Hai Umesh
    Check the following Documentation
    Character Representation for Output
    Description
    Use parameter CODEPAGE to specify the desired target codepage. If this parameter is not set, the codepage of the SAP GUI is used as the target codepage.
    Value range
    4-digit number of the SAP codepage. The function module SCP_CODEPAGE_BY_EXTERNAL_NAME returns the SAP codepage number for an external character set name, for example, "iso-8859-1". The function module NLS_GET_FRONTEND_CP returns the appropriate non-Unicode frontend codepage for a language.
    You can determine the desired codepage interactively, if the parameter with_encoding of method file_save_dialog is set by cl_gui_frontend_services.
    SPACE: Codepage of the SAP GUI
    Default
    SPACE
    Thanks & regards
    Sreenivasulu P

  • Error : Price could not be determined

    Error : For a new plant for a new material its giving error
    *No Price could be determined for material/batch 20002/Plant 5001
    Wht reason could be for this error. while creating an indent

    The price in accounting view, it picks up the moving price automatically need not be entered as per valuation but the problem is itz not picking the price and showing value as 0.00
    This is happening only for new plant. Is there any plant specific setting for material.?????
    The price is being picked up for material in other plants. Itz not getting picked up only for one plant.
    Any solutions plz????

  • Currency could not be determined for person ?

    Hi,
    I have created in PA30 the "compensation process" subtype " Spot bonus" for an employee , but then when i changed the status in ECM ( Enterprise compensation management) ( From In planning -> Approved ,( OK) , Approved to " Active" I got the following error"
    "Currency could not be determined for person Nguyen Ngoc Ngan between 30.10.2007 and 30.10.2007"
    Please help me out with this
    Thank you very much

    Great Suresh , You are excellent !
    I have added a new record in the table T500C for my local currency i have tested successfully .
    But i face a small problem with " Salary adjustment" when i created in compensation process infotype the salary adjustment ( In planning ) it is ok , but when i change the status from "Approved to active " I got the following err ;
    "Salary adjustment of Nguyen Ngoc Ngan on 31.10.2007 could not be activated "
    ( Bonus worked fine ).
    Thanks

  • Error message while CREATING PO - PGrp could not be determined

    Hi all,,.
    We are on SRm 7. ECS.
    The issue we are facing is:
    WHen I click on CREATE PURCAHSE ORDER trasnaction,I get this message "Purcahsing group could not be determined;Inform system administrator".
    Edited by: nmsrm1234 on Nov 10, 2011 2:09 AM

    Hello,
    The error is coming because to create PO directly you have to be a Purchaser,you need to belong to a purchasing group in SRM.In PPOMA_BBP  Assign your user id below a purchasing group directly or right click the present position and go to 'Assignment-->Purchaser Assignment', select a purchasing group and save.
    Then Try creating now a purchaser order directly .
    Regards,
    Neelima

  • PY error message - EE's salary group could not be determined for Plan Life

    We are running through Payroll errors when there is a Separation action being carried :
    u201DEmployeeu2019s salary group could not be determined for plan LIFEu201D.
    On IT0168 the costs  are u20180u2019
    This has to be resolved ASAP. Any inputs/ advise is greatly appreciated.

    During the "Separation" action, does the employee change WT on IT0008?
    If so, it could be that the Life Plan's Calculation Base does not include that WT (and check the IMG under Payroll > Benefits Integration > Define WageTypes for Benefit Plans)

  • Error:The grouping element could not be determined for project

    Hi,
    When I am trying to issue goods for a project,I am getting the following error
    "The grouping element could not be determined for project 1., plant 2., and MRP group 3.."
    what may be the reason for this reason.
    Regards,
    Raju

    Hi,
    You are using Automatic Requirement Grouping in your project and there is some issue with the Material Master,please check the Material Master Views.
    Muzamil

  • ITunes cannot sync apps to the iPod because the apps installed on the iPod could not be determined error message

    I've been getting the "iTunes cannot sync apps to the iPod because the apps installed on the iPod could not be determined" error message for a while. I have tried restoring my iPod but as soon as I try to sync it again (even with nothing changing in iTunes or on the iPod) I get the same error message. Whenever I want to add music to my iPod I have to delete everything and then wait hours for it to restore which is ridiculous. Anyone have any other suggestions for fixing this problem?
    I'm using a 3rd generation iPod touch with 4.2.1 software and iTunes 10.5.3.3

    The fact that there is so many discussions with no clear answer is the problem.
    I went back and looked through all the different suggestions and and tried them all to make sure I didn't miss anything. What finally worked for me was making sure all apps were updated on the iPod and making sure all apps were updates in iTunes (under the Library>Apps tab NOT under devices) and then syncing.

  • Error during EA16manual billing ' AH632 - Tax code could not be determined'

    Hi,
    During manual billing t code EA16, we are getting following error.
    'Tax code could not be determined'
    Actually there is no tax code given in configuration for the subtransaction which I am using for manual billing. Whether anyone has any clue?
    Regards,
    Jayant

    Hello,
    2 reasons
    1. Check any where in the Bill/Invoice you have selected tax code <either directly or indirectly>
    2.Assuming that Tax code is mandatory, why do not you assign a 0% tax code <either A0 or V0> in EK02?
    Hope this helps
    Rgds
    Rajendra

Maybe you are looking for