Application Development 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: 

needed a bapi function module which can take input p.o.no

Former Member
0 Kudos

hi,

i am in a situation, where i need a function module of bapi which can take purchase order number as input and set of sales order number for that purchase order as output, i shouldn't use sql statements.

thanks in advance

regards,

pavan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

BAPI function module will use SQL statements

to get sales order. I think without sql its not

possible but You can try following

Goto va03 and give purcahse order no under selection

criteria and press enter you will get all sales order

number for that PO. Please try to debug this

SAP functionality.

Regards

Amole

Regards

Amole

5 REPLIES 5

Former Member
0 Kudos

use the function module, "". in the import parameters :

we have a parameter ORDER_HEADER_IN which is having a field like customer PO number(BAPISDHD1-PURCH_NO_C).

you can give your PO number in this field.

try this..

Regards

srikanth

Former Member
0 Kudos

Hi,

BAPI function module will use SQL statements

to get sales order. I think without sql its not

possible but You can try following

Goto va03 and give purcahse order no under selection

criteria and press enter you will get all sales order

number for that PO. Please try to debug this

SAP functionality.

Regards

Amole

Regards

Amole

0 Kudos

hi amole,

ok suggest me any bapi fuction module which can take input p.o.number and output related salesorder numbers.

thanks in advance

regards,

pavan

Former Member
0 Kudos

Trying coding a wrapper for BAPI_SALESORDER_GETLIST to passs customer, Sales Org and Purchase order number.

Warm Regards

Anup Varghese

0 Kudos

hi anup,

i need to get sales orders numbers of a purchase order.

kindly help me out

thanks in advance

regards,

pavan