on 2012 May 19 6:50 AM
Hi all,
Is there any BAPI/FM to create funds center group and as well as fund ceter???
Thanks in advance.
Venu.
Request clarification before answering.
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
12 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.