Application Development and Automation 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: 
Read only

Problem editing a new object in TCODE VOFM

Former Member
0 Likes
780

Hi;

I´ve created a new record in TCODE VOFM...data transfer -> billing document with number 600, the Basis provide me with the access key, so, it´s already created:

The Include created is RV60C600 and the code it contains is:

FORM DATEN_KOPIEREN_600.

ENDFORM.

What i whant is add some code, but i can´t do that.

i press the Insert button and get the next code but i can´t add my own code, so i can´t edit it.

FORM DATEN_KOPIEREN_600.

*{ INSERT &$&$&$&$ 1

*

*} INSERT

ENDFORM.

What am i doing grong..? how can i add code to this include..?

Thanks on advance.

David Fúnez

Tegucigalpa, Honduras

Grupo Mandofer / Asin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
651

Hi,

Once you press the insert button in the application tool bar..

It will create a empty code....like this..

*{ INSERT &$&$&$&$ 1
*                            "-> press enter before the *
*} INSERT

Just press enter with in the code..

Thanks

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
652

Hi,

Once you press the insert button in the application tool bar..

It will create a empty code....like this..

*{ INSERT &$&$&$&$ 1
*                            "-> press enter before the *
*} INSERT

Just press enter with in the code..

Thanks

Naren

Read only

0 Likes
651

Thanks a lot.