cancel
Showing results for 
Search instead for 
Did you mean: 

Remodeling Exit

Former Member
0 Kudos

Hi

I have key figure with Transfer Routine and it is working as per request.

Now the customer want new key figure it is similar to existing key figure.

The existing key figure transfer routine code is below

if TRAN_STRUCTURE-XXX_XXX = 'XXXX' OR

TRAN_STRUCTURE-XXX_XXX = 'XXXX' OR

TRAN_STRUCTURE-XXX_XXX = 'XXX'.

RESULT = 'U'.

else.

RESULT = 'A'.

endif.

For new Key Figure if I write the transfer routine it is working as per request. But in remodeling please let me know the exit.

Thanks in Advance

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

bi7kiran
Active Participant
0 Kudos

HI Ravi..

Use IF_RSCNV_EXIT Interface. This has the Exit method with the Parameters like

1. I_CNVTABNM

2. I_R_OLD

3. C_R_NEWFIELD

Hope this would be helpful..

Thanks