SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJKDFEVS SAP ABAP INCLUDE - Data Transfer of Retail Orders on Hand - Include







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


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


Text pool values


Title: Data Transfer of Retail Orders on Hand - Include


INCLUDES used within this REPORT RJKDFEVS

No INCLUDES are used within this REPORT code!


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:

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 .



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