Sequential Number into Dimension BPC NW

Hi expert
i hope that you can help me, i need to create a sequential number as a Member into a one Dimension in order to identify any load data in our planning process, this number have to be create when the user send data to applitation by data input schedule.
Please any idea to do that.
Regards

Thanks again,
I have also created another property in order to group all the values I want to consider, but the script logic delivers an exception and it does not work.
Example:
Dimension: DIM
ID       PROP1    GROUP
A        10           Y
B        13           Y
C        17           Y
If I need to multiply by 2 the value in the dimension PROP1, I have tried the following:
*SELECT(%VAR%,"[PROP1]",DIM,"[GROUP]="Y"")
*WHEN DIM
*IS<>""
REC(EXPRESSION=%VAR%2)
*ENDWHEN
However, the system delivers an exception error: UJK_VALIDATION_EXCEPTION: Unknown DImension Name in Keyword:¨3
In the other hand the following gets saved and processed correctly:
*SELECT(%VAR%,"[PROP1]",DIM,"[PROP1]="10"")
*WHEN DIM
*IS<>""
REC(EXPRESSION=%VAR%2)
*ENDWHEN
I am using BPC NW 7.5 SP03 but I was not able to find an OSS Note regarding this.
Many thanks in advance
Regards
Dani

Similar Messages

  • Merging the Production order number and operation number into sequential no

    Hi,
      I am creating the production order using the Tcodes Co01 or co10 and my requirement is that after creating the production number and then when I open that one in the change mode using  co02 Tcode the sequential number which is present in the assignment tab should come as a concatenation of order number and operation number .
    Thanks for the help in advance.
    Regards,
    Venkat.

    dear,
    this depends on the user buffer set.
    for each user there will be a buffer set in when logeed in and create a production order.
    depending on the saving the production order saving time there may be a situation as you have now.
    discuss with your basis people and under stand the user  buffer of numer for production order.

  • How to add 16 bit message sequential number to the byte array

    hi
    iam trying to implement socket programming over UDP. Iam writing for the server side now.I need to send an image file from server to a client via a gateway so basically ive to do hand-shaking with the gateway first and then ive to send image data in a sequence of small messages with a payload of 1 KB.The data message should also include a header of 16 bit sequential number and a bit to indicate end of file.
    Iam able to complete registration process(Iam not sure yet).I dnt know how to include sequential number and a bit to indicate end of file.
    I would like to have your valuable ideas about how to proceed further
    package udp;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    public class Sender  {
        protected BufferedReader in = null;
        protected FileInputStream image=null;
        protected static boolean end_of_file=true;
    /** pass arguments hostname,port,filename
    * @param args
    * @throws IOException
       public static void main(String[] args) throws IOException{
            DatagramSocket socket = new DatagramSocket(Integer.parseInt(args[1]));
            boolean more_messages = true;
              String str1=null;
                * gateway registration
                try{
                     //send string to emulator
                    String str="%%%GatewayRegistration SENDER test delay 10 drop 0 dupl 0 bandwidth 1000000";
                    byte[] buff=str.getBytes();
                    InetAddress emulator_address = InetAddress.getByName(args[0]);
                    DatagramPacket packet = new DatagramPacket(buff, buff.length,emulator_address,Integer.parseInt(args[0]));
                    socket.send(packet);
                        // figure out response
                    byte[] buf = new byte[1024];
                    DatagramPacket recpack=new DatagramPacket(buf,buf.length);
                    socket.receive(recpack);
                   // socket.setSoTimeout(10000);
                    String str2=str1.valueOf(new String(recpack.getData()));
                    if(socket.equals(null))
                         System.out.println("no acknowledgement from the emulator");
                        socket.close();
                    else if(str2=="%%%GatewayConfirmation")
                    //     String str1=null;
                         System.out.println("rec message"+str2);
                    else
                         System.out.println("not a valid message from emulator");
                         socket.close();
                catch (IOException e) {
                    e.printStackTrace();
                      end_of_file = false;
         /**create a packet with a payload of 1     KB and header of 16 bit sequential number and a bit to indicate end of file
      while(end_of_file!=false)
          String ack="y";
          String seqnum=
           File file = new File(args[2]);                               
                    InputStream is = new FileInputStream(file);                 
            socket.close();
      private byte[] byteArray(InputStream in) throws IOException {
             byte[] readBytes = new byte[1024]; // make a byte array with a length equal to the number of bytes in the stream
          try{
             in.read(readBytes);  // dump all the bytes in the stream into the array
            catch(IOException e)
                 e.printStackTrace();
            return readBytes;
      

    HI Rolf.k.
    Thank you for the small program it was helpfull.
    You got right about that proberly there  will be conflict with some spurios data, I can already detect that when writing the data to a spreadsheet file.
    I writes the data in such a way, that in each line there will be a date, a timestamp, a tab and a timestamp at the end. That means two columns.
    When i set given samplerate up, that controls the rate of the data outflow from the device, (1,56 Hz - 200 Hz),   the data file that i write to , looks unorderet.
     i get more than one timestamp and severel datavalues in every line and so on down the spreadsheet file.
    Now the question is: Could it be that the function that writes the data to the file,  can't handle the speed of the dataflow in such a way that the time stamp cant follow with the data flowspeed. so i'm trying to set the timestamp to be  with fractions of the seconds by adding the unit (<digit>) in the timestamp icon but its not working. Meaby when i take the fractions off a second within the timestamp i can get every timestamp with its right data value. Am i in deeb water or what do You mean!??
    AAttached Pics part of program and a logfile over data written to file
    regards
    Zamzam
    HFZ
    Attachments:
    DataFlowWR.JPG ‏159 KB
    Datalogfile.JPG ‏386 KB

  • Number of dimension members

    Hi! :) Can anyone advise on what are recommendations on the max number of dimension members for each HP dimension taking into account that the cube can be alone and can be partitioned? Thanx! :-)
    Edited by: user10129034 on 29.05.2009 0:24

    I will take a stab at this...just went to Essbase boot camp and the question you ask is a loaded question.
    Because of its multi-dimensional architecture and its data storage in 'blocks'...the answer is 'it depends'.
    One of the critical issue with dimensions and its members is 'Is the dimension Spare or Dense'?
    Best practices is to have minimal amount of Dense dimensions (which makes up your block size) than of Spare dimensions (which determines the amount of blocks you have)
    In my training this question was asked from a DBA used to transactional database and asked what the max is.
    The instructor indicated there really isn't a limit, clearly defined.
    I thought I saw something in the essbase admin but I am unable to find it if someone could add it would be great
    so if you have several dimensions or dimensions with several members you need to determine their density which in turn dictates the system performance and functionality.
    JTS
    Edited by: jts on May 29, 2009 7:18 AM

  • Is there a way to sequentially number repeating calendar events

    Is there a way to sequentially number repeating calendar events?
    For example: I have fitness training 3x a week, every Tue, Thu & Sat. I  set it up as a repeating event in calendar, but would like it to nimber each event. o if I looked at the last day on the calendar, there would have been noted somewhere that this was occurence #12 Currently, I would have to go ahead into each event & edit in what # it was. Any help or suggestions  would be appreciated. Thanks!

    I don't believe that there any automatic way to do this in the Calendar App.

  • How to enter a 24 digit number into a mysql db

    hi,
    i want enter a 24 digit number into a mysql db as a mathematically manipulatable value.
    when i configure the field as a bigint(24) it takes it as bigint(20)
    when i keep it as bigint and parsing a double value from my application
    it gives data truncation exception for the particular field.
    the whole process worked well when i change the field type to varchar(24),
    what i want is to enter 24 digit number into db as a mathematically manipulatable value.
    if anyone can assist me, pls reply,
    thanks,
    dushi

    you should ask in a mysql-forum. or at least in JDBC-forum here at sun-forums
    you could save it as varchar and parse it when selecting it into bigint in java and make your calculations...

  • Is it possible for a person to add your phone number into their imessage on an ipad without a notification popping up on your number?

    I have a suspicion that someone has added my phone number into their imessage and can read all my texts with no notification sent to my phone.  Is it possible to add a phone number to your imessage without that device getting a notification?

    I use multiple iOS devices at my house, on my two (phone and ipad) I have my family AppleID we use for all purchases as my iMessage userid, on my wifes iPad we made a new ID Just for her messaging and installed that.
    When she sends me an IM I get it on both devices. When i send to her its only her ipad.
    Jason

  • Tax report for Spain - Sequential Number

    The layout that I have prepared for the Tax report (RFUMSV00, Tx: S_ALR_87100833) shows the column "Sequential number." Thus, I have a relationship without jumping straight to the numbering of all invoices with VAT.
    The system assigns a "Sequential number" for SAP document number. The "problem" arises when there is a bill, a SAP document, with more than one tax indicator of VAT. Then some lines appear in the Declaration of VAT with the Sequential number field in blank and that is because the number of the document (this bill) is already listed in the Declaration in another line with its own Sequential number .
    How do you work with it? Can I somehow avoid that remove this Sequential number blank?

    Hi (again)
    After reading the SAP note number 1628714 ( https://websmp107.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1628714&_NLANG=E ), I think that there isn't an SAP-standard solution.
    Best regards.
    Paco M

  • Copying vendor's VAT registration number into FI Document

    How do I get the vendor's VAT registration number from the vendor's master record to copy into the FI Document when posting a vendor invoice via tcode F-43.
    Now, BSEG-STCEG is always blank now on all our vendor invoices.  Also, the branch account, BSEG-FILKD, is blank.  All vendor invoices are manual journals via F-43.
    I think I need to configure SAP so that the user must also enter the Branch Account when posting to a vendor in tcode F-43.  Then, I think that SAP standard will lookup the Branch Account Vendor to copy in the VAT registration number into BSEG-STCEG.
    I see that my customer invoices posted via SD are correctly being populated with the Branch Account of the Sold-To customer. 
    I further see that SAP standard code in MF05AI10_STCEG_PRUEFEN appears to only update BSEG-STCEG via the Branch Account (BSEG-FILKD) and not via the vendor (BSEG-LIFNR).

    Hi All,
    I'm facing the same problem, kindly let me know how do I get the Vendor's VAT registration number while posting invoice. As every time when I'm trying to post vendor invoice the system ask for the customer number and the Reporting country and pick up the VAT reg. no. from the customer master base and not from the vendor master base.

  • I have an Ipad2 and my daughter has Iphone 4s and I would like to have all SMS and IMessages duplicated on the IPAD2 I was told I could do this by typing in the mobile phone number into the IPAD2 some where in the settings.

    I have an Ipad2 and my daughter has Iphone 4s and I would like to have all SMS and IMessages duplicated on the IPAD2 I was told I could do this by typing in the mobile phone number into the IPAD2 some where in the settings.

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • I just bought a refurbished Ipod 3rd generation 8 gigs, but when I enter the serial number into Apple's site, it shows up as a 2nd generation. Is this normal?

    I bought a refurbished Ipod touch, 3rd gen(link: http://store.apple.com/ca/product/FC086LL/A?mco=MjI4NjY2MTE)
    The home button broke on me, so while setting up servicing for it, when I entered the serial number into the Apple site, my supposedly "3rd gen" Ipod showed up as a 2nd gen. Is this normal? And if not, what can I do about it?

    There are no 3rd gen 8GB models.  They did not make them.
    Identifying iPod models

  • Divide a number into random parts

    I need to divide a number into a collection of random parts. So that the sum of all parts is equal to the number.
    E.g.:
    public void divideRandomly ( int number, int parts)
    int[] returnArray = new int[parts];
    //do random division calculations
    return returnArray;
    Lets say the number = 20
    And parts = 4
    I would then like to return an array of ints containing e.g. 3, 11, 5, 1
    OR e.g. 4,8,2,6
    Does anyone have a clue as to how I could do this?
    Cheers

    Be aware that given the wrong parameters this solution
    can take a long time to find a list. This seems misleading, as the termination condition is based
    on randomness. Although, it is possible to predict an average
    termination time.
    Basically your algorithm starts by generating initial random values
    in the range [0, maxValue]. You limit the size of the maximum
    generated value, although I'm not sure why. Obviously maxValue
    has to be greater than sum / length, otherwise it would be
    impossible to generate any combination values that add up to sum.
    Then your algorithm asks if the sum of those initial random values
    is equal to the target sum. If not, you cycle through the list replacing
    the the current position with a new random value and updating the
    current sum.
    As an example, let's suppose that maxValue is equal to sum, and
    that sum = 1000, and length (numParts) is 4.
    Assuming the minValue is 1, not 0, then the total number of
    permutations of 4 numbers that add up to 1000 is:
    165,668,499
    However, the total number of permutations is:
    1000^4 = 1,000,000,000,000
    In terms of probability, the chance of finding a solution on each try is:
    165,668,499 / 1,000,000,000,000 = 0.000165668499
    Thus, you'll need approximately 6036 loops on average to find a solution for 1,000 split 4 ways.
    For 2,000 split 4 ways, number of perms is:
    2000^4 = 16,000,000,000,000
    The perms of 4 numbers that add up to 2000 is:
    1,329,336,999
    Probability of finding a solution on each try is:
    0.0000830835624375
    Average number of tries is: 12036
    I'm impressed that the random approach is that fast.

  • Is there any limitations to the maximum number of dimensions in MP?

    hi all
    Is there any limitations to the maximum number of dimensions can be created in Multi provider. If so how what is the maximum number of dimensions that can be created in a multi provider?
    regds
    haritha

    Hi,
    Maximum number of dimensions 16. Out of 16, 3 are system defined
    1.Datapacket
    2.Time
    3.Unit
    It is restricted to 16 because the maximum no of dimensions in any database is 16.
    Reward points if helpful
    Cheers
    Raj

  • Cannot Autofill sequential content into adjacent cells in Numbers

    Numbers V3.2 for OSX
    Problem #1:
    I cannot Autofill sequential content into adjacent cells.  I enter Jan., Feb. into the first two cells, then try to use the little yellow ball to project Mar., Apr., etc. into the adjacent cells.  I'm new to Numbers, so maybe I'm missing something.  I've used Excel for over 25 years, and I'm now trying to convert to Numbers.
    Problem #2:
    How do you link a cell from one spreedsheet to a second spreedsheet?  I read all of the Help files and can't find a reference.
    Thanks for your help!

    HI Paul,
    "I found that one of my problems is that I abbreviated the month, i.e., Jan."
    If you include a period after Jan, Numbers will not recognize it as a shortened month name. use "Jan" (without the quotes).
    Regarding linking cells:
    If by "spreadsheets" you mean "Tables in the same document," cells in those two locations can be linked. In the simplest case (two tables on th same Sheet, or two tables, each with a name unique within the document, on separate Sheets, the Table name must be added to the cell reference.
    Example: formula in a cell on table named "This" referencing cell B2 on a table named "That" located elsewhere in the same document:
    =That::B2
    If the second table is in a different document, no. Numbers cannot reference external documents.
    If this is a significant issue, Provide Numbers Feedback, using the item of that name in the Numbers menu, to make a feature request for a future version of Numbers.
    Regards,
    Barry

  • How I can change sequential number in RFUMSV00 (Spanish declaration of VAT)

    Hi!
    How I can change sequential number of Output /Input Tax in RFUMSV00 transaction (Spanish declaration of VAT)?
    In input declaration I would like to have one sequential number for input tax and for output tax that appears on in.  Is possible with standard Sap or I need a Z-transaction?
    Thanks

    Dear friend,
    Please refer the below note.
    SAP Note 849459
    Reg
    Madhu M

Maybe you are looking for

  • Website not seen in China

    Im working on a website in Canada.. for a company whos customers are in China.. When in China they are claiming that the site doesnt come up when the address is typed in a browsers address bar( not the search bar).....What do I need to do to make it

  • PopUpManager.centerPopUp gives Cannot access a property or method of a null object reference

    Hello all, The PopUpManager.centerPopUp(this); in my code gives out the following error: Main Thread (Suspended: TypeError: Error #1009: Cannot access a property or method of a null object reference.)        mx.managers::PopUpManagerImpl/findPopupInf

  • Deploying an HTTP Adapter in OAI (InterConnect 4.1)  - Anyone tried it...?

    Has anyone out there, any experience using Oracle Applications InterConnect 4.1? I am trying to deploy an Http adapter which is essentially a servlet supplied by oracle (InboundServlet.class inside adapter.jar). I added the servlet to a web module ru

  • SR3 Installation Quesiton

    I am in the process of upgrading from 4.6C to SR3 on Windows 2003 and MS-SQL 2005, and I noticed that SR3 is only for 64bit, so I am planning to upgrade my 4.6C to SR2 on 32bit and then move the DB to 64bit fresh installation of SR2, and then upgrade

  • Shuts down completely and randomly

    Hi. I recently purchased this iMac thru eBay and the seller accurately described the fact that it shuts down after a while. Everything runs perfectly until without any warning, I'm looking at a blank screen. I have put in a brand new battery as the c