SAP Reports / Programs

RBDSE_COM_ITEM SAP ABAP Report - Send Commitment Item







RBDSE_COM_ITEM 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_COM_ITEM 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_COM_ITEM. "Basic submit
SUBMIT RBDSE_COM_ITEM AND RETURN. "Return to original report after report execution complete
SUBMIT RBDSE_COM_ITEM 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: FIPEX = D Commitment Item
Selection Text: GJAHR = D Fiscal Year
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
Title: Send Commitment Item
Text Symbol: P01 = Parallel Processing
Text Symbol: P02 = Server Group
Text Symbol: P03 = Number of Commitment Items for Each Process


INCLUDES used within this REPORT RBDSE_COM_ITEM

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_COM_ITEM call function 'MASTERIDOC_CREATE_REQ_COM_ITEM' 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 fipexkey = t_key.

MASTERIDOC_CREATE_REQ_COM_ITEM call function 'MASTERIDOC_CREATE_REQ_COM_ITEM' 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 fipexkey = t_keypack exceptions resource_failure = 01.

MASTERIDOC_CREATE_REQ_COM_ITEM call function 'MASTERIDOC_CREATE_REQ_COM_ITEM' exporting rcvpfc = ' ' rcvprn = receiver_prn rcvprt = receiver_prt sndpfc = ' ' sndprn = ' ' sndprt = ' ' message_type = mestyp testflag = testflag tables fipexkey = t_keypack.

MASTERIDOC_CREATE_REQ_COM_ITEM call function 'MASTERIDOC_CREATE_REQ_COM_ITEM' 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 fipexkey = t_keypack exceptions resource_failure = 01.

MASTERIDOC_CREATE_REQ_COM_ITEM call function 'MASTERIDOC_CREATE_REQ_COM_ITEM' exporting rcvpfc = ' ' rcvprn = receiver_prn rcvprt = receiver_prt sndpfc = ' ' sndprn = ' ' sndprt = ' ' message_type = mestyp testflag = testflag tables fipexkey = 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_COM_ITEM or its description.