MB_POSTDIFFERENCES_TEST_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for MB_POSTDIFFERENCES_TEST_DATA To create a simple example
If you would like to execute this report or see the full code listing simply enter MB_POSTDIFFERENCES_TEST_DATA 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.
Selection Text: GJAHR = Fiscal Year
Selection Text: IBLNR = Physical Inventory Document
Title: Creation of Example Data for BAPI BAPI_MATPHYSINV_POSTDIFF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ALE_MATPHYSINV_POSTDIFF CALL FUNCTION 'ALE_MATPHYSINV_POSTDIFF' EXPORTING physinventory = iblnr fiscalyear = gjahr * PSTNGDATE = * THRESHOLDVALUE = * OBJ_TYPE = 'BUS2028' * SERIAL_ID = '0' TABLES * ITEMS = receivers = h_rec * COMMUNICATION_DOCUMENTS = * APPLICATION_OBJECTS = * EXCEPTIONS * ERROR_CREATING_IDOCS = 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.
MB_POSTDIFFERENCES_TEST_DATA - Creation of Example Data for BAPI BAPI_MATPHYSINV_POSTDIFF MB_POSTDIFFERENCES_TEST_DATA - Creation of Example Data for BAPI BAPI_MATPHYSINV_POSTDIFF MB_PICK_LIST - Pick List MB_PICK_LIST - Pick List MB_PHYSINV_COUNT_TEST_DATA - Creation of Example Data for BAPI BAPI_MATPHYSINV_COUNT MB_PHYSINV_COUNT_TEST_DATA - Creation of Example Data for BAPI BAPI_MATPHYSINV_COUNT