cancel
Showing results for 
Search instead for 
Did you mean: 

Script check print

former_member187457
Active Contributor
0 Kudos

Hi All

I modified the Standard Script F110_PRENUM_CHECK.....

the driver/print program RFFOUS_C is intacked ...i did no change in tht.....

i made the all the page ie summary,advice note,chack invoice table in one page.....

now for printing check for vendor it is printing all the fields like name of vendor ,address of vendor,reference no. for invoice no.(regup-xblnr), sgtxt, etc.....

but for printing check for customer it is printing all the fields like name, address of customer, total amunt ,it allocates check number as well,but the invoice line items are not printing....

in script Element 525 in main is calling the invoice line items...

while debugging i found tht in case of vendor it is entering in element 525, but for customer it is not entering the element 525....

plz help

rohit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

if earlier it was going on that element for both , then check modification u have done , u may have changed some COMMAND LINE .with IF condition there .

check carefully .

former_member187457
Active Contributor
0 Kudos

no i did nothing ....earlier i was checking print by using only vendors....

now i got customer test data ...now i m check with customer data...

and its not working fine....

it is to work...

Former Member
0 Kudos

hi

is this F110_PRENUM_CHECK form name is correct

while i am trying to give this in SE71 it is taking characters upto only(16) means F110_PRENUM_CHEC . replay soon

former_member187457
Active Contributor
0 Kudos

sorry Sachin its.....

F110_PRENUM_CHCK

Former Member
0 Kudos

hi

had u modified u r driver prg. for Customer data and dislplaying this in form .

means in driver prog. there is only two tables/work area define on top REGUH, REGUP , R u getting all required data for Customer from these .

IF YES.

then in Element 525 u may give additional code as :

/: IF &i_tab-customerNo& NE ' .

T1 &i_tab-lineitem&,, . . . . . // write required LINE ITEMs

/: ENDIF

before ENDPROTECT

this may work.

reward if helpful.

former_member187457
Active Contributor
0 Kudos

Sachin

I didnt change the driver program ..it is as it is.....

i m getting the name of the customer,address, customer no.....but not the invoice details( line items).....

former_member187457
Active Contributor
0 Kudos

hi all i m still looking for solution