2011 Aug 08 5:11 AM
Hi,
Please guide me for the following query:
How to add new operands in installation facts through Function Module?
Please guide me with any function module through which i can acheive the above requirement.
Thanks and Regards
2011 Aug 08 5:52 AM
Hi,
Try function module ISU_INST_FACT_TRANSFER for creation. However, if you want to update values then you can use BAPI_UTILINSTALLATION_CHANFACT.
Regards,
Avinash
2011 Aug 11 12:43 PM
Hi,
Thanks for your reply please.
Through the BAPI which you have specified i have not been able to add any new operand in the installation facts.
Please guide me with the parameters which are required to be passed to create a new operand entry in the installation facts.
Please guide.
Thanks and Regards
Edited by: MP Vashishth on Aug 11, 2011 1:43 PM
2011 Aug 11 1:38 PM
Hi,
I think this is possible through master data template. Use MD template category INSTALLATION and create your MD Template where you can activate installation facts based on operand category. Transaction code - EPRODCUST.
Once your master data template is ready, you can pass values to MDT using function module ISU_PRODUCT_IMPLEMENT.
Regards,
Avinash
2011 Aug 24 11:37 AM
Hi,
I think you can use the Functional Module "ISU_DB_ETTIFN_UPDATE" to add a new operand in installation facts.
Pass update mode as Insert " I " and the the oprand details to the functional module.
It will add the operand passed by you in installation facts.
Hope it helps.....
Thanks,
Megha
2011 Sep 12 4:44 AM
Hi
ISU_PRODUCT_IMPLEMENT,whats the exact significance of this FM?
tHANKS