SAP Reports / Programs

/SAPMP/CHECK_LBA_WORKLIST SAP ABAP Report - Selection and Display of DTUC Pool







/SAPMP/CHECK_LBA_WORKLIST 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 /SAPMP/CHECK_LBA_WORKLIST 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

/SAPMP/LE_LBA_WM - Display WM Documents for DTUC Pool
/SAPMP/LE_LBA_LIST - Selection and Display: DTUC Worklist


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 /SAPMP/CHECK_LBA_WORKLIST. "Basic submit
SUBMIT /SAPMP/CHECK_LBA_WORKLIST AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPMP/CHECK_LBA_WORKLIST 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_MATNR = Material
Selection Text: S_MXFROM = Short Text
Selection Text: S_MXTO = -
Selection Text: S_POSNR = Delivery Item
Selection Text: S_WNFROM = Name
Selection Text: S_WNTO = -
Selection Text: P_KSCHL = D .
Selection Text: P_LGNUM = D .
Selection Text: S_CHARG = D .
Selection Text: S_KUNAG = D .
Selection Text: S_KUNNR = D .
Selection Text: S_LGORT = D .
Selection Text: S_MBDAT = D .
Selection Text: S_QCNT = D .
Selection Text: S_ROUTE = D .
Selection Text: S_TANUM = D .
Selection Text: S_TBNUM = D .
Selection Text: S_VBELN = D .
Selection Text: S_VGBEL = D .
Selection Text: S_VGPOS = D .
Selection Text: S_VSTEL = D .
Selection Text: S_WADAT = D .
Selection Text: S_WERKS = D .
Title: Selection and Display of DTUC Pool
Text Symbol: P01 = to
Text Symbol: 301 = Customer/Ship. Data Selection
Text Symbol: 300 = Customer/Ship. Data
Text Symbol: 211 = Char. Values
Text Symbol: 200 = Charac. Data
Text Symbol: 101 = Basic Data Selection
Text Symbol: 100 = Basic Data
Text Symbol: 063 = Processed with Errors
Text Symbol: 062 = Close Characteristic Value Details
Text Symbol: 001 = Not DTUC-Rlvnt - Green Traf.Light
Text Symbol: 002 = DTUC-Rlvnt - RedTrafLight
Text Symbol: 003 = Refresh
Text Symbol: 004 = DTUC Processing Delivery
Text Symbol: 005 = Print DTUC Shop Papers





Text Symbol: 006 = Detail: Char. Vals ACTUAL-TARGET
Text Symbol: 007 = Char. Value Details
Text Symbol: 008 = Details
Text Symbol: 009 = Print DTUC Shop Papers
Text Symbol: 010 = Display WM Documents
Text Symbol: 011 = WM Data
Text Symbol: 013 = Status
Text Symbol: 014 = ACT
Text Symbol: 015 = ACTUAL Char.Val.
Text Symbol: 016 = TARG
Text Symbol: 017 = TARGET Char.Val.
Text Symbol: 018 = Tolerances
Text Symbol: 019 = Error in Flush
Text Symbol: 020 = DTUC Processing
Text Symbol: 021 = Call DTUC Process. Delivery
Text Symbol: 050 = Warehouse Management
Text Symbol: 051 = Also Select Confirmed Transfer Orders
Text Symbol: 052 = Also Select Completed Transfer Requirements
Text Symbol: 053 = Transfer Requirement
Text Symbol: 054 = Transfer Order
Text Symbol: 055 = Print Status
Text Symbol: 056 = Printed
Text Symbol: 057 = Not Printed
Text Symbol: 058 = DTUC Processing WM Data
Text Symbol: 059 = WM Document Type
Text Symbol: 060 = Status
Text Symbol: 061 = Document Number


INCLUDES used within this REPORT /SAPMP/CHECK_LBA_WORKLIST

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:

MGV_SELOP_AFTER_INITIALIZATION CALL FUNCTION 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING program = mgv_matnr_prog TABLES selop = mgv_matnr_selopt_tab EXCEPTIONS no_programname = 1 OTHERS = 2.

MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING selopt_name = mgv_matnr_selopt_tab-name TABLES range = .

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = s_matnr-low spras = sy-langu IMPORTING wmakt = h_makt EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = s_matnr-high spras = sy-langu IMPORTING wmakt = h_makt EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.

T001W_SINGLE_READ





CALL FUNCTION 'T001W_SINGLE_READ' EXPORTING t001w_werks = s_werks-low IMPORTING wt001w = h_t001w EXCEPTIONS not_found = 1 OTHERS = 2.

T001W_SINGLE_READ CALL FUNCTION 'T001W_SINGLE_READ' EXPORTING t001w_werks = s_werks-high IMPORTING wt001w = h_t001w EXCEPTIONS not_found = 1 OTHERS = 2.

QVDM_LIKP_READ CALL FUNCTION 'QVDM_LIKP_READ' EXPORTING i_vbeln = s_vbeln-low IMPORTING e_likp = gs_likp EXCEPTIONS x_no_data_found = 1 OTHERS = 2.

QVDM_LIPS_READ CALL FUNCTION 'QVDM_LIPS_READ' EXPORTING i_vbeln = s_vbeln-low i_posnr = s_posnr-low IMPORTING e_lips = gs_lips EXCEPTIONS x_no_data_found = 1 OTHERS = 2.

CLME_FEATURES_OF_CLASS CALL FUNCTION 'CLME_FEATURES_OF_CLASS' EXPORTING class = rmclm-class classtype = rmclm-klart TABLES tfeatures = gt_lba_features_whl_tab EXCEPTIONS class_not_found = 1 no_authority = 2 OTHERS = 3.

/SAPMP/LE_LBA_CHECK CALL FUNCTION '/SAPMP/LE_LBA_CHECK' EXPORTING i_lips = gs_lips i_likp = gs_likp IMPORTING e_cut_count = gv_cut_count e_cut_length = gv_cut_length TABLES t_lba_features = gt_lba_features t_order_conf_out = gt_order_conf_out t_lba_vali = gt_lba_vali t_api_vali = gt_api_vali t_api_ch_att = gt_api_ch_att EXCEPTIONS lba_relevant = 1 lba_rel_cut = 2 lba_check_ok = 3 batch_no_classification = 4 order_no_classification = 5 lba_no_classification = 6 OTHERS = 9.

QVDM_LIPS_READ CALL FUNCTION 'QVDM_LIPS_READ' EXPORTING i_vbeln = gs_list-vbeln i_posnr = gs_list-posnr IMPORTING e_lips = gs_lips EXCEPTIONS x_no_data_found = 1 OTHERS = 2.

RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING vbeln = gs_lips-vgbel aufnr = l_aufnr vbtyp = gs_lips-vgtyp.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-repid txt2 = sy-subrc txt1 = text-019. "Error in Flush'(500)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-repid txt2 = sy-subrc txt1 = text-019. "Error in Flush

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-repid txt2 = sy-subrc txt1 = text-019. "Error in Flush

CLME_FEATURES_OF_CLASS CALL FUNCTION 'CLME_FEATURES_OF_CLASS' EXPORTING class = gs_cust-class classtype = gs_cust-klart TABLES tfeatures = gt_lba_features_whl_tab EXCEPTIONS class_not_found = 1 no_authority = 2 OTHERS = 3.

CUCB_GET_SINGLE_INSTANCE CALL FUNCTION 'CUCB_GET_SINGLE_INSTANCE' EXPORTING instance = gs_lips-cuobj IMPORTING instance_rec = gs_cfg ev_instance_is_invalid = lv_instance_is_invalid EXCEPTIONS invalid_instance = 1 OTHERS = 2.

QVDM_LIKP_READ CALL FUNCTION 'QVDM_LIKP_READ' EXPORTING i_vbeln = us_vbeln IMPORTING e_likp = gs_likp EXCEPTIONS x_no_data_found = 1 OTHERS = 2.

QVDM_LIPS_READ CALL FUNCTION 'QVDM_LIPS_READ' EXPORTING i_vbeln = us_vbeln i_posnr = us_posnr IMPORTING e_lips = gs_lips EXCEPTIONS x_no_data_found = 1 OTHERS = 2.

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = gs_lips-matnr spras = sy-langu IMPORTING wmakt = gs_makt EXCEPTIONS OTHERS = 0.

/SAPMP/LE_LBA_CHECK CALL FUNCTION '/SAPMP/LE_LBA_CHECK' EXPORTING i_lips = gs_lips i_likp = gs_likp IMPORTING e_cut_count = gv_cut_count e_cut_length = gv_cut_length TABLES t_lba_features = gt_lba_features t_order_conf_out = gt_order_conf_out t_lba_vali = gt_lba_vali t_api_vali = gt_api_vali t_api_ch_att = gt_api_ch_att EXCEPTIONS lba_relevant = 1 lba_rel_cut = 2 lba_check_ok = 3 batch_no_classification = 4 order_no_classification = 5 lba_no_classification = 6 OTHERS = 9.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = vertriebstext_tdid language = sy-langu name = langtextname object = vertriebstext_obj TABLES lines = gt_vtext EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 OTHERS = 8.

SAPSCRIPT_GET_GRAPHIC_BDS * CALL FUNCTION 'SAPSCRIPT_GET_GRAPHIC_BDS' * EXPORTING ** I_OBJECT = 'GRAPHICS' * I_NAME = ** I_ID = 'BMAP' ** I_BTYPE = 'BMON' ** IMPORTING ** E_BYTECOUNT = * TABLES * CONTENT = * EXCEPTIONS * NOT_FOUND = 1 * BDS_GET_FAILED = 2 * BDS_NO_CONTENT = 3 * OTHERS = 4.

VIEW_VBADR CALL FUNCTION 'VIEW_VBADR' EXPORTING input = ls_vbpa * MESSAGE = ' ' * NRART = ' ' * PARTNERNUMMER = ' ' * PRIVATADRESSE_LESEN = ' ' langu_prop = sy-langu IMPORTING adresse = ch_vbadr * KNVK_WA = * SUBRC_PRIVATADRESSE = * TPAR_WA = EXCEPTIONS error = 1 OTHERS = 2.




READ_TABLE_BUFFERED CALL FUNCTION 'READ_TABLE_BUFFERED' EXPORTING i_table = 'TVROT' i_key1 = 'SPRAS' i_key2 = 'ROUTE' i_value1 = sy-langu i_value2 = gs_likp-route IMPORTING e_table_workarea = gs_tvrot EXCEPTIONS no_entry_found = 1 no_table_name = 2 OTHERS = 3.

/SAPMP/LO_CHARACT call function '/SAPMP/LO_CHARACT' exporting i_atnam = &1 importing e_atnam = l_atnam exceptions charact_not_found = 1 others = 2.

CTAP_CHARACT_READ_COMPLETE CALL FUNCTION 'CTAP_CHARACT_READ_COMPLETE' EXPORTING charact = gs_print_outtab-atnam * internal_number = key_date = sy-datum language = sy-langu f_with_description = 'X' * F_WITH_VALUES = ' ' * F_WITH_CLASSTYPES = ' ' IMPORTING s_cabn = l_cabn_struc TABLES e_cabnt = l_cabnt_tab * E_CAWN = * E_CAWNT = * E_TCME = EXCEPTIONS charact_not_found = 1 OTHERS = 2.

SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING * formname = c_formname formname = lv_form_name "Note 1055428 * VARIANT = ' ' * DIRECT_CALL = ' ' IMPORTING fm_name = g_fm_name EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = lv_pdf_name IMPORTING e_funcname = gv_fm_name_pdf.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = gs_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.



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 /SAPMP/CHECK_LBA_WORKLIST or its description.