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

Script Modifi....

Former Member
0 Likes
554

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.

4 REPLIES 4
Read only

Former Member
0 Likes
531

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

Read only

0 Likes
531

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?

Read only

0 Likes
531

hi,

Use FM SAVE_TEXT to modify the texts.

regards,

Peter

Read only

peter_ruiz2
Active Contributor
0 Likes
531

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