SAP Reports / Programs

DS_LOG_DISPLAY SAP ABAP Report - Program DS_LOG_DISPLAY







DS_LOG_DISPLAY 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 DS_LOG_DISPLAY 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

DSAL - Digital Signature Logs


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 DS_LOG_DISPLAY. "Basic submit
SUBMIT DS_LOG_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT DS_LOG_DISPLAY 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_WERKS = D Plant
Selection Text: S_PN_NR = D Sample-Drawing No.
Selection Text: S_PLOS = D Inspection lot
Selection Text: S_OBJKT = D Object
Selection Text: S_OAENNR = D Change Number
Selection Text: S_MATNR = D Material
Selection Text: S_DOKVR = D Document Version
Selection Text: S_DOKTL = D Document Part
Selection Text: S_DOKNR = D Document
Selection Text: S_DOKAR = D Document Type
Selection Text: S_CRID = D PI Sheet
Selection Text: S_CHARG = D Batch
Selection Text: S_AETYP = D Object Type
Selection Text: S_AENNR = D Change Number
Selection Text: P_VOLLS = Order complete
Selection Text: P_UNVOL = Order incomplete
Selection Text: P_UNNOE = Change Unnecessary
Selection Text: P_UNMOE = Change impossible
Selection Text: P_UMS = Convert request
Selection Text: P_STEP = Process step
Selection Text: P_SPERR = Lock
Selection Text: P_PRUEF = Check request
Selection Text: P_OFREIG = Release Change
Selection Text: P_OABSCH = Complete Change
Selection Text: P_MOEGL = Change possible
Selection Text: P_LOTVE = Usage decision
Selection Text: P_LOTERG = Inspection results recording
Selection Text: P_GEPR = Request Checked
Selection Text: P_GENE = Approve Request
Selection Text: P_FREIG = Release order
Selection Text: P_FEHL = Incorrect Change
Selection Text: P_FEBEH = Error corrected
Selection Text: P_ENTSP = Unlock
Selection Text: P_DEVI = Variances
Selection Text: P_AUFGE = Withdraw Approval
Selection Text: P_ABSCH = Close Order
Selection Text: P_ABLEH = Reject Request
Title: Program DS_LOG_DISPLAY





Text Symbol: T10 = Include signatures for
Text Symbol: T06 = Include signatures with the following statuses
Text Symbol: DMS = Include signatures for status change of DMS info record


INCLUDES used within this REPORT DS_LOG_DISPLAY

INCLUDE RCSIG001.


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:

DS_LOG_DISPLAY CALL FUNCTION 'DS_LOG_DISPLAY' EXPORTING OBJECT = ' ' OBJECT_ATTRIBUTE = 0 SUBOBJECT = ' ' SUBOBJECT_ATTRIBUTE = 0 EXTERNAL_NUMBER = ' ' EXTERNAL_NUMBER_ATTRIBUTE = 0 TITLE_LIST_SCREEN = ' ' TITLE_SELECTION_SCREEN = ' ' DATE_FROM = SY-DATUM "#EC DOM_EQUAL DATE_TO = SY-DATUM "#EC DOM_EQUAL TIME_TO = '235959' "#EC DOM_EQUAL EXTERNAL_NUMBER_DISPLAY_LENGTH = 20 * I_VARIANT_REPORT = EXCEPTIONS NO_AUTHORITY = 01.

DS_LOG_STATUS CALL FUNCTION 'DS_LOG_STATUS' IMPORTING SUBOBJECT = SUBOBJECT ACTIVETAB = ACTIVETAB.

DS_LOG_STATUS CALL FUNCTION 'DS_LOG_STATUS' IMPORTING SUBOBJECT = SUBOBJECT ACTIVETAB = ACTIVETAB.

DS_LOG_CFILTER CALL FUNCTION 'DS_LOG_CFILTER' EXPORTING i_cfilter = l_t_log_context_filter i_cfilter_new = l_t_log_con_filter_new.



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