cancel
Showing results for 
Search instead for 
Did you mean: 

Recipient List Along with distribution

Former Member
0 Kudos

Dear Experts,

Is there any possible way i can send recipient list along with distribution. As i am distributing Engineering docs through distribution to client. It is INT type distribution client wants to know the recipients of this distribution as well. can this scenario be implemented or not.

Thanks

KD

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member188883
Active Contributor
0 Kudos

Hi,

Function module that is called by customer exit CVDI0002 after the data for recipient list screen (screen 100, program SAPLCVV1 ) has been read.

Depending on the function (i_function) called, documents, recipients, or general data is determined. You can change this data in the include program. The modified data is then displayed on screen 100 (program SAPLCVV1 ).

If you change recipient data, for example, the changes must also be made in the following tables:

Table T_DRZA (document recipient relation)

Table T_REC (to display the change in the table control)

For more details on this refer link below

http://srm.quadrem.net/SAPHelp/helpdata/EN/e8/7e7e08663611d1949200a0c92f024a/frameset.htm

Small tweaking in the customer exit can help in achieving your requirement.

Hope this helps.

Regards,

Deepak Kori

christoph_hopf
Advisor
Advisor
0 Kudos

Hi KD,

maybe the BADI DIST_MAIN01 could be useful regarding this request. With this BADI you can influence the distribution behavior of document info records.

Best regards,

Christoph