cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI/FM for funds center group creation/change and fund center creation

Former Member
0 Kudos
962

Hi all,

Is there any BAPI/FM to create funds center group and as well as fund ceter???

Thanks in advance.

Venu.

View Entire Topic
Sandra_Rossi
Active Contributor
0 Kudos

Create an inbound IDoc of type FUNDSCTR via WE19 or by custom program via any released function module like IDOC_INBOUND_ASYNCHRONOUS, IDOC_INBOUND_SYNCHRONOUS or IDOC_INBOUND_SINGLE.

For information, as @jitendra_it explained, the function module which processes the IDoc (to create or change data) is IDOC_INPUT_FUNDSCENTER.

To help you fill the IDoc, you may use the program RBDSE_FUNDSCENTER to generate an outbound IDoc from existing funds centers.

This IDoc type FUNDSCTR contains one segment for defining the hierarchy of funds centers (E1FISTLH). NB: I guess you say "funds centers groups" to describe the funds centers which are parents of others funds centers in the hierarchy.

Here is the IDoc structure:

FUNDSCTR                       FundsManagement: Funds Center

       E1FISTLM                       FM Funds Center Master Data ( FMFCTR )

           E1FISTLT                       FM Funds Center Texts ( FMFCTRT )
           E1FISTLH                       FM Funds Center Hierarchy ( FMHISV  )
           E1FISTL_TEXTH                  Funds Center Long Text (Header)

               E1FISTL_TEXTL                  Funds Center Long Text (Text Lines)

NB: funds center creation, change and display transactions are respectively FMSA, FMSB and FMSC. The transaction for managing the hierarchy of funds centers is FMSD. The tables are FMFCTR (funds centers), FMFCTRT (texts) and FMHISV (hierarchy).