SAP Best Practices High Tech 1.6 error implementing building block 32

Hi,
We are currently implementing a building block 32. Choosen the country DE but system throws an error.
The error occured at
USER SETTINGS - SET DECIMAL NOTATION AND DATE FORMATTING.
@5DQWarning@     Failure during Activation. Reactivate the project eCATT:    /SMB99/SU3_O009_B32
Whenever I try to activate, I receive an error message. Please help how to go ahead from here. Tx. Derks.
Below you find the details of the error.
Runtime Errors         DATA_OFFSET_TOO_LARGE
Except.                CX_SY_RANGE_OUT_OF_BOUNDS
Date and Time          30.06.2007 15:53:56
Short text
     Unzulässiger Teilfeldzugriff: Offset zu groß
Error analysis
     An exception occurred that is explained in detail below.
     The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
      caught in
     procedure "SPLIT_NEXT_COMMAND" "(METHOD)", nor was it propagated by a RAISING
      clause.
     Since the caller of the procedure could not have anticipated that the
     exception would occur, the current program is terminated.
     The reason for the exception is:
     In dem laufenden Programm "CL_APL_ECATT_SCRIPT===========CP" sollte auf das
      Feld "TEXTLINE", das den Typ
     "C" und die Länge 255 hat, mit dem Offset 255 zugegriffen werden.
     Ein Teilfeldzugriff mit einer Offsetangabe, die nicht kleiner ist als
     die Feldlänge, ist jedoch nicht erlaubt.
More specically the error log shows:
  203             ELSE.
  204               APPEND textline+indent TO command.
  205             ENDIF.
  206             IF stop IS INITIAL.
  207 * get next line and start at 0
  208               ADD 1 TO parse_pos-to_line.
  209               READ TABLE script INTO textline INDEX parse_pos-to_line.
  210               IF sy-subrc <> 0.
  211                 done = 'X'.
  212                 EXIT.
  213               ENDIF.
  214               linlen = STRLEN( textline ).
  215               parse_pos-to_pos = 0.
  216             ELSE.
  217 * . followed by an end of line is an eoc
  218               eoc = 'X'.
  219             ENDIF.
  220           ELSE.
  221 * next char
  222             ADD 1 TO parse_pos-to_pos.
  223           ENDIF.
>>>>>           onechar = textline+parse_pos-to_pos.
  225         ENDIF.
  226       ENDWHILE.
  227       IF done IS INITIAL.
  228 * insert actual (part) in result
  229         IF parse_pos-from_line = parse_pos-to_line.
  230           linlen = parse_pos-to_pos - parse_pos-from_pos.
  231           indent = parse_pos-from_pos.
  232         ELSE.
  233           linlen = parse_pos-to_pos.
  234           indent = 0.
  235         ENDIF.
  236         IF linlen > 0.
  237           APPEND textline+indent(linlen) TO command.
  238         ELSE.
  239           APPEND textline+indent TO command.
  240         ENDIF.
  241       ENDIF.
  242     ENDIF.
Message was edited by: Roy Derks
        R. Derks
Message was edited by:
        R. Derks

Barry,
thank you for your reply. We advice from SAP do, set the Date Format and Decimal Notiation by hand (TA: SU3) and just ignore the error and go forward
with the next step. Later we will test the system, hopefully we won't get any
errors concerning this.
Thanks,
Roy

Similar Messages

  • SAP Best Practice: Can't open process maps

    Hi Community,
    when I try to open a process map within the SAP best practice package I receive this error message (tried various browser, low security settings):
    Any ideas how to avoid this error message?
    Thanks in advance,
    Frank

    Hey Frank,
    is my assumption correct, that you use either Firefox or Chrome? Please try with IE.
    In case this does not work, please go to:
    https://websmp108.sap-ag.de/~form/handler?_APP=00200682500000002672&_EVENT=DISPLAY&_SCENARIO=&_HIER_KEY=501100035870000006532&_HIER_KEY=601100035870000146943&
    Select the country you are interested in and download.
    Best,
    xiaoma

  • SAP Best Practices - Error during the activation of Baseline Package

    Hello,
    I don´t know if this is the right forum to post this message, but I posting here as i didn´t get the info from the related forum, apologies for that.
    During the process of activation the Baseline Package 603V8 on ECC6.0 EHP3 (I´m importing all scenarios) from solution builder (txcode /n/smb/bbi)... it stopped and it shows me the following error:
    Start activation BC Set: /SMBA0/V_T001P_B0BN_J01
    Not activated - error
    End of activation BC Set: /SMBA0/V_T001P_B0BN_J01
    Can someone help me solve this problem?
    Thank you
    João Dimas - Portugal

    Hello again,
    I already solved this specific issue that I reported in my previous message, I did the manual activation (txcode SCPR20) of that BC Set: /SMBA0/V_T001P_B0BN_J01 guided by the document "SAP Best Practices Tools". After this activation I pressed the Change button that is displayed in the Old Status column and I changed the status to successful, after I chose the Activate to continue with the installation. But, once again, other error stopped the installation, now with other BC Set:
    /SMBA0/V_T001L_B175_J0A
    I tried to solve with the same method through the manual activation, but now it was not possible, when I do that in SCPR20 the activation logs show me four warnings (see the image "BC Sets: Activation logs")... and I don´t want to continue with activation/installation of the full scope without solve this issue or can I continue?!
    Can you help me please?
    Thank you,
    João Dimas - Portugal

  • SAP Best Practices Business Package Transport Error

    Hi all,
           We tried to import the SAP Best Practices Business package but we are unable to import the file.  We have checked the log file ...Below is the log file...
    [code]
    #1.5#001321CB9A4500510000022100001F7800040025EB1E5E74#1126062765280#com.sap.portal.transport#sap.com/irj#com.sap.portal.transport#Administrator#1033##DEV1_EPD_9515850#Administrator#7b5495401f4b11da9472001321cb9a45#SAPEngine_Application_Thread[impl:3]_9##0#0#Error#1#/System/Server#Java### [com.sapportals.portal.transport.ui.ImportComponent] File upload failed.
    [EXCEPTION]
    #1#java.io.IOException: Bad ZIP file format: C:
    WINDOWS
    TEMP
    _htmlb11260627630311218.tmp; does not contain a package file.
         at com.sapportals.portal.transport.ui.ImportComponent.extractPackageZip(ImportComponent.java:1959)
         at com.sapportals.portal.transport.ui.ImportComponent.doFileUpload(ImportComponent.java:822)
         at com.sapportals.portal.transport.ui.ImportComponent.doOnUpdatePreviewPage(ImportComponent.java:536)
         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:324)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleRequestEvent(AbstractPortalComponent.java:700)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:412)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:369)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:707)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    [/code]
    Does anyone faced the similar issue as above???
    Regards
    Vasu

    Hello Vasudevan,
      Unzip the content of the Business Package zip file into some folder. While importing the business package, select the .pkg file in the unzipped folder. This solves your problem.
    Best Regards,
    Srinivas.

  • What is SAP Best Practices?Could it be installed to my IDES ECC6?

    Hi,
    Could the SAP best practices be installed to my IDES ECC6?
    And how to??
    Let's take example for High-Tech industry.
    Thank you very much.

    Dear Hoo,
    In the best Practices there will be different release versions so based on that you need to prepare the system with the help of BASIS people.
    You have to apply some notes and patches before installing the specific industry version.
    High tech Industry installation guide
    Go to http://help.sap.com here you select SAP Best Practices >Click on Industry packages>Click on High Tech in this page you can able to find the Installation & Upgradation guide from this you can down lode the installation steps based on that you can install.
    I hope it will help you,
    Regards,
    Murali.

  • How to Down load SAP Best Practices

    Hi
    How to download SAP Best Practices with S user Id .
    While Downloading system throwing error message - No download authorization  and Please refer to the SAP Note 1037574 .
    Kindly Help.
    Thanks
    ravi

    Hi
    While Downloading the scenario presentation PPT files from SAP Best practices system is throwing below message .
    High security alert!!!
    You are not permitted to download the file "200_Scen_Overview_EN_US.ppt".
    URL = http://help.sap.com/bp_serv603/BBLibrary/Documentation/200_Scen_Overview_EN_US.ppt
    Please help
    Thanks
    Ravi

  • SAP Best Practice Integrated with Solution manager

    We have a server in which we installed SAP Best practice baseline package and we have the solution manager 7.01 SP 25
    We maintained the logical port but when we try to check connectivity to solution manager we got the following error:
    Connectivity check to sap solution manager system not successful
    Message no. /SMB/BB_INSTALLER375
    Can anyone guide us how to solve the problem and also if there is another way to upload the solution defined on the best practice solution builder into sap solution manager as a template project
    Thanks,
    Heba Hesham

    Hi,
    Patches for SAPGUI 7.10 can be found at the following location:
    http://service.sap.com/patches
    -> Entry by Application Group -> SAP Frontend Components
    -> SAP GUI FOR WINDOWS -> SAP GUI FOR WINDOWS 7.10 CORE
    -> SAP GUI FOR WINDOWS 7.10 CORE -> Win 32
    -> gui710_2-10002995.exe

  • HR Master Data conversion-SAP Best Practices

    Hello there,
    We would like to use the SAP Best Practices for HR Master Data conversion. 
    Now we want leverage the SAP Best practices to convert the Master data.  Could any one explain in detail how to do the same.
    How to install the Best Practices only to the extent of the Data conversion.  We don't want to use the rest of the Best Practicies.
    I know there are some notes out there. 
    Any help on the above highly appriciated.

    HI,
    I am not v sure if u can install only the required component. But there would be some pre requisites for every installation.
    It will be clearly mentioned in the base line
    Also Check if its available for the country which ur currently working...
    Use the ECATT: Test Configuratio & Test Scripts
    Pls revert in case u need further more details..

  • SAP Best Practice Scoping

    Hi,
    We have installed SAP Best Practice .
    If any body has done installation please share this problem.After importing solution when I click on scoping
    I am getting dojo script error.Could not getting through the scoping page.
    I have activated all BSP services in sicf but still getting same dojo script error.
    Please share the solution if anyone has come across the problem.
    Regards
    Yogesh

    Hi,
    Pls see the attached link:-
    http://www.scribd.com/doc/6075383/Sap-Tutorial?autodown=pdf
    Anil

  • SAP Best Practice for Discrete Manufacturing

    Hi colleagues,
    We are installing SAP BP for Discrete Manufacturing based on ECC 6.00. We have already installed the Baseline Layer 0. The problem we face now is that some of the building blocks required for Layer1 activation are not present amongst the ones already installed.
    How does one get these missing building blocks?
    Thank you.

    Dear,
    For detail information please refer the OSS notes,
    1040010 and 1223033 - SAP Best Practices for Discrete Manufacturing V1.603 CN
    Ensure that exactly the support package levels mentioned in the Quick Guide are implemented (not below and NOT HIGHER).
    Regards,
    R.rahmankar

  • SAP Best Practice: Problems with Loading of Transaction Data

    Hi!
    I am about to implement SAP Best Practices scenario "B34: Accounts Receivable Analysis".
    Therefore I load the data from SAP ERP IDES system into SAP NetWeaver 2004s system.
    My problems are:
    when I try to load the Transaction data for Infosources 0FI_AR_4 and 0FI_AR_6 I get the following errors/warnings:
    when I start the "schedule process" the status getting still "yellow 14:27: 31(194 from 0 records)"
    On the right side I see some actions that are also "yellow", e.g. "DataStore Activation (Change Lo ): not yet activated".
    As a result I cannot see any data in tcode "RSRT" executing the queries "0FIAR_C03/...".
    The problems there
    1) Input help of the web template of query don't contain any values
    2) no data will be shown
    Can some one help me to solve this problem?
    Thank you very much!
    Jürgen

    Be in the monitor window where u got the below issue
    when I start the "schedule process" the status getting still "yellow 14:27: 31(194 from 0 records)"
    and go to environment in the menu options TransactRFC--->in the sourcesystem...
    give the logon details and enter and from there give the correct target destination as ur BI server and execute...
    if u find some idoc's pending there push that manually using F6..
    and come back to ur load and refresh....
    if still it doen't turn green u can manully change status to red in STATUS tab and come to processing tab and expand ur processing details and right click on ur data packet which was not yet updated and select manual update...
    it shows busy status and when it comes out of that once again refresh...
    rgds,

  • The SAP Best Practices for Discrete Manufacturing V1.603

    Hai All,
    We are implementing SAP A1 for manufacturing company, so We selected SAP Best Practices for Discrete Manufacturing V1.603. Hear my question is after ecc 6.0 installation what level i need to update  the patches, because if i update all patches(up to date) it will give problem while building block updating.
    Thanks in Advance...
    Sushma Tatineni

    Dear,
    For detail information please refer the OSS notes,
    1040010 and 1223033 - SAP Best Practices for Discrete Manufacturing V1.603 CN
    Ensure that exactly the support package levels mentioned in the Quick Guide are implemented (not below and NOT HIGHER).
    Regards,
    R.rahmankar

  • SAP Best Practices on ECC 6.0 IDES

    Hi,
    We are trying to implement SAP Best Practices on ECC 6.0 IDES Server.
    1) IDES Server has patch level greater then the one mentioned in the implementation guide. Is it ok to continue with SAP Best Practices installation.
    2) Uploading Notes through t-code SNOTE gives an error stating" Data file of SAP Note is incomplete". Please suggest how to proceed with applying notes.
    We are using tcode SNOTE --> Goto --> Upload SAP Note.
    Thanks & Regards,
    Satish

    Hi
    check if the SAP note has some pre-requisites?
    Ensure that you follow the procedure regarding the note upload:
    Do not copy & paste, ALWAYS quote the source.
    http://help.sap.com/saphelp_nw04/helpdata/en/7c/04f33925f12d20e10000000a114084/content.htm
    Read the "Rules of Engagement"
    SAP download manager is required for it.
    SAP Best Practices package specifies prerequisites to install the SAP application.
    Ravi
    Edited by: Juan Reyes on May 21, 2009 4:59 PM

  • SAP Best Practices for Discrete Manufacturing

    Hai All,
    We are implementing SAP A1 for manufacturing company, so We selected SAP Best Practices for Discrete Manufacturing V1.603. Hear my question is after ecc 6.0 installation what level i need to update the patches, because if i update all patches(up to date) it will give problem while building block updating.
    Thanks in Advance...
    Sushma Tatineni

    Dear,
    For detail information please refer the OSS notes,
    1040010 and 1223033 - SAP Best Practices for Discrete Manufacturing V1.603 CN
    Ensure that exactly the support package levels mentioned in the Quick Guide are implemented (not below and NOT HIGHER).
    Regards,
    R.rahmankar

  • Install The ERP SAP Best Practices Baseline Package (VE)

    Hello
    We would like to install The ERP SAP Best Practices Baseline Package (VE)
    And reviewing the  Quick Guide to Installing the SAP Best Practices Baseline Package (VE), included in the SAP NOTE 1171816, in the list of components installed we need SAP ERP 6.0 with EhP3 with support package stack 1, but we received the installation disc of the Ehp4, and this version is not supported for the Baseline Package (VE).
    We are unable to find the installation the disc, or the media list for this solution (SAP ECC 6.0 EhP3).
    Can somebody tell me where can i find this?
    The information in the service.sap.com/instguides is about installing EhP4.
    We are using Windows 2008 EE with MS-SQL 2005.
    Thanks for your Help

    Hello Sunny,
    I hava setup MOPZ, and uploaded the correct packages to the SAINT transaction, but it gives me a warning, i need to include the following files to my upgrade queue:
    EA-APPL, 603       SAPK-603DHINEAAPPL   (SP Level: 0001)
    FINBASIS, 603      SAPK-60301INFINBASIS (SP Level: 0001)
    EA-PS, 603           SAPK-603DHINEAPS     (SP Level: 0001)
    SEM-BW, 603        SAPK-60301INSEMBW    (SP Level: 0001)
    I downloaded the packagesfrom SWDC but still is missing EA-PS, 603 SAPK-603DHINEAPS the file i downloaded was CSN0120061532_0028760.PAT
    In the SAP Note 1083533
    "If you receive the warning stating that additional Support
    Packages (level 0001) must be included in the installation of
    Enhancement Package 3, check the Support Package level of the
    relevant component. You can ignore the warning in the following
    cases:
    All components (Release 600) except EA-HR 600: Support Package
    level 0011
    EA-HR 600: Support Package level 0026
    - Note the following: In the case of a higher Support Package
    level (at least Support Package level 0012 or Support Package
    level 0026 for EA-HR), you must NOT ignore this warning."
    My SP level is 11 for all components and EA-HR is lvl 22, should i ignore this?
    Kind Regards

Maybe you are looking for

  • Greyed out songs only are displayed when iPhone is connected to iTunes? How do I fix?

    I've googled everything available on the internet to fix this problem, nothing works. Deleted itunes library files, deleted itunes_control folder on iphone using iExplorer, tried manually removing greyed out songs... but they come back everytime. It'

  • How to prevent race conditions in a web application?

    Consider an e-commerce site, where Alice and Bob are both editing the product listings. Alice is improving descriptions, while Bob is updating prices. They start editing the Acme Wonder Widget at the same time. Bob finishes first and saves the produc

  • 6.0 upgrade from 5.5

    Installation program accepts serial to 6.0 but not 5.5 serial which I have on my adobe account. https://dl.dropboxusercontent.com/u/22363282/Sieppaa.PNG

  • Getting to Lightroom 4.3

    I currently have Lightroom 3.4.1, what is the best way to upgrade to 4.3?

  • When I try to download and install itunes

    When I try to download and install intunes it gets to after it installs quicktime and then says it cant go any further because the itunes.cab file is corrupt, what do I do I need my itunes.