SAP Reports / Programs

RVADWABS SAP ABAP Report - Goods Receipt/Issue Slip (VDA 4912)







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


Text pool values


Title: Goods Receipt/Issue Slip (VDA 4912)


INCLUDES used within this REPORT RVADWABS

INCLUDE RVADTABL.
INCLUDE RVADOPFO.
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_VIEW CALL FUNCTION 'SD_DELIVERY_VIEW' EXPORTING COMWA = SVBCO3 IMPORTING VBPLA_WA = SVBPLA TABLES VBDKL_TAB = TVBDKL VBDPL_TAB = TVBDPL VBPLK_TAB = TVBPLK VBPLP_TAB = TVBPLP VBPLS_TAB = TVBPLS EXCEPTIONS OTHERS = 1.

PARTNER_CONVERSION_INT_TO_EXT CALL FUNCTION 'PARTNER_CONVERSION_INT_TO_EXT' EXPORTING PARTNER_FUNCTION_RECEIVER = SXPUMA-PARVE PARTNER_NUMBER_RECEIVER = SXPUMA-PARNE PARTNER_FUNCTION_TO_CONVERT = 'SP' PARTNER_NUMBER_TO_CONVERT = SXPUMA-PARNR IMPORTING EXTERNAL_PARTNER_NUMBER = SXPUMA-PAREX EXCEPTIONS OTHERS = 1.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = IP_PDF_FORM IMPORTING E_FUNCNAME = GV_FUNCNAME E_INTERFACE_TYPE = GV_E_INTERFACE_TYPE.

ARCHIV_GET_PRINTFORMAT CALL FUNCTION 'ARCHIV_GET_PRINTFORMAT' EXPORTING application = 'PDF' IMPORTING printformat = lv_archiveformat.

ARCHIV_CREATE_OUTGOINGDOCUMENT CALL FUNCTION 'ARCHIV_CREATE_OUTGOINGDOCUMENT' EXPORTING arc_p = arc_params arc_i = toa_dara pdflen = lv_pdf_size documentclass = lv_documentclass "Since the output is in PDF document class is also PDF document = ls_pdf_file-pdf EXCEPTIONS error_archiv = 1 error_communicationtable = 2 error_connectiontable = 3 error_kernel = 4 error_parameter = 5 OTHERS = 6.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_ERROR = 3 OTHERS = 4.

END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS OTHERS = 1.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING FORM = TNAPR-FONAM LANGUAGE = NAST-SPRAS EXCEPTIONS OTHERS = 1.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING COMMAND = 'PROTECT' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ITEM_LINE' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ITEM_WITHOUT_PACKING' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ITEM_LINE_PACKING' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ITEM_LINE_PACKING_NEXT' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ITEM_LINE_CHARGE' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ITEM_LINE_END' EXCEPTIONS OTHERS = 1.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING COMMAND = 'ENDPROTECT' EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ITEM_END' EXCEPTIONS OTHERS = 1.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS OTHERS = 1.

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.



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