cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign contract output form to the Specific Contract Type

Former Member
0 Kudos

Hi,

I have several types of contracts based on the REM business scenario as a result specific messages should be printed for a specific contract type.

I find in RECACUST >> Correspondence I find settings for forms (output), I want to copy the standard form & program and develop a Custom program and assign it to specific contract type but I do not find this kind of settings.

May I know if there is a way out?

Kind regards,

Kishore

Accepted Solutions (1)

Accepted Solutions (1)

franz_posch
Active Contributor
0 Kudos

Hi Kishore,

please check out the customizing settings for Differentiating Characteristics.

Path: customizing RE-FX - Correspondence - PDF-Based Forms - Enhancements

There you can define characteristics that are used to differentiate which corresponcence activity should be used to determine the form.

The assignment of characteristic to the correspondence activity has to be done by implementation of BAdI BADI_RECP_SF, method GET_DIFF_CHARACTERISTCS. Please refer to the documentation of the IMG items for further details.

Hope this helps.

Regards, Franz

Former Member
0 Kudos

Hi Franz,

Thanks for the help

Kind Regards,

Kishore

franz_posch
Active Contributor
0 Kudos

Hi Kishore,

you may use the example implementation in

class CL_EXM_IM_RECP_SF

method IF_EX_RECP_SF~GET_DIFF_CHARACTERISTIC

as a template (copy it in your own implementation) and adopt it according to your requirements.

Regards, Franz

Answers (0)