cancel
Showing results for 
Search instead for 
Did you mean: 

how to transport new PO number to external .NET system automatically?

Former Member
0 Kudos

When a new PO is created in SAP, external .NET system want to know the PO number immediately, how can i do?

Can i use enhancement in ME21N to invoke .NET webservice? if so , which user exit or BADI can do?

Are there any other better ways to handle this case?

Please help me . Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sean,

You will have to configure the output type in NACE as a special function which should be immediately triggered on Saving the PO in ME21n.

Develop a Program which will be assigned to the output type with the FORM.

Assign the program name and form to the output type.

next is follow the steps in the link.

http://www.codeproject.com/KB/dotnet/SAP_NET_RFC_Server.aspx

Regards

Abhijeet