SAP Reports / Programs | Delivery Confirmation | Industry Solution Automotive | Delivery Confirmation(IS-A-JIT-DLC) SAP IS

RDLCN001F09 SAP ABAP INCLUDE - FCODE_ACTION







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


Text pool values


Title: FCODE_ACTION


INCLUDES used within this REPORT RDLCN001F09

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:

JIT02_SELECT_FROM_JITCU_SB CALL FUNCTION 'JIT02_SELECT_FROM_JITCU_SB' EXPORTING * CUSTO_IV = kunnr_iv = jitcu_ls-kunnr knref_iv = jitcu_ls-knref IMPORTING jitcu_sb_es = jitcu_ls EXCEPTIONS no_parameter = 1 not_found = 2 OTHERS = 3 .

JIT03_CHECK_AUTHORITY CALL FUNCTION 'JIT03_CHECK_AUTHORITY' EXPORTING actvt_iv = jit_actvt_admin_gc EXCEPTIONS no_authority = 1 OTHERS = 2.

DLCN02_READ_DELCONRF_W_NUM_POS CALL FUNCTION 'DLCN02_READ_DELCONRF_W_NUM_POS' EXPORTING delconnum_iv = master_gs-delconnum * DELCONPOS_IV = TABLES delconrf_et = delconrf_lt EXCEPTIONS error_message = 1.

JIT01_SELECT_JITHD_JITIT CALL FUNCTION 'JIT01_SELECT_JITHD_JITIT' EXPORTING sel_jithd_custo_it = sel_custo_lt sel_jithd_prodn_it = sel_prodn_lt TABLES jit_hd_it_et = jit_hd_it_gt EXCEPTIONS no_record_found = 1 OTHERS = 2.

JIT05_SHOW_JITCALL_POPUP CALL FUNCTION 'JIT05_SHOW_JITCALL_POPUP' EXPORTING sel_table_iv = sel_table_gv delconhd_is = delconhd_ls delconco_is = delconco_ls TABLES jit_hd_it_it = jit_hd_it_gt.

DLCN02_READ_DELCONRF_W_NUM_POS CALL FUNCTION 'DLCN02_READ_DELCONRF_W_NUM_POS' EXPORTING delconnum_iv = slave_gs-delconnum delconpos_iv = slave_gs-delconpos TABLES delconrf_et = delconrf_lt EXCEPTIONS error_message = 1.

JIT01_SELECT_JITHD_JITIT CALL FUNCTION 'JIT01_SELECT_JITHD_JITIT' EXPORTING sel_jithd_custo_it = sel_custo_lt sel_jithd_prodn_it = sel_prodn_lt TABLES jit_hd_it_et = jit_hd_it_gt EXCEPTIONS no_record_found = 1 OTHERS = 2.

JIT05_SHOW_JITCALL_POPUP CALL FUNCTION 'JIT05_SHOW_JITCALL_POPUP' EXPORTING sel_table_iv = sel_table_gv delconhd_is = delconhd_ls delconco_is = delconco_ls TABLES jit_hd_it_it = jit_hd_it_gt.



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