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: 

Production order confirmation detail problem

Former Member
0 Kudos

Hi,

how can i get the production order confirmation detail by sending confirmation mumber alone?

in BAPI_PRODORDCONF_GETDETAIL, it need confirmation counter. but if i know confirmation number alone, how can i get the details? which BAPI shall i use to get the confirmation details by sending confirmation number alone?

regards

senthil

3 REPLIES 3

Former Member
0 Kudos

hi,

we have resolved this problem.

regards,

senthil

0 Kudos

Dear Senthil,

I saw you already solved this thread.

call function 'BAPI_PRODORDCONF_GETDETAIL'

exporting

confirmation = conf_detail_2-conf_no

confirmationcounter = conf_detail_2-conf_cnt

importing

RETURN = i_return2

conf_detail = conf_detail_3 .

In this FM there has no any tables.

How can I get the details?

Could you please advice me?

Thanks in advance.

Bishnu

18/10/2011

0 Kudos

The FM 'BAPI_PRODORDCONF_GETDETAIL' has table parameters.