Application Development 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: 

User-Exit/BADI in Records Management

former_member253880
Participant
0 Kudos

Hello,

we are using BAPI "BAPI_RECORD_CHANGEPROPERTIES" to modify the Records Management Attribute maintained in DMWB.

The update process of the attributes itself works as accepted.

The problem is in TX SCASE (SCASEPS). The fresh updated attributes are visible, but each attribute has short text field.

This field I like to update based on the attribute value.

I implemented already the BADI "SCMG_VISUALIZATION_C" but it seems the BADI will only triggered for Case Management.

Has anybody an idea which BADI can solve my problem?

Any ideas are welcome.

Thanks you very much.

Kind regards

Axel

1 REPLY 1

former_member253880
Participant
0 Kudos

Hello,

I solved the problem by myself.

The Case and Records Management is using the "TEXT_IDENTIFIER" technique to retrieve the field text from Check Table, Fixed Values or custom Function Module.

Class: CL_SRM_PROP_DDIC

Static Method: GET_TEXT

Customizing Tables:

texc_fld_c (Field)

texc_de_c (Data element)

texc_dom_c (Domain)

Kind regards

Axel