on 2021 Oct 12 8:32 AM
Requirement: Create Master Recipe, assign Material (Successfully achieved).
Create production version and assign it to Master Recipe Materials tab (Fail).
Approach:
Below methods have been used in sequence from class /PLMI/CL_MRCP_BL.
CREATE: To save master recipe header data in buffer
ADD_MATERIAL_ASSIGNMENT: To save material data to buffer for assignment to master recipe.
SAVE: To create a master recipe with material assigned to it.
- this was needed because while using ADD_PROVIDER method to add production version the master recipe
should exist in the system else it gives an error (Master recipe NUMEBR does not exist).
CLEAN_UP: To clear the buffer.
ADD_PROVIDER: To get required data to buffer to create Production Version in Materials tab of master recipe.
SAVE: To save newly created Production Version.
ISSUE: Production version gets created and can be seen in table MKAL, but it doesn't get attached to Master recipe and Master Recipe's Materials tab is empty/ No Production Version Exists.
Request clarification before answering.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.