The Function Module FMAVC_SHOW_ALDNR_ALL (Show all availability ledgers, available in FM (F4 pop-up)) is a standard Function Module in SAP ERP and is part of the function group FMAVC_CUST_TOOLS within the package FMAVCA_E.
Function Module | FMAVC_SHOW_ALDNR_ALL |
Short Text | Show all availability ledgers, available in FM (F4 pop-up) |
Function Group | FMAVC_CUST_TOOLS |
Package | FMAVCA_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DYNPNR | TYPE | SY-DYNNR | ABAP program, number of current screen | |
I_DYNPPROG | TYPE | SY-REPID | ABAP program, current main program | |
I_DYNPROFIELD | TYPE | HELP_INFO-DYNPROFLD | Field name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ALDNR | TYPE | BUAVCLDGR-ALDNR | Availability ledger | |
E_ALDNR_TXT | TYPE | T881T-NAME | Ledger name |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.