cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to the ECC system to get the list of planned orders used in the APO ext

Former Member
0 Kudos

Selection criteria:

1)Get PLNUM (Planned order number) from PLAF where VERID (Production version) = u201CMPVu201D and the AUFFX (Firming indicator) = u201CXu201D.

2)with the plnum got from step 1 get the following putting:

get the following fields from APO system u201C/SAPAPO/SEQ_AOEXT_STRu201D structure where the ORDNO = to the list returned from the selection in Step 1.

i)Order Number

ii)Production Number

iii)Resource Name

iv)Activity End Date

How to do it?plz help.

A bapi name is mentioned.

BAPI_MOSRVAPS_GETLIST2

How to do ?plz help?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you dont want to use integration model to CIF planned orders from ECC to APO, you can use this BAPI mentioned by you.

If you want the planned orders for some report publishing in APO, refer to PLAF table in ECC and you can fetch data thru ABAP code.

Regards,

Bipin

Former Member
0 Kudos

thanks bipin.

plz provide me more info

Former Member
0 Kudos

PLAF table in ECC stores open planned orders. You can call RFC to get these orders information as report in APO. Please get in touch with ABAPer to develop the report. There are many other tables in ECC storing various information of planned orders; but this table contains sufficient information. You can access this table thru SE16.

However, if you want the planned orders from ECC for planning in APO, create Integration Model for planned orders.

Regards,

Bipin