MP195520 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 MP195520 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: RP-PLAN Infotype 1955 Special Modules PAI/PBO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PATH_BUILD CALL FUNCTION 'PATH_BUILD' IMPORTING path_id = pathid TABLES 77aw = i77aw.
/ISDFPS/FORCE_STRUC_GET CALL FUNCTION '/ISDFPS/FORCE_STRUC_GET' EXPORTING act_otype = p1955-sclas act_objid = p1955-sobid act_wegid = pathid act_svect = svect act_int_flag = 'X' act_plvar = p1955-plvar act_begda = p1955-begda act_endda = p1955-endda act_tdepth = 0 act_tflag = ' ' act_vflag = ' ' authority_check = ' ' buffer_mode = 'X' TABLES result_objec = result_objects EXCEPTIONS no_plvar_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.