cancel
Showing results for 
Search instead for 
Did you mean: 

Not Seeing BAPI_PROCORDCONF_* (Process Order BAPIs)

Former Member
0 Kudos

I have a client that wants to use various BAPIs of the type BAPI_PROCORDCONF to load update information for Process Orders. However we can't see these BAPIs in either BAPI Explorer or in xMII. The client has checked the permissions and he had been given SAP_ALL and still can't see these BAPIs. It would appear that they do not have them installed or activated, maybe.

We can see the corresponding functional areas within SAP. We can also see all the Production Order related BAPIs (BAPI_PRODORDCONF_*). I know that this is not that closely related to xMII, but I am not sure where else to post this message. Any suggestions?

Thanks,

Mike

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What version of R/3?

agentry_src
Active Contributor
0 Kudos

4.6c

Former Member
0 Kudos

There you go.

As far as I know (and I am 99% sure)the Process Order Confirmation BAPIs never existed in 4.6c.They were introduced with ECC 5.0 (I think or may be 4.7).

0 Kudos

Mike,

You can verify what Ud says by going to transaction code se37, and attempting to "test" the bapi call.

Sam

agentry_src
Active Contributor
0 Kudos

Hi Udayan,

Thanks for the answer. That is indeed the problem. We are now going to the RSAQ_REMOTE_QUERY_CALL route to find the information.

Mike

agentry_src
Active Contributor
0 Kudos

Sam,

Thanks for the help. We didn't use se37, but BAPI Explorer gave us the confirmation as well. We are now going to give the RSAQ_REMOTE route. I think I will end up having to learn ABAP so I can build custom BAPIs. Aaagh!

Mike

0 Kudos

Mike,

Before you go learning a whole new language, check out this doc I put together some time ago on RSAQ (transaction codes SQ01, SQ02, & SQ03), reporting via MII.

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/390b889b-0e01-0010-e4af-c9a062b9b880|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/390b889b-0e01-0010-e4af-c9a062b9b880]

Hope this helps.

Sam

agentry_src
Active Contributor
0 Kudos

Hi Sam,

I am using this JCO in place of the missing process order BAPIs. It works to execute the query and retrieves a lot of data, but is there any way to put the equivalent of a where clause in this RFC? There is a segment SELECTION_TABLE which has six fields: SELNAME, KIND, SIGN, OPTION, LOW, HIGH. I would suspect that this would be where I would put my selection criteria, but it doesn't seem to respond at all to any of my obvious inputs (MATNR is what I am trying to select upon). SELNAME is six characters in length and KIND is one. The other four are standard to SAP. Any help you can provide would be appreciated.

Thanks,

Mike

Edited by: Michael Appleby on Apr 2, 2008 2:13 PM

Answers (0)