SAP Reports / Programs

RESERVICEREQUEST_DEREG SAP ABAP Report - Generate Outbound IDocs for Service Notifications







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


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 RESERVICEREQUEST_DEREG. "Basic submit
SUBMIT RESERVICEREQUEST_DEREG AND RETURN. "Return to original report after report execution complete
SUBMIT RESERVICEREQUEST_DEREG 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: 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


INCLUDES used within this REPORT RESERVICEREQUEST_DEREG

INCLUDE: IECCLOG, IECCLOG1, EMSG.
INCLUDE: IECCLOG, IECCLOG1, EMSG.

INCLUDE: IECCLOG, IECCLOG1, EMSG.



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:

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.



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 RESERVICEREQUEST_DEREG or its description.