cancel
Showing results for 
Search instead for 
Did you mean: 

Loading Existing Purchase Orders from Legacy System

Former Member
0 Kudos

Hello -

We are moving to SRM 5.0 extended classis from an existing legacy system and we would like to load our open purchase orders into SRM. Has anyone done this before? Any help would be greatly appreciated.

Thanks

Jane

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This is very much possible. You can use the below FM's to achieve the same.

BBP_PD_PO_CREATE
BBP_PD_PO_SAVE
BBP_PD_PO_UPDATE

BAPI_POEC_CREATE

Regards, Kathirvel

Former Member
0 Kudos

Would I have to write an abap program to use the functionl modules to load the data? Has anyone ever used LSMW to do this? Will it still send the POs to the backend?

Thanks

JAne

Former Member
0 Kudos

Would I have to write an abap program to use the functionl modules to load the data?

-> Yes.

Has anyone ever used LSMW to do this?

-> Yes, you can use LSMW and call these FM's for data upload

Will it still send the POs to the backend?

-> Yes, provided the PO is complete and ordered.

Regards, Kathirvel

Former Member
0 Kudos

Jane,

Agree with Kathir, you can use the BAPI_POEC_CREATE and additional records through by using BBP_PO_APP_UPDATE_PO.

Custom ABAP program which you can upload the excel sheet data and pass it to the above function module (like BDC).

Best Regards

NMK

Former Member
0 Kudos

Hi,

I am new to SRM - I have a requirement from my client.

How to create PO's and PO Contracts in SRM by getting the data from and excel sheet?

Is it possible for you to provide the LSMW for this and how to call a FM for data load.

OR

Have you done any abap program to use the functionl modules to load the data? If so, can you provide me.

Please do reply ASAP.

Thanks in advance.

Edited by: abi baski on Apr 8, 2009 8:26 AM