ADSUB_MODIF_SAPLIPW1 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 ADSUB_MODIF_SAPLIPW1 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: A&D form routines created in the program SAPLIPW1
INCLUDE ADSUB_MODIF_SAPLIPW1_I001.
INCLUDE ADSUB_MODIF_SAPLIPW1_I002.
INCLUDE ADSUB_MODIF_SAPLIPW1_I004.
No SAP DATABASE tables are accessed within this REPORT code!
SERIALNUMBER_READ CALL FUNCTION 'SERIALNUMBER_READ' EXPORTING * matnr = ripw0-matnr "RZ1229090 matnr = da_matnr "RZ1229090 sernr = ripw0-sernr aktyp = x_activity IMPORTING equi = equi eqbs = eqbs * EQUZ = EQUZ * EQKT = EQKT * EFHM = EFHM * ILOA = ILOA EXCEPTIONS equi_not_found = 01.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = msgid_io msgty = sn_info-msgty msgv1 = equi-sernr msgv2 = sn_info-msgv2 msgv3 = sn_info-msgv3 msgv4 = sn_info-msgv4 txtnr = sn_info-msgnr.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = msgid_io msgty = mess_type_e msgv1 = equi-sernr msgv2 = sn_info-msgv2 msgv3 = sn_info-msgv3 msgv4 = sn_info-msgv4 txtnr = sn_info-msgnr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.