cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPC 10 for NW: How to generate on demand SEQ number (Data Manager package)

0 Kudos
340

Hi all,

I´m looking for a procedure or program that allows to generate manually (on demand) the sequence number (SEQ number) of the execution of a BPC package, in a similar way as SAP does it automatically.

Does anyone know if this can be done, and with what program / procedure?

Thank you very much and regards, Juan.

View Entire Topic
0 Kudos

Hi Vadim,

For example, Excel RANDOM function. Returns a random real number greater than or equal to 0 and less than 1, evenly distributed. Each time you calculate the spreadsheet, it returns a new random real number.

If I know the function that SAP invokes each time that a BPC package is executed, I be able to generate as many SEQ number as I want.

Not for fun... only for run... (generate a SEQ number manually).

Regards, Juan.

former_member186338
Active Contributor
0 Kudos

Sorry, but still no explanation what for? Why do you need to generate SEQ numbers?

Just for fun?

former_member186338
Active Contributor
0 Kudos

P.S. The answer how to generate is very simply, but it’s useless without understanding “what for”!