Hi Gurus,
my requirement is Based on Fundcenter and FMArea in FMBBC to fetch the User(BOSSID) from FMSB Application.
i created two containers (Fundcenter & FMArea) by using FMFCTR table. but the screen field values (Fundcenter & FMArea) in FMBBC are not passing to the rule container. i think by using BO we can pass those values (Fundcenter & FMArea).
FMArea is avialble in BUS0050, but fundcenter is delegated to ZBUS0050.
i created a rule for FMBBC Application. but i want to create a rule container by using BO BUS0050. how can we call it in Function Module.
SWC_GET_ELEMENT 'BUS0050' L_BUS0050
how can i declare it is in declaration of FM?
I need Input parameters are FundCentre and FMArea from BUS0050 to fetch the User (BOSSID) from FMSB Application?
Plz help me, how can i use BO as a container to my requirement ?