/BEV1/VD_BEW_LIEF_BACKGROUND 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 /BEV1/VD_BEW_LIEF_BACKGROUND into the relevant SAP transactions such as SE38 or SE80
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.
Title: Execute the Valued Delivery Note in the Background
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/BEV1/VD_PRINT_BEW_LIEF CALL FUNCTION '/BEV1/VD_PRINT_BEW_LIEF' IN BACKGROUND TASK AS SEPARATE UNIT EXPORTING i_nast = nast screen = us_screen.
/BEV1/VD_PRINT_BEW_LIEF CALL FUNCTION '/BEV1/VD_PRINT_BEW_LIEF' EXPORTING i_nast = nast screen = us_screen IMPORTING e_retcode = retcode.
/BEV1/VD_PRINT_BEW_LIEF CALL FUNCTION '/BEV1/VD_PRINT_BEW_LIEF' IN BACKGROUND TASK AS SEPARATE UNIT EXPORTING i_nast = nast screen = us_screen.
TH_POPUP * CALL FUNCTION 'TH_POPUP' * EXPORTING * client = sy-mandt * user = user * MESSAGE = msg ** MESSAGE_LEN = 0 * cut_blanks = 'X' * EXCEPTIONS * user_not_found = 1 * OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/BEV1/VD_BEW_LIEF_BACKGROUND - Execute the Valued Delivery Note in the Background /BEV1/VD_BEW_LIEF_BACKGROUND - Execute the Valued Delivery Note in the Background /BEV1/VD_BEW_LIEF - /BEV1/VDBEWLIEF /BEV1/VD_BEW_LIEF - /BEV1/VDBEWLIEF /BEV1/VD_BEWLIEF_TOP - /BEV1/VDBEWLIEFTOP /BEV1/VDTOP - documentation and ABAP source code