‎2006 May 25 7:44 AM
Now then SAP gurus,
I am using the logical database PCH to select certain infotype information. The PCH database is using the OBJEC table. But when I use SE11 it is saying that OBJEC is a
work area.
Does anyone know the underlying transparent table(s) to
use?
Cheers
Andy
‎2006 May 25 7:55 AM
Hi andy,
1. Does anyone know the underlying transparent table(s) to
U can use the FM HR_READ_INFOTYPE
to read hr data
(Just see the documentation of this FM)
2. The underlying tables will be
PA0001
PA0002
and so on...
for the related infotypes.
regards,
amit m.
‎2006 May 25 7:55 AM
Hi andy,
1. Does anyone know the underlying transparent table(s) to
U can use the FM HR_READ_INFOTYPE
to read hr data
(Just see the documentation of this FM)
2. The underlying tables will be
PA0001
PA0002
and so on...
for the related infotypes.
regards,
amit m.
‎2006 May 25 7:58 AM
‎2006 May 25 8:00 AM
HI
GOOD
OBJECT IS ACTUALLY STRUCTURE NOT A WORKAREA.
SO I DONT THINK THERE IS ANY PROBLEM TO USE THIS STRUCTURE,IF YOU CAN GIVE SOME OF THE CODE THAN I HOPE I CAN HELP YOU MORE.
THANKS
MRUTYUN