RJKDFEVS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for The interface is described here field by field...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 RJKDFEVS 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: Data Transfer of Retail Orders on Hand - Include
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = rjkif_r_head-vbeln importing output = jkak-vbeln.
ISP_SALES_HEADER_GET call function 'ISP_SALES_HEADER_GET' exporting ivbeln = jkak-vbeln xtestlauf = testlauf importing ojkak = xjkak orjkag = rjkag orjkrg = rjkrg orjkwe = rjkwe otjak = tjak exceptions error = 01.
ISP_SALES_HEADER_CREATE call function 'ISP_SALES_HEADER_CREATE' exporting ijkak = jkak xtestlauf = testlauf importing ojkak = xjkak orjkag = rjkag orjkrg = rjkrg orjkwe = rjkwe otjak = tjak exceptions error = 01.
ISM_DATA_EXCHANGE_ACTIVE call function 'ISM_DATA_EXCHANGE_ACTIVE' exporting drerz = jkap-drerz exceptions data_exchange_is_active = 1 others = 0.
ISP_SALES_ITEM_CREATE call function 'ISP_SALES_ITEM_CREATE' exporting funktion = con_funktion_normal_pos xno_price = no_price adrdata = adrdata ijkak = jkak ijkap = jkap ijkep = jkep ijkkd = jkkd ijkapcc = jkapcc "CC.4.01
ISP_SALES_SCHEDULE_CREATE call function 'ISP_SALES_SCHEDULE_CREATE' exporting ijkak = jkak ijkep = jkep itjak = tjak xno_price = no_price importing ojkak = xjkak exceptions error = 01.
ISP_SELECT_SINGLE_TJAK call function 'ISP_SELECT_SINGLE_TJAK' "Rel.3.02
FKK_FICA_FOR_SD_ACTIVE CALL FUNCTION 'FKK_FICA_FOR_SD_ACTIVE' EXPORTING CUSTOMER = rjkif_r_item-gpnr_rg EXCEPTIONS NOT_ACTIVE = 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.
RJKDFEVS - Data Transfer of Retail Orders on Hand - Include RJKDFALL - Order Data Transfer - General Routines RJKDFABO - Data Transfer of Subscriptions/External Delivery Orders - Include RJKDELIV_TODO_A - IS-M/SD: Create Worklist for Delivery Viability Optimization RJKDELIV_TODO_A - IS-M/SD: Create Worklist for Delivery Viability Optimization RJKDELIV_TODO - IS-M/SD: Create Worklist for Delivery Viability Optimization