cancel
Showing results for 
Search instead for 
Did you mean: 

check deposit print from FF68

Former Member
0 Kudos

Hello,

the scenario is that i want to print the check deposit form from FF68 according to a different fornat(which is very diff from the standard one).. I checked in the customizing and it gave me the option of defining my own form. But for printing my own form i would have to send the data accordingly from the print program. Customizing isnt allowing me to assign a copy program

What is the alternative for this scenario ? Big help neeed.

Thanks,

Shehryar Dahar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i did same thing in my last project........

i that case u develop ur new script by copying the existiing one .......and wherever u require an addtional fiel to be fetched u can acll subroutines through the sap script and retrive field throug that.

Former Member
0 Kudos

hello anil,

thanks for the tip. How should i sychronize the data in my script with the current standard print program. I mean i wont be able to create new element in the script as i wont be able to use them in the print program. Basically, how can i change my format(which is completely diff) with the way the prog is throwing data in the script windows. I hope u did get my question.

Shehryar Dahar

Former Member
0 Kudos

*Can you show me how you did it ? and how u called functions from sapscript ?