KPP0GI01 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 KPP0GI01 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: CO Planning Processor: Interally Accessed Routines in Gener. Report
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UNIT_PARAMETERS_GET CALL FUNCTION 'UNIT_PARAMETERS_GET' EXPORTING unit = help_unit_quan IMPORTING decimals = ic010_andec_quan decan = ic010_decan_quan EXCEPTIONS unit_not_found = 1 OTHERS = 2.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = * NO_TYPE_CHECK = 'X' round_sign = 'X' unit_in = hunit_in unit_out = hunit_out IMPORTING * ADD_CONST = * DECIMALS = * DENOMINATOR = * NUMERATOR = output =
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = hdate foreign_currency = ic014_unit_foreign_to local_amount = ic014_value_local_from local_currency = ic014_unit_local_from type_of_rate = hkurst IMPORTING foreign_amount = ic014_value_foreign_to EXCEPTIONS no_rate_found = 01 overflow = 02 no_factors_found = 03 no_spread_found = 04.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = hdate foreign_amount = ic014_value_foreign_to foreign_currency = ic014_unit_foreign_to local_currency = ic014_unit_local_from type_of_rate = hkurst IMPORTING local_amount = ic014_value_local_from EXCEPTIONS no_rate_found = 01 overflow = 02 no_factors_found = 03 no_spread_found = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
KPP0GI01 - CO Planning Processor: Interally Accessed Routines in Gener. Report KPP0GI00 - documentation and ABAP source code KPP0GE04 - CO Planning Processor: Externally Accessed Routines in Gener. Report KPP0GE03 - documentation and ABAP source code KPP0GE02 - documentation and ABAP source code KPP0GE01 - CO Planning Processor: Externally Accessed Routines in Gener. Report