MDS_PCL_PREPARE_BUFFER is a standard Executable ABAP Report 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 MDS_PCL_PREPARE_BUFFER 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: Program MDS_PCL_PREPARE_BUFFER
Text Symbol: FUN = Prepare buffer file
INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY. " INCLUDE FOR PCL
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02'.
MDS_PREPARE_BUFFER CALL FUNCTION 'MDS_PREPARE_BUFFER' EXPORTING iv_me = lv_me EXCEPTIONS error = 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.
MDS_PCL_PREPARE_BUFFER - Program MDS_PCL_PREPARE_BUFFER MDS_PCL_PREPARE_BUFFER - Program MDS_PCL_PREPARE_BUFFER MDS_PCL_POSLIST_VERIFY - Include MDS_PCL_POSLIST_VERIFY MDS_PCL_POSLIST_ALV - Include MDS_PCL_POSLIST_ALV MDS_PCL_POSITIVE_SCREEN0110 - Include MDS_PCL_POSITIVE_SCREEN0110 MDS_PCL_POSITIVE_SCREEN0100 - Include MDS_PCL_POSITIVE_SCREEN0100