on 2024 Dec 04 9:39 AM
I need a BAPI in which i can check material storage location & plant wise current stock.
Right now i am using "BAPI_MATERIAL_AVAILABILITY" but here its give total stock but i need storage location wise stock.
Regards-
Rajib
Request clarification before answering.
You can try calling BAPI_MATERIAL_AVAILABILITY and then reading MARD directly from a function module such as MARD_ARRAY_READ or RFC_READ_TABLE.
(But feel free to search your system for a mapping FM with a name such as MAP2E_MARD_TO_BAPI*, then locate the corresponding BAPI, usually in the same function group or referenced with the use case).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you need stock information (such as quantities at different storage locations for a given material), you would need to use different function modules, such as:
ran out of option too 🤔.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.