Quota extraction for SNP

Guys,
I'm trying to extract Quota data from APO into an ODS.
I have created a view based on Quota Header/Item tables. Then created a datasource based on this view.
While extracting data into ODS, it's giving me an error in Transformation for Dates....Overflow converting from ""
Is there any function module that i should use to avoid this error?
Any help is apprieciated,
Thanks,

Guys,
I got /SAPAPO/TIMESTAMP_CONVERT_DATE to convert this timestamp into date.
Thanks,

Similar Messages

  • Does T-Lane Duration take priority over Quota Arrangement for SNP Heuristics?

    Hi,
    I have the following scenario setup for SNP Heuristics.
    Source : S1, S2
    Destination : D0
    T-Lanes are All Product valid from years 2012 - 9999
    T-Lane : S1 -> D0 : 0hr Duration
    T-Lane : S2 -> D0 : 144 hr Duration
    Inbound Quota Arrangements at D0 - 100% to Partner Location S2 ( no quota for source S1)
    When I run Location Heuristic in Data View for a demand 2 days from current day, it is sourcing from S1 even though I have 100% Quota arrangement to source it from S2. Is this correct?
    Regards

    Hi,
    The quota has priority, so S2 should be determined.
    This is what I would do:
    I would check again than the Quota is well mainatined: check the validity period, double check the quota is 100% for S2. You could even recreate the Quota again.
    Check MAT1 for your Material in all the locations S1 & S2.
    Check that your t-lane S2 --> D0 is ok.. not blocked.
    Try to create an Transport Requisitions manually in RRP3 at location D0 and chose source S2.
    If after point 4 you can create manually teh requisition assigning S2, then something is wrong with your Quota. In this case check these threads:
    Quota arrangement not considered during snp heuristic
    Quota arrangement not considered during SNP heuristic
    Kind Regards,
    Mariano

  • Quota arrangement in SNP heuristic

    Dear all,
    we want to use inbound quota arrangement in snp heuristic to distribute the demand among different ppm. But it seems that the snp heuristic don't respect periodic lot sizes in case of quota arrangement. In product master we have defined 2 weeks periodic lotsize. But the heuristic applies muliple planned oders for the same day. Any ideas?
    Christian

    Hi Christian,
    I checked in sap help files also and found that SNP heuristic does not support periodic lot sizes in terms of quota arrangements. I have given below the lot size supported by sap from sap help as follows:-
    Lot size
    ·        Procedure (lot-for-lot, fixed lot size etc.)
    ·        Safety stock method
    Regards
    R. Senthil Mareeswaran.

  • To generate quota only for disabled employees

    Hi All,
    i have one requirement here. i need to generate quota for challeneged employees. but there is no separate ESG for time quota to identify challeneged employees.
    i created challeneged groups in challenge infotype 0004. ans assigned this challenged group in genaration rule for quota types. but it is showing quota for all employees in time evaluation , It is not picking up the information from IT 0004.
    i want to resrtict quota for all employees. it should display challenged quota only for challenged employees, when i assign challenge group in generation rule for quota types.
    can anybody provide me the solution for this. it isd urgent. rewards will be given.
    Regards
    Vani

    Hai..
    Check Infotype 82.. Special Absences..
    Special Absence Data
    Additional Absence Data
    Define Types of Additional Absence Data
    Create Workers' Compensation
    Define Events for Absence Data
    Link Absences to Additional Absence Data

  • ORA-01536: space quota exceeded for tablespace 'SYSTEM'

    Hi All,
    Please help me to understand the below issue. I am trying to create a table as below. Connected as APPS user.
    SQL>create table test_ts(id number) tablespace APPS_TS_TX_DATA
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01536: space quota exceeded for tablespace 'SYSTEM'
    ORA-06512: at line 2
    Below are the details of the user
    SQL>select * from user_ts_quotas
            where  tablespace_name = 'APPS_TS_TX_DATA'
    TABLESPACE_NAME     BYTES     MAX_BYTES     BLOCKS     MAX_BLOCKS
    APPS_TS_TX_DATA     929038336     -1     113408     -1
    SQL>select * from user_ts_quotas
            where  tablespace_name = 'SYSTEM'
    No Rows Returned.

    Hi,
    Thanks for the response. There is no QUOTA defined for SYSTEM user, so it is UNLIMITED, No?
    Below are the details of "SYSTEM" tablespace. Is there any issue with this?
    TABLESPACE_NAME           BLOCK_SIZE  INITIAL_EXTENT       NEXT_EXTENT           MIN_EXTENTS            MAX_EXTENTS         
    SYSTEM                  8192               16384         16384                1                     505

  • How to create instant quote tool for website? Customer enters height and width and price is calculated.

    I am trying to create a instant quote tool for my site.. so customer type in there height and width and a price appears but I have no clue where to start.. is there any tutorial or would someone kindly give me some advice on how to do this on dreamweaver. I havent used Dreamweaver in years and I cant even remember anything now
    Kind Regards

    Well this is what I have soo far.. so I want to enter the height /width then if they want to add extras such as fixing options and cut out it will add to the product price ????
    <!doctype html>
    <html>
    <head>
    <div class="summary entry-summary">
            <h1 itemprop="name" class="product_title entry-title">Ral 1000</h1><div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
        <meta itemprop="price" content="160" />
        <meta itemprop="priceCurrency" content="GBP" />
        <link itemprop="availability" href="http://schema.org/InStock" />
    </div><div itemprop="description">
        <script src="https://apis.google.com/js/plusone.js" type="text/javascript">
    </script>
    <script type="text/javascript">gapi.plusone.go();</script>
    <p>6mm, low iron, toughened glass, PAR
    </div>
    <div class="shortcode-google-plusone"><div class="g-plusone"  data-size="standard" data-annotation="none"></div></div><!--/.shortcode-google-plusone-->
    </p>
    </div>
    <form class="cart" method="post" enctype='multipart/form-data'>
            <table id="price_calculator" class="simple_price_calculator">
            <tr>
            <td style="text-align:right;">
              </td>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script>
    $(document).ready(function() {
    $('#width').keyup(function() {
    var height = $('#height').val();
    var width = $('#width').val();
    var price = (height * width / 1000000 * 325).toFixed(2);;
    $('.price').html('Product price: &pound;' + price);
    </script>
    </head>
    <body>
    <p><label for="height">Height (mm)</label>
    <input type="text" name="height" id="height">
    </p>
    <p>
    <label for="width">Width (mm)</label>
    <input type="text" name="width" id="width">
    </p>
    <p>
    </p>
    </body>
    </html>
        </tr>
    </table>
    <div class=" product-addon product-addon-add-fixing-option">
                <h3 class="addon-name">Add Fixing Option </h3>
        <p class="form-row form-row-wide addon-wrap-1738-add-fixing-option">
        <select class="addon addon-select" name="addon-1738-add-fixing-option">
                        <option value="">Select an option...</option>
                        <option data-price="5" value="silicone-adhesive-tube" >Silicone Adhesive Tube (<span class="amount">&pound;0.00</span>)</option>
                        <option data-price="5" value="screws-and-drill-holes" >Screws and Drill Holes (<span class="amount">&pound;6.00</span>)</option>
        </select>
    </p>
        <div class="clear"></div>
    </div><div class=" product-addon product-addon-add-extra-layer-multi-coloured-fine-glitter">
                <h3 class="addon-name">Add Cut Out and Notches </h3>
        <p class="form-row form-row-wide addon-wrap-1738-add-extra-layer-multi-coloured-fine-glitter">
        <select class="addon addon-select" name="addon-1738-add-extra-layer-multi-coloured-fine-glitter">
                        <option value="">Select an option...</option>
                        <option data-price="8" value="1" >1 (<span class="amount">&pound;25.00</span>)</option>
                        <option data-price="15" value="2" >2 (<span class="amount">&pound;50.00</span>)</option>
                        <option data-price="25" value="3" >3 (<span class="amount">&pound;75.00</span>)</option>
                        <option data-price="25" value="4" > (<span class="amount">&pound;100.00</span>)</option>
        </select>
    </p>
    </p><p class="price">Product Price: &pound;</p>
        <div class="clear"></div>
    </div><div id="product-addons-total" data-type="simple" data-price="160"></div>
            <input type="hidden" name="add-to-cart" value="1738" />
            <button type="submit" class="single_add_to_cart_button button alt">Add to cart</button>
                </form>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    <body>
    </body>
    </html>

  • How to find Extract for the bank key/ bank account changed in vendor maste

    Hello Gurus,
    I need help in finding the extract for the bank details of vendors changed for a period of time. I tried using FK04 under multiple selection and ran the report for the selected vendors. It only shows  the "bank details created" or "bank details deleted" under Old Values and New Values but doe not actually shows the values for the field changed.
    Is there a way where i can get a report which shows a log of change in bank details with old and new values,
    Thank you,
    Prakash

    HI,
    Try using report RSSCD100 and give the selection condition
    Object id --> BANK
    and then you can limit the results by specifying the time and date range..

  • How to create a System Extract for Communication

    Hi,
    I've built System Extracts before but not for Communication. Does anybody know what the steps are to create a System Extract for Communication? I already built a particular Communication Type and the delivery method is email. I was told that Oracle only creates the trigger for this Communication Type but not the email. If I built the System Extract Communication and run it, is that supposed to send an email? and if so, what kind of information will be sent in the email?
    Thanks,
    Ronaldo

    Hi James,
    If you like to use SAP web dispatcher as a solution for load balancing portal application, you no need to create system object under systems..
    You have to install web dispatcher as separate instance where you need to configure portal apps into it..
    Configure web dispatcher like to hit the admin port, use http://<webdisp-server>:<adminport>/sap/admin
    For normal portal access, use http://<friendly URL>/irj/portal
    The good news is that the webdispatcher knows that the portal supports SSL
    Another advantage of this config, is the webdisp, will just replace the apache redirect server. Users will access mycompany.com, without any port number, since we are redirecting 80 to the backend j2ee. Also, https should work like in the normal world.
    Profile will be like below...
    SAPSYSTEMNAME = WEB
    SAPSYSTEM = 00
    INSTANCE_NAME = W00
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    Accesssability of Message Server
    Message Server Parameters ##########
    NOTE: The "ms/http_port" must match the profile on the Central Instance
    rdisp/mshost = <FQDN of portal CI Host>
    ms/http_port = <Ms port of portal>
    SAP Web Dispatcher Ports
    #icm/server_port_0 = PROT=HTTP,PORT=81$$
    icm/server_port_0 = PROT=HTTP,PORT=80, TIMEOUT=3600, EXTBIND=1 (some OS will not allow to bind ports <1024)
    Admin port details
    icm/server_port_1 = PROT=HTTP,PORT=3200
    #, EXTBIND=1
    icm/HTTP/admin_0 =
    PREFIX=/sap/admin,DOCROOT=./admin,PORT=3200,AUTHFILE=/usr/sap/WEB/SYS/global/security/data/icmauth.txt
    SSL
    icm/HTTP/redirect_0 = PREFIX=/ , TO=http://<friendly URL name>/irj/portal
    WebAS Message Server Parameters
    rdisp/TRACE = 1
    icm/trace_secured_data = 1
    Regards
    Suresh

  • Adobe Premiere Pro CS5.5 Family- 'extracting' for 24 hours and I can't cancel it and start again

    Hi
    I've been trying to download the trial of Adobe Premiere Pro CS5.5 Family for 24 hours now. It downloaded in Adobe Download Assistant fine and the it started 'Extracting'. Its been extracting for 24 hours and the close or pause buttons next to it are not available to press so I can't stop it and try again.
    A message half way through did pop up saying 'opening premier pro, verifying...' but then a warning sign came up saying 'the following disk images couldn't be opended. Reason: Invalid Checksum' . Don't know if that has anything to do with it but on Adobe Download Assistant it is still 'Extracting'.
    I am working on a year old Macbook Pro with a fast connection to the internet.
    Thanks

    buenas dias, yo intentado descargar adobe CS5 standart, premium ... pero todos los ficheros se paran en 49°/° y no van mas, no se que hacer, intentado con todos los exploradores de internet . gracias

  • RDF ORA-05136 error space quota exceeded for tablespace

    Hi,
    I'm having a hard time finding the root cause of this error. My users have unlimited space and the tablespace has a starting 10gb space and expands with 1gb increments. This happens when I try to insert an array of triples where the objects are clobs.

    Hi User,
    Direct From the Manual,
    ORA-01536: space quota exceeded for tablespace 'string'.
    Cause: The space quota for the segment owner in the tablespace has been exhausted and the operation
    attempted the creation of a new segment extent in the tablespace.
    Action: Either drop unnecessary objects in the tablespace to reclaim space or have a privileged
    user increase the quota on this tablespace for the segment owner.

  • DART: creating extracts for company codes

    Hi,
    in light of an archiving project of financial documents, extracts needs to be build with DART. This has to  be done on the level of company code. We would like to have approval from the FI department for the DART extracts, but we have currently 22 different company codes. 
    Do you have experience with creating extracts for multinational companies, and what was your way of working for getting approval before archiving ? Were there any external tax auditors involved ?
    thanks for sharing,
    kind regards,
    Rolf

    Hi Rolf,
    For your project you have to make a table with document type's G/L accounts how long you want to let them them in your system. This form (table should be signed of by the bussines and  auditors.
    Note: When you archive data for FI you can archive the documents (BKPF/BSEG and line items. When you only archive the documents you can still see al the postings on line items. When the archive files are still available you can go direct from the line item to the achived document. Have a look to to the archive information system perhaps here you can store more information with linkes to the archive system?
    In some FI reports it is possible to get information out of SAP and the archive system.
    With the table make a proprosal by yourself and let sign that.
    Think about that a lot of information is stored on other places to, like controlling and PCA. Offen there is no reason to keep the FI documents the information is still somewhere els available
    Paul

  • Extraction for Cube 0PM_C05 requires customizing of table T_PMC05

    Hi can any body tell how to solve this error.
    Extraction for Cube 0PM_C05 requires customizing of table T_PMC05.
    Iam loading data to 0PM_C05 CUBE which has a datasource 0PM_PRM_PLCS_1 which is displaying as errors in source systems.
    This is a plant maintenence cube and ia replicated the datasource agian in BI Production and it is active.
    Edited by: manukonda anil kumar on Feb 17, 2011 5:45 AM

    Hi syed
                 Take the help of an ABAP person.
                 There will be same table resembling the name .
    So the data needs to be updated in the corresponding table .
    When the core people are updating data from different palnts and sites accross.
    In my case i haven't moved further.
    This is a configuration change form R/3 side where the data had to be fetched in the orrect table .
    Regards
    Anil .

  • New category for SNP planning

    Hi Experts,
      I would like to bring 'maintenance orders' as a new requirement category for SNP planning. These orders are to be considered as demand element (using a new LC order keyfigure). Customized Order type in order category 30 are available for these maintenance orders, which is required to be mapped in to a new requirement ATP category in APO. Please guide me with right procedure.
    Thanks and regards,
    Raghav

    Hi Raghav,
    Good to know that you achieved what you wanted to.
    But for our benefit, can you share in more detail, how did you manage to do it?
    you stated that you created a new order category ''Order Reservation Withdrawable'', which lets say is ZZ. and you must have added this category to the category group which is assigned to your dependent demand key figure.
    But can you share  how did you ensure that the order reservations for maintenance orders that you created in R/3 managed to flow to this order category and not to some other category?
    Appreciate if you could explain in a bit more detail.
    Rgds, Sandeep

  • Logistics extraction for QM - qRFC problem

    Hi,
    I have problem with LO extraction for QM - with delta.
    There are several records in 2 ques (MCEX05 and MCEX05_1), but the job for moving them into BW delta always ends with errors (Message_type_x).
    I'm thinking about deleting this que and start reconstruction for application 05 again.
    Would this help?
    The structure of one DS (2lis_05_qe2) has been changed with append structure, maybe this could also be a problem.
    There is also one doubt:
    does deleting qRFC (transaction LBWQ) affect any other area then just BI extractors for particular application? I'm affraid to harm some ERP processes?
    Thank you,
    Tom

    Hi
    If I got your question properly, If you are trying to change the Data Source (LO) then it would be locked for the users to report on the same.
    Appending / enhancing will break the Delta Runs also some times. Thats the reason whenever we are planning for the Strcture change we will run the Delta and make sure that the Queue has no runs.
    But deleting LBWQ would not effect on ERP Process as it picks up only New/changed Delta Records.
    Hope it helps and clear

  • Error in data extraction for 0TCT_DS22

    Hi All .
    I am facing issue in data extraction for 0TCT_DS22 , its giving message 'error in source system ' and also giving a dump
    Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED
    Date and Time 24.05.2010 11:22:53
    Short text
    No more storage space available for extending an internal table.
    What happened?
    You attempted to extend an internal table, but the required space was
    not available.
    As per following thread i updated the table but still data load is failing ( Our system is at EHP1)
    DataSource 0TCT_DS22 not extracting Data
    Any pointers what could be the solution for this data load failure .
    Thanks.

    Hi Neetika,
           This type of error occures due to lack of memory in server or no process is available for request process.
    Please refer below forum.
    Re: Runtime Errors  TSV_TNEW_PAGE_ALLOC_FAILED
    Have you done any custom coding? if yes then check the loop.. endloop statement. (not closing loop)
    Thanks & Regards,
    Ashish

Maybe you are looking for

  • Help with removing unwanted songs......

    From what I've understood on other discussion boards, if the little check isn't marked next to a song in your iTunes library, it won't be updated to your iPod. But that doesn't seem to be true for my iPod. It seems like no matter what songs I un-chec

  • Checkboxes are not rendering

    Ever since I upgraded to Firefox 4, checkboxes have stopped rendering within the browser. They will occasionally be visible upon a fresh launch of the browser, but disappear on mouse-over. They still function, but are completely invisible.

  • 16:9 video in Encore- Can I get it letterboxed on a TV?

    There are a number of aspect ration threads I've found, but none that quite solve my issue. I have an Encore CS4 project that includes a number of video clips. All but one of them are 4:3 and play fine on a TV. But I have one video that is 16:9 (1280

  • Adobe Brigde CC down after installing 'output' module.

    I've tried to install the Adobe Bridge CC output module (Install Adobe Output Module) on my MacBook pro but after that the program won't open / work any more I've already removed the extra installation and reinstalled Adobe Bridge CC several times, b

  • Error in PA40: missing secondary record for infotype 0001

    Hi Experts, while changing the job code of employee i am getting below error in the PA40 transaction for IT0001 . Error : missing secondary record for infotype 0001 Key could you please tell me why this message is coming. Advance thanks, Regards Ram