MP061740 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 MP061740 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: Form routines for infotype Clinical Details
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = 'Set A+B appointment '(e03) textline1 = tl1 textline2 = tl2 IMPORTING answer = answer.
HRGPBS_CLIN_NTNUM_CHECK CALL FUNCTION 'HRGPBS_CLIN_NTNUM_CHECK' EXPORTING p_ntnum = p0617-ntnum.
HRGPBS_HESA_RE5GPBSC_BAST CALL FUNCTION 'HRGPBS_HESA_RE5GPBSC_BAST' EXPORTING p_arg = p0617-based IMPORTING p_return = t5gpbsc_bast EXCEPTIONS * NO_ENTRY = 1 OTHERS = 2.
HRGPBS_HESA_RE5GPBSC_SPET CALL FUNCTION 'HRGPBS_HESA_RE5GPBSC_SPET' EXPORTING p_arg = p0617-specl IMPORTING p_return = t5gpbsc_spet EXCEPTIONS * NO_ENTRY = 1 OTHERS = 2.
HRGPBS_HESA_RE5GPBSC_TRUT CALL FUNCTION 'HRGPBS_HESA_RE5GPBSC_TRUT' EXPORTING p_arg = p0617-trust IMPORTING p_return = t5gpbsc_trut EXCEPTIONS * NO_ENTRY = 1 OTHERS = 2.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = 'Set HEI/NHS appointment'(e09) textline1 = tl1 textline2 = tl2 IMPORTING answer = answer.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '08H01' "QNO struc_content = l_pme07 kind_of_error = '3' "info-msg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP061740 - Form routines for infotype Clinical Details MP061730 - PAI modules of infotype Clinical Details (GB) MP061720 - PBO-Modules Infotype 617 MP061710 - Forms and Modules for View V_P05T_A_EXT (External Data) MP061700 - Turn Round Amounts from FI Documents MP061700 - Turn Round Amounts from FI Documents