Menu

SAP Function Module ARF_CALL_SCREEN_0100

Select Transfer Order

The Function Module ARF_CALL_SCREEN_0100 (Select Transfer Order) is a standard Function Module in SAP ERP and is part of the function group ARF_NEST within the package AID-RF.

Technical Information

Function Module ARF_CALL_SCREEN_0100
Short Text Select Transfer Order
Function Group ARF_NEST
Package AID-RF
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_EXIDV LIKE VEKP-EXIDV Storage Unit
I_FIELD_NAME LIKE DD03L-FIELDNAME Current field name
I_SCREEN LIKE SY-DYNNR ABAP program, number of current screen
I_TO_ID_CHAR TYPE CHAR10 Transfer order number
I_VBELN LIKE RLMOB-CVBELN Bar Code Field for the Delivery
I_VHILM LIKE VEKP-VHILM Bar code field for material number
I_WHS_ID LIKE LEIN-LGNUM Warehouse id

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
O_CLENUM LIKE RLMOB-CLENUM Storage Unit
O_FIELD_NAME LIKE DD03L-FIELDNAME Current field name
O_SCREEN_FCODE LIKE SY-UCOMM function key pressed by user
O_TO_ID_CHAR TYPE CHAR10 Transfer order number
O_VBELN LIKE RLMOB-CVBELN Bar Code Field for the Delivery
O_VHILM LIKE VEKP-VHILM Bar code field for material number
O_WHS_ID LIKE LEIN-LGNUM Warehouse id

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.