cancel
Showing results for 
Search instead for 
Did you mean: 

liking customize sapscript in standard transaction fbz5.

Former Member
0 Kudos

hi guys,

i have created sapscript with pay,rupees in words and number ,date.

now i want to link this sapscript in standard transaction fbz5. how should i link it ? plz guide me.

thanks in advance.

for tht standard prog used is ' SAPMFCHK '

Accepted Solutions (0)

Answers (2)

Answers (2)

nirajgadre
Active Contributor
0 Kudos

Hi,

use the transaction FBZP.

In this attach the newly created sap script which is copy of standard script into payment method.

payment medium program.

Former Member
0 Kudos

Hi,

FBZP is the TCode where u can get the SAPSCRIPT form name, and Driver Program.

RFFOUS_C...is the Program name , in this in the OUTPUT CONTROL give the Form Name in the Alternative check form

and print.

But for this u need to copy the Standard Sap Script and need to Modify the Elements in order to print it without any Errors.

when u run the TCODE..

SUrya

Former Member
0 Kudos

hey surya,

but the problem is how will i fetch data.like base on which field.and where should i do the coding part.

Former Member
0 Kudos

data is populated by driver program.

you should go through tutorial to understand the concept