cancel
Showing results for 
Search instead for 
Did you mean: 

Issues in MASSD execution.

Former Member
0 Kudos

Hi All,

While executing transaction code 'MASSD' it is hiting user exit:APOMD005-> EXIT_SAPMMDUSER_005.In user exit we have standard table 'it_cif_matloc' which is coming with duplicate records.

For Example:

In my case:

1.first time table is getting 256 records(means 1 to 256)

2.second time table is getting 512 records(means 1 to 512)..so like that it is having 1 to 256 duplicates record.

3.third time table is getting 768 records (means 1 to 768)....so like that it is having 1 to 768 duplicates record.

Can any one help me to get unique records in table.

Thanks in advance,

Bandana.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bandana,

In user exit refresh the internal table.

I think it is appending the data to the internal table.

so by refreshing the table before append, may be in userexit.

it may solve.

Regards,

Pullaiah

Answers (0)