Quantcast
Channel: SCN: Message List - Output Management
Viewing all 3169 articles
Browse latest View live

Re: Label Printing with Intermec Printer

$
0
0

Hi,

  Can you please tell me how you converted the .lab file to .rtf?


Re: 2-D barcode printing.

$
0
0

Hello Alex,

 

I am not sure if I will implement note-2029824 what will be the consequence because I am totally new to

this bar-code printing.

We want to use only SAP DataMatrix ECC200 barcodes for printing.

 

Please advise.

 

Thanks

Sits

ADOBE Reader Could not Open it is Either not supported File or bcoz file is Damaged

$
0
0

Hello Experts,

 

good day.

 

I have a following scenario of creating a email with a PDF attachment,

I run a Program A in background which in turns calls another Program B through Submit Syntax.

 

The Issue is when a run the Program in Background the Email is getting created in SOST but the PDF Attachment is Corrupted.

But If i run the Program B alone in Debugging mode the Email is getting created with Proper PDF attachment.

 

I am Using the below Code to Convert the Smartform Output to PDF :

 

call function 'CONVERT_OTF'

exporting

       format                = 'PDF'

     importing

       bin_filesize          = lv_filesize

       bin_file              = lv_xpdf

tables

       otf                   = ls_job_output-otfdata

       lines                 = lt_otf_lines

exceptions

       err_max_linewidth     = 1

       err_format            = 2

       err_conv_not_possible = 3

       err_bad_otf           = 4

       others                = 5.


Could any one of you , help me Understand what would be the Issue .. Please..


Thanks

GJ

Re: 2-D barcode printing.

$
0
0

Sits,

which is the NW support package level of your 702 system?

The changes from note 2029824  come with SP 17 of 702...

 

Maybe you already have them?

 

Anyway, when you import these ABAP changes, you get the ability in SE73 to define QR code  system barcodes and also Datamatrix ECC200 barcodes. This is what you want, right?

 

Again, in order to be able to print DataMatrix ECC200 from SAPscript you will need both, the ABAP changes from 2029824 and the kernel update to 721 kernel, PL 317 (or higher)  as described in 2029589.

 

By now, 721 is, I believe, the standard kernel for 702 based systems, so the latter should not be a big challenge.

Regards,

  Alex

Re: Smart form To do only print preview for Certain Conditions

$
0
0

Dear Piyush,

 

I am facing similar kind of situation...i am working on a client in bangladesh and they have 15% tax on all selling material...for that purpose as a normal practice i am defining a condition type in sales order to take care of VAT 15%, since there is no SAP standard tax schema available as for india and brazil..

 

Now what client needs is - during the time of delivery or may say after PGI...they want to print VAT challan...

 

Could you please help me how to achieve this...

 

Thanks for your help...

 

Regards

Vishwas

Sales Order output

$
0
0

Hi,

 

Recently we have changed for BA00 output type for (check)multiple output upon sales order changes.

 

now its working fine.

 

Now Question is:

 

for few user doesn't want multiple output types in same division. because its triggering every time mail....

 

any changes done its triggering for all.

 

1) Is their way to restrict user specific...

 

2) Is their any way to mail restrict... out put will trigger but no mail and print.

 

3) Any other way.

 

 

Please specify.

 

Thanks.

Re: 2-D barcode printing.

$
0
0
Hello Alex,

 

I have send mail to you  PDF file for VDA Matrix barcode print. If you see page no.8 you will find some of the
rows has marked white. So we are into manufacture of ABS parts of Heavy vehcile.
So which are the rows I need to consider for 2D barcode printing ? In my business all are not needed
and user not have more input on this.
If you will see page no-7 at point-8 you can see the logo of safety and barcode which we want to have.

 

Regards
Sits

Sapscript - Rotating Text 90 Degree (Not Zebra Printer)

$
0
0

Hi Guys,

 

Currently I'm in the midst of developing a SAPscript form for cheque printing but have ran into an issue. The cheque will be printed using normal inkjet printer like those Canon inkjet printer you have at home.

 

In the SAPscript form, is there a way to rotate the text 90 degrees?

 

I have searched through SDN, Google and have tried the Print Control statement ^FWR and ^FWN, but it doesn't seem to work.

Rote text by 90degrees

 

When I print it out on the printer, the text is still printed out horizontally. I've also created a test SMARTFORM to test the Print Control statement and the result is the same.

 

Am I using the ^FWR and ^FWN Print Control statement incorrectly? Or is it that Print Control Statement only works for Zebra printers?

 

Any help is much appreciated guys.

Capture1.PNG

Capture2.PNG


Re: Sapscript - Rotating Text 90 Degree (Not Zebra Printer)

$
0
0

Hello,

First of all you should check whether your printer is able to
change the print direction in the middle of the page and
which printer escape sequences are necessary to do that.
E.g. if you use a PCL device type like HPLJ5, the sequences are:

Turn print direction by 90ー: <ESC>&a90P
Turn print direction back:   <ESC>&a0P

So you may copy your device type into the customer name space and
add two print controls, which contain these printer escape
sequences. After that you can first call the first print control
in your SAPScipt form, which turns the print direction by 90ー,
then you can output the text and finally you can call the second print control
via another PRINT-CONTROL command.

See note 66478 for more information on how to use PRINT-CONTROL.

 

Regards,
Wen Peng

Re: Form ZFORM language EN is not available in client 800

$
0
0

hi friends,

 

here some steps to resolve same issue.

 

1) goto dev client---> se71--->enter your zform name

2) change ----> one dail. box will populate ---> aks for create or copy

3) copy with diffrent name(eg. ztest1)

4) open that ztest1---> change--->translate into another language(administrative settings)

5)make it as EN

6)save

 

7) EXPORT ztest1 to your expected client(say SIQ)

8) IMPORT same from SID

9) test it.

 

*** For EXPORT and IMPORT use RSTXSCRP stanadard program (in se38)***

 

Regards,

 

Rohit

Re: Overlapping Smart Forms in duplex mass print

$
0
0

Hi Michael,

 

Could you post your solution to the problem mentioned. I am also facing the same issue.

 

Thanks.

Ravi Varma

Chance text color in smartform

$
0
0

Hi

 

I'm doing a smartform exercise, I have a table in the main window with several collumns, I need to validate collumn 'price'.

 

when price > 500, the text color must be red color.

 

thank you

Re: ADOBE Reader Could not Open it is Either not supported File or bcoz file is Damaged

$
0
0

Hi,

 

As per SAP note 1320163, you need to use the BIN_FILE parameter in the call to CONVERT_OTF so that it returns the PDF data as type xstring in this parameter BIN_FILE. You should change the call of the module as shown in the sample program BCS_EXAMPLE_8 in SAP note 1324547. This program  BCS_EXAMPLE_8 shows how the returned PDF data can be handled.

 

regards,
Aidan

Re: print Amount field without decimal

$
0
0

Any update.

 

Thanks with Regards,

Vallamuthu M

Print decimal field like VL32N

$
0
0

Hi ABAPer's

 

I enter decimal place .000 in vl32n qty filed

before.jpg

 

If I press enter the it displays 10 without decimal point.

After.jpg

I want to display the same in forms ie without decimal place. Is there any function module/class?

 

Thanks with Regards,

Vallamuthu M.


Re: Print decimal field like VL32N

$
0
0

Hello,

Usually the application does not use the user default settings

to decide, whether a decimal point or a decimal comma

shall be used. Usually the application works on the following

way: It checks to which customer the sales document shall be

sent. Then it looks into the address data of this customer to

determine the country of the customer. Finally it looks into

the customizing table T005X to check whether a decimal comma

or a decimal point is used in this country. So usually the

application uses the country settings (for decimal point/comma

and date format) which are used in the country of the receiver

of the sales document.

If you want to get a fixed format for the number (if you

always want to get a decimal point), you can do this on the

following way: In the Smartform go to 'Global Definitions'

and here to tab strip 'Initialization'. Here add the ABAP command

SET COUNTRY ...

followed by a country which uses the required decimal point settings.

 

Regards,
Wen Peng

Printing Additional page in sap script

$
0
0

hello,

I am working on SAP SCRIPT in which it suppose to only print 1 page ... but while printing it is printing 2 pages ... second page is blank but only footer of first page is getting printed on second page.

I dont want to print that additional page.

 

Regards,

Amod k

Standard Program/Smartform

$
0
0

Hi gurus In the Project where i am, theyhave created new Z programs and smartforms, and they have modify in NACE on the standard output types. So now, i dont know which are the real programs and forms. For example, for RD00 (invoice) they are: SAP Standard Program / SmartForm  In the case of Printing they are: •Program: RVADIN01 •Form routine: ENTRY •Form: RVINVOICE01 In the case of Smartform they are: •Program: RLB_INVOICE •Form routine: ENTRY •Smartform: LB_BIL_INVOICE. Do you know the others, or where can i find them? I need, BA00, LD00, WE01. Thanks !!

Re: Dazel print in sap enterprise solution

Restricting a line from printing in table control main area at page break: SMARTFORM

$
0
0

Hi,

 

As shown in the screen shot, I have a line in main area of a table control which will print the text "long text1"

 

But my requirement is to stop printing the line at page break.

 

i.e. we need to delete the red marked text for all page.

 

Please help .

Viewing all 3169 articles
Browse latest View live


Latest Images