Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sending PO details to legacy system.

Former Member
0 Kudos

Hi,

I have to create a custom program which will get the data related to a PO and then the data should be downloaded to a legacy system using a batch job.

Could you please give me nay ideas as to how I should proceed?

Could I use ORDERS05 idoc?If yes,then how shall I know which segments to fill?

Thanks,

Sandeep.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sandeep,

Will your Legacy system can read the data in IDOC format. first check in which format the legacy system wants data. lets say they want it in file format so that they canupload directly it in DB then write a program to create the file of required data.

Regards,

Atish

3 REPLIES 3

Former Member
0 Kudos

Hi Sandeep,

Will your Legacy system can read the data in IDOC format. first check in which format the legacy system wants data. lets say they want it in file format so that they canupload directly it in DB then write a program to create the file of required data.

Regards,

Atish

0 Kudos

Hi Atish,

Could you explain to me the way to create the data in file format?

Thanks,

Sandeep.

Former Member
0 Kudos

Hi

If you are checking for CREATE option then Sales Doc Type

For more Info goto SWO1 transaction -> BUS2032 --> DIsplay --> Execute --> There SELECT the method which you want to perform... There you can fine the MANDATORY parameters also....

Or in DISPLAY mode PLACE Cursor on the Required Method and CLick the PARAMETERS button on toolbar...

That will show the MANDATORY parameters...

Reward if helpful....