Application Development and Automation 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: 
Read only

bdc

Former Member
0 Likes
486

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
463

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

4 REPLIES 4
Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
463

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.

Read only

Former Member
0 Likes
463

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

Read only

abdul_hakim
Active Contributor
0 Likes
463

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