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

Production order confirmation detail problem

Former Member
0 Likes
874

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

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

Former Member
0 Likes
810

hi,

we have resolved this problem.

regards,

senthil

Read only

0 Likes
810

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

Read only

0 Likes
810

The FM 'BAPI_PRODORDCONF_GETDETAIL' has table parameters.