2010 Sep 17 11:48 AM
Dear Experts,
I' m trying to automaticly create a text in Create measurement Document (IK11 in PM) when notification is created . For this in program IMRC0004 on exit i put FM SAVE_TEXT but its not working as it should.
BAPI_ALM_NOTIF_CREATE & BAPI_ALM_NOTIF_SAVE is used to create notification & in order to create text SAVE_TEXT is used.
But when the document is saved the specific text is not created. In debug the FM returns with no error.
Can anyone help me?
2010 Sep 17 2:27 PM
Dear Experts,
I' m trying to automaticly create a text in Create measurement Document (IK11 in PM) when notification is created . For this in program IMRC0004 on exit i put FM SAVE_TEXT but its not working as it should.
BAPI_ALM_NOTIF_CREATE & BAPI_ALM_NOTIF_SAVE is used to create notification & in order to create text SAVE_TEXT is used.
But when the document is saved the specific text is not created. In debug the FM returns with no error.
Can anyone help me?
2010 Sep 17 11:51 AM
Hi,
try to check the FM READ_TEXT by passing the same parameters used in SAVE_TEXT and check.whether read text is working.
if read text is workingthen save text is working.
and also see the parameter SAVEMODE_DIRECT import parameter in save_text if it is X it will save every tiome if it is space it will save at LUW(when Logical unit of work executes)
Prabhudas
2010 Sep 17 2:27 PM