Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Mass creation of funds CRM_FM_FND_MASSCREATE_FND

$
0
0

Hello Everyone,

     I'm having a problem with Mass creation of funds Function Module CRM_FM_FND_MASSCREATE_FND

I've followed the steps shown in RCRM_FM_FND_MASSCREATE_FND Example Report to create only Funds, Fund Plan's been already created.

 

 

CALL FUNCTION 'CRM_FM_FND_MASS_CREATE_FND'

     EXPORTING

       iv_mode                                     = 'FND'

       iv_no_fnd_creation                  = lv_create_fnd "blank

       it_fund_mass_create_api       = it_fund_mass_create_api

       iv_batch_job_id                        = iv_batch_job_id

       iv_batch_job_key                     = 'BUS2000105'

       iv_item_per_pkg                       = 100

       iv_fnd_desired_status             = 'I7404' 

     IMPORTING

       et_fund_created                       = et_fund_created

       et_fund_rejected                     = et_fund_rejected

       et_message                             = et_message.

 

it_fund_mass_create_api-FUND_ITEM structure:

 

FUND_GUID                      = 0050569A70101EE5BEEA67C8AF1F5E5C (New GUID)

FUNDPLAN_GUID           = 0050569A70101ED598C55F7C0CB85961 (Existing Plan Fund)

DESCRIPTION                  = 'Fund 1'

DESCR_LANGUAGE       = S

PROCESS_TYPE             = ZFND

FUNDPLAN_TYPE          =  ZAR1

FUND_TYPE                     =  ZPAR

BP_GUID                            =  4C065046FFFA4CC2E10000000A6CDA75

PARTNER_FCT                 = 00000014

PARTNER_NO                  = 51AC4528D700397BE10000000AF5C34E

 

Organizational Data is determined by Employee Responsible.

 

In 'ET_MESSAGE' these errors are returned:

 

ECRM_ORDER000Document/business transaction not found
ECRM_ORDER000Document/business transaction not found

 

By debug I found out that the validation is made on:

 

FUND_GUID                      = 0050569A70101EE5BEEA67C8AF1F5E5C (New GUID)


Does anyone knows how to solve the problem?


Thanks in advance!!

Mariela


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>