cancel
Showing results for 
Search instead for 
Did you mean: 

Database table updation problem when used in Webdynpro

Former Member
0 Kudos

I am updating the notification activity longtext using save text and later on I am updating the data base table QMMA - INDTX field for the display icon of the long text to be visible in notification activity.

I am calling a separate function module for updating the database table using enque and deque function modules while updating the table.

I called this function module in my methos of the MODEL CLASS.

The database table is getting updated when i am running the webdynpro in debuggin mode but the same is not working when I am normally running the webdynpro.

Please let me know your suggestions.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved the problem using BAPI_ALM_NOTIF_DATA_ADD function module

Former Member
0 Kudos

Hi Kusuma,

can you please post your code.

Cheers,

Kris.

Former Member
0 Kudos

Hi .. Thank you for your reply.

I have solved the problem myself using another way to update the notifcation activity long text.

I am using BAPI_ALM_NOTIF_DATA_ADD function module and passing the activity long text details in BAPI2080_NOTFULLTXTI tables parameter.

Regards,

Kusuma