RPUCONVC is a standard ABAP INCLUDE 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 RPUCONVC 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'HR_CONVERT_TO_LOCAL_CURRENCY' EXPORTING FOREIGN_AMOUNT = amount FOREIGN_CURRENCY = foreign_currency1 LOCAL_CURRENCY = local_currency PROPOSED_CONVDATE = conversion_date PROPOSED_TYPE_OF_RATE = type_of_rate DONT_USE_BADI = SPACE "use BAdI PS_CURRCONV_DATA = ls_CURRCONV_DATA "PT_RGDIR = rgdir[] PT_P0001 = p_p0001[] IMPORTING LOCAL_AMOUNT = result EXCEPTIONS OTHERS = 9.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = conversion_date "XFG note 584166 foreign_amount = amount foreign_currency = foreign_currency1 local_currency = local_currency type_of_rate = type_of_rate "XFG note 584166 IMPORTING LOCAL_AMOUNT = RESULT EXCEPTIONS OTHERS = 1. "XMS note 396607
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUCONVC - documentation and ABAP source code RPUCONR0 - Consolidation for Address format change RPUCONR0 - Consolidation for Address format change RPUCODP0 - HR-PT: Update table T5PCP with postal codes from file RPUCODP0 - HR-PT: Update table T5PCP with postal codes from file RPUCOCX0 - documentation and ABAP source code