Delivery service 0SD_C04 help

we have activated BI content 0SD_C04 and we see routines like :
Example 1: For : Determine Determine Goods Issue Date
Update Routine is:
  IF COMM_STRUCTURE-ACT_GI_DTE IS INITIAL OR
     COMM_STRUCTURE-REQ_QTY_DL IS INITIAL OR
     COMM_STRUCTURE-REQ_DATE   IS INITIAL OR
     COMM_STRUCTURE-MATAV_DATE IS INITIAL OR
     COMM_STRUCTURE-GI_DATE    IS INITIAL OR
     COMM_STRUCTURE-DSDEL_DATE IS INITIAL OR
     COMM_STRUCTURE-SHIP_DATE  IS INITIAL.
    RETURNCODE = 4.
    EXIT.
  ENDIF.
  RESULT = COMM_STRUCTURE-ACT_GI_DTE.
  IF COMM_STRUCTURE-STORNO NE SPACE.
    RESULT = RESULT * ( -1 ).
  ENDIF.
  RETURNCODE = 0.
Why do we need this above routine. Cann't we have 1:1 mapping
Example 2: For : Net Weight in Standard Weight Unit (UNIT)
  DATA: WEIGHT LIKE COMM_STRUCTURE-NET_WGT_DL.
  IF COMM_STRUCTURE-UNIT_OF_WT NE WT_UNIT.
    WEIGHT = COMM_STRUCTURE-NET_WGT_DL.
    CALL FUNCTION 'UNIT_CONVERSION_SIMPLE'
         EXPORTING
              INPUT                = COMM_STRUCTURE-NET_WGT_DL
              UNIT_IN              = COMM_STRUCTURE-UNIT_OF_WT
              UNIT_OUT             = WT_UNIT
         IMPORTING
              OUTPUT               = WEIGHT
         EXCEPTIONS
              CONVERSION_NOT_FOUND = 1
              DIVISION_BY_ZERO     = 2
              INPUT_INVALID        = 3
              OUTPUT_INVALID       = 4
              OVERFLOW             = 5
              TYPE_INVALID         = 6
              UNITS_MISSING        = 7
              UNIT_IN_NOT_FOUND    = 8
              UNIT_OUT_NOT_FOUND   = 9
              OTHERS               = 10.
    IF SY-SUBRC NE 0.
      clear MONITOR.
      MONITOR-msgno = '009'.
      MONITOR-msgid = 'SDBW'.
        MONITOR-msgty = c_msgty_e.
      MONITOR-msgv1 = COMM_STRUCTURE-UNIT_OF_WT.
      append MONITOR.
      RETURNCODE = 4.
      WEIGHT = 0.
    ELSE.
      RESULT = WEIGHT.
      RETURNCODE = 0.
    ENDIF.
  ELSE.
    RESULT = COMM_STRUCTURE-NET_WGT_DL.
    RETURNCODE = 0.
  ENDIF.
  UNIT = WT_UNIT.
  IF COMM_STRUCTURE-DOC_CATEG CA CREDIT.
    RESULT = RESULT * ( -1 ).
  ENDIF.

HI,
One is date calculation, another one conversion routine,
second one converting and checking each and every step.
how can its possible for 1:1,
Thanks
Sreenu

Similar Messages

  • Error while Configuring - Delivery Service Analysis

    Hi All,
    I am configuring Delivery Service Analysis - B33.
    I was activating the business content: infocubes
    And I got the following error
    Message Text
    The DataSource 0RF_ARTHIER_ACT does not exist in version A
    Technical Data
    Message type__________ E (Error)
    Message class_________ R8 (Messages from the meta data generation)
    Message number________ 404
    Message variable 1____ 0RF_ARTHIER_ACT
    Message variable 2____ A
    Message variable 3____ 
    Message variable 4____ 
    Message Attributes
    Level of detail_______ 1 (Level of detail 1)
    Problem class_________ 1 (very important)
    Sort criterion________ 
    Number________________ 1
    Pls. let me know how to resolve this error.
    I am doing all the SD infocubes installation here
    (Can I apply the solution mentioned in SAP Note Number: 953612?)
    Thanks In Advance
    Message was edited by: PPMM
            PPMM

    Hi Siggi,
    Thanks I found the DS and activated it.
    But Activating the Data Source also gave errors
    @5C\QError@     <b>Extract structure /BI0/ARF_DS0100 is not active</b>     @5F\QNo long text exists@
    @5C\QError@     <b>/BI0/ARF_DS0100: Only tables and views are permitted for extraction</b>     @5F\QNo long text exists@
    @5C\QError@     <b>The extract structure /BI0/ARF_DS0100 of the DataSource 0RF_ARTHIER_ACT is invalid</b>     @35\QLong text exists@
    The extract structure /BI0/ARF_DS0100 of the DataSource 0RF_ARTHIER_ACT is invalid
    Message no. R8444
    Diagnosis
    An invalid extract structure has been assigned to the DataSource. An extract structure has to be active in the DDIC. It cannot be a view, since the customer is not able to add append fields for filling in the customer exits to a view.
    Pls. help
    Thanks In Advance

  • Content Delivery Service

    I keep getting a message on my Idea K1 that I should Force Close the Content delivery service. Dont know why this is happening. Would appreciate any help in this respect
    Ross

    By reboot, I mean pressing the power button until it powers down, then once more to power it up again. Like turning a desktop off and on again.
    A Google search suggests that "Content delivery Service" belongs to the process "com.mobihand.cds", which is the functionality behind the "Lenovo App Shop" app. (It apparently runs in the background, even if you never use the Lenovo App Shop.) This app is indeed built in, so restarting should reload a fresh copy of it.
    Going back to factory settings might be a next step, if the above doesn't work, BUT you will lose any data you haven't backed up.
    The Lenovo App Shop is either closed or will close very soon, so I don't know what else to suggest.

  • Delivery Service reporting

    Hi all,
    I need to create a report on delivery service and if orders are delivered are on time or not. There is BI content for delivery service and measures for perfect orders, but the BI content compare only with the requested delivery date and the last confirmed date.
    The confirmed date on the schedule lines will change when ECC (ATP process) update the order and overwrites the previous confirmed delivery date. The customer is not informed about these updates, hence the last confirmed date is not that good to compare with.
    I would like to compare the actual delivery date with what has been promised to the customer.
    Thanks,
    Christina

    hi Mark,
    from what I understand about cr 4 hana, lumira server is comparable to infoview in that it is the report viewing portal. so it seems that a lumira server installation would be a requirement in order to view the reports in a browser.
    here are the deployment requirements:
    CR for HANA -Add-on Server
    •Crystal Reports Reporting Service
    •OS: Linux SUSE 11 SP1
    Minimum Hardware Requirement:
    •Memory: 12 GB RAM
    •CPU performance of at least 8000 SAPS (Quad Core approximately)
    •Disk Space: 11 GB
    HANA and Lumira–Server
    •HANA SP08
    •Lumira Server 1.17
    Crystal Reports for Enterprise –Designer
    •Crystal Reports for Enterprise designer (BI4.1 SP04)
    •OS: Windows Desktop (7 -8.1)
    Minimum Hardware Requirement:
    •Memory: 2 GB RAM
    •CPU: Dual Core CPU
    •Disk space: 3.5 GB
    you can also have desktop reporting off of hana or browser based / infoview (businessobjects enterprise or cr server) using cr2011 or cr2013 etc. in conjunction with a hana client installation. you would be able to use your sps07 system for this.
    -jamie

  • HT1349 I'm trying to re-install I-Tunes on my Windows 7 computer.  I get the following error message: Service "Apple Mobile Device" failed to start.  Verify that you have sufficient privileges to start system services.  HELP?

    I'm trying to re-install I-Tunes on my Windows 7 computer.  I get the following error message: Service "Apple Mobile Device" failed to start.  Verify that you have sufficient privileges to start system services.  HELP?

    Did you try to update iTunes through "Apple Software Update"?
    Uninstall everything {iTunes, Apple Software Update, Apple Mobile Device Support, Bonjour , Apple Application Support (iTunes 9 or later)}
    http://support.apple.com/kb/ht1923
    then reinstall itunes. (Download it from Apple's site.)

  • Why can not I install iTunes on Win 7 installation appears every time the next sunrise; service, apple mobile device, failed to start verify that you have sufficient privileges to start system services  Please help me

    Why can not I install iTunes on Win 7 installation appears every time the next sunrise;
    service, apple mobile device,
    failed to start verify that you have sufficient privileges
    to start system services
    Please help me

    The most complete instructions for resolving the issues with the new iTunes is in the user tip: https://discussions.apple.com/docs/DOC-6562

  • When attempting to reinstall iTunes, I get the following message "Service (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services" Any help appreciated

    When attempting to reinstall iTunes, I get the following message "Service (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services" Any help appreciated

    Hi emelville,
    Thanks for using Apple Support Communities.  You may need to restart the Apple Mobile Device Service.  This article has instructions that may help:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/ts1567
    If that doesn't resolve the issue, I would recommend trying a thorough uninstall and reinstall of iTunes as described here:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    Cheers,
    - Ari

  • I had an error that said I need to reinstall Itunes. I uninstalled and attempted to reinstall, but now I'm getting a pop up that says Service Apple mobile device failed to start. verify that you have sufficient privledges to start system services. Help!?!

    I had an error that said I need to reinstall Itunes.  I uninstalled and attempted to reinstall and got a pop up "Serivce Apple Mobile Device failed to start. verify that you have sufficient privledges to start system services. Help!?!?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Delivery service level

    Hi,
    I need a report concerning our Delivery service level (vendor self evaluation). Somebody knows if there is a standard report?.
    The report must contain sales order with quantities, dates, sku, and its respective delivery with quantities and dates.
    Regards
    jtrigo

    Hi,
    When u creates sales order, system reserve material in c u r case
    ABC = Today + 2 days
    xyz = today + 5 days
    Now another order come for same material then system automatically gives u next date if material is not availabe
    ABC = Today + 4 days
    XYZ = Today + 10 days
    But if u have stock then this will not give u further dates,it will confirm as early as possible.
    Kapil

  • I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

    I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

    I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

  • I'm in syria and they blocked me from using any VPN service please help without VPN i can't open the store help please ( using iphone 5 version 9.1.4 )

    I'm in syria and they blocked me from using any VPN service please help without VPN i can't open the store help please ( using iphone 5 version 9.1.4 )

    There is nothing that anyone here on a user forum can do to help you.  If it is a local issue in Syria, then you need to take it up with your phone company or authorities there who have prevented you from using VPN.
    Nobody here can help you.

  • Its my first time buying apple product from online, I'm from Sarawak, Malaysia, i would like to know what type of post/delivery service will be used to deliver the product i ordered to my house address.

    HI, its my first time buying apple product from online, I'm from Sarawak, Malaysia, i would like to know what type of post/delivery service will be used to deliver the product i ordered to my house address.

    iPhones, iPads, iPods are dispatched from China.  Apple accessories are dispatched from Singapore.  The carrier is FedEx.
    Online purchases could be delivered to office addresses or home addresses.  Track your item through the email sent by Apple.  If necessary,  you could change the delivery address to your office one.

  • My apple 4 lost, I get so sad. service can help check it repair somewhere in Shaanxi province of China, Xi'an city lost, I need help.

    My apple 4 lost, I get so sad. service can help check it repair somewhere in Shaanxi province of China, Xi'an city lost, I need help.
    <Personal Information Edited by Host>

    Does [this firmware update|http://www.apple.com/downloads/macosx/apple/firmware_hardware/imacefifir mwareupdate13.html] apply to your machine? If so, putting it on may fix the boot from DVD problem.

  • Disappointed by TNT's delivery service

    Am really disappointed by TNT’s delivery service today. Don’t know what was the deliveryman hesitate about on making a mobile call to inform his customer and TNT seems to have lots different excuses(bad attitude and bad internal synchronization too) each time I phone their customer service. The parcel was not delivered according to mentioned rules(the deliveryman didn't hand the parcel to me himself and just dropped it off at some random reception…, I thought customer’s signature is required). I had to look everywhere in the office building for my parcel; although I managed to find my parcel in the end but the flawed delivery experience is definitely ruining my experience with Apple online store.

    It's too bad you have had a bad experience, my Lumia doesn't have any of these issues.

  • HT4528 iam update my iphone ios 7.02 now my phone no service pleas help me what i do i phone 4s

    hello dear sir or madam
                                           My apple i phone 4s 16GB IS IAM UPDATE WITH NEW VERSION IOS7.02 NOW MY PHONE NO SERVICE PLEAS HELP ME OUT THIS PROBLEM WHAT I DO
    THANKS BYE
    <Personal Information Edited by Host>

    Thanks your replay ..
                                         Sir but i dont have Carrier Email adderes or detail how iam contact them bcz iam in United Arab emirates and iam using phone in dubai ...pleas pleas sir help me or give me verizon netwrok email adderes or some contact details
    Thanks bye

Maybe you are looking for

  • Accounting standerds: IFRS VS INDIAN GAAP

    Hi, I am using ECC 6.0. I want ot make my leading ledger as IFRS and Non Leading as  Indian Gaap. How can i mange the different accounting princiles within the Leading and non leading ledger. For e.g. If i make sales entry following entry will be get

  • Initial installation in AD environment

    Hello, I would like to implement OS X Server in my Windows 2003 AD environment, specifically use the wiki and iChat server. I notice in the documentation you have 3 implementation options Standard Workgroup Advanced My vision is to only use the Wiki

  • PDF and multi-media database suggestions?

    i need to organize some pdfs and other file types such as image files in a database. i would like to do this in something that may let me /edit/ metadata but also in a way that lets me /export/ the pdf or other files so that the file that gets export

  • Cannot load transform class (xml.tld)

    Hi, I have an application that transforms XML into HTML using XML taglib (xml.tld, xml.jar). I have no problems to run it in JDeveloper and no problem to deploy it into Oracle AS 10g. I need to test de app too in Apache Tomcat and there it does not w

  • I cannot hear the voice

    I have a problem with my bb 9360. When I call, or receive a call, I cannot hear the voice of the other person. But the other person can hear my voice. Can anyone help? thanks F