SAP Reports / Programs | Materials Management | Defense Forces and Public Security | Materials Management(IS-DFS-MM) SAP IS

/ISDFPS/MASS_LOSS_MANAGER SAP ABAP Report - Loss Management







/ISDFPS/MASS_LOSS_MANAGER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Loss Management is a central function for posting mass losses...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /ISDFPS/MASS_LOSS_MANAGER into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISDFPS/MASS_LOSS_HU - Scrapping of Partial HUs
/ISDFPS/MASS_LOSS - Loss Management


ABAP code to call this SAP report using the submit statement

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.






SUBMIT /ISDFPS/MASS_LOSS_MANAGER. "Basic submit
SUBMIT /ISDFPS/MASS_LOSS_MANAGER AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/MASS_LOSS_MANAGER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_WERK = D .
Selection Text: SO_VBELN = D .
Selection Text: SO_LGORT = D .
Selection Text: SO_HU = D .
Selection Text: P_TRAN = D .
Selection Text: P_LGTYP = D .
Selection Text: P_LGNUM1 = D .
Selection Text: P_LGNUM = D .
Selection Text: P_HU = D .
Selection Text: P_DELI = D .
Selection Text: PROFILE = D .
Selection Text: OBJ_TYPE = D .
Selection Text: FOX = D .
Title: Loss Management
Text Symbol: TRA = Transport
Text Symbol: T08 = PReq Created
Text Symbol: T07 = Info Sent
Text Symbol: T06 = Unit of meas.
Text Symbol: T05 = Qty
Text Symbol: T04 = Material Text
Text Symbol: T03 = Material
Text Symbol: T02 = Object ID
Text Symbol: T01 = LinkTy.
Text Symbol: LGN = Warehouse Number
Text Symbol: LGB = Warehouse Number/Storage Type
Text Symbol: HUS = Handling Unit
Text Symbol: E03 = Not Currently Supported
Text Symbol: E02 = Object Type
Text Symbol: E01 = No Messages Created
Text Symbol: DEL = Delivery
Text Symbol: ALG = Free Selection
Text Symbol: 902 = Send Loss Info to SCEM
Text Symbol: 901 = Create PReq
Text Symbol: 201 = Loss Management (Local)
Text Symbol: 200 = Loss Management
Text Symbol: 102 = Info.
Text Symbol: 101 = Post Loss
Text Symbol: 001 = Material





INCLUDES used within this REPORT /ISDFPS/MASS_LOSS_MANAGER

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'EXPO_OBJECT_TYPES' shlptype = 'SH' IMPORTING shlp = gs_shlp.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = gs_shlp * DISPONLY = ' ' * MAXRECORDS = 500 * MULTISEL = ' ' * CUCOL = SY-CUCOL * CUROW = SY-CUROW * IMPORTING * RC = TABLES return_values = gt_ddshretval.

CONVERSION_EXIT_NUMCV_INPUT CALL FUNCTION 'CONVERSION_EXIT_NUMCV_INPUT' EXPORTING input = gd_delivery IMPORTING output = gd_delivery.

CONVERSION_EXIT_NUMCV_INPUT CALL FUNCTION 'CONVERSION_EXIT_NUMCV_INPUT' EXPORTING input = gd_hu IMPORTING output = gd_hu.

CONVERSION_EXIT_NUMCV_INPUT CALL FUNCTION 'CONVERSION_EXIT_NUMCV_INPUT' EXPORTING input = gd_tknum IMPORTING output = gd_tknum.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /ISDFPS/MASS_LOSS_MANAGER or its description.