SAP for Banking Discussions
Join the conversation about navigating compliance, enhancing customer experience, and driving growth in the banking industry with SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

Which variant program is used to receive the amount and post this amount

Former Member
0 Kudos

Hi Gurus,

I'm doing integration test with EDM. The scenario is EDM will calculate the amount by formula profile and send it to Billing via RTP interface.

My problem is I can't find the suitable variant program with receive the amount ( input operand with category "Amount" and relevant to time portion) and post this amount into FICA.

I think this is the standard integration so It must have some solution.

Please give me some advice.

Thank you,

Tuan

1 ACCEPTED SOLUTION

fausto_penunuri
Discoverer
0 Kudos

You normally use the variant COMPUT11.

you need to use this variant in a rate with a RTP Interface in the header data (section register-based data).

and you need two operands. the first one should be linked to the interface rtp (output parameter) and needs to be of the type "RTP Operand" the second operand is a normal operand. this is the way to get the value in the rate, later on you can use variant LUMSUM02 to post the value.

Regards,

Fausto.

View solution in original post

3 REPLIES 3

Former Member
0 Kudos

Hi Moderator,

My post is related to SAP ISU, please help to return it.

fausto_penunuri
Discoverer
0 Kudos

You normally use the variant COMPUT11.

you need to use this variant in a rate with a RTP Interface in the header data (section register-based data).

and you need two operands. the first one should be linked to the interface rtp (output parameter) and needs to be of the type "RTP Operand" the second operand is a normal operand. this is the way to get the value in the rate, later on you can use variant LUMSUM02 to post the value.

Regards,

Fausto.

0 Kudos

Hi Fausto,

Thank you for your reply.

Actually, I created new LUMSUM02 with check Time portion for output 1. It work quiet well .