former_member309686
Explorer
Member since ‎05-09-2012

User Statistics

  • 48 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received
SAP Community Downtime Scheduled for This Weekend

User Activity

Dear Experts, Mistakenly I have archived BPF finalized instance. Is there any way to revoke the process? or is there any way from back end tables in BW to view the process activity details and comments that was already archieved? Thanks
Hi Experts,I am using *Select statement in which I need to use TMVL function. But the system does not recognize TMVL function in *SELECT statement.The script I am using is written below.*SELECT(%DEP_LOOP%,ID,TIME,ID>=%TIME_SET% AND ID<= TMVL(5,%TIME_...
Hello Experts,I have to retract data from BPC to ECC. There are two queries regarding this1) Data that exists in BPC cube is a bottom level data. The hierarchy information is not shown in the cube as a column. Do we have to maintain master data as a ...
Hi Experts,I am using a lookup function in my script logic. The code is written below.*LOOKUP Sales_Main//the real name of model 2*DIM SALES_ACCOUNT ="QTY"*DIM PRODUCT = "0100100101"*DIM AP:CATEGORY="Annual_Plan"      //variable AP*DIM LP:CATEGORY="L...
Hi Experts,I have a scenario where I have to lookup the records from different model and push the same in current model.My script logic works if I put a fact value 0 or something else. But if I don't have any fact value the *rec statement does not wr...