cancel
Showing results for 
Search instead for 
Did you mean: 

Common key between "Service Order" & "Billing"

Former Member
0 Kudos

Hi,

I want know is there any key or object in 'service order' which will tell that the service order is billed.

Currently I know that you will find a billing doc in Document flow.

Pls tell me the tables where i will find the relation between Service Order & Billing.

Regards

PK

Edited by: PK on Oct 4, 2008 9:58 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

using the status of the order you can get whether the order has been completed for billing or not.

use table.

CRM_JEST

ex.

*pednig orders

select single *

from crm_jest

into wa_status

where OBJNR = wa_orderhead-GUID

and STAT = 'E0024'

and INACT = space.

e0024 status is completed for billing.

may be useful for you.

mallik

Answers (0)