Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

purpose of OBJECTCLASS in FM:CHANGEDOCUMENT_READ_HEADERS

Former Member
0 Likes
515

Hi ,

i need to create a Function module ,

with import parametr of order(VBAK-VBELN) and

export parameter of Date .We need to look for

the date only for the eClaims status Denied and Approved.

In my requirement it has been mentioned that

if VBUK-ABSTK = u2018Cu2019 and VBAK-FAKSK = Space OR u201808u2019----> 'Denied'.

After checking this i have to take recordds from

CDHDR/CDPOS by using the function modules :1.CHANGEDOCUMENT_READ_HEADERS

2.CHANGEDOCUMENT_READ_POSITIONS.

My doubt here is in the function module CHANGEDOCUMENT_READ_HEADERS, there

is an export parameter called : OBJECTCLASS.

what is the purpose of this and in my requirement

what i have to pass.

Thanks & Regards,

Suresh KumarD.

Edited by: suresh kumar on May 27, 2008 3:04 PM

1 REPLY 1
Read only

Former Member
0 Likes
412

Hi suresh,

1. The change document concept is applicable

to other documents also viz purchase order, material master etc.

2. So, the object class is nothing but the document

which is in question.

eg. for material master it is 'MATERIAL'

3. U can check the tcode SCDO.

4. Probably for sales document it could be VERKBELEG

regards,

amit m.