Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module J_1BNFE_GET_MATERIAL (Derive material from Vendor material, NCM) is a standard Function Module in SAP ERP and is part of the function group J_1B_NFE_IN within the package J1BA.
Function Module | J_1BNFE_GET_MATERIAL |
Short Text | Derive material from Vendor material, NCM |
Function Group | J_1B_NFE_IN |
Package | J1BA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_VENDOR | TYPE | J_1BNFE_VENDOR_TAB | NF-e incoming: Vendor Data | |
IT_WERKS | TYPE | J_1BNFE_WERKS_TAB | NF-e incoming: Plant | |
I_IDNLF | TYPE | IDNLF | Material Number of Vendor | |
I_LANGU | TYPE | SPRAS | SY-LANGU | Language Key |
I_MATNR | TYPE | MATNR | Material Number | |
I_NCM | TYPE | J_1BNBMCO1 | Brazilian NCM Code |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_MATERIAL | TYPE | J_1BNFE_MATERIAL_TAB | NF-e incoming: Material | |
ET_WERKS | TYPE | J_1BNFE_WERKS_TAB | NF-e incoming: Plant |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_BAPIRET2 | TYPE | BAPIRETTAB | Table with BAPI Return Information |
This function module does not define any Exceptions.