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.

Similar Messages

  • Sales orders due for delivery beyond credit horizon date credit blocked

    Hi
              I have given credit horizon date as 1 month . When I create a sales order which has a single item and schedule line with delivery date after 45 days i.e clearly after the horizon date , document is blocked with credit limit block .
    I am actually testing the cycle after I changed credit horizon date from 3 months to 1 month .
    Is there any thing else to be done like running any reprort , etc ?
    Regards
    Raghav SSk

    Hi,
    I had the same problem. The Horizon the 1 month mean that every sales order that entry in the systen during the month, will be affected the credit exposure.
    For example.
    Today is 02/july and my horizon are 1 month, so the date are 01/august. Every sales order tha entering in period between july and august will be affect the credit exposure. The sales order entering in 05/august, the credit will be affected. The sales order entering in 30/august, the credit will be affected, but if you enter the sales order in 01/september the credit will not be affect beacause the month is different.
    Another example
    Today is 02/july and my period are 2 months, so the date are 31/august. Every sales order that entering in period between july and august will be affect the credit exposure. If a sales order entering in 01/september, the credit exposure is not be affected, because the month is different.
    Regards
    Paulo

  • After enabling cellular data, i am receiving mails even if disable "use cellular data for mail", due to this data usage usage use is more, if we have fix please let me know

    Phone Model and OS
    Model - iphone 5
    IOS 8.0.2
    Problem Description
    After enabling cellular data, i am receiving mails even if we disable "use cellular data for mail", due to this data usage usage use is more, if we have fix please let me know.
    Steps:
    1. Enable Cellular Data
    2. Disable mail on "use cellular data for mail
    3. check whether mail is received or not
    tried multiple times and i am getting more billing amount because of data usage

    Mail isn't the only app using data. Turning it off there has no effect whatsoever on whether the rest of iOS or other apps you have installed. In fact most apps use data these days, at a minimum for Notifications and often for gameplay and other features.

  • ICal wont sync due to inconsistent data

    I get an error message saying... Calendars could not be synced due to inconsistent date. Confirm that your computers data is valid *+(not sure how to do this)+* then reset Calendars on .Mac in system preferences. *+( I have done this and had no luck)+*
    I have also gone into isync and reset my sysc history and then re-synced... having all my computer data be replaced by the .Mac data. i get the same error.
    I have 3 machines that should all be synced. I have just done a clean install on all machines in the following order:
    a mac mini, a Powermac G5, and my Macbook. The macbook is the problem machine. the other 2 systems are synced perfectly.
    Any advice?

    Dude,
    Thanks!!!
    I did two clean installations on my 2 MBPs to leopard starting Friday night and Finishing tonight. I opted to not migrate data because I wanted to leave all my messy Tiger stuff and start again.
    My first MPB must be the dominant one on .Mac because
    MBP-2 >> .Mac >> MPB-1 didn't work .. if it weren't for your reply I wouldn't have tried the other way around and would have just given up until next weekend.
    Thanks.

  • Credit Horizon Date and Sales Value in FD33

    Hello,
    I currently have the credit horizon for a certain risk category set to look at orders 7 days out in OVA8.  The sales value in FD33 reflects open orders for the 7 days out, but is also adding 100% of a specific order type (dropship orders) regardless of the 7 day setting in OVA8 and is overstating the total credit exposure.  I am wondering, what is the specific date field on the order that this "Credit horizon date" is referencing to do the 7 day calculation?  My thought is that there is something different about this specific order type that the 7 day horizon is not seeing.
    Appreciate the help.
    Kevin Schuller

    Hello Kevin Schuller,
    I am also facing the same issue, can you please explain me how you closed this issue?
    Your query is highly appreciated,
    Regards,
    Sadanand.

  • Invoice is incomplete due to export data

    dear all
    my invoice is incomplete due to export data
    so i could not generate the accounting data for the invoice can any one suggest me wat will be the solution and wat i ve to fill in export data...
    the following are the error comming in eaach step
    <b>Document 90000003 has been saved (foreign trade data incomplete)
    Message no. VF072
    Diagnosis
    The billing document you have edited contains foreign trade data. These are however not complete.
    This means that the document cannot be transferred to accounting (FI).
    System Response
    The system issues a message.
    Procedure
    Maintain the incomplete foreign trade data. Then you can transfer the billing document to accounting (FI).</b>
    please suggest me the way
    with regards
    subrat

    the incomplition comming for export dta is as follows
    <b>business transaction type for foreign trade
    export import procedure for foreign trade
    comodity code import code for foreign trade</b>
    but wen i m clicking the drop down menu the fields having no values
    so wer to maintain data for this fields
    please help me
    with regards
    subrat

  • AD 11g Trusted Recon is failing due to invalid Date format for Start Date

    We are using OIM 11g with AD 11g connector.
    we have mapped "whenCreated" attribute of AD to "Start Date" in OIM. We ran Trusted Recon, the recon failed due to invalid date format.
    we got the following error :
    Caused By: oracle.iam.reconciliation.exception.InvalidDataFormatException: Invalid data - 10/19/2012 10:33:30 AM against Date format yyyy/MM/dd HH:mm:ss z for key Start Date
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.convertReconFieldsToOIMFields(ReconOperationsServiceImpl.java:1610)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.ignoreEvent(ReconOperationsServiceImpl.java:548)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.ignoreEvent(ReconOperationsServiceImpl.java:535)
    at sun.reflect.GeneratedMethodAccessor9326.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    Thanks.

    Caused By: oracle.iam.reconciliation.exception.InvalidDataFormatException: Invalid data - *10/19/2012 10:33:30 AM* against Date format yyyy/MM/dd HH:mm:ss z for key Start Date
    Error is because of invalid date format.
    You need to bring data in required format. As I remember you can configured it in one of the AD configuration lookup.

  • ORA-19612: datafile 0 not restored due to missing data

    Hello,
    I'm testing a restore of the controlfile. The database is in archivelog mode and autobackup is set to ON. I successfully did a full backup and backup as copy database.
    To test I did the following:
    - note the DBID
    - shutdown the database
    - renamed both controlfiles:
    $ mv /u02/rcat/control01.ctl /u02/rcat/control01.ctl_old
    $ mv /u02/fra/rcat/control02.ctl /u02/fra/rcat/control02.ctl_old
    When I try to restore the controlfile form autobackup I receive the following error. What could be reason please?
    [rcat@oel54]$ rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Dec 10 00:07:41 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: RCAT (not mounted)
    RMAN> set dbid 502889862;
    executing command: SET DBID
    RMAN> restore controlfile from autobackup;
    Starting restore at 10-DEC-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    recovery area destination: /u02/fra
    database name (or database unique name) used for search: RCAT
    channel ORA_DISK_1: AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101210
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101209
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 12/10/2010 00:09:55
    ORA-19870: error while restoring backup piece /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    ORA-19612: datafile 0 not restored due to missing data
    $ ll /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    -rw-r----- 1 oracle dba 10354688 Dec  9 23:44 /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkpThanks!

    The file was indeed corrupted as below will show.
    Very strange. Perhaps something with the latest Virtualbox or the SSD/hybrid harddrive. (host MacOSX 10.6, guest Oracle Linux 5.5 UEK)
    $ mv /u02/rcat/control01.ctl_old /u02/rcat/control01.ctl
    $ mv /u02/fra/rcat/control02.ctl_old /u02/fra/rcat/control02.ctl
    SQL> startup mount
    ORACLE instance started.
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-00264: no recovery required
    SQL> alter database open;
    Database altered.
    $ rman target /
    connected to target database: RCAT (DBID=502889862)
    RMAN> backup current controlfile;
    piece handle=/u02/fra/RCAT/backupset/2010_12_10/o1_mf_ncnnf_TAG20101210T012420_6j2wsoko_.bkp
    Finished backup at 10-DEC-10
    Starting Control File and SPFILE Autobackup at 10-DEC-10
    piece handle=/u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 10-DEC-10
    RMAN> restore validate controlfile;
    piece handle=/u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp tag=TAG20101210T012422
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: validation complete, elapsed time: 00:00:02
    Finished restore at 10-DEC-10
    SQL> shutdown immediate
    $ mv /u02/rcat/control01.ctl /u02/rcat/control01.ctl_old
    $ mv /u02/fra/rcat/control02.ctl /u02/fra/rcat/control02.ctl_old
    SQL> startup nomount
    $ rman target /
    connected to target database: RCAT (not mounted)
    RMAN> set dbid 502889862;
    RMAN> restore controlfile from autobackup;
    Starting restore at 10-DEC-10
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    recovery area destination: /u02/fra
    database name (or database unique name) used for search: RCAT
    channel ORA_DISK_1: AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101210
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp
    channel ORA_DISK_1: control file restore from AUTOBACKUP complete
    output file name=/u02/rcat/control01.ctl
    output file name=/u02/fra/rcat/control02.ctl
    Finished restore at 10-DEC-10

  • Load hung due to hung data packet

    Hi,
    We are getting problem daily Load hung due to hung data packet.We are doing daily changed the qm status to red and manually updated the datapacket.load completed.Is there any solutions is there to prevent this problem other than manual?
    Sridhar

    hi
    You can try reducing the data packet size of the IP.
    Goto the maintanence of the IP.
    Scheduler menu option --> DataS. Default Data trannfer.
    Now in the pop up window you can see
    MAximum size of a data packet in kByte mentioned for the Full Upload, Delta Upload and Initializing Delta.
    eg. If you are facing the problem in full load
    reduce the data packet size to half.
    save and then execute the IP.
    This will solve your problem.
    Regards
    Shilpa

  • Reg horizon date in credit managemennt

    when iam going to give horizon date in ova8 ,i don want it to give in months ,and the thing is only in months i can give bcoz it is grayed out , i know even i can give in fd32 but i want it to give in days/weeks can any one just help me out
    Regards
    Reddy

    Hi Nishit,
    You have to do it at the infotype level at S066 in OMO1. Then the horizon will appear the way you have configured the infotype.
    However, you have to take care of the implications if any in doing this.
    Hope this  helps you

  • 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

  • Error in SNC SMI Scenario  - Demand Data is Not Getting Displayed

    Hi All SCM SNC APO Members,
                                                  For SMI scenario I am sending Stock and Demand data from R/3 to SNC(5.1) System. The Stock data(Safety Sotck, Stock on hand etc) is visible in XML messages but demand is not getting updated in Supplier view in SNC.
    What could be the reson behind that and how it will be rectified?
    Please let me know which program and which table/keyfigure is responsible and how can i correct this.
    I am using standard SAP settings.
    Do i need to execute any report to update demand?
    Regards,
    SK

    Hi SK,
    Make the following SPRO settings if it is not there:
    Step 1:          Goto SPRO--->SAP SCM - Implementation Guide -->
                         SCM Basis-->
                         Processing Inbound and Outbound Messages-->
                         Process Types for Inbound Messages-->
                         Determine Default Process Types
                         Checked XML PROACT_I ProductActivityNotification - Inbound should be linked to ICH - Supplier Collaboration.
    Step 2:         Goto SPRO--->SAP SCM - Implementation Guide -->
                        SCM Basis-->
                        Processing Inbound and Outbound Messages-->
                        Process Types for Inbound Messages-->
                        Define Sender- and Recipient-Dependent Process Types
                        Click on new entry enter as follows:
                       XML Message:   PROACT_I ProductActivityNotification
                       Send. System
                       Sender
                       Recipient        : <Supplier_location>
                       Process Type :ICH - Supplier Collaboration
    After above setting you should get Stock and demand in Web UI.
    Regards,
    Nikhil.

  • Payment order to pick lineitems due on future date then run date

    When we use payment order option for any payment method defined it means that :Where a payment order is to be carried out at some time in the future, the line items are not cleared very much earlier than the date on which the payment is made.
    However i have a question
    Point 1 :Should i run the payment run on a future date.
    Ex: If there is an invoice dated 03.03.2010 and due on 15th March 2010,should i run it as on 3rd March and will still the line item be picked up to be paid inthe future.
    or Should i run the payment run as on 15th March to get the item picked.
    I have another question here ,if i run as on 15th March ,will it pick up lint items which are due on 16th or any date after that.
    Where do i define to system ,if i run a payment run it should ppick up line items due upto so and so date and create the payment order.
    Please advice.

    OK The posting run date is a reference date -
    The posting date is when the actual payment posting date will be and the date of the clearing of open items
    Docs entered up to field - looks at when documents have been posted i.e. entry date
    Items due by - is the due date of documents to be included in the payment run.
    Further to this you need to enter the next payment run date. This is used for cash discounts, if a Vendor has a cash discount payment term it will include the invoice for payment if the date used in the next payment run would mean cash discount would not be available.

  • Billing Due List / Billing Date

    Dear Gurus,
    1. In transaction VF04, Billing Due List, Two Billing Dates Colums appear one is in starting and second is in last, can any one tell me the difference.
    2. I have create a billing document on 28.08.2010 and if after this I run VF04 system again show me the same document, and if I go to process it it says its already billed, Why system show me the document which already billed ? Pls explain.
    I want system only show me the document which are ready for billing not the invoice one..
    Hope my gurus understand the question, looking for the prompt response.
    Regards

    Dear Imran Khan,
    The VF04 Output report has 2 billing date fields. This dates are one and the same. It is just that Standard SAP has it. If you might have noticed both the dates in the output report are one and the same. If you dont want to see one of them , then you can go to settings, select layout and remove one of them.
    Hope this helps
    Thanks
    Murtuza

  • Unable to create index due to a data import

    New data was recently imported into a table which was already indexed by Oracle Text (8.1.7). Now, when I try to recreate the index, I get the following error:
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-10516: failed to perform DDL operation due to an Oracle error
    DRG-50857: oracle error in driddl.PolicyCreate
    ORA-00001: unique constraint (CTXSYS.DRC$IDX_COLSPEC) violated
    ORA-06512: at "CTXSYS.DRUE", line 126
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 78
    ORA-06512: at line 1Any assistance would be appreciated.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by [email protected]:
    The constraint violation is on a column on the dr$index table under the ctxsys user. This has probably occurred because the drop of the index prior to recreating it has not been entirely successful. I suggest that you delete the entry from this table manually. I have done this in the past and it has worked.<HR></BLOCKQUOTE>
    Yes, that did the trick. Thanks!
    null

Maybe you are looking for

  • How can i make all the newly opened tabs have the same web adderess as the one with which i open my web browser?

    I have google as my home page. However i want Firefox to be my homepage and also the same should happen when I open any new tab in my browser so that I need not to write the web address again and again. Also i want to remove the upper region of the s

  • Robocopy unicode output jibberish log file

    When I use the unicode option for a log file or even redirect unicode output from robocopy then try to open the resuting file in notepad.exe or whatever, it just looks like jibberish. How can I make this work or when will Microsoft fix it? Since Micr

  • All or None Responsive Design

    Here's the thing - when you have some objects (text boxes) that are responsive, but the webpage they are built upon is not, you can end up with some seriously frustrating issues, such as objects moving from their X/Y coordinates from design to previe

  • How to view cleared checks on a particular day.

    Hi All, How to view the cleared checks which was cleared in the past on a particular date. Ex: APP Run 4 times on the 07-Aug.11, if i want to view all the checks on 08-Aug.11 that were cleared on the 07-Aug.11. Thanks and Regards, Boppana

  • 109 error with CS6 trial

    I keep getting a 109 error message, when I tried to download the trial version of CS6.  I also tried to download into a different location on my computer.  But I still get the same error message.  Could someone tell how to make this work? Thanks! KA