MKPU1F10 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 MKPU1F10 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!
RK_PL_REVAL_TEST CALL FUNCTION 'RK_PL_REVAL_TEST' EXPORTING tab = act-tabname umgrp = umgrp umwrt = umwrt gjahr = gjahr versn = versn EXCEPTIONS not_found = 4.
RK_PL_REVAL_NEW CALL FUNCTION 'RK_PL_REVAL_NEW' EXPORTING tab = act-tabname umgrp = act-umgrp umwrt = rkpu1-umwrt gjahr = rkpu1-gjahr versn = rkpu1-versn rumgrp = rkpu1-rkokrs rumwrt = rkpu1-rumwrt rgjahr = rkpu1-rgjahr rversn = rkpu1-rversn IMPORTING it823c = it823c text = rkpu1-utext spras = spras TABLES it823k = it823k it823z = it823z EXCEPTIONS not_new = 1 no_ref = 2.
RK_PL_REVAL_READ CALL FUNCTION 'RK_PL_REVAL_READ' EXPORTING tab = act-tabname umgrp = rkpu1-kokrs umwrt = rkpu1-umwrt gjahr = rkpu1-gjahr versn = rkpu1-versn IMPORTING it823c = it823c text = rkpu1-utext spras = spras TABLES it823d = it823d it823k = it823k it823z = it823z EXCEPTIONS not_found = 4.
ENQUEUE_EKUMWRTE CALL FUNCTION 'ENQUEUE_EKUMWRTE' EXPORTING tab = act-tabname umgrp = act-umgrp umwrt = rkpu1-umwrt gjahr = rkpu1-gjahr versn = rkpu1-versn EXCEPTIONS foreign_lock = 2.
DEQUEUE_EKUMWRTE CALL FUNCTION 'DEQUEUE_EKUMWRTE' EXPORTING tab = act-tabname umgrp = act-umgrp umwrt = rkpu1-umwrt gjahr = rkpu1-gjahr versn = rkpu1-versn.
RK_PL_REVAL_UPDATE CALL FUNCTION 'RK_PL_REVAL_UPDATE' IN UPDATE TASK EXPORTING it823c = it823c text = rkpu1-utext spras = spras action = action TABLES it823k = it823k it823z = it823z EXCEPTIONS not_found = 1 not_new = 2.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXCEPTIONS no_messages = 1.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
G_SET_INSERT CALL FUNCTION 'G_SET_INSERT' EXPORTING setname = it823k-setid table = 'CCSS' IMPORTING header = ls_header index = ld_index.
G_INTERVAL_GET_NEXT CALL FUNCTION 'G_INTERVAL_GET_NEXT' EXPORTING control_block = 1 index = ld_index IMPORTING entry = lt_set_objects EXCEPTIONS end_of_intervals = 1.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GP' msgty = 'W' msgv1 = it823k-umwrt msgv2 = it823k-setid+8 msgv3 = it823z-kstar msgv4 = it823z-tokstar txtnr = '770'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.