Monthly sales forecast file upload new combinations not getting loaded.

For one of our planning areas, I get sales forecast as spread sheet and upload this to the infocube.
We run CIF daily and monthly also to include all new material.
When I upload the file when I checked the log everything went fine with 3 warnings for 3 products with message "contents of the infocube not contained in BasicPlobStruc.
Now these material are already in APO by Sold to party is new and there is no combination to this Sold to party and hence the the data did not get loaded.
Now my Client wants to change whatever required so that all new combinations data are included in when month end sales forecast is loaded.
Can you advice what needs to be done as ther are large number of products I wont which are new combinations and as far as my knowledge is concerned , since there is no history CVC's are not automatically created.
Can anyone advice.

Hi Siva,
               To b frank I did not completely understand what you are talking about as you are all over.
As I understand you are getting excel file for sales forecast and you upload the flat file to cube and generate CVCs based on this cube. You are not able to generate the CVCs for all combinations in the cube.
"Sold to party is new"-- where is this new? in the cube data?
"contents of the infocube not contained in BasicPlobStruc." - You get this warning if you have lets say 4 characteristics in your cube and only 3 of them in the planning object structure. This is ok. The rule of thumb is that "Your planning object structure has to be subset of your infocube". Which means that you cannot have 3 characteristics in cube and have all those 3 +1 additional in POS.
This still does not stop the system from creating all combinations int he cube as CVCs.
The possible reasons why the combinations(CVCs) are not generated from cube:
1. If there are empty values in a record like below
Plant--Materialsales org.-customer---qty.
P1--M1SO1____----10
P2--M2SO2C2--
17
The system only creates the combination P2M2SO2C2 but leaves out the first combination..Why? you have an empty value and system cannot take it so it leaves it out.
2. If you are checking the flag "Check SCM master data" in MC62 while CVC creation. The system checks the master data for products, locations and if the product or location does not exist the system doesnot create the corresponding combination.
Please correct me if I misunderstood you and also do not hesitate to ask more questions for clarity.

Similar Messages

  • Images not getting Loaded while running Java Application through jar file

    Hello Friends,
    I have a problem while starting my application.I have written my application using pure java.There is no JSP or anything just pure swings.Mine is a standalone appplication.So i used to run it using a batch file.And when i used to start my application it used to not show me the images.so what i did was i mentioned the starting directory in the properties of the batch file (ie in the start in column field).But that was when i was using weblogic server.And i have lot of people working on the same application.so i used ZAC publisher in weblogic and along with that i used to publish the batch file also.so the users dint have any problem.But now what is my problem is i m trying to use JAVA Webstart instead of weblogic ZAC.Now in webstart what happens is that i have to run the appliaction thru jar file.so where do i mention the class path so that the images get loaded.As of now the imaes are not getting loaded.i feel this is a class path problem.but where do i mention it that is my problem.It would be really helpfule if someone could help me out.
    thanx and regards,
    [email protected]

    try out this
    ImageIcon img1=new ImageIcon(this.getClass().getResource(imagename));
    for exmaple
    Imageicon img1=new ImageIcon(this.getClass().getResource("name1.jpg"));
    dont 4get to include the image files in the jar file

  • After attaching  zip file in cv01n its not getting saved

    after attaching  zip file in cv01n its not getting saved

    Hi Jameel,
    Please be clear, I understand that you are using Content Server right?
    OK, then have you defined Content Repository?
    Follow the Steps below:
    1. Goto "OAC0" & Create your own Content Repository  like say (Z_Jameel_CS)
    give the proper description,
    Document Area as "DMS Document Management System"
    Storage Type - > 04HTTP Content Server
    Protocol--> -
    Version no --->0046/0047 ( whatever you are using)
    HTTP Server -
    > (Your content server ip address eg: 139.100.31.311)
    PortNumber--->(ex 1088)
    HTTP Script--> ContentServer/ContentServer.dll
    2.  Click on "CS Admin" Content Server Administration.
    Ask your Basis guy to give you the User ID and Password for the Content Server
    go to "Certificate" Tab,
    you can see your Content Repository created  Click on the "Mail" icon to get the Certificate.
    then just check in the Settings & Statics tabs that all information has come or not.
    3.
    Then Define Content Category.TCode "OACT"
    You need to create a New Category say Z_JAM
    Document Area--> DMS
    Content Repository---> (mention what you created earlier i.e. Z_Jameel_CS)
    then click on the next icon what you see next this field.
    everything from this Content Repostory will be Copied.
    Then checkIn your documents in the Content category defined.
    Regards
    Rehman Khan
    Reward Your Points First.

  • HI. I have itunes 10.6.1.7. When I goto movies i am not able to add and when I click on add file to library and select the file and add its not getting added. When i goto Library it says  that movies I add are in library.Which I cant add

    HI. I have itunes 10.6.1.7. When I goto movies i am not able to add and when I click on add file to library and select the file and add its not getting added. When i goto Library it says "feature films and home movies you add to itunes appear in movies in your iTunes library. To play a movie, just double click it". And below are two options for Downloading movies from store and rent movies. Please help.

    I get the exactly the same problem with win 7, i rang apple support who suggested i try another machine/or create another account on my machine???? why should i, stupid ipad 3rd gen is now sitting here un syncable, apple support ....tut tut very poor support, its a shame im out of the 7 day period otherwise this ipad would be going straight back, older versions of itunes worked fine, some one must know a fix for this??

  • File to db scenario not getting out put

    In file to db scenario not getting output(mysql db). giving error for receiver dat there is no action attribute in xml docment..
    what could be da reason??

    The XML document must have the following schema in this case:
    <root>
      <StatementName1>
    <dbTableName action=”UPDATE” | “UPDATE_INSERT”>
        <table>realDbTableName</table>
    <access>
    <col1>val1</col1>
    <col2>val2new</col2>
    </access>
    <key1>
    <col2>val2old</col2>
    <col4>val4</col4>
    </key1>
    <key2>
    <col2>val2old2</col2>
    </key2>
    </dbTableName>
      </StatementName1>

  • The custm error page is not getting loaded in TomCat 5.0

    Hi all,
    I am working on a JSF web application deployed in Tomcat 5.0.I was trying to redirect 404 and 500 error pages to custom error pages.But the error pages are not getting loaded and i am getting normal Tocat 404 status page.
    I am giving the web.xml entry for the error page defenition.
    <error-page>
              <error-code>404</error-code>
              <location>/faces/displayErrorpage.jsp</location>
         </error-page>
         <error-page>
              <error-code>500</error-code>
              <location>/faces/SessionExpirepage.jsp</location>
         </error-page>
         <error-page>
              <exception-type>java.lang.Throwable</exception-type>
              <location>/faces/displayErrorpage.jsp</location>
         </error-page>
    Please help me out to solve this problem.Its urgent.I will be greatful for any kind of help.
    Note: The same application working fine,ie,the error page is getting loaded while deploying WAS 6.0.
    Jeevan Edakkunnath.

    That's a specification version. I was asking for the implementation and version. Is it the Sun reference implementation (Sun JSF RI)? If so, which build?
    It works flawlessly here on the latest build of Sun JSF RI 1.1, the 1.1_02. You can get the latest build at [http://javaserverfaces.dev.java.net]. I was using Tomcat 6.0.14 by the way, it might make difference.
    Does it work if you use plain vanilla JSP files and do not pass the request through the FacesServlet? I recall some bugs related to it, but I am not sure anymore if it is related to the JSF implementation or application server used.

  • CCM: More than two items in catalog are not getting loaded into CCM

    Hi All,
    We configured CCM to our client and working fine, but  we are able to upload only two items. when we add third item or more items to catalog, these are not getting loaded in to CCM (The catalog is loading find and there is no problem when loading).
    The log shows green, but items are not there in CCM.
    Is any one faced similar problem?
    How can we export master schema from CCM to desktop?
    Thanks,
    Ravi Varma

    It is Supplier catalog
    Ravi

  • Data is not getting loaded in the Cube

    Hi Experts,
    I had a cube to which I created aggregates and then I deleted the data of the cube and made some changes in it and trying to load the data again from PSA.
    But I'm the data is not getting loaded in to it the cube.
    Can anyone tell me do I have to delete the aggregates before I start a fresh data in to my cube. If yes can you tell me how do i delete it and load it again.
    If it is something else please help me resolve my issue.
    Thanks

    Hi,
    Deactivate the aggregates and then load the data from PSA to Cube.
    And then reactivate the aggregates. While reactivating them you can ask to fill them also.
    Regards,
    Anil Kumar Sharma. P

  • Applet does not get loaded when viewed in a browser

    Hi,
    I have an applet,which works fine when I use appletviewer to see it. But from the browser, the applet does not get loaded.
    An error appears at the bottom of the browser that load: class not found.
    Any suggestions...please..
    Thank you....
    Pooja

    If you are using Internet Explorer, you should check to see if your browser is set to use Sun's JRE that came with your download of the SDK. (If you didn't install the JRE, you need to go back and run that on your machine. You can check to see if you are using Java's runtime enviornment (JRE) in Internet Explorer by opening IE and going to Tools --> Internet Options... --> and then going to the Advanced tab. Scroll down and make sure the box next to Java Sun "use Java 2 for <applet>" is checked. If that option is not available, you need to install the JRE.
    If that doesn't help, try using the HTML converter that comes with the SDK. It'll take your current HTML page, and you can customize it to force a download and/or usage of the JRE for applet viewing if for your particular browser.
    Hope one of these helps!

  • Some images are not getting loaded

    I am online tutor. And today i got a problem . Images are not getting loaded and also many things are not getting loaded. But when i use internet explorer i don't have that problem . But i don wanna u internet explrer. Can any one help me. And the site with which i am facing problem is tutor.tutorvista.net

    Please try the instructions in this article: http://support.mozilla.com/en-US/kb/Images+or+animations+do+not+show
    Hope this helps. :)

  • W_DAY_D is not getting Loaded with Enterprise WEEK or FISCAL week informati

    HI Experts,
    We have OBI Application 7.9.6.1 (FIN,SCM,PSA analytics application).
    We are using Oracle EBS 12.0.6 as the source system.
    we are using the Enteprise Calendar in EBS to load the W_DAY_D,but the W_DAY_D is not getting Loaded with Enterprise WEEK or FISCAL week informations,
    does any one have an answer to this question,how to load theEnterprise WEEK or FISCAL week information in the W_DAY_D table??
    We have raised an SR with Oracle Support & got the reply that this is a product BUG & they have internaly raised an Enhancement Request.
    God knows when this will be fixed??
    Can any one provide me with a work around ?/
    Thanks

    Hello:
    Please look at these W_MCAL_PERIOD_D, and W_MCAL_DAY_D Tables for Fiscal information. For more information you can look at the RPD BMM Layer Dim - Date Fiscal Calendar.
    With Regards,
    Mohan

  • MDM 7.1.02.59 : Repository not getting loaded

    We are experincing a problem.
    The problem is Repository is not getting loaded. We have tried the
    below:
    1.#Verify-> Check Repository: 0 fatal and 0 Non-fatal errors.
    2.#Verify-> Repair : 0 fatal and 0 Non-fatal errors were corrected
    We Tried loading the Repository with Immediate and Update Indices
    option. The error we get is:
    Load aborted with error(0xFFAA0300: Table not found).
    We tried restarting the server and database as well. But it gives same
    error.
    Any valubale suggestions on the same will be highly appreciated.
    Thanks in advance .
    Regards,
    Nitin

    Hi Nitin,
    Can you post a list of all the database tables that are connected to this repository?
    You'll have to access the database using a DB client or SQL. The DB schema for this repository should be named similar to the repository name.
    Please be aware that there are two schemas per repository - one with suffix "_Z<3 digits>", one with "_M<3 digits>".
    Best regards,
    Dennis

  • Apps imattic not getting loaded on iPad or iPhone

    I down loaded imattic apps from apps store. It got downloaded on the iPad, synced with iPhone as we'll, but the problem is the app imattic does not get loaded with any article it goes to loading and gets stuck there it self, it does not work on iPhone as we'll

    Hello there, vikram80.
    Sounds like your app is stuck downloading on both of your iOS devices. You can try tapping on the application icon to resume the download, as outline in this featured discussion:
    App updates won't download on my...: Apple Support Communities
    https://discussions.apple.com/thread/4111336
    Try tapping the App, so that it changes to Paused instead of Waiting, then tap it again to resume the install.
    Make sure you don't have any paused downloads in other apps either, like the App Store or iTunes Store.
    If that doesn't do it, try resetting or restoring the iPhone.
    via whatheck
    Thanks for reaching out ot Apple Support Communites.
    Cheers,
    Pedro.

  • File upload with DAD not working

    Hi all,
    I have an application which uses the file upload function, similar to the sample http://otn.oracle.com/products/database/htmldb/howtos/howto_file_upload.html
    During the development I was not using a DAD and it was working perfectly. Now I have changed the application to use a DAD and now the file upload fails with a HTTP 404 - File not found error
    [DAD_din]
    connect_string = deccasm01os.na.decoma.com:1521:DIN
    ;password =
    ;username =
    ;default_page =
    document_table = wwv_flow_file_objects$
    document_path = docs
    document_proc = wwv_flow_file_mgr.process_download
    ;upload_as_long_raw =
    ;upload_as_blob =
    ;name_prefix =
    ;always_describe =
    ;after_proc =
    ;before_proc =
    reuse = Yes
    ;connmax =
    ;pathalias =
    ;pathaliasproc =
    enablesso = No
    ;sncookiename =
    stateful = STATELESS_RESET
    ;custom_auth =
    response_array_size = 128
    ;exclusion_list =
    ;cgi_env_list =
    bind_bucket_widths = 32,128,1450,2048,4000
    bind_bucket_lengths = 4,20,100,400
    ;error_style =
    ;nls_lang =
    BTW, it is on HTMLDB v1.6 on 9iDB (9.2.0.4)
    thx

    Rob,
    The File Browse item type does not require upload table WWV_FLOW_FILE_OBJECTS$. The POST for the File Browse item type is intercepted by modplsql and is inserted into the Document Table as defined by the Database Access Descriptor.
    You could ultimately create your own DAD with your own Document Table. The Document Table would have to contain the minimum definition as described at:
    http://download-west.oracle.com/docs/cd/B14099_03/web.1012/b14010/concept.htm#i1005880
    This way, users of the application using the Basic Database Authenticated DAD would be uploading directly into your table and not the HTML DB one. A word of caution, though, is that you would never want to use this DAD with HTML DB development itself...you would need to use the DAD that specifies upload into WWV_FLOW_FILE_OBJECTS$ for HTML DB development.
    I hope this helps.
    Joel

  • File upload custom renaming not working with {KT_ext}

    Hi,
    I used many times custom renaming with file upload, and used {KT_ext} for file's extension, but in first ADDT project is not working. I use this:
    $uploadObj->setRenameRule("{GET.id_cd}_{track}.{KT_ext}");
    Does anybody know if {KT_ext} is broken in ADDT?
    Thank you,
    Ruben

    Hi Günter,
    {track} and {id_track} are both table fields, and setRenameRule worked right with both, but it didn't with {KT_ext}.
    I've changed {track} with {id_track} in first page, and it stills fail to put extension.
    But maybe is this, in first page the column for Update Transaction is like this
    $upd_cds_peces->addColumn("mp3", "FILE_TYPE", "POST", "mp3");
    and in the second page (where it works right) is
    $upd_cds_peces->addColumn("mp3", "FILE_TYPE", "FILES", "mp3");
    Althought in both cases the file is uploaded and DDBB field is filled, maybe in first case the TNG doesn't expect a file and cannot find its extension.
    I'll try to change it,
    thanks,
    Ruben
    Edit: Yes, it was this... Now it works. Thank you Günter for your help!

Maybe you are looking for

  • Not able to Upload data in Demand Planning data view

    Hi I am trying to upload a csv  file in to Demand planning interactive planning through " Upload Data " functionality First I exported data from interactive planning , updated some data in file and again trying to upload same file. I am getting follo

  • Can anyone help me with error message regarding ODBC Microsoft access driver?

    In Photoshop elemants 5 I am getting the following message when I try to add or delete pictures. the OBDC data source reported the following error (Microsoft) (ODBC Microsoft access driver) cannot open data base 'I' It may not be a data base that you

  • Problem in Cros company STO Billing

    Hi, I have done the cross company code STO customization, assignng of document type, delivery type, biling type IV assign to doc. type DL etc. plant data is also maitain for the plants, everyhink work OK till the PGI, but while creating the billing d

  • What is the table name where i can see the REQ SID and normal REQ

    HI, When i load the data into the psa the system will generate a req REQ_********* and when i load the data into the IC and after activation it will give req SID. Now there is an infoobject 0tctrequid for which otctreqsid is an attribute i want to ma

  • Time Machine: sparcebundle could not be accessed (error -1)

    Hello! I’ve using Time Machine with my Time Capsule for some time and out of nowhere it started giving me the following error: The backup disk image “xxx/xxx/xxx.sparcebundle”could not be accessed (error -1). I’ve been searching weeks for a fix witho