SAP Reports / Programs

/SAPSLL/SAKE_DELIV_MONITOR_R3 SAP ABAP Report - Safekeeping: Display Inbound Deliveries in Safekeeping







/SAPSLL/SAKE_DELIV_MONITOR_R3 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 /SAPSLL/SAKE_DELIV_MONITOR_R3 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

/SAPSLL/SAKE_DLV_MON - Inbound Deliveries in Safekeeping
/SAPSLL/SAKE_XMON_R3 - Manually Process Safekeeping


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 /SAPSLL/SAKE_DELIV_MONITOR_R3. "Basic submit
SUBMIT /SAPSLL/SAKE_DELIV_MONITOR_R3 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/SAKE_DELIV_MONITOR_R3 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_VSTEL = D .
Selection Text: S_VBELN = D .
Selection Text: S_SAKES = D .
Selection Text: S_LIFNR = D .
Selection Text: S_LIFEX = D .
Selection Text: S_LFDAT = D .
Selection Text: S_ERNAM = D .
Selection Text: S_ERDAT = D .
Selection Text: S_AENAM = D .
Selection Text: S_AEDAT = D .
Selection Text: P_XMODE = Extended Processing
Selection Text: P_ERRLOG = Take Account of Error Log
Title: Safekeeping: Display Inbound Deliveries in Safekeeping
Text Symbol: T06 = Options
Text Symbol: T05 = Vendor
Text Symbol: T04 = Safekeeping
Text Symbol: T03 = Document Data
Text Symbol: T02 = Document Editing
Text Symbol: T01 = Organizational Data
Text Symbol: IC3 = Discharge/Update Safekeeping
Text Symbol: IC2 = Display Error Logs
Text Symbol: IC1 = Manually Discharge Safekeeping
Text Symbol: ERR = Error Log
Text Symbol: DQ1 = Do you want to manually discharge safekeeping?
Text Symbol: DCT = Process Delivery: Choose Action
Text Symbol: DC1 = Choose one of the following actions:
Text Symbol: DC0 = There are error logs for the selected delivery
Text Symbol: D02 = No
Text Symbol: D01 = Yes
Text Symbol: CO1 = Take Account of Logs for Deliveries in Safekeeping
Text Symbol: CHR = Change Safekeeping
Text Symbol: AC4 = Cancel
Text Symbol: AC3 = Manual Discharge of Safekeeping
Text Symbol: AC2 = Update of Incorrect Cancellation of Safekeeping
Text Symbol: AC1 = Update of Incorrect Discharge of Safekeeping
Text Symbol: 002 = Delivery
Text Symbol: 001 = Process Delivery


INCLUDES used within this REPORT /SAPSLL/SAKE_DELIV_MONITOR_R3

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gc_table_delivery i_client_never_display = gc_true CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gc_table_delivery_stat i_client_never_display = gc_true CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_program i_callback_user_command = 'UC_PROCESS' i_grid_title = lv_title it_fieldcat = lt_fieldcat it_sort = lt_sort is_layout = ls_layout i_save = gc_true TABLES t_outtab = ct_likp_alv EXCEPTIONS program_error = 1 OTHERS = 2.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = '/SAPSLL/SAKES_R3' langu = sy-langu texts_only = gc_false TABLES dd07v_tab = lt_domvalues EXCEPTIONS OTHERS = 0.

/SAPSLL/SAKE_DELIVERY_DIALOG CALL FUNCTION '/SAPSLL/SAKE_DELIVERY_DIALOG' EXPORTING iv_vbeln = -vbeln iv_vbtyp = -vbtyp iv_option_display = gc_false EXCEPTIONS OTHERS = 0.

/SAPSLL/SAKE_ERROR_LOG_DISP_R3 CALL FUNCTION '/SAPSLL/SAKE_ERROR_LOG_DISP_R3' EXPORTING iv_extnumber = -extnumber iv_opt_popup = gc_true.

/SAPSLL/SAKE_RELEASE_RFC_R3 CALL FUNCTION '/SAPSLL/SAKE_RELEASE_RFC_R3' EXPORTING iv_opt_synch_call = gc_true iv_sake_det_mode = lv_sake_det_mode TABLES it_deliveries = lt_deliveries EXCEPTIONS OTHERS = 1.

/SAPSLL/APPLOG_REFRESH_R3 CALL FUNCTION '/SAPSLL/APPLOG_REFRESH_R3' EXPORTING iv_object = gc_balobj-log_integration iv_subobject = gc_balsub-safe_keeping iv_extnumber = cs_likp_alv-extnumber EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-dq1 IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 0.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = text-dc0 textline2 = text-dc1 titel = text-dct IMPORTING answer = lv_answer TABLES t_spopli = lt_option EXCEPTIONS OTHERS = 1.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = lt_loghandle EXCEPTIONS OTHERS = 1.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = lt_loghandle i_t_msg_context_filter = lt_bal_ctxt_flt IMPORTING e_t_msg_handle = lt_msghandle EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = ls_msg_handle IMPORTING e_s_msg = ls_bal_msg EXCEPTIONS OTHERS = 1.



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 /SAPSLL/SAKE_DELIV_MONITOR_R3 or its description.