FV50XF0B_MOT_CAPACITY_CHECK 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 FV50XF0B_MOT_CAPACITY_CHECK 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_SHIPMENT_MOT_TYPE_CAPCHECK CALL FUNCTION 'SD_SHIPMENT_MOT_TYPE_CAPCHECK' EXPORTING i_btgew = ls_xlikp-btgew i_ntgew = ls_xlikp-ntgew i_gewei = ls_xlikp-gewei i_volum = ls_xlikp-volum i_voleh = ls_xlikp-voleh i_trmtyp = ls_xlikp-trmtyp EXCEPTIONS input_missing = 1 over_capacity_weight = 2 over_capacity_volume = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV50XF0B_MOT_CAPACITY_CHECK - FV50XF0BMOTCAPACITYCHECK FV50XF0B_MAINTAIN_AEDAT - FV50XF0BMAINTAINAEDAT FV50XF0B_LIEFERUNG_STATISTIKEN - FV50XF0BLIEFERUNGSTATISTIKEN FV50XF0B_LIEFERUNG_SET_GET_SET - FV50XF0BLIEFERUNGSETGETSET FV50XF0B_LIEFERUNG_RENAME - FV50XF0BLIEFERUNGRENAME FV50XF0B_LIEFERUNGSTAB_SORTIER - FV50XF0BLIEFERUNGSTABSORTIER