cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading open maintenance order

former_member192541
Participant
0 Kudos

Dear Experts,

              How to upload open maintenance order to new server? I want to upload open maintenance order from client 300 to 350?

Regards

Prashantha

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Prashantha,

Effective option would be BDC program OR a program using fm BAPI_ALM_ORDER_MAINTAIN. LSMW option may have issues here.

KJogeswaraRao

former_member192541
Participant
0 Kudos

Hi Jogeswara Sir,

           How to extract open orders from existing server (300)?

Regards

Prashantha

jogeswararao_kavala
Active Contributor
0 Kudos

IW39 > Query for open Orders > Have all the fields in ALV > Download through  menu List > Save > File > Spreadsheet

former_member192541
Participant
0 Kudos

Hi Sir,

         How to get the order operations in report? We can get it in individual order operations but not getting all order operations in report.

Regards

Prashantha

jogeswararao_kavala
Active Contributor
0 Kudos

You have to take that information from IW37N or IW49N in a similar way and arrange all this data in an excel template as per your BDC program requirement .

You can opt for two different BDCs (One for Order Header data and the Other for Operations data) or a single BDC (All data in one). No doubt it is a laborious method, but doubtful about any alternative methods available.

Answers (4)

Answers (4)

former_member192541
Participant
0 Kudos

       Thanks to all for your valueable suggestions to solve the issue.

Regards,

Prashantha

0 Kudos

Hi,

There is a alternate option, If your BASIS team is performing Client copy, then you can request them to create a copy of 300 client to 350 so that all your orders be present in the new Client. Else as explained above you need to create BDC recording to manually move the orders.

peter_atkin
Active Contributor
0 Kudos

Prashantha

Download data from client 300 via:

  • BAPI_ALM_ORDERHEAD_GET_LIST
  • BAPI_ALM_ORDEROPER_GET_LIST
  • BAPI_ALM_ORDER_GET_DETAIL

Upload data to client 350 via:

  • BAPI_ALM_ORDER_MAINTAIN

PeteA

former_member200662
Active Participant
0 Kudos


Hi Prashantha

For extracting the open orders data, the below logic may help you

Step No.Table NameFieldSelection Criteria
1AUFKPHAS0set 'X'
WERKSset your plant
AUARTSet your applicable order types
PHAS1set 'X'
WERKSset your plant
AUARTSet you applicable order types
2AFIHAUFNRAUFK-AUFNR =AFIH-AUFNR , value from step1
3AFKOAUFNRAFKO-AUFNR =AFIH-AUFNR, value from step1
4AFVCAUFPLAFKO-AUFPL=AFVC-AUFPL, value from step3
5AFVVAUFPLAFKO-AUFPL=AFVV-AUFPL, value from step3
6AFVUAUFPLAFKO-AUFPL=AFVU-AUFPL, value from step3
7RESBAUFNRAUFK-AUFNR=RESB-AUFNR, value from step1

Regards

Pavan