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

SAP script

Former Member
0 Likes
754

Hi all,

I have gone to the transaction so10 and created text called zvtext. And in the footer of the script I have used given as :

/: INCLUDE ZVTEXT ID ST LANGUAGE EN.

when I check the layout of the form the text I have given in zvtext is being dispayed.But when I use output types it is not displayed. Can anyone explain me this with a good explanation.

Regards,

Varun.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
733

HI Varun,

What output types are you talking about??

8 REPLIES 8
Read only

Former Member
0 Likes
734

HI Varun,

What output types are you talking about??

Read only

0 Likes
733

Are you sure that your output types are pointed to the correct sapscript form and print program?

Regards,

Rich Heilman

Read only

0 Likes
733

Hi Rich,

I will give you the entire navigation.

goto tcode nace.

select EF and then output types.

Here I selected NEU and double click processing routines.

chage display to change mode.

Medium 1

Shorttext Print output

Program /SMB40/FM06P

FORM Routine ENTRY_NEU

Form Z_V_MEDRUCK

Smartform /SMB40/MMPO_A. These are the values I have specified there. Click save.

go to tcode me22 and select a purchase order.

header -> Messages -> neu (Enter)

Select output type and click further data and specify dispatch time. go back and save.

now go to tcode me9f and say execute.check the check box and say display message. I expect to the include text in the footer but I could not see it.

Regards,

Varun.

Read only

0 Likes
733

Hi Varun,

Please note that at print program (/SMB40/FM06P )

you are using is for smartforms but you have included the changes in <u>SAP script</u>.

Please change the program with your sapscript print program and remove smartform.Keep Smartform = Blank.

you may be copied SAP standard printprogram "SAPFM06P" to a Zprogram . Then please assign it.

Regards,

Lanka

Message was edited by: Lanka Murthy

Read only

0 Likes
733

Hi Varun,

You did changes in SAP script & attached the smartform in NACE.You have to copy the smartform & do similar changes to expect your text.

Read only

0 Likes
733

I thought maybe you had something wrong with your config.

Regards,

Rich Heilman

Read only

0 Likes
733

Hi Rich,

You are correct the print program assined is wrong at O/P config.

Lanka

Read only

Former Member
0 Likes
733

Hi Varun,

Please check by using T/code NACE whether you have assigned correct layout to your O/P.

Regards,

Lanka