SNC 'due quantity is Zero' error in Release prcesse - ASN creation.

Hi~
I am facing problem while creating the ASN' s for the Schedule Line releases. Error message is " Schedule line due quantity is Zero". But due quantity field is not getting populated when I create confirmations and also it is not editable.
Status of my confirmation line is "Published". This problem is coming only for Scheduling agreement, for Purchase Orders ASN' s are getting created successfully.
Please suggest how to resolve this or am I missing any processing step here?
This is same as below thread. But there are no answer.
Error in SNC Release Processing
Please help.
Bestregards,
SKY

Hi SKY,
You need to do the below setting:
Path go to SPRO>Supply Network Collaboration>Delivery>Due Quantity Calculation>Determine Due Schedule Line Quantities
In that you have to maintain for which level of commitment ASN should be created.
Level of Commitment:
1)Fixed dates and quantities
If you maintain Fxd Ds&Qs=Consider Release schedule line.
If your schedule line of the schedule agreement is having level of commitment =Fixed dates and quantities system will allow to create ASN for this schedule line.
2)Production and material go-ahead
If you maintain ProdMatGo-Ahead=Consider Release schedule line.
If your schedule line of the schedule agreement is having level of commitment =Production and material go-ahead system will allow to create ASN for this schedule line.
3)Material go-ahead
If you maintain Mat. Go-Ahead=Consider Release schedule line.
If your schedule line of the schedule agreement is having level of commitment =Material go-ahead system will allow to create ASN for this schedule line.
4)Forecast
If you maintain Forecast=Consider Release schedule line.
If your schedule line of the schedule agreement is having level of commitment =Forecast system will allow to create ASN for this schedule line.
5)Missing quantity / backlog
If you maintain Miss.Qty/Bcklg=Consider Release schedule line.
If your schedule line of the schedule agreement is having level of commitment =Missing quantity / backlog
system will allow to create ASN for this schedule line.
6)Immediate requirement
If you maintain Miss.Qty/Bcklg=Consider Release schedule line.
If your schedule line of the schedule agreement is having level of commitment =Immediate requirement
system will allow to create ASN for this schedule line.
Depnding upon your business requirement you can maintain setting for ASN creation for scheduling agreement release.
By default this settings are not there in SNC you have to maintain above setting as per your business need.
As per SAP standard defination for Level of Commitment  is:
The level of commitment informs the supplier about the schedule line type and how binding a schedule line is.
Level of Commitment
001
Fixed dates and quantities
Quantity and date of the schedule line are fixed and will remain unchanged. The schedule line belongs to a delivery-relevant release. The supplier can deliver the quantity without waiting for another acknowledgement or the customeru2019s request.
002
Production and material go-ahead
The schedule line belongs to a forecast delivery schedule that is not relevant for delivery and is in the production go-ahead period. The supplier can, therefore, procure the materials for manufacturing the ordered products and start with production. If the customer cancels a schedule line, the supplier can invoice the material and production costs.
003
Material go-ahead
The schedule line belongs to a forecast delivery schedule that is not relevant for delivery and is within the material go-ahead period. The supplier can, therefore, procure the materials that s/he requires for production. If the customer cancels a schedule line, the supplier can invoice for the material costs.
004
Forecast
The schedule line belongs to a forecast delivery schedule that is not relevant for delivery. The schedule line is not binding and may possibly change. The supplier can use the data for his or her own planning, however.
005 *
Missing quantity / backlog
The schedule line is in the past. The customer has already transferred the schedule line in a release but the supplier has not yet delivered the schedule line.
010 *
Immediate requirement
The customer has not yet transferred the schedule line in a release, but needs the schedule line quantity immediately.
These values are relevant if you use a DIMP system as the customer back-end system.
Regards,
Nikhil

Similar Messages

  • Error while TO creation LT10 - Putaway quantity not zero

    Hi All,
    I am trying to create a Transfer order via LT10 (or via LQ02) where the available stock is available. The error log that I see says - "Putaway quantity not zero", Message no. L1605.
    The stock Scenarion is like below:
    Total stock                   15
    Avail.stock                   15
    Stock for put.                40
    Pick quantity                  0
    What I understand for any stock transfer to happen there should be Available Stock. Now I want to use this 15 qty for further processing by using transaction LT10 or may be LQ02. Why does standard SAP not allow this?
    If I do the stock transfer via LT01 for above scenario it does allow us to use the available stock.
    The error is coming from below code of program RLS10034
    *........Quants mit einzulagernden Mengen nicht markierbar!............
      if itab-einme ne 0.
        itab-ikone = sym_locked.
        itab-msgid = 'L1'.
        itab-msgno = '605'.
        itab-msgty = 'E'.
      endif.
    Pls advice why the check is there in place when it could have been avoided and how to remove this check?
    Thanks,
    Ravi Sabhachandani

    yes you are right there is a check and with standard SAP that is not possible you need to look for alternate method.Never came across this type of scenario in past however my suggestion is to have a look on the below function module and user exit that might be helpful
    L_TO_CREATE_POSTING_CHANGE
    MWMTOAU3 for posting change notices
    Even if you are able to mange this with some custom code I see a operation issue there
    LQ02 is help to the change the stock from one stock type to another (or quant characteristic) as per your test data if I will transfer the 15 pc from unrestricted to Quality and later on the transfer order of 40 get's confirmed (which is having the unrested stock) in the same  bin (this depend on the configuration of mixing) how the worker will come to know which is quality reject or which is unrested by looking physically
    Total stock                   15
    Avail.stock                   15
    Stock for put.                40
    Pick quantity                  0

  • Error message:m8088   delivered quantity is zero

    while doing MIRO for import order using purchase order we are getting an error delivered quantity is zero  and error message is m8088 can i know to recify this error?

    Hii,
    Planned Delivery costs or Goods Service items
    If possible try the below procedure
    Hii,
    Follow the below procedure:
    SPRO - Material Management - Logistics Invoice Verification - Define Attributes of system messages - M8 088 by Standard SAP it is warning message and if you want to make it error make it as error message
    Kumar
    Edited by: Kumar Rayudu on Feb 28, 2008 2:38 PM

  • DeliveryScheduleNotification_In XMLfailing in SNC due to Horizon date as --

    Hello Expert,
    I have one issue with Delins XML.
    XML message DeliveryScheduleNotification_In  failing in SXMB_MONI side in SNC due to error "Time stamp --T12:00:00 (typeReleaseHorizonDateTime, item 1) is invalid"
    After analyzing the Failed XML, I found that horizon date is coming as -- instead of proper date.
    Do you think mapping is missing in the proxy class /SCA/CL_BIF_DELSCHED_IN which process this XML in SNC?
    Did anyone faced this issue in the past?
    BR,
    Bharat M
    Mob: +91 9987991004

    Hello ,
    We managed to resolved this issue with the help of badi /SCA/BIF_I_DELSCHED.
    method /SCA/IF_EX_BIF_I_DELSCHD~BEFORE_CONVERSION.
    DATA: lv_output TYPE char5.
    FIELD-SYMBOLS: <item> TYPE /sca/bif_s_delsched_item.
      LOOP AT cs_delsched_notif-delivery_schedule-item ASSIGNING <item>.
      Make CHAR5 out of CHAR6
       CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
         EXPORTING
           input  = <item>-scheduling_agreement_reference-item_id
         IMPORTING
           output = lv_output.
        <item>-release-HORIZON_DATE_TIME = ''.
      ENDLOOP.
    endmethod.

  • BlackBerry Z10 Error "The file cannot be played due to an unexpected error (10)"

    Hope someone can help this one, I received a voice note through BlackBerry Messenger, after downloading I tried to play it and the following message popped up, "The file cannot be played due to an unexpected error (10)".
    I received another file, 3GP format, tried to play it, same error pops up. I headed over to the music and video libraries, I could not see these 2 files. I connect my Z10 to the notebook and checked on my SD Card, I could see the files from were not named correctly e.g. VID 00001-20101226-1206 was named as VID 00001%20101226-1206 with the percentage symbol being the unusual thing I picked up. This was the case for both files.
    I then modified/remaned the files replacing the % with a - (dash) symbol. The files were now visible and able to play through the Z10. I think there is a problem with the way BBM files are being saved especially the naming convention might be having an error/bug.
    My OS release is 10.0.10.99, Version 10.0.10.738 with Build 455718. Is there a fix for this problem that is known? I checked but saw no posts where it was clearly addressed. Am I the only one experiencing this anomaly?
    I have restarted the device but this does not resolve. I have attached a screenshot of the error sequence also showing how the file is named upon saving to my media library.
    Attachments:
    Z10 Error.png ‏287 KB

    Hey runyamhere,
    Thanks for bringing this to our attention.
    To find the root cause of this issue regarding the media not saving the file properly, we will need to gather logs from the BlackBerry Z10.
    I would highly suggest you contact your network service provider and ask to be transferred to BlackBerry so we can get a case number created so we can get the logs.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • IMPDP: The job SYS_IMPORT_FULL_01 has halted due to a fatal error

    Hi,
    I'm having problems importing a database whose export was successful.
    The tool I'm using is expdp and impdp.
    The source schema is in a tablespace different from the target schema, but in the same instance of the Oracle database.
    I granted the role of EXP_FULL_DATABASE for the source user and granted the role IMP_FULL_DATABASE to the target user.
    Specifically, the following happens: I can export the schema and can successfully import the first four tables to the target schema. So the impdp provides the following message:
    Processing object type SCHEMA_EXPORT / TABLE / TABLE_DATA
    . . imported "BDE_INEA_DES". "GPL_DECLIV_FRAGIL" 328.4 MB 668 706 lines
    . . imported "BDE_INEA_DES". "GLN_CURVA_NIVEL" 336.3 MB 124 324 lines
    . . imported "BDE_INEA_DES". "GPL_APP_10" 2920 lines 238.7 MB
    . . imported "BDE_INEA_DES". "GLN_CURVA_NIVEL_10" 200.8 MB 15 344 lines
    The job "BDE_INEA_DES". "SYS_IMPORT_SCHEMA_01" was halted due to a fatal error at 11:52:41
    I've tried exporting using SYSTEM user and the user's schema source owner. I tried the same procedures with the import, but without success.
    Information of my OS:
    Windows Server 2008 R2 x64
    Information of Oracle database:
    SQL> SELECT * FROM V $ VERSION;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL / SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    Follow these steps. You will get exactly what you are trying to find.
    1) spool invalidobj_and_registry.txt
    SELECT SUBSTR(comp_id,1,15) comp_id, status, SUBSTR(version,1,10)
    version, SUBSTR(comp_name,1,30) comp_name
    FROM dba_registry
    ORDER BY 1;
    SELECT status, object_id, object_type, owner||'.'||object_name "OWNER.OBJECT"
    FROM dba_objects
    WHERE status != 'VALID'
    ORDER BY 4,2;
    spool.off
    2) $ sqlplus "/as sysdba"
    sql>EXEC DBMS_STATS.GATHER_DICTIONARY_STATS;
    sql>EXEC DBMS_STATS.GATHER_FIXED_OBJECTS_STATS;
    3) Run your import with these two extra parameters along with your parameters
    CONTENT=METADATA_ONLY METRICS=Y TRACE=480300
    4) As soon as impdp job started:
    -- In SQL*Plus, obtain Data Pump processes info:
    CONNECT / as sysdba
    select to_char(sysdate,'YYYY-MM-DD HH24:MI:SS') "DATE", s.program, s.sid, s.status, s.username, d.job_name, p.spid, s.serial#, p.pid
    from v$session s, v$process p, dba_datapump_sessions d
    where p.addr=s.paddr and s.saddr=d.saddr;
    -- Get the sid and serial# for DM00 and DW01 and execute:
    exec DBMS_SYSTEM.SET_EV([SID],[SERIAL#],10046,12 ,'');
    for ***both*** of them.
    After hang is noticed please leave the import running for one more hour and kill it.
    Please check:
    - alert log
    - impdp log file
    - trace files generated during import time in bdump directory
    ++ before restarting the impdp check if there are orphan Data Pump jobs left in database. Use Note 336014.1 - "How To Cleanup Orphaned DataPump Jobs In DBA_DATAPUMP_JOBS ?

  • Error in Release strategy : Inconsistent Characteristic Value assignment

    Hello Gurus ,
    Good Day ...
    Need your help in release strategy in purchase order .
    Thanks in advance .......
    Characteristics characteristics value
    R2R_PURCH_ORD_TYPE NB
    R2R_PURCH_GRP1 001
    R2R_PURCH_ORD_VALUE 0,00 - 1000,00 USD
    1001,00 - 2000,00 USD
    2001,00 - 10000,00 USD
    Class assigned char
    Z_CLASS R2R_PURCH_ORD_TYPE
    R2R_PURCH_GRP1
    R2R_PURCH_ORD_VALUE
    Rel grp assigned class
    PH Z_CLASS
    rel grp rel codes
    PH 1 -director/VP
    PH 2 - manager
    PH 3 - buyer
    rel grp rel strategy
    PH A1
    PH A2
    PH A3
    Now in SPRO -
    > define Release Procedures for Purchase ORder -
    > Release Strategies
    PH A1 Release Strategy 1 (rel. prereq , rel statuses, classification , rel simulation ) working fine
    PH A2 Release Strategy 2 (rel. prereq , rel statuses, classification , rel simulation )
    ERROR MSG: INCONSISTENT CHARACTERISTIC VALUE ASSIGNMENT
    DETAILS :
    You want to change the value assigned to a characteristic. However, the change causes inconsistency, so the new value is not allowed.
    The inconsistency may be for the following reasons:
    A precondition or selection condition is violated.
    The characteristic is a single-value characteristic, and different values have been set by constraints, actions, or procedures.
    In classification, inconsistencies occur when you change the value set of a characteristic if objects or classes have already been classified with values from the previous value set.
    Procedure
    Choose Inconsistencies to see what triggered the inconsistency. You can also use the explanation facility for more information.
    Delete the values that triggered the inconsistency.
    You can only change or delete a value or value set that has already been used to classify objects if you delete the existing allocations.
    PH A3 Release Strategy 3 -
    > SAME AS ABOVE
    regards,
    ajay

    Hi,
    Inconsistency  due to different "VALUE" in the Release Strategy & "VALUE" present in the Release Characteristics . Check details with value assignment with designed  Strategies.
    Also keep following VALUE Release Characteristics for  value
    <=1000,00.00 USD
    1000,00.01 USD- 2000,00 .00USD
    2000,00 .01- 10000,00.00 USD
    instead of (0,00 - 1000,00 USD,1001,00 - 2000,00 USD,2001,00 - 10000,00 USD )
    Regards,
    Biju K

  • DB13 jobs cancelled due to "Permission denied" error.

    Hi all,
    DB13 jobs are cancelled due to "Permission denied" error. I pasted the error log below. Actually we have upgraded database from Oracle 9 to 10, then after these jobs are cancelling before that this was fine. What could be the problem cousing to cancell these jobs in DB13. Please help me to resolve this issue.
    Please let me know if you need any more information.
    Current Database:- ORACLE, Release:- 10.2.0.2.0
    SAP Component version:- SRM 4.0 , Release 640
    Job log
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000080, user ID sridharm)
    Execute logical command BRCONNECT On host aaebp0us
    Parameters: -u / -c -f check
    BR0801I BRCONNECT 7.00 (26)
    BR0252W Function fopen() failed for '/oracle/PRD/102_64/dbs/initPRD.ora' at location BrInitOraCopy-2
    BR0253W errno 13: Permission denied
    BR0252E Function fopen() failed for '/oracle/PRD/sapcheck/cdyeuiqp.chk' at location main-11
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file /oracle/PRD/sapcheck/cdyeuiqp.chk failed
    BR0806I End of BRCONNECT processing: cdyeuiqp.chk2008-06-21 22.00.15
    BR0280I BRCONNECT time stamp: 2008-06-21 22.00.16
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Thanks for your help....
    Sridhar M

    Hello,
    Please check the SAP Note 113747 - Permissions for DBA tools BR*Tools and SAPDBA
    The following settings are required for calling the BRTools and SAPDBA correctly, in particular when calling the BRTools from sapgui:
    (1)
    ora<sid> and <sid>adm on DB server have a search path on /sapmnt/<SID>/exe. (All br* and sapdba are contained in this directory.)
    ora<sid> belongs to the dba group,
    <sid>adm belongs to the sapsys group,
    (2)
    <sid>adm on the database server has the rhosts entry: "+ <sid>adm".
    (3)
    The ops$<sid>adm Oracle user must be created in the DB and must have the sapdba role (not DBA!) (refer to Note 134592 for more information about the role).
    (4)
    brarchive, brbackup, brconnect, brtools have permission 4775:
    -rwsrwxr-x   ora<sid>   sapsys   ...
    These can be started by the ora<sid> or the <sid>adm OS user.
    brrestore, brrecover, brspace, and sapdba have permission 755:
    -rwxr-xr-x   <sid>adm   sapsys   ...
    These can only be started by the ora<sid> OS user.
    <<
    Problem is due to authorization, so correct it and it will work.
    Peter

  • Update Rules : Divide by zero error

    Hi All,
    I am calculating Condition Rate for billing using formula KWERT/FKIMG i.e. amount/quantity. Its giving me divide by zero error when FKIMG = 0.
    Can we prevent division by 0 error like we can do it in query formula uding NDIV0.
    Thanks
    PB

    Hi,
    you can write routine to avoid the error.
    if quantity <> 0.
      conditon rate = amount /quantity
    else
      conditon rate = space or zero (according to your requirement)
    endif.
    Message was edited by:
            Siva Chidambaram

  • Picking quantity is zero

    Hi All.
    When I am creating a delivery, the picking quantity is zero and the is disabled. What Do I have to do to execute picking ? Is it an error or I have to configure it ?
    Thanks a lot.
    Renato

    Hi,
    Can you check item relevant for delivery field in schedule category?
    And whether item is relvent for picking or not?
    Goto OVLP t.code and check the field for item category.
    Regards,
    Chandra

  • Error while releasing a request.

    Hi All,
    I'm facing an error while releasing a request.
    The request contains an ABAP programs along with two INCLUDDE programs as well as a TCode to run the same.
    It is running successfully in dev. server. But, while releasing ths request it shows me the following error :
    " Object REPT ZBAPI_SD_SERV_SALES_ORDER is inactive " ,
    where ZBAPI_SD_SERV_SALES_ORDER is the program name. When I checked out in ABAP editor it shows the program active.
    But, I'm unable to understand why its showing me an inactivation error.
    Guys, help me out in this.

    Hi,
    Check if the INCLUDE program are also ACTIVE. They must be in inactive state. Try activating them and release the request.
    Regards,
    Vikranth

  • Vf02 error while releasing a billing doc to accounting

    Hello All,
    I m getting the below mentioned error while releasing a billing doc for a accouting.
    I have checked all the settings in vkoa , ob52 and many more and all are set properly, now m not able to track where actually the prob is.
    error is: No account is specified in item 0000001004
    Message no. F5670
    Diagnosis
    No account was specified for account type "S" in item "0000001004" of the FI/CO document.
    System Response
    The Financial Accounting program cannot process the document.
    Procedure
    A system error has probably occurred in the application you called up. Check the data transferred to item "0000001004" of the FI/CO document.
    Points wil be rewarded
    Thanks,
    SUnny

    Hi,
    Have you checked what is the determination account determination log ? You can do this by entering in VF02 and select from the menu Environment -> Account Determination Analisys -> Revenue Accounts.
    In this log you can see what are posting keys determined from the pricing procedure that should be posted in the FI document and determine very easy in which step the account was not determined.
    After that you can maintain the correct account in VKOA transaction.
    BR,
    Valentin

  • Error while releasing Billing doc to Accounting

    Hi all
    I am gettin the following error while releasing a Billing doc to FI-
    Reconciliation account 240001 or short key 00 is not permitted
    The Billing doc pertains to Export sales and the billing Doc type is Export Invoice. However the Customer Recon A/c is defined as 240000 which is for Domestic Sales. A/c 240001 stands for Export Sales. I am wondering why it is asking for the Export Sales Recon a/c. Does this has something to do with Alternative Recon A/c? Should I set an Alternative Recon A/c and check this? If yes, then should it be defined in SD or FI?
    If any1 has come across this prob, plzz help me.
    Regards

    It is all Fi related, and should be defined by the Fi Consultant.
    But by changing the sort key I think your error can be solved. But I don't exactly know your config settings to recommend any solution.
    Regards
    AK
    Please reward if helpful

  • Error in releasing transport in XI using CTS+

    I am getting the following error while releasing a transport in XI 7.0 system. Here is the error log
    Full Message Text
    Error occurred during hmi call: CMS -> XI; method = writeChangelistData
    Thrown:
    MESSAGE ID: com.sap.aii.ib.core.transport.api.rb_TransportCsException.UNSUPPORTED_RELEASE_PREFIX
    com.sap.aii.ib.core.transport.api.TransportCsException: Unknown import source prefix XI7_1_XI_CONTENT.tpt99badd10521711dfa213001b78df49b6.tmp
    at com.sap.aii.ib.server.transport.impl.utils.FileUtils.getSerializationReleaseId(FileUtils.java:499)
    at com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importZippedStream(InternalTransportServiceImpl.java:715)
    at com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importXiStream(InternalTransportServiceImpl.java:500)
    at com.sap.aii.ib.server.transport.impl.service.TransportServiceImpl.importXiStream(TransportServiceImpl.java:265)
    at com.sap.aii.ib.server.transport.impl.hmi.CmsHmiMethods.process(CmsHmiMethods.java:306)
    at com.sap.aii.utilxi.hmis.server.HmisServiceImpl.invokeMethod(HmisServiceImpl.java:169)
    at com.sap.aii.utilxi.hmis.server.HmisServer.process(HmisServer.java:178)
    at com.sap.aii.utilxi.hmis.sbeans.HmisBeanImpl.process(HmisBeanImpl.java:86)
    at com.sap.aii.utilxi.hmis.sbeans.HmisLocalLocalObjectImpl1_0.process(HmisLocalLocalObjectImpl1_0.java:144)
    at com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmiServer(HmisServletImpl.java:291)
    at com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmiServer(HmisServletImpl.java:212)
    at com.sap.aii.utilxi.hmis.web.workers.HmisInternalClient.doWork(HmisInternalClient.java:70)
    at com.sap.aii.utilxi.hmis.web.HmisServletImpl.doWork(HmisServletImpl.java:507)
    at com.sap.aii.utilxi.hmis.web.HmisServletImpl.doPost(HmisServletImpl.java:655)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    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:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Serialized server exceptions:
    Any help would be appriciable. We already have a message open with SAP and checked various notes and threads to correct the issue but no luck
    Thanks,
    Pankaj

    Hello Bjorn,
    How did you get this solved?
    I'm having nearly the same issue:
    A custom-table with a total key lenght of about 365 characters. As soon as I enter a special character (_) in the key field just before the position 120, the message tk287 rejects the entry. Entering the special character in a key field at about key position
    60, there's no message rejecting the entry.
    Regards

  • Everytime I  try and sign into my iCloud account it tells me I can't log in due to a server error, but there is nothing wrong with my server . It also wont allow me to view any of my Photos or Documents that i have backed up.

    Everytime I  try and sign into my iCloud account it tells me I can't log in due to a server error, but there is nothing wrong with my server . It also wont allow me to view any of my Photos or Documents that I have backed up. Please help

    Hi,
    Are you running any Anti-virus software or do you have your firewall turned on? If so, disable them and try again. If that doesn't work, delete the iCloud account and then sign it back on again.
    Make sure you are running the most current version of the iCloud Control Panel:
    http://support.apple.com/kb/dl1455
    Cheers,
    GB

Maybe you are looking for

  • Installed SMC 1.3 update on 17 inch MBP - screen will no longer turn on!

    Hey guys I downloaded this firmware update today on Software Update. The fan revved full speed (like it says it will) then stopped. After the restart my screen will no longer turn on. I have tried resetting PRAM, SMC, connecting an external monitor,

  • After converting a pdf to Word

    After converting to Word (using adobe's export service), special characters appear & text is altered. What did we do wrong?

  • WebcenterComposerFilter Configuration Issue

    Webcenter version:11.1.1.6. When it comes to configuring WebcenterComposerFilter in web.xml to register Oracle Composer's concrete SessionOptionsFactory with the ADF for every HTTP req, documentation quotes the following: "The order in which you defi

  • PC shuts down when playing games.

    Hello. I have a problem, when I'm playing games like battlefield 3 my PC shuts down after I'm playing a while (10 min). When the PC shuts down all the fans, lights on my PC still are turned on. How can I fix this? Here are my specs. Case: Cooler Mast

  • Converting CP2 into CP3

    I'm a new user of CP3 and am having trouble opening a CP2 project. When I open and convert it, all text is messed up and bigger than the text boxes. Has anyone exp this? I'm not sure if its a font issue or a text box issue.