RESERVICEREQUEST_DEREG 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 RESERVICEREQUEST_DEREG 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: S_STAI1 = D Status Included
Selection Text: S_STAE1 = D Status Excluded
Selection Text: S_QMNUM = D Notification
Selection Text: S_QMART = D Notification Type
Selection Text: P_DATUV = D From Date
Selection Text: P_DATUB = D To Date
Title: Generate Outbound IDocs for Service Notifications
INCLUDE: IECCLOG, IECCLOG1, EMSG.
INCLUDE: IECCLOG, IECCLOG1, EMSG.
INCLUDE: IECCLOG, IECCLOG1, EMSG.
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_SERVNOT_GET_DETAIL call function 'BAPI_SERVNOT_GET_DETAIL' exporting number = l_qmnum importing notifheader = l_notifheader notifhdtext = l_notifhdtext tables notlongtext = lt_notlongtext notitem = lt_notitem notifcaus = lt_notifcaus notifactv = lt_notifactv notiftask = lt_notiftask notifpartnr = lt_notifpartnr return = lt_return.
ISU_COMEV_SERVICEREQUEST_CREAT call function 'ISU_COMEV_SERVICEREQUEST_CREAT' exporting x_notifheader = l_notifheader importing y_error = l_error y_res_idoc = l_res_idoc tables xt_notlongtext = lt_notlongtext xt_notitem = lt_notitem xt_notifcaus = lt_notifcaus xt_notifactv = lt_notifactv xt_notiftask = lt_notiftask xt_notifpartnr = lt_notifpartnr exceptions system_error = 1 no_instln_for_servnotif = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESERVICEREQUEST_DEREG - Generate Outbound IDocs for Service Notifications RESERVICEREQUEST_DEREG - Generate Outbound IDocs for Service Notifications RESELA00 - Loyalty Program - batch creation of loyalty account RESELA00 - Loyalty Program - batch creation of loyalty account RESDF_F01 - RESDFF01 RESDEDI_LISTALV - IDoc Detail Display