SAP Reports / Programs

/ISDFPS/RVADEK01 SAP ABAP Report - Print Program for Individual Picking Lists







/ISDFPS/RVADEK01 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 /ISDFPS/RVADEK01 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 /ISDFPS/RVADEK01. "Basic submit
SUBMIT /ISDFPS/RVADEK01 AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/RVADEK01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Print Program for Individual Picking Lists
Text Symbol: 001 = Lead.Rec
Text Symbol: 002 = Mand. Part
Text Symbol: 003 = Optional


INCLUDES used within this REPORT /ISDFPS/RVADEK01

INCLUDE RVADTABL.
INCLUDE VBLPDATA.
INCLUDE VBFADATA.
INCLUDE VBUKDATA.
INCLUDE VBUPDATA.
INCLUDE VBBDDATA.
INCLUDE VBPADATA.
INCLUDE SADRDATA.
INCLUDE RVADOPFO.
INCLUDE MV50BFZ1.
INCLUDE RVADOPFO_PDF.


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:

SD_DELIVERY_UPDATE_PICKING CALL FUNCTION 'SD_DELIVERY_UPDATE_PICKING' EXPORTING nicht_sperren = 'Y' "n_1055717 vbkok_wa = vbkok aufrufer_t = 'X' * <<< START_OF_DELETION_HP_312234 >>> * tables * vbpok_tab = hvbpok.

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = ls_prot-msgid msg_nr = lf_msgno msg_ty = ls_prot-msgty msg_v1 = ls_prot-msgv1 msg_v2 = ls_prot-msgv2 msg_v3 = ls_prot-msgv3 msg_v4 = ls_prot-msgv4 EXCEPTIONS OTHERS = 1.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' "...Ende Formulardruck

RV_DELIVERY_PICK_VIEW CALL FUNCTION 'RV_DELIVERY_PICK_VIEW' EXPORTING vbeln = xvbeln zweck = 'D' spras = nast-spras IMPORTING vblkk_wa = vblkk TABLES vblkp_tab = tvblkp EXCEPTIONS OTHERS = 1.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'SD_PICKING' IMPORTING number = vblkk-komau EXCEPTIONS OTHERS = 1.

SERIAL_LS_PRINT CALL FUNCTION 'SERIAL_LS_PRINT' EXPORTING vbeln = vblkp-vbeln posnr = vblkp-posnr TABLES iserls = tsernr.

PROCESS_SERIALS_FOR_PRINT CALL FUNCTION 'PROCESS_SERIALS_FOR_PRINT' EXPORTING i_boundary_left = '(_' i_boundary_right = '_)' i_sep_char_strings = ',_' i_sep_char_interval = '_-_' i_use_interval = 'X' i_boundary_method = 'C' i_line_length = 50 i_no_zero = 'X' i_alphabet = sy-abcde i_digits = '0123456789' i_special_chars = '-' i_with_second_digit = ' ' TABLES serials = tsernr serials_print = tsernr_print EXCEPTIONS boundary_missing = 01 interval_separation_missing = 02 length_to_small = 03 internal_error = 04 wrong_method = 05 wrong_serial = 06 two_equal_serials = 07 serial_with_wrong_char = 08 serial_separation_missing = 09.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' "Activate header EXPORTING element = 'ITEM_HEADER' type = 'TOP' EXCEPTIONS OTHERS = 1.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'NEW-PAGE'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_LINE'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'CHARGE' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' "Deactivate Header EXPORTING element = 'ITEM_HEADER' function = 'DELETE' type = 'TOP' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_LINE_SERIAL_NO_HEADER' EXCEPTIONS element = 1 window = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'ITEM_LINE_SERIAL_NO' EXCEPTIONS element = 1 window = 2.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'NEW-LINE'.

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = syst-msgid msg_nr = syst-msgno msg_ty = syst-msgty msg_v1 = syst-msgv1 msg_v2 = syst-msgv2 msg_v3 = syst-msgv3 msg_v4 = syst-msgv4 EXCEPTIONS OTHERS = 1.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING adrswa_in = gs_adrs number_of_lines = 10 IMPORTING address_printform_table = gt_com_adrs.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = lv_fp_name IMPORTING e_funcname = lv_fm_name.

FP_GET_LAST_ADS_ERRSTR





CALL FUNCTION 'FP_GET_LAST_ADS_ERRSTR' IMPORTING e_adserrstr = error_string.

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 /ISDFPS/RVADEK01 or its description.