‎2006 Sep 09 2:31 PM
1. which transaction to choose when the volume of data is large.
2. in call transaction, after uploading where can i find the purchase order that is created
‎2006 Sep 09 3:26 PM
Hi Uma,
If the volume of data is huge then use session method. Instead of CALL transaction method.
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
Once the PO is created you can display the purchase order using ME23 or ME23N transaction.
Cheers
VJ
‎2006 Sep 09 3:26 PM
Hi Uma,
If the volume of data is huge then use session method. Instead of CALL transaction method.
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
Once the PO is created you can display the purchase order using ME23 or ME23N transaction.
Cheers
VJ
‎2006 Sep 09 6:53 PM
For Call transaction, you can maintain refernce somewhere on order and you can write a report that will give you list of order having that refernce. Hope it helps.
‎2006 Sep 09 8:04 PM
Hi,
If the Data volume is high then Session method is recomended,
In the BDC you can write the code to capture the message whcih will give the Purchase order no and display it on the output scrren, or even you can download that report to local desktop. by using ME22N or ME23N transaction you can view the Purchase orders
Regards
Sudheer
‎2006 Sep 10 3:13 AM
HI
IF the data volume is then you could choose session method as it provides tools for error handling.
for viewing purchase order use me23n.
Cheers,
Abdul Hakim