cancel
Showing results for 
Search instead for 
Did you mean: 

Subroutine Pool Program

Former Member
0 Kudos

i am doing the SAP Script for US Check, i am copying the standard program RFFOUS_C to Z program and standard form F110_PRENUM_CHCK to Z form. To populate new data into the form , i am creating a subroutine pool program and i am writing the logic inside that, but i am not getting the output.

Actually i want to print the following:

check date --- &PAYR-ZALDT&

amount --- &PAYR-RWBTR&

payee name --- 7PAYR-ZNME1&

in their specigic postions.

Secondly, the following fields i want to print the following fields in a BOX.

vendor number -


&REGUH-LIFNR&

vendor name -


&REGUH-NAME1&

document -


&REGUH-VBLNR&

check date --- &PAYR-ZALDT&

check no -


&PAYR-CHECT&

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you check ht copied script, you would notice that in the window 'CHECK' at the end u have the cheque date, cheque amount and payee name...Whay are you writing a seperate subroutine for that???

Nayan

Former Member
0 Kudos

Hi,

the fields are coming from REGUH table, but i want them from PAYR table.

Edited by: srinivas kodukula on Jun 27, 2008 12:38 PM