cancel
Showing results for 
Search instead for 
Did you mean: 

Cheque Printing

Former Member
0 Kudos

Hello gurus,

I am stuck in a strange problem.Client wants to change the date format .So i changed variable in the zform

and still its not showing in the cheque print preview.I deleted the both variables from the window and still the date is coming in the old fashion.I am not an expert in sapscript.Please help to find from where this date is located and how its been shown in the screen where no variables declared to hold it.

Thank you in advance.

Meena.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

More Info:

I am using T-code F-8 and program for printing is RFFOUS_C.

Date is showing in the old format even after changing it.

Sapscript window Form detailsfor date

/ &REGUH-ZALDT&

/: IF &REGUH-RZAWE(1)& EQ 'B'

  • _____

UL & CO

/: ELSEIF &REGUH-RZAWE(1)& EQ 'C'

  • ______________

UL A/C PAYEE ONLY

/: ENDIF

I changed the first Line to

/: ,,,,,, &REGUH-ZALDT0(1)& &REGUH-ZALDT1(1)& &REGUH-ZALDT+3(1)&

&REGUH-ZALDT4(1)& &REGUH-ZALDT6(1)& &REGUH-ZALDT+7(1)&

&REGUH-ZALDT8(1)& &REGUH-ZALDT9(1)&

The date is showing even if i comment the first line>how this date is showing in the sapscript.

Please Help!!

Meena.

Former Member
0 Kudos

Solved.It was beacuse of language problem.I was doing changes in the original language and program using different one.

Meena.