cancel
Showing results for 
Search instead for 
Did you mean: 

RE-FX: View/Send Renewal Letter from custom ABAP program?

Former Member
0 Kudos

Hi Experts

I have a custom ABAP program which returns an ALV list of contracts based on some selection parameters.

It is then required to be able to view the Renewal Letter for a specific contract in the ALV.

The Renewal Letter Smartform has an input paramater IS_SFPARAM which is used to derive all the required business object data, so if I can derive the SFPARAM and pass it to the smartform's function module, I should be able display the letter.

How do I get SFPARAM for a specific contract?

Is there a better way of doing this?

Thanks

Utian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey,

Did you check the Contract factory class or Contract manager class you may have an interface returning SFPARM for the contract object.

Jag

Former Member
0 Kudos

Hi

Thanks for your suggestion.

I will have a look at a later stage as i've gone a different route for the solution.

I'm now passing all the required data to the smartform function module from the calling program. i.e. not deriving it in the actual smartform.

Regards

Utian

Answers (0)