SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RBUS0050 SAP ABAP Report - Program for object type BUS0050 : Budgeting Entry Doc







RBUS0050 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RBUS0050 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 RBUS0050. "Basic submit
SUBMIT RBUS0050 AND RETURN. "Return to original report after report execution complete
SUBMIT RBUS0050 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for object type BUS0050 : Budgeting Entry Doc


INCLUDES used within this REPORT RBUS0050

No INCLUDES are used within this REPORT code!


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:

FMBCS_WF_SHOW_ENTRY_DOC CALL FUNCTION 'FMBCS_WF_SHOW_ENTRY_DOC' EXPORTING i_fm_area = object-key-fmarea i_docyear = object-key-documentyear i_docnr = object-key-documentnumber.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_log_handle.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = l_f_msg-msgty cl = l_f_msg-msgid number = l_f_msg-msgno par1 = l_f_msg-msgv1 par2 = l_f_msg-msgv2 par3 = l_f_msg-msgv3 par4 = l_f_msg-msgv4 IMPORTING bapireturn = l_f_return EXCEPTIONS OTHERS = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_log_handle.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = l_f_msg-msgty cl = l_f_msg-msgid number = l_f_msg-msgno par1 = l_f_msg-msgv1 par2 = l_f_msg-msgv2 par3 = l_f_msg-msgv3 par4 = l_f_msg-msgv4 IMPORTING bapireturn = l_f_return EXCEPTIONS OTHERS = 1.

BAPI_0050_CREATE CALL FUNCTION 'BAPI_0050_CREATE' EXPORTING language = language header_data = headerdata header_data_add = headerdataadd testrun = testrun IMPORTING documentnumber = object-key-documentnumber documentyear = object-key-documentyear fmarea = object-key-fmarea TABLES item_data = itemdata sender_item_data = senderitemdata period_data = perioddata sender_period_data = senderperioddata long_text = longtext extension_in = extensionin return = return EXCEPTIONS OTHERS = 01.

BAPI_0050_GET_DETAIL CALL FUNCTION 'BAPI_0050_GET_DETAIL' EXPORTING fmarea = object-key-fmarea documentyear = object-key-documentyear documentnumber = object-key-documentnumber get_item = getitem get_period = getperiod get_long_text = getlongtext get_standard_text = getstandardtext language = language IMPORTING header_data_add = headerdataadd header_data = headerdata TABLES item_data = itemdata sender_item_data = senderitemdata period_data = perioddata sender_period_data = senderperioddata long_text = longtext standard_text = standardtext extension_in = extensionin extension_out = extensionout return = return EXCEPTIONS OTHERS = 01.

BAPI_0050_GET_LIST CALL FUNCTION 'BAPI_0050_GET_LIST' EXPORTING f_mngt_area = fmngtarea max_rows = maxrows TABLES sel_document_family = seldocumentfamily sel_standard_text = selstandardtext sel_tech_origin = seltechorigin sel_process = selprocess sel_ref_org_unit = selreforgunit sel_ref_document = selrefdocument sel_ref_logical_system = selreflogicalsystem sel_ref_procedure = selrefprocedure entry_document = entrydocument extension_in = extensionin extension_out = extensionout return = return sel_document_year = seldocumentyear sel_document_number = seldocumentnumber sel_version = selversion sel_created_by = selcreatedby sel_create_date = selcreatedate sel_document_date = seldocumentdate sel_posting_date = selpostingdate sel_responsible_person = selresponsibleperson sel_document_status = seldocumentstatus sel_reversal_status = selreversalstatus sel_reversal_reference = selreversalreference sel_document_type = seldocumenttype EXCEPTIONS OTHERS = 01.

BAPI_0050_REVERSE CALL FUNCTION 'BAPI_0050_REVERSE' EXPORTING testrun = testrun language = language reversal_data = reversaldata documentnumber = object-key-documentnumber documentyear = object-key-documentyear fmarea = object-key-fmarea IMPORTING rev_fm_area = revfmarea rev_document_year = revdocumentyear rev_document_number = revdocumentnumber TABLES long_text = longtext extension_in = extensionin return = return EXCEPTIONS OTHERS = 01.

FMBWB_CALL_FROM_WF CALL FUNCTION 'FMBWB_CALL_FROM_WF' EXPORTING i_fm_area = object-key-fmarea i_docyear = object-key-documentyear i_docnr = object-key-documentnumber IMPORTING e_flg_docchange = l_f_doc_changed e_wf_status = l_wf_status EXCEPTIONS document_not_found = 1 no_change_authorization = 2 document_not_in_wf = 3 OTHERS = 4.

FMKU_GET_REVERSAL_FACTOR CALL FUNCTION 'FMKU_GET_REVERSAL_FACTOR' EXPORTING i_process = l_s_line-process i_ctem_category = l_s_line-ctem_category i_fm_area = l_s_docid-fm_area IMPORTING e_reversal_factor = l_reversal_factor.

FEUW_FMWF_MDRUL_GET CALL FUNCTION 'FEUW_FMWF_MDRUL_GET' EXPORTING i_wflevel = l_wflevel i_wfdoctyp = l_wfdoctyp i_activity = l_activity i_gjahr = object-key-documentyear i_fikrs = object-key-fmarea i_fipex = l_s_line-address-cmmtitem i_fistl = l_s_line-address-fundsctr i_geber = l_s_line-address-fund i_amount = l_amount i_waers = l_s_line-tcurr refresh_actortab = 'X' TABLES t_swhactor = l_t_swhactor EXCEPTIONS no_entry_found = 1 OTHERS = 2.

FMED_GET_HEADER CALL FUNCTION 'FMED_GET_HEADER' EXPORTING i_f_docid = l_f_docid * IMPORTING * E_F_FMBH = EXCEPTIONS not_found = 1 OTHERS = 2 .



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 RBUS0050 or its description.