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

Purchase Order Creation

Former Member
0 Likes
391

Hi SDN' Experts

We have a .NET system and a SAP system. Now my question is we need to create Purchase Orders in SAP from .NET system

I know there are BAPI's to create Purchase Orders - BAPI_PO_CREATE.

1. Does this alone server my purpose?

2. Do we need any .NET connectors, if so please tell me the how to start with as i am new to this concept.

3. If this does not require .NET connectors, then in what case are connectors used?

4. Please tell me steps or provide some useful documents or links through which i can achieve the same?

Regards

Pratyusha

Hi SDN' Experts

We have a .NET system and a SAP system. Now my question is we need to create Purchase Orders in SAP from .NET system

I know there are BAPI's to create Purchase Orders - BAPI_PO_CREATE.

1. Does this alone server my purpose?

2. Do we need any .NET connectors, if so please tell me the how to start with as i am new to this concept.

3. If this does not require .NET connectors, then in what case are connectors used?

4. Please tell me steps or provide some useful documents or links through which i can achieve the same?

Regards

Pratyusha

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
368

Refer the link to check call of BAPI from . NET -

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
368

Hi,

To call BAPI or RFC from .Net system you need .Net Connector.

You need to install .NET connector in your .NET application development system.

For more information about .Net Connector, please see in this <a href="http://www.erpgenie.com/sapgenie/docs/SAP Connectors.doc">document</a>.

Regards,