2008 Apr 14 6:19 PM
Hi All,
Is there any std function module or bapi to create Info record in transaction Me11 transaction.
<REMOVED BY MODERATOR>
Regards,
Vinoth.
Edited by: Alvaro Tejada Galindo on Apr 14, 2008 1:27 PM
2008 Apr 14 6:40 PM
Try with the function module - ME_POST_INFORECORD.
Thanks,
Srinivas
2008 Apr 14 6:44 PM
2008 Apr 14 6:45 PM
2020 Jul 13 4:24 PM
You can use FM , ME_INFORECORD_MAINTAIN for info record creation and change. ME11/12.
Also make sure to call bapi_transaction_commit .
2020 Jul 13 7:38 PM