Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_ALM_NOTIF_DATA_ADD

Former Member
0 Likes
824

"BAPI_ALM_NOTIF_DATA_ADD" . I am trying to create a long text for a particular cause_code. But the error which is coming is "invalid catalog entry". Can any one give some input on this?

"BAPI_ALM_NOTIF_DATA_ADD" . I am trying to create a long text for a particular cause_code. But the error which is coming is "invalid catalog entry". Can any one give some input on this?

3 REPLIES 3
Read only

Former Member
0 Likes
586

Hi,

We can't create long text directly.use FM SAVE_TEXT, EDIT_TEXT, DELETE_TEXT,INIT_TEXT.

Read only

0 Likes
586

We had to use :

1) bapi_alm_notif_data_add

2) BAPI_ALM_NOTIF_SAVE

3) bapi_transaction_commit

in sequence.

Any way thanks. Idea was similar.

Read only

0 Likes
586

Could you send me an example? What data are requires for those BAPIs?

thanks !!!