2007 Jul 12 10:27 AM
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.
2007 Jul 12 10:31 AM
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
2007 Jul 12 10:31 AM
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
2007 Jul 12 10:35 AM
Hi Atish,
Could you explain to me the way to create the data in file format?
Thanks,
Sandeep.
2007 Jul 12 10:32 AM
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....