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: 

How to call BOR ISUPOD

Former Member
0 Kudos

Hi,

I need to call method ProcessSupplyScenario of BOR object ISUPOD from a custom program and pass from date ,to date ,onlyservices and supply scenario to create supply scenario.Can anyone tell me how to do that?

1 ACCEPTED SOLUTION

former_member227140
Active Participant
0 Kudos

if you are looking for solution to know how to call BOR method in program , please check below links which might help.

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/c5/e4ad71453d11d189430000e829fbbd/content.htm

http://saptechnical.com/Tutorials/Workflow/BusinessObjects/Page1.htm

4 REPLIES 4

nabheetscn
Active Contributor
0 Kudos

You can use SWO_INVOKE FM for the same. For sample code do a where used list on this FM

Nabheet

former_member227140
Active Participant
0 Kudos

if you are looking for solution to know how to call BOR method in program , please check below links which might help.

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/c5/e4ad71453d11d189430000e829fbbd/content.htm

http://saptechnical.com/Tutorials/Workflow/BusinessObjects/Page1.htm

0 Kudos

Hi,

while calling the SWO_INVOKE I am getting a dump for supply scenario.

line in the function module is SWC_GET_CONTAINER container 'SupplyScenario' supplyscenario.I think we need to pass a structure to the value field of the container while I am calling the SWO_INVOKE.Can anyone suggest a way to pass structure for supply scenario.

0 Kudos

here object needs to be passed for the supply scenario field and accordingly fill the container with object .