SAP Reports / Programs | Logistics Execution | Mobile data entry(LE-MOB) SAP LE

RLARF_NEST_INC2 SAP ABAP INCLUDE - Include RLARF_NEST_INC2







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


Text pool values


Title: Include RLARF_NEST_INC2


INCLUDES used within this REPORT RLARF_NEST_INC2

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_T319_READ CALL FUNCTION 'L_T319_READ' EXPORTING I_LGNUM = WHS_ID I_VLTYP = MASK3 I_NLTYP = MASK3 I_BWLVS = '0' IMPORTING E_T319 = I_T319.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING MATNR = APPLIC_DATA-MAT_ID IMPORTING WMARA = S_MARA EXCEPTIONS OTHERS = 1.

GET_VERIFY_DELV CALL FUNCTION 'GET_VERIFY_DELV' EXPORTING I_WHS_ID = WHS_ID I_DELV_ID = DELV_ID I_UPROF = USER_PRF IMPORTING O_WARNING = ISSUE_WARNING TABLES T_TO_HEADER_RECORD = TO_HEADER_TABLE EXCEPTIONS NO_RECORD_FOUND = 1 NOTHING_TO_CONFIRM = 2 TO_DOESNOT_MATCH = 3 DELV_DOESNOT_EXIST = 4 WRONG_DELV_TYPE = 5.

RF_SW_VEKP_READ CALL FUNCTION 'RF_SW_VEKP_READ' EXPORTING I_EXIDV = P_EXIDV I_LGNUM = P_LGNUM I_MODE = '2' TABLES EV_VEKP = LV_VEKP EXCEPTIONS NO_ENTRY_FOUND = 1 NO_PARAMETERS_FOUND = 2 FUNCTION_NOT_EXIST = 3 OTHERS = 4.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = P_VBELN IMPORTING OUTPUT = P_VBELN_SHORT.

LE_SSCC_CHECK CALL FUNCTION 'LE_SSCC_CHECK' EXPORTING IF_SSCC = P_EXIDV IF_LGNUM = WHS_ID IF_HUART = LV_EAN_TYPE EXCEPTIONS ILN_NOT_FOUND = 1 INVALID_CALL = 2 INVALID_CUSTOMIZING = 3 INVALID_ILN = 4 INVALID_NO_OUT_OF_RANGE = 5 INVALID_SSCC = 6 INTERNAL_ERROR = 7 ERROR_ON_NUMBER_RANGE = 8 OTHERS = 9.

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING OBJECT = LV_RANGE_OBJECT TABLES INTERVAL = LT_INTERVAL EXCEPTIONS NR_RANGE_NR1_NOT_FOUND = 1 NR_RANGE_NR1_NOT_INTERN = 2 NR_RANGE_NR2_MUST_BE_SPACE = 3 NR_RANGE_NR2_NOT_EXTERN = 4 NR_RANGE_NR2_NOT_FOUND = 5 OBJECT_NOT_FOUND = 6 SUBOBJECT_MUST_BE_SPACE = 7 SUBOBJECT_NOT_FOUND = 8 OTHERS = 9.

VHUMISC_CLASSIFY_MATERIAL CALL FUNCTION 'VHUMISC_CLASSIFY_MATERIAL' EXPORTING MATNR = P_MATNR IMPORTING RET_VHART = LV_VHART EXCEPTIONS MATERIAL_READ_FAILED = 1 TVTY_NOT_FOUND = 2 OTHERS = 3.

TVTY_SINGLE_READ CALL FUNCTION 'TVTY_SINGLE_READ' EXPORTING TVTY_TRATY = LV_VHART IMPORTING WTVTY = LS_TVTY EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

RF_SW_T346_READ CALL FUNCTION 'RF_SW_T346_READ' EXPORTING IV_LGNUM = LRF_WKQU-LGNUM IV_QUEUE = LV_CHECKED_QUEUE IMPORTING SV_T346 = LS_T346 EXCEPTIONS NOT_FOUND = 1.

RF_SW_T346_READ CALL FUNCTION 'RF_SW_T346_READ' EXPORTING IV_LGNUM = LRF_WKQU-LGNUM IV_QUEUE = ILTAK-QUEUE IMPORTING SV_T346 = LS_T346 EXCEPTIONS NOT_FOUND = 1.

L_USER_DATA_GET CALL FUNCTION 'L_USER_DATA_GET' EXPORTING I_UNAME = SY-UNAME TABLES T_XUSER = XUSER EXCEPTIONS NO_ENTRY_FOUND = 01.

LOCK_TO CALL FUNCTION 'LOCK_TO' EXPORTING I_LGNUM = LRF_WKQU-LGNUM TABLES T_TO_ITEMS = TO_ITEMS_TABLE T_TO_HEADER = TO_HEADER_TABLE EXCEPTIONS WRONG_WHS_ID = 01 NO_AUTHORITY = 02 TO_DOESNT_EXIST = 03 TO_IS_LOCKED = 04 INTERNAL_ERROR = 05 TR_IS_LOCKED = 06 PSCH_IS_LOCKED = 07 DLVR_IS_LOCKED = 08 TO_CONF = 09 NO_SHIP_DOC = 10 MATERIAL_ERROR = 11 RSRV_LOCK = 12 WRONG_MVTYP = 13 TO_PROBLEM = 14 EMPTY_HEADER_TABLE = 15 ERROR_MESSAGE = 99.

SELECT_LOCK_TO_BY_SYSTEM_PACK CALL FUNCTION 'SELECT_LOCK_TO_BY_SYSTEM_PACK' EXPORTING I_WHS_ID = WHS_ID I_UPROF = USER_PRF I_ACTVTY = ACTIVITY I_NUMBER_OF_TOS = NUMBER_OF_TOS I_SORT_FIELD = SORT_VALUE I_EXIDV = SAV_CLENUM_SHORT I_DELIVERY = APPLIC_DATA-DELIVERY_ID IMPORTING O_KEY = LV_KEY O_OBJECT = OBJECT TABLES T_HEADERS = TO_HEADER_TABLE T_ITEMS = TO_ITEMS_TABLE T_CHOSEN_SORT = CHOSEN_SORT T_IVEKP = IVEKP EXCEPTIONS WRONG_WHS_ID = 01 NO_AUTHORITY = 02 TO_DOESNT_EXIST = 03 TO_IS_LOCKED = 04 INTERNAL_ERROR = 05 TR_IS_LOCKED = 06 PSCH_IS_LOCKED = 07 DLVR_IS_LOCKED = 08 TO_CONF = 09 NO_SHIP_DOC = 10 MATERIAL_ERROR = 11 RSRV_LOCK = 12 WRONG_MVTYP = 13 TO_PROBLEM = 14 EMPTY_HEADER_TABLE = 15 NO_TO_SELECTED = 16.



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