cancel
Showing results for 
Search instead for 
Did you mean: 

Service Item no linking to Order no

former_member209020
Active Participant
0 Kudos

Hi All,

I have an requirement that where can i see the Service Item number linkage to the Maintenance Order in SAP.

For Example: In the service entry sheet I have 3 line items in that for 2 line items i have assigned the Orders. So where can I see the Items number which are linked to the Order in the table level. Is there any functional module for it.

Kindly respond ASAP ,

Accepted Solutions (0)

Answers (4)

Answers (4)

peter_atkin
Active Contributor
0 Kudos

thirupathi bheemanapalli

You can get this data from function module BAPI_ALM_ORDER_GET_DETAIL and review the ET_SERVICELINES table.

The following function module can also be used:

  • MS_READ_SERVICES using I_HPACKNO
  • MS_READ_SERVICE_PACKAGE using I_PACKNO
  • MS_READ_SERVICES_FOR_BAPI using PACKNO

I_HPACKNO can be determined from table AFVC-PACKNO.

The link between order header and operation is AFKO-AUFPL -> AFVC-AUFPL.

PeteA

jogeswararao_kavala
Active Contributor
0 Kudos

Hello thirupathi,

Jagdeep has suggested right tables. Table ESKN gives you the Order number. Also have this info:

ESSR - Service Entry Sheet Header Data

ESSL  - Lines of Package service

ESKN  - Account Assignment in Service Package

ESLH  - Service Package Header Data

ESLP  - Service Item

Regards

KJogeswaraRao

Former Member
0 Kudos

This message was moderated.

jagdeepsingh83
Active Contributor
0 Kudos

To start you up .. I would request you to look into the following tables

ESLL- Pass your SES number- Get package number and get subpackage no. pass to ESLL again for item level details

ESKN and ESKL are other important table from account assignment point of view. You may get all details by SES wise in ESKN table.