cancel
Showing results for 
Search instead for 
Did you mean: 

Routines and Examples

Former Member
0 Kudos

Hi

BW Experts

Plz, give me some suitable examples(scenarios) to Start Routines,Transfer Routines, Update Routines,Conversion Routines and Inversion Routines.

Thanks in advance.

regards

Ravi Pradeep P

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

update rules are the connection between infosource and datatarget. Start routine is available in update rule. you can write startroutine in update rule to eliminate unnecessary data...For example you have ordertypes fs10,fs 20, fs30, but in bw you only want to analyze only fs10 and fs20,,then in start routine you can write that only fs10 and fs20 should be loaded..in this way you can use start routine....In transfer rules you can write some caliculations or conversion..infact you can write in update rules as well...the main difference is that writing in transfer rules mean its global where as writing in update rules is applicable to only tat data target.

transfer routine

abap code used in transfer rules to transform or finding some field. ex:- may be you want to retrieve the field data from some data base tables based on the other data present in the infosource

http://help.sap.com/saphelp_bw33/helpdata/en/80/1a62bfe07211d2acb80000e829fbfe/frameset.htm

For Update Routines

http://help.sap.com/saphelp_nw04/helpdata/en/80/1a64fae07211d2acb80000e829fbfe/frameset.htm

-Shreya

Answers (5)

Answers (5)

Former Member
0 Kudos

HI,

I HAVE DOUBT REGARDING TO BC . ACTUALLY I READ DOCU . ACTUALLY 3 VERSIONS . D, M , A . I KNOW ABOUT D,A . WHAT IS MODIFY VERSION IN BUSINEE CONTENT . IN WHICH SCEANARIO WE CAN USE THE MODIFY VERSION.

BY

SIVA

Former Member
0 Kudos

Hi,

In BI Content by default all the demo cubes are in D-Version(Delivered).

The changes that u make to the objects are saved in the M-Version(Modified)

TO transfer BI Content objects in order tobe able to work with them are in A-Version(Active)

Former Member
0 Kudos

Ravi,

Pls check for the docs which will be helpful to start with

-Doodle

edwin_harpino
Active Contributor
0 Kudos

hi Ravi,

take a look

transfer routine

start routine in transfer rules

update routine

start routine in update rules

conversion routines in bw

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b9119290-0201-0010-69af-96f...

and how to routines

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/fc61e12d-0a01-0010-2883-e2f...

hope this helps.

Former Member
0 Kudos

Hello Ravi,

let me know ur mail id. can mail u some stuff...

thanks,

Former Member
0 Kudos

Hai,

Aby

rpr_pulusu@rediffmail.com is my mail id

so plz send me the suitable examples

regards

Ravi Pradeep P

edwin_harpino
Active Contributor
0 Kudos

hi Ravi,

go through the links i have given,

you will find many samples for transfer/update routine, start routine in transfer/update rules, etc.

also sent you some samples.

hope this helps.

Former Member
0 Kudos