SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

RFVD_PRODUCT_TRANSPORT SAP ABAP Report - Transport All Products - Product Category-Dependent







RFVD_PRODUCT_TRANSPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report to create a transport request for products...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFVD_PRODUCT_TRANSPORT 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 RFVD_PRODUCT_TRANSPORT. "Basic submit
SUBMIT RFVD_PRODUCT_TRANSPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_PRODUCT_TRANSPORT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Transport All Products - Product Category-Dependent
Text Symbol: 001 = Subseq. Transport of Products
Text Symbol: 002 = Note
Text Symbol: 003 = Prod. Category
Text Symbol: 004 = Generic Transport Request
Text Symbol: 005 = Do not create generic transport request.
Text Symbol: 006 = Otherwise all existing entries will be deleted when you import data
Text Symbol: 007 = in the target client (for the customer too).
Text Symbol: 008 = (You can find more detailed information in the report documentation)


INCLUDES used within this REPORT RFVD_PRODUCT_TRANSPORT

INCLUDE: TDPR_BASIS_CONST_PRIVATE.


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:

FVD_PROD_TRANS_ORDER_CREATE CALL FUNCTION 'FVD_PROD_TRANS_ORDER_CREATE' EXPORTING * I_PRODUCT = * I_PRODUCTT = * I_PRODV = i_flg_trans_all = l_flag_trans_all i_tab_product = t_product[] i_tab_productt = t_productt[] i_tab_prodv = t_prodv[] i_tab_va = t_va[] i_tab_va_fld = t_va_fld[] i_tab_va_fldm = t_va_fldm[].

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING * SYSTEMEDIT = * SYSTEMNAME = * SYSTEMTYPE = system_client_edit = l_client_edit * SYS_CLIINDDEP_EDIT = * SYSTEM_CLIENT_ROLE = * EV_C_SYSTEM = EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3 .



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