MK23BF39_TEST_QUANT_FOR_OBJECT 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 MK23BF39_TEST_QUANT_FOR_OBJECT 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!
CJPN_INTERN_TO_EXTERN_CONV CALL FUNCTION 'CJPN_INTERN_TO_EXTERN_CONV' EXPORTING INT_NUM = RK23B-SPROJ IMPORTING EXT_NUM = TQO_OUTPUT-POSID.
CJPN_INTERN_TO_EXTERN_CONV CALL FUNCTION 'CJPN_INTERN_TO_EXTERN_CONV' EXPORTING INT_NUM = RK23B-EPROJ IMPORTING EXT_NUM = TQO_OUTPUT-POSID.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = 1 ROUND_SIGN = ' ' UNIT_IN = RK23B-VEINH UNIT_OUT = TQO_VEINH IMPORTING OUTPUT = TQO_UMREF EXCEPTIONS CONVERSION_NOT_FOUND = 01 OTHERS = 02.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'BK' I_DTYPE = 'W' I_MSGNR = '042' I_VAR01 = RK23B-VEINH I_VAR02 = ITT006A-MSEH3 * I_VAR03 = ' ' * I_VAR04 = ' ' EXCEPTIONS OTHERS = 0. "end ALRK034220
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = 1 ROUND_SIGN = ' ' UNIT_IN = RK23B-LEINH UNIT_OUT = SLTXT-LEINH IMPORTING OUTPUT = TQO_UMREF EXCEPTIONS CONVERSION_NOT_FOUND = 01 OTHERS = 02.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = 1 ROUND_SIGN = ' ' UNIT_IN = RK23B-AUSEH UNIT_OUT = SLTXT-AUSEH IMPORTING OUTPUT = TQO_UMREF EXCEPTIONS CONVERSION_NOT_FOUND = 01 OTHERS = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MK23BF39_TEST_QUANT_FOR_OBJECT - MK23BF39TESTQUANTFOROBJECT MK23BF39_SET_HRKFT - MK23BF39SETHRKFT MK23BF39_READ_POSITION - MK23BF39READPOSITION MK23BF39_READ_COKA_FOR_OBJECT - MK23BF39READCOKAFOROBJECT MK23BF39_PROCESS_COEPL - MK23BF39PROCESSCOEPL MK23BF39_MOVE_OBJECT_KEY_TO_RP - MK23BF39MOVEOBJECTKEYTORP