cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Base Routine not transported properly

Former Member
0 Kudos

Hi Gurus,

I have created a Condition base Routine (For e.g 602) in T.code: <b>VOFM</b>

and written logic for Round off which is as follows.

<b>

FORM FRM_KONDI_WERT_602.

*{ INSERT DEVK905117 1

CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT'

EXPORTING

I_AMOUNT = xkomv-kwert

IMPORTING

E_AMOUNT = xkomv-kwert.

modify table xkomv transporting kwert.

xkwert = xkomv-kwert.

*} INSERT

ENDFORM.</b>

While creating it, it prompted for an accesskey. I given it and requested created.

The problem is the INCLUDE program is not appearing inside another program

<b>SAPLV61A</b>

How to include that INCLUDE program.

Please help.

Regards,

Anbu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have you activated the routine through program RV80HGEN.

In SE38 run this program to activate the routine.

Reward points if useful

Regards,

Amrish Purohit

Answers (1)

Answers (1)

Former Member
0 Kudos

I have successfully included that by creating a request using SAP Access key

Anbu