Skip to Content
0
Former Member
Apr 19, 2008 at 09:28 AM

Problem with ABAP code for datasource 0EMPLOYEE_ATTR enhancement

130 Views

Hi, BW experienced Expert,

Now, we do datasource 0EMPLOYEE_ATTR enhancement in CMOD. we already create append structure call ZBIW_HR_S1 in Extract structure HRMS_BIW_IO_OCCUPANCY . Append structure ZBIW_HR_S1 include the following information:

Component ZZHR_CH01 with component type ZRACKY

Component ZZHR_CH02 with component type PCN_PCODE

Component ZZHR_CH03 with component type PCN_PCODE

Component ZZHR_CH04 with component type ZJB

Component ZZHR_CH05 with component type ZZYJNDJ

ZRACKY from enhanced table PA0002,

PCN_PCODE from enhanced table PA9032, ( extract with code range: ' 04-13' )

PCN_PCODE from enhanced table PA9032, (extract with code ' 03')

ZJB from enhanced table PA9018,

ZZYJNDJ from enhanced table PA9017,

All enhanced PA table has the same key and initial values as follows:

MANDT

PERNR

SUBTY

OBJPS

SPRPS

ENDDA

BEGDA

SEQNR

Question: how to wirte this ABAP code in EXIT_SAPLRSAP_002.

Edited by: hi ni on Apr 19, 2008 11:51 AM