Skip to Content
0
Former Member
Dec 06, 2006 at 07:11 AM

Routine

27 Views

Hi Gurus

I need an abap routine to determine a field in my update rules. I have an ODS (ZBAS_INF) with 2 update rules. 1 from ODS named "ZBAS_DET" and the other from ODS named "ZDEPODS". I have asset class (which was determined) in ZBAS_INF and I need to determine it in my other ODS.

Eg.

Determine Asset Class

Get "ZASSGNMNT" from ZDEPODS. If "ZASSGNMNT" = "ZCONTRACT" from ZBAS_INF, get "ZBAS_ASCL" field. If not found, default to "99".

I thank you in advance.

Regards

Kevin