HR Related

Hii All,
I am facing a problem while entering the employee Basic Pay data in PA30. When I enter the data completely, and press ENTER, a runtime error is getting displayed, whereas if I press "SAVE", I am able to save my entries. Can anyone tell me what the problem is all about and how to rectify it? My requirement is that when I enter all the details of basic pay, and press "ENTER" button, I should be prompted with an Information message like "Save your entries", and when I save, the details should get saved.
The following is the display of runtime error..
Runtime Errors         WRITE_TO_OFFSET_TOOLARGE
Date and Time          27.04.2006 11:59:12
ShrtText
Program error: Offset in WRITE TO in program "SAPFP500" is too large.
What happened?
Error in ABAP application program.
The current ABAP program "SAPFP500" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
Error analysis
In a "WRITE src TO dest+off[(len)] [INDEX i]" statement,
"off" contains a target field offset (3) which is larger than
the length of the target field "dest" (4).
This is not allowed.
Trigger Location of Runtime Error
Program                                 SAPFP500
Include                                 FP500EFW
Row                                     33
Module type                             (FORM)
Module Name                             GET_FIRST_WORD
Source Code Extract
Line
SourceCde
3
4
      Liest erstes Wort in einem Satz.                              *
5
6
--> GFW_SENTENCE:  Satz, aus dem das Wort geholt wird.              *
7
    GFW_SEPARATOR_GROUP:                                            *
8
                   Gruppe von moeglichen Endezeichen                *
9
<-- GFW_WORD:      Erstes Wort im Satz                              *
10
    GFW_SEPARATOR: Seperator, d.h. Endezeichen des Wortes           *
11
    GFW_LENGTH:    Laenge des Wortes, muss gepackt sein.            *
12
    GFW_SENTENCE:  Satz ohne erstes Wort und Seperator.             *
13
14
FORM GET_FIRST_WORD USING GFW_SENTENCE GFW_SEPARATOR_GROUP
15
GFW_WORD     GFW_SEPARATOR  GFW_LENGTH.
16
DATA: FIRST_CHARACTER(1).
17
DATA: CHARACTER_IN_WORD(1).
18
DATA: CHARACTER_POSITION LIKE SY-INDEX.
19
FIELD-SYMBOLS: <CHARACTER_IN_WORD>.
20
21
MOVE SPACE TO GFW_WORD.
22
CLEAR GFW_LENGTH.
23
ASSIGN GFW_WORD TO <CHARACTER_IN_WORD>.
24
ASSIGN <CHARACTER_IN_WORD>(1) TO <CHARACTER_IN_WORD>.
25
DO.
26
MOVE GFW_SENTENCE TO FIRST_CHARACTER.
27
IF GFW_SENTENCE EQ SPACE OR FIRST_CHARACTER CA GFW_SEPARATOR_GROUP.
28
MOVE FIRST_CHARACTER TO GFW_SEPARATOR.
29
EXIT.
30
ELSE.
31
    MOVE GFW_SENTENCE TO <CHARACTER_IN_WORD>.
32
CHARACTER_POSITION = SY-INDEX - 1.
>>>>>
WRITE GFW_SENTENCE TO GFW_WORD+CHARACTER_POSITION(1).
34
SHIFT GFW_SENTENCE LEFT BY 1 PLACES.
35
ADD 1 TO GFW_LENGTH.
36
    ASSIGN <CHARACTER_IN_WORD>+1(1) TO <CHARACTER_IN_WORD>.
37
ENDIF.
38
ENDDO.
39
SHIFT GFW_SENTENCE LEFT BY 1 PLACES.  " Separator wegnehmen.
40
ENDFORM.
41
Urgent help required pls..
Thanks all,
Latheef

try this - u need to include the number of lines eg <b>07</b> then the name eg <b>PACKAGE</b>
THIS WILL WORK
LGMST Planned payment specification
       MOLGA Country Grouping
           16 South Africa
               PERSG Employee Group
                   1 Permanent
                       PERSK Employee Subgroup
                           01 Salary Package
                               07/PACKAGE
                           otherwise
                   otherwise
           otherwise

Similar Messages

  • Issue in creation of plant related data at receiving server using BD10

    Hi all,
    This is regarding Material master creation using B10.I am using MATMAS05 message type for sending data from one system to another.Data is sent and received successfully.When i go in mm03 i can see all the views created successfully accept views related to PLANT.Please guide to resolve the issue.
    When i entered into Log-
    1)"The field MBEW-BKLAS is defined as a required field; it does not contain an entry".
    2)"No material master data exists for material AB_08.04.09(30) in plant 4001".
    My segemnt is as follows-
    ZMATMAS05                      matmas05
           E1MARAM                        Master material general data (MARA)
               Z1KLART                        KLART----
    My extention
               E1MARA1                        Additional Fields for E1MARAM
               E1MAKTM                        Master material short texts (MAKT)
               E1MARCM                        Master material C segment (MARC)
                   Z1AUSPM                        E1AUSPMDistribution of Classification:----
    My extention
                   E1MARC1                        Additional Fields for E1MARCM
                   E1MARDM                        Master material warehouse/batch segment (MARD)
                   E1MFHMM                        Master material production resource/tool (MFHM)
                   E1MPGDM                        Master material product group
                   E1MPOPM                        Master material forecast parameter
                   E1MPRWM                        Master material forecast value
                   E1MVEGM                        Master material total consumption
                   E1MVEUM                        Master material unplanned consumption
                   E1MKALM                        Master material production version
               E1MARMM                        Master material units of measure (MARM)
               E1MBEWM                        Master material material valuation (MBEW)
               E1MLGNM                        Master material material data per warehouse number (MLGN)
               E1MVKEM                        Master material sales data (MVKE)
               E1MLANM                        Master material tax classification (MLAN)
               E1MTXHM                        Master material long text header
               E1CUCFG                        CU: Configuration data
           E1UPSLINK                      Reference from Object to Superior UPS
    Thanks.
    Edited by: sanu debu on Apr 27, 2009 7:10 PM

    CREATE CONTROLFILE SET DATABASE "NEWDB" NORESETLOGS ARCHIVELOGAlso when you are setting a new database, the option should be RESETLOGS and not NORESETLOGS.
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_2_7FK0XKB8_.LOG
    D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSTEM_7FK0SKN0_.DBFWhy underscore(_) at the end of the datafile name. Any specific reason ?

  • Relative path for images in RTF templates

    Hi everybody!
    When I insert an image in a RTF template, I put its path into the web dialog, in order to see correctly the picture when I open the report from the xmlp server, in this way: url:{"http://servername/analytics/res/Images/image.bmp"}
    How can I make this path relative, in order to see the images even if the server name changes?
    Thanks so!
    Francesco

    Hi Tim,
    I am using BIP 10.1.3.3.2. I am able to access system variable CURRENT_SERVER URL.
    Steps:
    <?param@begin:CURRENT_SERVER_URL?>
    <xsl:value-of select="$ CURRENT_SERVER_URL"/>
    CURRENT_SERVER_URL is getting printed in BI Publisher. Value displayed is http://xx4697.xxx.co.in:9704/xmlpserver.
    Now we are importing xsl into RTF template. File aaa.xsl is stored at [BIP_Installation_Directory\oc4j_bi\j2ee\home\default-web-app]
    We have hardcoded the path for XSL in RTF. The path is <?import: http://xx4697.xxx.co.in:9704/aaa.xsl?>
    As we want to set dynamic path we changed hardcoded xsl path to <?import: {$CURRENT_SERVER_URL}/../aaa.xsl?> but it is not working. Sometimes BIP is taking local path of MyDocuments folder and sometimes Desktop path. If I put that XSL file in MyDocuments folder or Desktop, it is working fine. But ideally it should refer [BIP_Installation_Directory\oc4j_bi\j2ee\home\default-web-app] path...
    Thanks,
    Amit D

  • "Failed to open the connection" problem related to multiple tables in the report?

    Post Author: Gadow
    CA Forum: Data Connectivity and SQL
    System specifics:
    Web environment using ASP.Net 2.0 (from Visual Studio 2005 Professional)
    Crystal Reports 2008, v. 12.0.0.549, Full
    We have set up the following method for displaying reports via our website:
    User is sent to a report-specific page. The user is given some filtering options specific to the report that will be viewed. When the user has specified the data filters, the user clicks a button.
    The page wraps up the report parameters -- selection query, formula values, report location, the name to be displayed, etc. -- into a class which gets put into the Session object.
    The page redirects to DisplayReport.aspx. ALL reports redirect to this page.
    DisplayReport.aspx retrieves the report parameters from Session. A ReportDocument object is created and loaded, then set with the data from the parameters class.
    A ConnectionInfo object is created and set with the relevant log on credentials. All of the reports draw from the same database, so the connection information is hard-coded as the same for all reports. The page then iterates through all of the tables in the Database.Tables collection of the ReportDocument and calls ApplyLogOnInfo to each table using the ConnectionInfo object.
    The page is rendered and the user gets the filtered report.
    We currently have seven reports. Five reports work fine and display the correctly filtered data with no error messages. Two reports generate a Failed to open the connection error and do not display. I have verified that the queries being sent to DisplayReport.aspx are valid, and as I said the connection information itself is hard-coded in the one page that displays the reports and this is identical to all reports.
    The five reports that do work all have a single data table, either an actual database table or a single view. The two reports that do not work all have multiple tables. As far as I can tell, this is the only difference between the sets; all seven reports are based on the same DSN and I have verified the database on all of the reports. All of the reports were written using Crystal Reports 8, and all of the reports display fine in a Windows app I wrote some years ago using Crystal Reports 8. Again, the only difference between those reports that do work and those that do not is the number of tables used in the report: one table or view in the reports that display, more than one table (tables only, none use views) in the reports that do not display.
    As for the code I am using, below are the relevant methods. The function MakeConnectionInfo simply parses out the components of a standard SQL connection string into a ConnectionInfo object. DisplayedReport is the ID of the CrystalReportViewer on the page.Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs)
            Dim o As Object = Session("ReportParams")
            Dim ReportURL As String = ""
            'Verify that there is a ReportParameters object
            If o Is Nothing OrElse o.GetType IsNot GetType(ReportParameters) Then 'Redirect to the error page
                Response.Redirect("/errors/MissingReport.aspx")
            End If
            ReportParams = CType(o, ReportParameters)
            'Verify that the report exists
            ReportURL = "/Reports/ReportFiles/" + ReportParams.ReportName
            ReportPath = Server.MapPath(ReportURL)
            If Not File.Exists(ReportPath) Then
                Response.Redirect("/errors/MissingReport.aspx?Report=" + ReportParams.ReportTitle)
            End If
            InitializeReport()       
        End Sub
        Protected Sub InitializeReport()
            Dim RD As New ReportDocument
            Dim CI As ConnectionInfo = MakeConnectionInfo(DB_Bonus)
            Dim RPF As CrystalDecisions.Shared.ParameterField = Nothing
            RD.Load(ReportPath)
            If ReportParams.SelectString <> "" Then
                Dim Adapt As New SqlDataAdapter(ReportParams.SelectString, DB_Bonus)
                Dim DS As New Data.DataSet
                Adapt.Fill(DS)
                RD.SetDataSource(DS.Tables(0))
            End If
            For Each kvp As KeyValuePair(Of String, String) In ReportParams.Formulas
                Dim FFD As FormulaFieldDefinition = Nothing
                Try
                    FFD = RD.DataDefinition.FormulaFields(kvp.Key)
                Catch ex As Exception
                    'Do nothing
                End Try
                If FFD IsNot Nothing Then
                    Select Case FFD.ValueType
                        Case FieldValueType.DateField, FieldValueType.DateTimeField
                            If IsDate(kvp.Value) Then
                                FFD.Text = String.Format("Date()", Convert.ToDateTime(kvp.Value).ToString("yyyy, MM, dd"))
                            Else
                                FFD.Text = "Date(1960, 01, 01)"
                            End If
                        Case FieldValueType.StringField
                            FFD.Text = String.Format("""""", kvp.Value)
                        Case Else
                            'For now, treat these as if they were strings. If things blow up here,
                            'we will need to add the appropriate formatting for the field type.
                            FFD.Text = String.Format("""""", kvp.Value)
                    End Select
                End If
            Next
            For Each T As CrystalDecisions.CrystalReports.Engine.Table In RD.Database.Tables
                Dim TLI As TableLogOnInfo = T.LogOnInfo
                TLI.ConnectionInfo = CI
                T.ApplyLogOnInfo(TLI)
            Next
            DisplayedReport.ReportSource = RD
        End Sub
    Does this approach not work with reports containing multiple tables, or is there something I'm missing? Any meaningful suggestions would be much appreciated.

    Dear Dixit,
    Please refer to the Crystal report landing page to get the details
    information about the support for crystal report issues.
    Please use the following thread to post your questions related to
    crystal report.
    SAP Business One and Crystal Reports
    Regards,
    Rakesh Pati
    SAP Business One Forum Team.

  • Getting error while opening a saved for later notification: The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action.

    Hi All,
    While opening a saved for later notification, we are getting "The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action". error.
    This is a custom notification.
    Please help.
    Thanks
    Raghava

    HI All,
    Please help on this issue.
    Thanks
    Raghava

  • Error 513 while creating a support message (related to roles/profiles)

    Hello everyone,
    my user is getting the generous error 513 while sending a support message either on the SAP GUI or Workcenter. I am trying to implement a profile for a key user, who can display, reply and create simple messages without putting in technical data.
    I gave him the following roles:
    SAP_SMWORK_INCIDENT_MAN
    SAP_SUPPCF_CREATE
    SAP_SUPPCF_ADMIN
    SAP_SUPPDESK_DISPLAY
    SAP_SUPPDESK_CREATE
    SAP_SV_FDB_NOTIF_BC_CREATE
    and a generous role with the missing parts:
    ZSAP_SMWC
    When I tried sending a message with the GUI I used SU53 to find out which rights are missing and added them to ZSAP_SMWC. Now I got all of them and the SU53 replies that there are no more missing rights.
    Thing is: When I add the profile SAPALL to my user, it works just fine. This is leading me to a problem i can't solve._
    I also have to say that I accidently deleted some flags inside of sap_suppcf_create without copying it. Is there a way to restore SAP standard settings?
    Thanks in advance,
    Hendrik

    I just seen the following SAP Knowledge Base Article related to ST 400 SP24:
    [1522809 - Solution Manager: Because of error 513, no message was created in Support Desk System|www.service.sap.com/sap/support/notes/1522809 ]
    Regards, Ruediger

  • PO can not be created due of amount value approved in related PR

    Hello Gurus,
    My client would like to set an error message while creating a PO related to a PR when the net price item differs in more than 10% from the value released in the PR related. All the PR are subject to release strategies with total amount as a chareacterisitc. Is this possible to set? Could please kindly provide me the path or any clue on how to do this?
    Currently when a PO is created in relation to a PR system allows to change the net price without restrictions.
    Please advice.
    Thanks

    I assume you do not work with PO approvals?
    Normally  when you create PR, system picks Price  frm the material master you can try to control PO price  maintain Tolerate Key "PE"  for Cocode here.
    SPRO -> MM -> Purchasing -> Purchase order -> Set Tolerance Limits for Price Variance
    This will check the PO price VS the Material Master valuation Price  (this will  not be useful if the PR price has been manually changed )
    But if a check against PR Value specifically is reqd. , In suchcase, there is no standard setting/config  with which you can have system issue an error  when the PO value exceeds the PR  amount by a certain %. 
    The ME_PROCESS_PO_CUST BADI could be used, where you enter this validation Logic.

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (p

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that
    the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)(Microsoft SQL Server, Error: 2)
    The system cannot find the file specified
    Cannot connect to COWBOYS.
    Here are the technical details===================================
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476
    Error Number: 2
    Severity: 20
    State: 0
    Program Location:
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer
    timeout)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance,
    SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ValidateConnection(UIConnectionInfo ci, IServerType server)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
    ===================================
    The system cannot find the file specified
    I have tried from so many forms. This is so frustrating. Thank for everyone/anyone who wants to help. So this is what happened: I had to uninstall my previous sqlserver 2012(which worked great) for some reason, and I uninstalled everything from that download.
    Then I installed the trial edition of sql server 2012 (64 Bit) and It wouldn't connect to the database. (Error mentioned above.) My local DB is COWBOYS. (COWBOYS is also my computer name.) After this, I have tried downloading sqlexpress and sqlserver 64bit
    many times and cannot connect to my local DB. 
    How do I connect to my Local DB? 
    Also, I think this might help: (When I run sqlserve.exe, which I was able to find in C:\Program Files\Microsoft SQL Server\110\LocalDB\Binn, I get an error: Your SQL server installation is either corrupt or has been tampered with(Error getting
    instance ID from name). Please uninstall then re-run setup to correct this problem.
    I would happily re install it, if it wasn't my 20th time.
    I don't have any remote connections, I don't use username/password, only window authentication. I work mostly on visual studio, but without able to store /retrieve data, I don't know how to survive.
    May be the solution is very simple, but I am too frustrated. 
    Some of the things I have tried:
    From a command prompt, enter one of the following commands:
    net start "SQL Server Agent (MSSQLSERVER)" OR 
    net start "SQL Server Agent(instancename)"(for instance)
    on my sql configuration, I cannot start anything because there is nothing there to start. I can post more details, if that would help. Also, some more details about the error:
    Details
    Product:
    SQL Server
    ID:
    2
    Source:
    MSSQLServer
    Version:
    10.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Version:
    9.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Any one that can help me, I will be greatful. Thank you so much. p.s. please ask me anything if you have any questions.

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Message no. SG028 Ambiguous... exchange rate relation

    Hi Friends,
    I have a free of charge order. While doing the Post Goods Issue step, I am getting the following error message
    Ambiguous EUR/USD exchange rate relations
    Message no. SG028  
    I have searched in the forum and made sure that in transaction OB08 Exchange Rate EUR/US and USD/EUR (Exchange Rate Type M) has maintained properly in the system.
    I have also made sure that the entries are properly maintained in SPRO - General Settings - Currencies - Define Translation Ratios for Currency Translation.
    But still the error is coming, I saw in one thread, some one has reported the same problem even after maintaining the exchange rates in OB08, but no solution was suggested as far as I check. could anyone please give some inputs why the same error coming even though the exchange rates are maintained and how to fix this issue as I stuck in Post Goods Issue step
    Thank you

    Hi Christian,
    Thanks for your time.
    I've found the below entries in OBBS
    M   USD    EUR     01.01.1900        100 : 1
    M   EUR    USD     01.01.1900         1    : 100
    Alternative currency is blank in both entries
    In OB07 for exchange rate Type M all the fields (Ref. currency, Buy and Sell rate) and the check boxes are blank. it is still unclear for me being a logistics guy
    While doing Post Goods Issue in other scenario I didnt have any error where currency GBP EUR invovled. In this case the OBBS entries EUR/GBP as below
    M   GBP    EUR     01.01.2000        1 : 1
    M   EUR    GBP     01.01.2000        1 : 1
    Alaternative currency is blank in this case as well.
    Does the valid from date or the ratio make any difference?
    I could not clarify with my FI consultant as he is on vacation. Could you please let me know how to fix it.
    Thank you

  • Free goods related

    Hi ,
            This is regardsing Free goods related issue
           " i have 3 types of materials(A,B,C)
               1.If A sells quantity of 10, C will come as free(zero price)
               2.And if B sells quantity of 10 again C will come as free (zero price)
               3.And also if A(5) & B(5) together sells quantity of 10 C will come as free.
    Please provide the suggestive solution.

    hi,
    1 & 2 case will work, but the 3rd Case will not work. Please note the following
    "Free goods can only be supported on a 1:1 ratio. This means that an order item can lead to a free goods item. Agreements in the following form are not supported: ‘With material 1, material 2 and material 3 are free of charge‘ or ‘If material 1 and material 2 are ordered at the same time, then material 3 is free of charge‘.
    Free goods are not supported in combinations with material structures (for example, product selection, BOM, variants with BOM explosion).
    Free goods are only supported for sales orders with document category C (for example, not quotations).
    Free goods are not supported for deliveries without reference to a sales order.
    Free goods cannot be used in make-to-order production, third-party order processing and scheduling agreements.
    If you defined a free goods for variants in a generic article (only SAP Retail), you can only process the variants in the purchase order and goods receipt individually (as single articles). In other words, you cannot process them using the generic article matrix."
    CHAN

  • Table relations lost in Crystal Reports when connecting directly to SAP R/3

    Currently, we are trying to create reports in CR2008 directly on SAP R/3 tables. We encounter the following problems:
    - 1 it is quite difficult to find out which tables you need
    - 2 if you import the tables into CR you have to define the relations between the tables again
    This takes too much time and is way too complex.
    So the question is: should I define infosets and load these into CR? what is the general "working method"/procedure  to deal with these issues?

    Hi,
    in case you not familiar with the tables from your ERP system I would recommend using an InfoSet or ABAP Functions as a source.
    ingo

  • ISE 1.2 Authentication fails for 2nd AD domain with the forest trust relation

    We are running cisco ISE 1.2, we have new AD domain with forest trust relation between both the new and the old. authentication to with the new domain fails.
    Is there any requirements or configurations change needs to be done to make it success?

    Use the license that is currently on your ISE.  If your account has access to download the software, then you are good.  The license will not change during the upgrade.  If you are using ISE 1.2 Patch 8 or above, then you are using the same Base/Plus?Apex Licensing model. 
    If you are not yet on Patch 8, the you are using Base/Advanced and these will be converted during the upgrade.
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

  • Third party process:Billing relevance 'B' order related and 122

    I am facing the following problem: in Order related Billing according to order qty, the sales order bills what has been received on the third party PO in MM.
    The following situation occurs: When I order 100, receive 100 and Bill 100: The sales order is fully billed. When I later return a quantity to the vendor in MM with a 122 referring to the PO, the sales order remains fully billed. There is no way I can find out which Sales order needs to be take action on (credit). Can someone help me finding out how I can select these sales orers after a 122?

    Ok, no problem.
    At the client we have a very specific flow where receipts on a third party PO need to be billed daily when they happen and every receipt (better: any goods movement) needs a seperate billing document.
    This is not covered in SAP standard. I wrote a program (functional) how SAP should find the billing relevant movements:
    1) Go to the billing due list daily at 0:00
    2) Check all related third party PO's and the movements
    3) Check the sales flow of the relevant SO. Check which material doc has been billed (via reference field in the billing doc)
    4) For all items not yet billed call function module GN_INVOICE_CREATE. (bill in case of 101 and 123 and credit in case of 102 and 122)
    This works all fine until I found above issue: Fully billed items are removed from the billing due list even if there is a 122 or 102 afterwards on the PO. So I redesigned the program.
    1) at 0:00 Select all movements on the system date for the specific flow (PO type and plant) via Material documet header and segment.
    2) Via the account assignment in the material doc you have the Sales order. Then the same applies:
    3) Check the sales flow of the relevant SO. Check which material doc has been billed (via reference field in the billing doc)
    4) For all items not yet billed call function module GN_INVOICE_CREATE. (bill in case of 101 and 123 and credit in case of 102 and 122)
    Here I am not using the due list and it solved my problem.

  • Ship to party and vendor relation in third party process

    Hello Experts,
    I need your precious suggestions on my business requirement.
    When we create the third party sales order system creates the Purchase Requisition and further PO is created through purchasing department.
    Suppose in my third party sales order I have two items X & Y, and both need to deliver at two different ship to party XXX & YYY respectively. in order system determine plant 1000 for both materials based on plant determination (CMIR >> CMR >> MMR) and system generates PR.
    I know while converting the PR to PO system check Source list (ME01) to determine the vendor. my requirement is I want to determine Vendor based on ship to party in sales order. suppose ship to party locations for XXX and YYY are Bangalore and Pune respectively and in both place we have different vendor. Both vendor manufacture product X & Y. so I want system should pick the vendor according to ship to party.
    Is there any relation between ship to party and vendor which will work in third party processing ?
    Kindly explain how I can achieve this requirement.
    Thanks,

    I doubt this can't be achieved by SAP standard functionality. You may need to use user exit. Check Third party to purchase req user exit or purchase req user exit to fulfill the requirement.
    Regards,

  • Photoshop CS2 issues & Customer Relation's solution

    i bought a g5 quad in June 06 that failed in july 06. they were unable to resolve the issue and gave me a replacement machine.
    i was given a mac pro with 4GB of RAM and a terabyte of internal storage. the 2 oem 500GB Seagate 7200.10 hard drives took over 9+ hours to zero out: the apple store genius told me this was normal. i have since purchased 2 different hard drives. one of the same capacity which zero's out in under 2 hours. that number IS normal.
    Adobe Photoshop CS2 Bridge and Camera RAW have never worked properly on this machine since i got it, quitting all the time when renaming files or browsing my hard drive folders in Bridge. i was told that this is normal and that CS3 and Leopard will fix all this. then the CS3 Beta came out and the machine quits even with the new version.
    i contacted Adobe, they say it is my hardware. i went to the apple store and showed them the problem and was able to duplicate it on every mac pro in their store and they said it must be a software issue.
    i bought more RAM from apple. the machine works somewhat better now, but it still crashes in photoshop and adobe camera raw and bridge. i purchased lightroom and have looked at changing my workflow, and this program too quits intermittently.
    i called apple customer support again. they walked me through using a different user account. same issues. i asked to speak to customer relations. i got on the phone with the lady, and i asked if it was possible to send someone out to look at the machine since it is not working properly, and she said that it is not something they would do since it is not their problem. i asked if they would be able to help me decipher the crash logs so i can find out WHY the machine is crashing.
    her exact words were, "well, maybe you can sell it? if it is giving you all these problems and since it is not our hardware, it might be best for you to sell it and buy something that works."
    "sell it." i would like to say that "sell it" was not the answer i was looking for. i wasn't even mean to her. i was extremely polite and i got, "sell it" from customer relations. i hope none of you get "sell it"
    good luck to all of you.

    You use to use Windows but decided to move to Macs at some point, and not look or go back. And that the Quad G5 worked up until some point.
    When I got my Mac Pro back in late August/early Sept, I ran into some oddities that no one could help me with. Drivers from Lexmark for their laser printers. Suffice to say that I spent weeks if not month trying to track down why etc. and doing the "clean install" but ended up with the original install disk image.
    I'm always afraid if I am forced to install any drivers for now as a result.
    I updated SoftRAID (I thought) and ran into every driver and extension conflict possible, known and unknown.
    Clean install and avoided anything I could "live without" this time around, and it was stable. For a few days, any and every - and I mean absolutely anything I tried to launch, run or whatnot would CRASH.
    I was ready to point fingers. But at whom? ah! must be the Ramjet. Passes all tests, but there must be a gremlin and nothing is good enough to find the cause.
    System is now rock solid and stable.
    I don't know really what or why. And whether it was SMC reset (I wish they would paint the button in RED!) or zapping PRAM/NVRAM.
    I also installed Vista to see if it was OS X or hardware or not. But I never learned what is needed to really use and secure a Windows system - or troubleshoot it if it goes haywire. But you would.
    I have spent 40+ yrs tinkering with computers, and 20 with Macs. I think I still remember some of the troubleshooting days from 1990 hunting down shareware bugs.
    If it is hardware, it would fail running XP too, maybe? did you retain your license for and copies of Windows and CS2 or whatever you would use? (The Mac Pro really shines running Windows Vista from what I've seen).
    It doesn't take a lot to turn a Mac into a crash-prone system. There are some bugs even with the OS update installer itself it seems.
    Troubleshooting is as much art as science. Hunches based on what feels wrong with some sweat and guesses backed by some "CSI" sleuthing and detective work.
    Only Apple or Intel would know if they have had to come out with re-designed chips, a newer motherboard, or cpus. Or the AMB used on the Risers.
    As I said (5 pages ago?) a friend had a G5 Quad that would not run CS2 properly, was crashing etc. (and had on-site Care etc) and the latest logicboard (3rd) stopped the problems, CS2 runs faster and better, it doesn't crash, and the benchmarks show it.
    There are revisions to logic-boards. I read it takes 3-6 months to get a pattern of a problem, and another 3-6 months to redesign parts, manufacturing, testing, between engineering prototypes and manufacturing.
    I thought the whole idea of AppleCare was sort of the "care" in AppleCare. And to solve a problem.
    It would take someone with access to what engineering errata is going on. What changes were made to G5s. There were other problems with Quad it seems as well, heat, the liquid cooling components (there are two varieties).
    I don't have the stomach or temper to deal with customer service, phones, etc. But I would make an appointment (yes, again!). I don't know what terms there are for small business or customers to get premium care, probably not good.
    We had a mainframe with a bad memory card or bank. We thought. We also swapped out every part trying to get it fixed. We even had to keep the room temp colder and controlled humidity. A new system for us would have been lower maintenance, lower energy bill, less strain on a/c even. And smaller (so we didn't need to use as much floor space). But government can be "penny wise and pound foolish" in such matters.
    I know you are just getting familiar with things like "Onyx" and "Disk Warrior" and such. Those can be helpful.
    Crashing does tend to lead to more crashes. Mac OS X is not immune to side effects of what they can do. And usually you want to finish a project, not get sidelined.
    I wish you had a G5 Quad in there. Two systems. Maybe two G5s even if you have the work or so you can be running CS2 on one and CS3 on another. Or have a techie "gearhead" come in and test and insure that your systems are in working order. Something.
    It ain't normal. And it should get more than a "brush off."

  • Can't view dashboard with relative url in BI 4 Launchpad

    I created a dashboard using BIWS connections and I am able to preview the dashboard when i have the full path of Web Service URL but when I use the relative url and publish to launchpad I get the "Cannot access external data......, Unable to load URL:/dswsbobje/Services/Session..." error message. Any ideas on how to solve this?
    Thanks

    Are you trying to preview the dashboard from dashboard designer tool ?  If yes, then you must have a full web service url, otherwise, it will not be able to resolve the server and port.
    But, if you use relative URL and export the same to BO repository, you will be able to view the same by logging into BI Launchpad. There it can resolve the server name and port from existing session.

Maybe you are looking for