SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

RGOSPST SAP ABAP Report - Program RGOSPST







RGOSPST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Euro conversion: Adjustment to information tables for document splitting during currency conversion...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 RGOSPST 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 RGOSPST. "Basic submit
SUBMIT RGOSPST AND RETURN. "Return to original report after report execution complete
SUBMIT RGOSPST 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 RGOSPST


INCLUDES used within this REPORT RGOSPST

INCLUDE RFEWUI01. " HELPER FUNCT.


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:

EWU_STATUS_UPDATE CALL FUNCTION 'EWU_STATUS_UPDATE' EXPORTING status = 'OK' EXCEPTIONS no_paket_entry = 0 foreign_lock = 0 system_failure = 0 no_program_entry = 0 wrong_call = 0 active_paket_not_found = 0 update_denied = 0 OTHERS = 0.

EWU_STATUS_UPDATE CALL FUNCTION 'EWU_STATUS_UPDATE' EXPORTING status = 'ERR' EXCEPTIONS no_paket_entry = 0 foreign_lock = 0 system_failure = 0 no_program_entry = 0 wrong_call = 0 active_paket_not_found = 0 update_denied = 0 OTHERS = 0.

FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' EXPORTING id_bukrs = gs_bukrs-bukrs IMPORTING e_glflex_active = ld_flex_activeb EXCEPTIONS error_in_setup = 1 OTHERS = 2.

FAGL_SPL_REPOST_EURO CALL FUNCTION 'FAGL_SPL_REPOST_EURO' EXPORTING it_cocd_pstdt = lt_bukrs_budat id_rfdtkey = ld_rfdtkey IMPORTING ed_dbcnt = ld_doccnt EXCEPTIONS error_occured = 1 OTHERS = 2.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING level = '2' msgty = sy-msgty langu = sy-langu msgid = sy-msgid msgno = sy-msgno newobj = ' ' msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 EXCEPTIONS protocol_error = 0 OTHERS = 0.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING level = '2' msgty = 'S' langu = sy-langu msgid = 'GLT0' msgno = 202 newobj = ' ' msgv1 = ld_doccnt_txt msgv2 = ' ' msgv3 = ' ' msgv4 = ' ' EXCEPTIONS protocol_error = 0 OTHERS = 0.

EWU_PROTOCOL_WRITE CALL FUNCTION 'EWU_PROTOCOL_WRITE' EXCEPTIONS error_in_function_call = 0 table_empty = 0 sql_error = 0 wrong_call = 0 OTHERS = 0.

EWU_STATUS_UPDATE CALL FUNCTION 'EWU_STATUS_UPDATE' EXPORTING status = 'ERR' EXCEPTIONS no_paket_entry = 0 foreign_lock = 0 system_failure = 0 no_program_entry = 0 wrong_call = 0 active_paket_not_found = 0 update_denied = 0 OTHERS = 0.

EWU_STATUS_UPDATE CALL FUNCTION 'EWU_STATUS_UPDATE' EXPORTING status = 'OK' EXCEPTIONS no_paket_entry = 0 foreign_lock = 0 system_failure = 0 no_program_entry = 0 wrong_call = 0 active_paket_not_found = 0 update_denied = 0 OTHERS = 0.



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