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/SO

former_member329386
Participant
0 Likes
374

Hi experts

How to upload Sales Order/ Purchase Order using BDC ?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
352

Hi,

Why use BDC and call transaction?

See BAPI_PO_CREATE1 enables you to create purchase orders. The BAPI uses the technology behind the Enjoy purchase order transaction ( ME21N).

Also BAPI_SALESORDER_CREATEFROMDAT2 you can use this method to create sales orders.

Hope it helps

Regards

Jaime

2 REPLIES 2
Read only

Former Member
0 Likes
352

hi

verify if this link proves useful.

Technical Resume: SAP ABAP DeveloperModified existing layout sets for Purchase Order and GR using SAP Script. ... Designed and coded a BDC program for Sales order that updated records in the ...

www.devbistro.com/resumes/sohailmansuri - Similar pages

thanks and regards

sravani.

Read only

Former Member
0 Likes
353

Hi,

Why use BDC and call transaction?

See BAPI_PO_CREATE1 enables you to create purchase orders. The BAPI uses the technology behind the Enjoy purchase order transaction ( ME21N).

Also BAPI_SALESORDER_CREATEFROMDAT2 you can use this method to create sales orders.

Hope it helps

Regards

Jaime