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
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.
Title: Program RGOSPST
INCLUDE RFEWUI01. " HELPER FUNCT.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGOSPST - Program RGOSPST RGOSPST - Program RGOSPST RGOCODERIVE - GOCO Object Assignment (CallBack Report) Using CO-PA Derivation Tool RGOCODERIVE - GOCO Object Assignment (CallBack Report) Using CO-PA Derivation Tool RGOA - Program for object type GOA : Global Outline Agr. RGOA - Program for object type GOA : Global Outline Agr.