Clearing ASO with MaxL

I have looked and looked in the Technical guide and cannot find how I clear all data in an ASO cube using MaxL.
I can currently export data, build dimensions, import data, update data but I would like to add a clear cube between the export and build steps as this reduces the dim build step by about a MILLION years.
Thanks
J

Hi,
Have you tried
alter database AppName.DbName reset data;
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Maxl Clear Script with Substitution Variables

    Hi,
    I am new to Maxl and I am trying to write a clear script with Maxl on an ASO Cube. The script should only clear data on a certain version and year that changes every month. I am using the following syntax and it doesn't work.
    alter database ASOSamp.Sample clear data in region '{[&SV_CurrentPeriod]}';
    What is the correct syntax here?
    thanks,

    alter database ASOSamp.Sample clear data in region '{[&Test]}';...with the subvar 'Test' set to Jan...works on my 11.1.2 test system.
    Incidentally, when you say "it doesn't work", do you mean you get a MaxL error, or it doesn't clear the expected region? I was assuming the former, but you don't say.

  • Get parked items moved into a cleared status with out actually posting the

    Hi,
        I need to find a way to get parked items moved into a cleared status with out actually posting the item for payment.  I do not have a PO or goods receipt to post them to. There are some invoicese which we are not paying but we want to keep those items in the history of the vendor. I need to be able to run a parked report of open items and not have these pull into that report.  I have a some parked invoices  for various vendors that I need to get moved into the cleared status.
    Requesting you to provide suggestion on this to proceed.
    Thanks and regards,
    Rj.

    hi,
    i dont think there is any suh format.as per my knowledge u have to post park documents then only it would clear.
    Regards,
    Greeshma

  • Uploading cleared items with cleared item flag

    Hi,
    I want to upload cleared items of customers and vendors with flag/status indicating that the item is cleared. This will make the system enter the data in BKPF,BSEG and BSAD/BSAK(directly) and hence will save the effort to clear the items after initial upload.
    Can some please suggest a posible method to do this?
    Thanks in advance,
    Nitish

    Hi Nitish,
      U mentioned like that u need to upload the cleared items with flag set. If u obeserve BSEG table it have one field AUGBL. It indicates for cleared items. If item is related to cleared then AUGBL have value else it will space. So try the following  condtion.
    data: v_flag(1) type C.
    If itab-augbl NE ' '.
    move 'X' to v_flag.
    endif.
    move all the data from file to internal table and make the validation from that itab.
    Some t-codes are directly related to BSAD/BSAK tables menas if u post the document then directly uplaod to those tables. So which t-code u r using?If any thing, reply with clear information about the requirement. Hope this helps you.
    Regards,
    Kumar.

  • WH  tax line items cleared along with Other line items Message no:8I701

    hI guru,
    When i run J1INCHLN  System givem the error is : Withholding tax line items cleared along with other line items, message no:8I701
    Pleas any one give solution ..
    I also cheked as respective g/l for tds IN FBL3N . All line items are opend.
    Also cheked all selection parameter in J1INCHLN  and FBL3N .is same .
    Why the sys behaviour like this .
    Thanks is andvance
    Milind

    HI,
    he error is occuring in this part of the
    unction Module J_1IEWT_CHALLAN_UPDATE
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    LOOP AT p_t_ausz1.
    Select the cleared line item from bseg table.
       SELECT SINGLE * FROM bseg INTO  p_bseg_tab
                WHERE bukrs = p_t_ausz1-bukrs
                AND   belnr = p_t_ausz1-belnr
                AND   gjahr = p_t_ausz1-gjahr
                AND   buzei = p_t_ausz1-buzei
                AND   ktosl = 'WIT'
                AND   qsskz NE space .
       IF sy-subrc <> 0.
    This is not an ewt clearing transaction relevant for challan update.
         p_no_with_clear = 'X'.
         EXIT.
       ELSE.
         APPEND p_bseg_tab.
       ENDIF.
    ENDLOOP.
    Even if one line item chosen is not of withholding tax entry, system
    should exit by error message.
    DESCRIBE TABLE p_bseg_tab LINES  p_bseg_lines.
    DESCRIBE TABLE p_t_ausz1  LINES  p_with_lines.
       IF p_bseg_lines > 0.
    At least one entry is found in bseg table for challan update.    IF p_with_lines NE p_bseg_lines.
    At least one line chosen by the user is not for challan updation.
          MESSAGE e701(8i).
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.
    This is a clear case,that you are trying to post some documents
    which does not match with the selection parameters.
    I feel the above problem could be due to some document/s (open items of
    the earlier years)are incorrect which is causing the reported problem.
    Kindly run the challan update program for smaller date range so that you
    can find the faulty document.
    Hope this solves your query.
    Reg
    Madhu M

  • Clearing vendor with customer

    HI gurus,
         we have vendor as customer. I have created vendor master and customer master, and I defined the customer number in vendor master. but I didn't find fine "CLEARING VENDOR WITH CUSTOMER" indicator in Vendor master screen. I'm using ECC6 version.
    How can I clear customer open items with vendor open items...
    Kindly suggest me, I'm very great full to you
    regards
    msr

    Dear MSR,
    In this scenario you can do the clearing with F-32.
    1) Enter the customer number
    2) Select OTHERS in additional selection
    3)Then click the process open items and select the relevent filed
    4) select the other account tab
    Again click the other accoutns check box and click enter here you have to select the account type K
    I hope this will help you for resolving your problem.
    Raj

  • G5, 10.6.8, trying to print biz cards, instead of clear print with sharp edges I get fuzzy print with pixels showing. Saving as PDF doesn't help. Any solution?

    G5, 10.6.8, trying to print biz cards, instead of clear print with sharp edges I get fuzzy print with pixels showing. Saving as PDF doesn't help. Any solution?

    Mac OS X Version 10.6.8, iMac12,1
    .cwk (Appleworks)
    Kodak Easyshare 5100
    If I paste the jpeg on a draw page and shrink it to fit, fuzzy print. If I create the text directly on a draw page, it's fine. (That suggests to me the problem isn't in the printer.) But I want to include a small drawing on the card, and the pasted jpeg of that small drawing is very poor quality.

  • Assign access for the database to None with maxl?

    I need to assign access to the database to none with maxl. Any help will be appreciated. <img src="i/expressions/beer.gif" border="0">

    Do you mean setting the minimum access permission on the database?<BR>For that the command is 'alter database 'Sample'.'Basic' set minimum permission no_access;'<BR><BR>If you want to prevent users from logging on to the database then use something like<BR>'alter application 'Sample' disable connects;'<BR><BR>HTH<BR>

  • Documents number is cleared automatically with clearing doc. ALE-extern

    Hi Mr./Mis.
    I'm  from China, I found that when I posted one invoice and planned to clear it manually, but I failed to do this due to it was cleared automatically with clearing doc. ALE-extern, could you advise the reason and the solution, thank you in advance.

    I have that behaviour in a system where IDOC FIDCC1 is generated to be sent to other system

  • Automatic clearing & post with clearing

    what is between Automatic clearing & post with clearing?

    Autoclaring is done by SAP using some predefined parameters through f-13 when there are open items (Dr as well as Cr, balancing to Zero). This can be done for, GRIR Accounts, Vendors accounts, Customer accounts etc.
    Post with clear is used for manual transaction where you have one open entry and you have to pass the second compensating entry to make the effect of existing enty zero.

  • Clearing invoice with downpayment

    Hi FICO GURUs,
    I m a new student in FICO, here i have a question as following, ask for help,
    step 1: For one customer say 1001, I've done the Downpayment, the amount is 2000 USD.
    step 2: Created a Customer Invoice with amt 2000 USD.
    step 3: Clearing Invoice with the downpayment.
    but after that i saw that in Customer line item ( FBL5N ), all of the item is not cleared (Red Ball Signal).
    Any other prcess needed?
    Any responses will be awarded.
    Thanks a lot!
    Samson

    Hey Sam,
    for Clearing the Customer A/c, use transaction F-32, since u have made a downpayment, so put the Spl.GL ind in the Section given below.then go for the process open item. there u will find both the doc. then select it and then only u can clear it.
    Pls revert back in case of any further information.
    Regards
    Pradeep

  • Create Partition with Maxl

    Hi All
    I was trying to create a Partitioning with Maxl script and in the process Essbase went down. I logged back and try to create one partition then it is giving me error saying object database name does not exist.
    I cannot see any partition for the database from EAS, but when i run the maxl command to display the object of type partition on the database then it is giving an entry.
    I tried to drop it by the drop command but it doesnt work.
    Can someone shed some light how to remove the object?
    Regards
    Celvin

    I surmise, some Temporary partitioning file are created under Database folder.
    Just get into Database folder and remove the following files in background if persists.
    ddb - Partitioning definition file
    ddm - Temporary partitioning file
    ddn - Temporary partitioning file
    Regards
    Cnee

  • Kill Session with MaxL

    Hi all,
    I need to do a script to kill sessions with Maxl with more than 8 hours of activity, no matter what they are doing.
    The problem is that some sessions are hangs and logout don't work, also not work 'set session_idle_limit' parameter.
    Sorry for my english, i'm from Spain. Best regards.

    I have a thought on this, as the MAXL script can be automated using essmsh command in batch script. What I will do is run the script for the MAXL script to do following :- "display session on database app_name.db_name"; say now, spool the output to filename1 and schedule the next execution of this script as required say after 8 hours and spool the output to filename2.
    Then I will compare the contents of the both files and if any matching records exists for the user, that is the one who is active on database for more than 8 hours.
    Hope this solves your requirement..

  • There is an app on my iphone 5 that floats around, it clear, square with circle in the middle how do I get rid of it

    There is a clear, square with circle in it app on screen that moves around, how Do I delete it?

    I think you may be talking about the zoom assist feature. It allows you to drag that "clear square" you were talking about over a certain part of your screen and then zoom in on it. It appears when you quickly double tap your screen with 3 fingers at the same time. It should disappear when you do the same thing - just double tap the screen using 3 fingers at the same time.

  • Perl with MaxL

    Hi:I'm looking for a few "good" samples of using Perl with MaxL ... there are not many to be had in the Tech Ref ... I just want to perform some simple MaxL calls like running calcs etc. and would like to perform runtime error trapping ...

    Hi,They don't make it easy for us newbies to perl. The documentation just skims over the subject. I found the best place to start was with the Table.pl example given in the Perlmod/Samples directory. At the bottom, just rip out their code and put in yours, leaving all the subroutines. To trap errors, I add a line in the msgs subroutine *if ($level >=2){$fault = 1};* then in your routine put if ( ! ($fault == 1)) then continue sequence, else die or do something else.

Maybe you are looking for

  • How to move cursor from one textfield to another textfield byusing enterkey

    hii all, I have a problem in java script. To move cursor from one textbox to another text box ,I have take the length of the textboxes of the first column.I used onkeyDown event . in the function ,firest i checked the condition like for(i=0;i<form1.b

  • Premiere Pro CS4 eats my C: drive in Vista Ultimate 64-bit SP1

    I installed Premiere Pro CS4 this last weekend 11-12 April 2009. I have a Quadcore 3.0GHz with 8Gb of RAM, a 150Gb C: drive fo rthe op sys Vista Ultimate 64-bit SP1 and programs, a 500Go D: drive for general data and a K: drive 2Tb RAID0 volume useab

  • Authorization Error in SNRO

    Hi Experts, When User1 tried SNRO for a particular object in ECC.It is showing as "You are not authorised to use this function".But We checked on SU53,It shows as "Last Authorization was successful". Even User2 with same authorization as User1,able t

  • Transaction Variant and Screen Variant

    Hi I have created a transaction variant ZTX for transaction TX. The First screen of transaction ZTX IS Screen 0100 for example. The Screen variant is ZSVAR and only for the first screen of the transaction variant ZTX, which is created when creating t

  • File format for external harddrives between apple and windows

    i have a windows desktop and an apple mac book pro. the mac will read files from ntfs system but as read only. the windows will only read exfat or ntfs. what should i do? will exfat work as read and write between the two?