Wednesday, August 22, 2012

SAP-BI@Start Routine

Start Routine:-
---------------
* Start Routine will Execute first before the Update rules.
* Start Routine will execute for the entire Data Packaet once.
* Name of the Start Routine - ROUTINE_9998
* We can also write Start routine in Transfer rules only if the transfer method is PSA.
* In BI 7.0 we also have END Routine.
* once info source can feed multiple cubes.
* multiple info sources can feed one cube.
* one info source can have multiple Data sources but same data source cannot be assined to multiple info sources.
---------------------------------------
zstru
f1 f2 f3 f4
c1 c2 10 20
--------------------------
table : DATA_PACKAGE
F1 F2   F3 F4
-------------

C2 EUR M2  20
C3 PAC M3  30
LOOP AT DATA_PACKAGE.
 IF DATA_PACKAGE-F2 = 'AMR'.
  DELETE DATA_PACKAGE.
 ENDIF.
ENDLOOP.



 

Labels: , , , , , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home