MNCHDO_FORM 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 MNCHDO_FORM 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: IS-H: Output Change Documents for an Object (Complete/per Field)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CHANGEDOCUMENT_READ_HEADERS call function 'CHANGEDOCUMENT_READ_HEADERS' exporting objectclass = objectcl objectid = objectid username = usnam time_of_change = zeit date_of_change = datum tables i_cdhdr = icdhdr exceptions no_position_found = 1 others = 2.
CHANGEDOCUMENT_READ_POSITIONS call function 'CHANGEDOCUMENT_READ_POSITIONS' exporting changenumber = icdhdr-changenr importing header = cdhdr tables editpos = ausg exceptions no_position_found = 1 others = 2.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = t01_tbnam state = 'A' langu = sy-langu tables dd03p_tab = lt_dd03p exceptions illegal_input = 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.
MNCHDO_FORM - IS-H: Output Change Documents for an Object (Complete/per Field) MNCF0_F01 - MNCF0F01 MNCEDITABS - documentation and ABAP source code MNCEDIG0 - IS-HCM: Global Data Declaration for EDI MNCEDIEV - IS-HCM: Events for Communication (ยง301, CCPS, NPMI, etc.) MNCDRGCDF_GENERAL - IS-H: Include Program with General Constants for DRG Coding System