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

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

Former Member
0 Likes
605

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
Read only

Former Member
0 Likes
558

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
Read only

Former Member
0 Likes
558

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

Read only

Former Member
0 Likes
559

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

Read only

0 Likes
558

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

Read only

Former Member
0 Likes
558

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

Warm Regards

Anup Varghese

Read only

0 Likes
558

hi anup,

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

kindly help me out

thanks in advance

regards,

pavan