2009 Dec 16 3:07 PM
Hi Experts,plz help me,my requirement is to read the service order change document data,for that one i need to read from cdhdr and cdpos tables,so what i need to do.in input parameters for cdhdr table in place of ibjectclass and objectid what i need to pass.plz help me.
2009 Dec 16 4:00 PM
Same for CDHDR and CDPOS.
OBJECTCLAS = 'ORDER'
OBJECTID = combination of client(AUFK-MANDT) + Order category(AUFK-AUTYP) + Order number (AUFK-AUFNR)
for example
OBJECTCLAS = 'ORDER'
OBJECTID = '10030004001108788'
Chaiphon
2009 Dec 16 4:00 PM
Same for CDHDR and CDPOS.
OBJECTCLAS = 'ORDER'
OBJECTID = combination of client(AUFK-MANDT) + Order category(AUFK-AUTYP) + Order number (AUFK-AUFNR)
for example
OBJECTCLAS = 'ORDER'
OBJECTID = '10030004001108788'
Chaiphon
2009 Dec 17 8:58 AM
Hi Chaiphon,thanks fpr your answer,i have a small query ,can i get object class from aufk table based on service order number or every time i need to pass 'ORDER' as object class.
2009 Dec 17 4:00 PM
You need to pass 'ORDER' as object class every times. There is no object class field in AUFK.
If you go to transaction SCDO (Chang document object class), the only object class that contains table AUFK is 'ORDER'.
Chaiphon