Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Round off Routine not transported properly

Former Member
0 Kudos

Hi Gurus,

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

and written logic for Round off which is as follows.

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.

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

SAPLV61A

How to include that INCLUDE program.

Please help.

Regards,

Anbu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You need to generate main program - RV80HGEN( Activate this program

Reward Points if it is helpful

Thanks

Seshu

3 REPLIES 3

Former Member
0 Kudos

You need to generate main program - RV80HGEN( Activate this program

Reward Points if it is helpful

Thanks

Seshu

0 Kudos

Still the routine not getting inlcuded into it

Anbu

0 Kudos

Logoff the system and log back in again, go to SE80 check for the include.

Reward points if it is helpful

Thanks

Seshu