SAP Reports / Programs

RBDSE_FUNDSCENTER SAP ABAP Report - Send Funds Center







RBDSE_FUNDSCENTER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RBDSE_FUNDSCENTER into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RBDSE_FUNDSCENTER. "Basic submit
SUBMIT RBDSE_FUNDSCENTER AND RETURN. "Return to original report after report execution complete
SUBMIT RBDSE_FUNDSCENTER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: FIKRS = D Financial Management Area
Selection Text: FISTL = D Funds Center
Selection Text: LOGSYS = Receiving Logical System
Selection Text: MESTYP = D Message Type
Selection Text: PSIZE = D Objects per Process
Selection Text: RFCGR = D Server Group
Selection Text: TESTFLAG = Test Run
Selection Text: VARNT = D Hierarchy Variant
Title: Send Funds Center
Text Symbol: P01 = Parallel Processing
Text Symbol: P02 = Server Group
Text Symbol: P03 = Number of Funds Centers per Process


INCLUDES used within this REPORT RBDSE_FUNDSCENTER

INCLUDE MBDCONST.
INCLUDE RBDAUTHI.
INCLUDE MBDSUBPS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CHECK_REDUCED_MESSAGE_TYPE call function 'CHECK_REDUCED_MESSAGE_TYPE' EXPORTING message_typ = mestyp newflag = ' ' IMPORTING refmessage_typ = org_mestyp.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = own_logsys EXCEPTIONS own_logical_system_not_defined = 1 others = 2.

ALE_MODEL_DETERMINE_IF_TO_SEND call function 'ALE_MODEL_DETERMINE_IF_TO_SEND' EXPORTING message_type = mestyp sending_system = own_logsys receiving_system = logsys validdate = sy-datum IMPORTING idoc_must_be_sent = mestyp_send EXCEPTIONS own_system_not_defined = 1 others = 2.

SPBT_INITIALIZE call function 'SPBT_INITIALIZE' EXPORTING group_name = rfcgr EXCEPTIONS invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 others = 6.

MASTERIDOC_CREATE_REQ_FICTR call function 'MASTERIDOC_CREATE_REQ_FICTR' EXPORTING rcvpfc = ' ' rcvprn = receiver_prn rcvprt = receiver_prt sndpfc = ' ' sndprn = ' ' sndprt = ' ' message_type = mestyp testflag = testflag IMPORTING created_comm_idocs = created_comm_idocs created_master_idocs = created_master_idocs TABLES fictrkey = t_key.

MASTERIDOC_CREATE_REQ_FICTR call function 'MASTERIDOC_CREATE_REQ_FICTR' starting new task mestyp destination in group rfcgr EXPORTING rcvpfc = ' ' rcvprn = receiver_prn rcvprt = receiver_prt sndpfc = ' ' sndprn = ' ' sndprt = ' ' message_type = mestyp testflag = testflag TABLES fictrkey = t_keypack EXCEPTIONS resource_failure = 01.

MASTERIDOC_CREATE_REQ_FICTR call function 'MASTERIDOC_CREATE_REQ_FICTR' EXPORTING rcvpfc = ' ' rcvprn = receiver_prn rcvprt = receiver_prt sndpfc = ' ' sndprn = ' ' sndprt = ' ' message_type = mestyp testflag = testflag TABLES fictrkey = t_keypack.

MASTERIDOC_CREATE_REQ_FICTR call function 'MASTERIDOC_CREATE_REQ_FICTR' starting new task mestyp destination in group rfcgr EXPORTING rcvpfc = ' ' rcvprn = receiver_prn rcvprt = receiver_prt sndpfc = ' ' sndprn = ' ' sndprt = ' ' message_type = mestyp testflag = testflag TABLES fictrkey = t_keypack EXCEPTIONS resource_failure = 01.

MASTERIDOC_CREATE_REQ_FICTR call function 'MASTERIDOC_CREATE_REQ_FICTR' EXPORTING rcvpfc = ' ' rcvprn = receiver_prn rcvprt = receiver_prt sndpfc = ' ' sndprn = ' ' sndprt = ' ' message_type = mestyp testflag = testflag TABLES fictrkey = t_keypack.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RBDSE_FUNDSCENTER or its description.