cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with check and format.

bettinasilveira
Participant
0 Kudos

Hi guys!

I have a problem with a SapScript and I don't know where to start.

The user is printing checks with trx F-58. The SapScript is a copy of a standar. The check comes out with lines and other texts that I don't find n the SapScript.

The problem is that the user doesn't want that "format" (lines and everything) anymore and I don't know where to find that.

I see in the form that there is a line:

AS   #!CHEQUE!#

Can you tell me if that line is a kind of format and where I can see that? I don't know where else to search for those lines and texts.....

Help!!!!!

Accepted Solutions (0)

Answers (4)

Answers (4)

bettinasilveira
Participant
0 Kudos

The problem was that the format wasn't on the form, it was in the printer.

Former Member
0 Kudos

What standard SAPScript was it copied from?

Rob

bettinasilveira
Participant
0 Kudos

I don't know, but it was totally modified.

former_member203305
Active Contributor
0 Kudos

Hi,

r u using a strandar format for cheque?

check the elements inside the sapscript (\E), probably those elements have the answer of ur issue.

Regards.

bettinasilveira
Participant
0 Kudos

I checked all the elements, everything. I debugged the SapScript and I didn't see that the form prints the lines and oher texts that I can't find.

That's why I'm asking about that line I posted in the first post.

bettinasilveira
Participant
0 Kudos

It has to be related to this line

AS   #!CHEQUE!#

But I don't know what is that.... I think it's maybe a kind of format, or something like that, that includes all the lines, field disposition, etc.

But I need to know how to access to that info.

Former Member
0 Kudos

Hi,

In scripts the form would be prinitng lines using the BOX statement, I think checking the box statements in the script might help.

Regards,

Himanshu Verma

bettinasilveira
Participant
0 Kudos

I know that.... There's no BOX statement anywhere in the SapScript.