cancel
Showing results for 
Search instead for 
Did you mean: 

Http adapter call rfc: BAPI_PO_GETDETAIL1has an error,who can help me!

Former Member
0 Kudos

Hello, everyOne!

I have a question! When I call BAPI_PO_GETDETAIL1.request, I pass on parameters "PURCHASEORDER=5523" which exists in ECC6. However, the return message displays "<message>Document 5523 does not exist</message>". That is non-exist.

I used http_adapter to class BAPI_PO_GETDETAIL1. I am wondering who could tell me which parameters must be filled and how to be filled?

thank you so much!

Edited by: Gavin Tao on Dec 6, 2008 2:26 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Gavin

Need more information for solving this

My understanding is you are using RFC and calling BAPI_PO_GETDETAIL and its returning details not available.

If the PO exist there is it released. Check with the SD functional person for this

Thanks

Gaurav

Former Member
0 Kudos

Thanks very much for your reply! But now here is only me, no other person around me .

Could you tell me how to release PO?

your understanding is correct, I want to get PO detail by "PURCHASEORDER".

SudhirT
Active Contributor
0 Kudos

Hi,

please try passing values with leading zero's.

thanks.

Former Member
0 Kudos

I try by "PURCHASEORDER=0000005523". Because I see the PURCHEASEORDER maxlength is 10.

But the result also is <message>Document 5523 does not exist</message>

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks.every one!

Edited by: Gavin Tao on Dec 12, 2008 11:42 AM