2008 Dec 10 9:23 PM
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
2008 Dec 10 9:27 PM
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 *
*} INSERTJust press enter with in the code..
Thanks
Naren
2008 Dec 10 9:27 PM
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 *
*} INSERTJust press enter with in the code..
Thanks
Naren
2008 Dec 10 9:36 PM