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: 

How to specify IO values in RSDMD_DEL_MASTER_DATA

Former Member
0 Kudos

Hi all,

I have to delete some values of an InfoObject using the std function 'RSDMD_DEL_MASTER_DATA'.

My InfoObject has a two-fields key: ZAA_VERS and ZAA_COB.

How could I express the values in the rows of RSD_T_CHAVL parameter?

As RSD_CHAVL type is a CHAR60, I tried to concatenate the two key-fields' values in different way, but it seems not to work.

If ZAA_VERS = '8D0' and ZAA_COB = '9999', what have I to write in the row?

Can anybody help me?

3 REPLIES 3

Former Member
0 Kudos

Try with the below solution.

Define a structure with the key fields say the name of it is fs_key.

Now move the contents like

i_t_chavl = fs_key.

actually the program is determing the structure at runtime.

Regards,

Kiran Bobbala

0 Kudos

Sorry, I got a conversion error.

0 Kudos

i am looking for a solution, too. thanks!