‎2008 Jul 09 6:05 AM
Hi friends,
I'm modifying the standard script of ARE1 form.
For the ref.doc1,some texts have been maintained in tcode VL02N at header level,I want to print these texts on my output dynamically taking them from tcode.how to achieve this?
Pls..help.
Thanks in advance.
‎2008 Jul 09 6:22 AM
hi
here i am giving the example of vf02 , follow the same for your transaction
goto vf02
enter billing doccument number , press enter
from menu select goto->heaer->header texts
click on detail icon at the bottom.
then u will goto another screen
here from menu select goto->header
here u can found
Text name 0005800241(this is veblen number here)
Language DE
Text ID 0001 Header note
Text object VBBK Sales Header texts
now goto your secript
goto your window in text editor format
from menu select insert->text->strandradtext
enter textid textobjct,language as above
now an include statement will appears in your script editor
activate and exicute your script.
the output will apper only if you have some text in the transaction for particular billing doccument for particular language at the header level
other wise ask your functional consultant to create it and give it to you for testing purpose
reward points if helpfull
cheers
‎2008 Jul 09 6:36 AM
hI,
Actually,I have to add this text in client 220 and have to send it to 210 to view the output.But,In 210 changes to script is not permitted as we have all the datas in 210.
How can I add it to my script in 220?
‎2008 Jul 09 6:40 AM
‎2008 Jul 09 6:31 AM
hi,
use the FM READ_TEXT
here are the values for the parameters:
for Header Text:
ID = 0001
NAME = <Document Number>
Object = VBBK
for Completion Note:
ID = 0002
NAME = <Document Number>
Object = VBBK
regards,
Peter