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: 

List of Production Orders

Former Member
0 Kudos

I need to obtain a list of Open Production orders for a Plant. I am Using Bapi's /RFC in a Visual Basic app. I cannot get

BAPI_ALM_ORDER_GET_LIST to work ,I think because of authorizations (although "get detail" does work), so I need to know if there is an alternative call that someone has had success with.

Thanks

Owen

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

If you think it might be about authorizations, would it be possible to get the authorizations added to the user profile used to call the BAPI. Run the BAPI in test mode on the SAPgui, after execution, do /nSU53 in the tcode box of SAPgui. This will give you a listing of any authorizations that failed during the execution of the BAPI.

Regards,

Rich Heilman

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

If you think it might be about authorizations, would it be possible to get the authorizations added to the user profile used to call the BAPI. Run the BAPI in test mode on the SAPgui, after execution, do /nSU53 in the tcode box of SAPgui. This will give you a listing of any authorizations that failed during the execution of the BAPI.

Regards,

Rich Heilman

0 Kudos

Rich, Thanks for your reply,

I really don't know how to run the BAPI in test mode on SAPgui. Do you know of any documentation that could instruct me.

0 Kudos

Do you have any ABAPers available to you. It would probably be easier. If not, In SAPgui, go to transaction code Se37, enter the BAPI name and click the icon that looks like "tools". This will take you into the test mode of the function module, enter the parameters and click execute.

Regards,

Rich Heilman

0 Kudos

That's my first hurdle. I do not have access for SE37. I will start there.

Thanks for your help

Owen