cancel
Showing results for 
Search instead for 
Did you mean: 

Execute 2 MBOs SUP 2.1

Former Member
0 Kudos

Have 2 screens. First screen has a button when clicked, has to call a standard BAPI and provide me the list of values on the second screen.

The standard BAPI provides me the results in 2 separate table structures (and so two separate MBOs are getting created). My second screen has a listView - the issue is I need the list to hold values from both those structures (MBOs) and I am not able to get any values from the second MBO to show up there. Looks like the second MBO is never executed.

List should be like this:

Material

GUID

Description

(these come from one MBO and values are visible)

SAP#

Internal#

(these come from the second MBO/structure but values are always empty even if placed in the same Cache group)

-


The same should be repeated for the next result item

Any ideas very much appreciated.

Thanks,

BR

Accepted Solutions (0)

Answers (1)

Answers (1)

Marçal_Oliveras
Active Contributor
0 Kudos

Have you created a relationship between the MBOs?

When you import an RFC with multiple structures you'll see a discontinuous line between them, but it doesn't means that the MBOs are related for SUP. You have to create the relationship