SAP Reports / Programs | Logistics Execution | Warehouse Management | Dynamic Cycle Counting(LE-WM-DCC) SAP LE

IXDCC001 SAP ABAP INCLUDE - Mobile Computing: Inventory count common routines







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


Text pool values


Title: Mobile Computing: Inventory count common routines


INCLUDES used within this REPORT IXDCC001

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:

L_MATNR_READ CALL FUNCTION 'L_MATNR_READ' EXPORTING i06_matnr = e1linvx-matnr i06_werks = e1linvx-werks i06_lgnum = e1linvx-lgnum IMPORTING E_MLVS = ls_mlvs tables e_mat = lt_mat EXCEPTIONS PLANT_LGN_MAT_MISSING = 1 ERROR_MESSAGE = 99.

L_BATCH_CHECK CALL FUNCTION 'L_BATCH_CHECK' EXPORTING i07_mlvs = ls_mlvs changing i07_inv = ls_linv EXCEPTIONS BATCH_MISSING = 1 NOT_BATCH_MANAGED = 2 W_VALUATION_REC_DOESNT_EXIST = 3 W_BATCH_DOESNT_EXIST = 4 SU_PROBLEM = 5 ERROR_MESSAGE = 99.

VB_BATCH_GET_DETAIL CALL FUNCTION 'VB_BATCH_GET_DETAIL' EXPORTING matnr = e1linvx-matnr CHARG = e1linvx-charg WERKS = e1linvx-werks IMPORTING YMCHA = ls_mcha EXCEPTIONS NO_MATERIAL = 1 NO_BATCH = 2 NO_PLANT = 3 MATERIAL_NOT_FOUND = 4 PLANT_NOT_FOUND = 5 NO_AUTHORITY = 6 BATCH_NOT_EXIST = 7 LOCK_ON_BATCH = 8 ERROR_MESSAGE = 99.

LXDCC_ACT_INV_READ_CREATE CALL FUNCTION 'LXDCC_ACT_INV_READ_CREATE' EXPORTING I_LGNUM = ULGNUM I_LGTYP = ULGTYP I_LGPLA = ULGPLA I_MATNR = UMATNR IMPORTING E_LGNUM = LINV-LGNUM E_LGTYP = LINV-LGTYP E_LGPLA = LINV-LGPLA E_MATNR = LV_MATNR TABLES ET_LINV = INV .

L_INV_COUNT_EXT CALL FUNCTION 'L_INV_COUNT_EXT' EXPORTING I_CHECK_ONLY = CON_X IMPORTING ALLE_LGNUM = DUMMY_LGNUM ALLE_IVNUM = DUMMY_IVNUM ALLE_NVERS = DUMMY_NVERS TABLES S_LINV = CHECK_INV EXCEPTIONS ERROR_MESSAGE = 99.

LXDCC_INACT_INV_COUNT CALL FUNCTION 'LXDCC_INACT_INV_COUNT' EXPORTING I_CHECK_ONLY = CON_X * I_COMMIT = CON_X IS_E1LINVX = LS_CHECK_INV EXCEPTIONS ERROR_MESSAGE = 99.

LXDCC_ACT_INV_COUNT CALL FUNCTION 'LXDCC_ACT_INV_COUNT' EXPORTING I_CHECK_ONLY = CON_X * I_COMMIT = CON_X IS_E1LINVX = LS_CHECK_INV TABLES IT_LINV = INV EXCEPTIONS ERROR_MESSAGE = 99.

LXDCC_INACT_INV_COUNT CALL FUNCTION 'LXDCC_INACT_INV_COUNT' EXPORTING I_COMMIT = CON_X IS_E1LINVX = PS_E1LINVX CHANGING CS_LINV = LS_LINV EXCEPTIONS ERROR_MESSAGE = 99.

LXDCC_DIFF_CHECK CALL FUNCTION 'LXDCC_DIFF_CHECK' EXPORTING IS_LINV = LS_LINV IMPORTING E_DIFF = LV_DIFF.

LXDCC_BIN_BLOCK CALL FUNCTION 'LXDCC_BIN_BLOCK' EXPORTING IS_LINK = LS_LINK IS_LINV = LS_LINV EXCEPTIONS ERROR_MESSAGE = 99.

LXDCC_ACT_INV_COUNT CALL FUNCTION 'LXDCC_ACT_INV_COUNT' EXPORTING I_COMMIT = CON_X IS_E1LINVX = PS_E1LINVX TABLES IT_LINV = INV CHANGING CS_LINV = LS_LINV EXCEPTIONS ERROR_MESSAGE = 99.

L_T331_READ CALL FUNCTION 'L_T331_READ' EXPORTING I_LGNUM = PS_LINK-LGNUM I_LGTYP = PS_LINK-LGTYP IMPORTING E_T331 = LS_T331 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

L_T331B_READ call function 'L_T331B_READ' EXPORTING I02_lgnum = P_LGNUM I02_lgtyp = P_LGTYP IMPORTING E_T331B = LS_T331B EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

L_LENUM_HU_CHECK1 CALL FUNCTION 'L_LENUM_HU_CHECK1' EXPORTING I_LENUM = P_LENUM I_MORE_HUS = CON_X IMPORTING E_VEKPVB = LS_VEKPVB E_SUB_HU = LV_SUB_HU E_NON_HU_SLOC = LV_NON_HU_SLOC TABLES T_VEPOVB = LT_VEPOVB EXCEPTIONS HU_NOT_FOUND = 2 HU_LOCKED = 3 FATAL_ERROR = 4.

LXDCC_INACT_INV_READ_CREATE CALL FUNCTION 'LXDCC_INACT_INV_READ_CREATE' EXPORTING I_LGNUM = ULGNUM I_LGTYP = ULGTYP I_LGPLA = ULGPLA I_MATNR = UMATNR IMPORTING E_LGNUM = LINV-LGNUM E_LGTYP = LINV-LGTYP E_LGPLA = LINV-LGPLA E_MATNR = LV_MATNR TABLES ET_LINV = INV .

LXDCC_OPEN_TOS_CHECK CALL FUNCTION 'LXDCC_OPEN_TOS_CHECK' EXPORTING I_LGNUM = ULGNUM I_LGTYP = ULGTYP I_LGPLA = ULGPLA I_MATNR = UMATNR "n_1006821 IMPORTING E_OPEN_TOS = P_OPEN_TOS .

LAGP_READ CALL FUNCTION 'LAGP_READ' EXPORTING I_LGNUM = P_LGNUM I_LGTYP = P_LGTYP I_LGPLA = P_LGPLA I_VERIF = LV_VERIF * LINE_EXIST = ' ' * IMPORTING * O_ANSWR = TABLES E_LAGP = PT_LAGP EXCEPTIONS NO_ENTRY_FOUND = 1 NO_PARAMETERS_FOUND = 2 FUNCTION_NOT_EXIST = 3 OTHERS = 4 .



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