cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_PROCORD_GET_LIST

Former Member
0 Kudos

I am trying to use this bapi to get a list of process orders. I am giving it the minimum:

SAP_JCo_Interface_0.Request{/BAPI_PROCORD_GET_LIST/TABLES/ORDER_HEADER/item/PRODUCTION_PLANT} = 1000

When I run it I see a message in the Response xml - No selection criteria were transferred

Do I need to supply more information that just PLANT?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

P311729
Explorer
0 Kudos

Hi Miller

How did you run this bapi? What information did you supply to this bapi to get it executed.

Former Member
0 Kudos

Kept searching and found the answer.

Thanks.

Former Member
0 Kudos

hI

I also found the ans, in Bapi this is code for import parameter, So we have to pass atleast one value in following import parameter.

  • ===== Check import parameters ====================================

if it_order_number_range[] is initial and

it_material_range[] is initial and

it_prodplant_range[] is initial and

it_planplant_range[] is initial and

it_order_type_range[] is initial and

it_mrp_cntrl_range[] is initial and

it_prod_sched_range[] is initial and

it_sales_ord_range[] is initial and

it_sales_ord_itm_range[] is initial and

it_wbs_element_range[] is initial and

it_seq_no_range[] is initial and

it_order_prio_range[] is initial.

  • message COBAPI 003: No selection criteria has been passed

call function 'BALW_BAPIRETURN_GET2'

exporting

type = 'E'

cl = 'COBAPI'

number = '003'

If this ans is good , please give some point.

Regards,

Dipak

agentry_src
Active Contributor
0 Kudos

Hi B. J.,

Can you please post how you corrected your inputs?

Hi Dipak,

This is an externally invoked BAPI, so ABAP code use is not available to MII.

Regards,

Mike